Skip to content

Releases: mundialis/grass-gis-helpers

2.3.0

23 Dec 07:22
302987f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

"generated with gh api repos/mundialis/grass-gis-helpers/releases/generate-notes -f tag_name="2.3.0" -f target_commitish=main -q .body"

2.2.0

19 Dec 05:57
7b1ae32
Compare
Choose a tag to compare

Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

"generated with gh api repos/mundialis/grass-gis-helpers/releases/generate-notes -f tag_name="2.2.0" -f target_commitish=main -q .body"

2.1.0

04 Sep 13:30
0f56efa
Compare
Choose a tag to compare

Changed:

  • refactored function validation.py: extract function for getting gdalinfo returns.

2.0.0

15 Aug 12:46
de2e27c
Compare
Choose a tag to compare

What's Changed

  • [general_cleanup]: Add STVDS deletion and switch logic of group and STDS deletion by @griembauer in #34
    • raster maps registered in STRDS or groups are not removed using the rm_groups/rm_strds parameters anymore, just the collecting STRDS/group is removed. To remove both the STRDS/STVDS/groups and the registered maps, the parameters rm_groups_w_rasters or rm_strds_w_rasters can be used. The rm_groups_wo_rasters parameter is now equivalent to rm_groups and is kept for backwards compatibility.
    • rm_stvds/rm_stvds_w_vectors parameters are added to allow deletion of space time vector datasets (and registered vector maps)

Full Changelog: 1.3.2...2.0.0

1.3.2

21 Jun 10:09
c5e43fc
Compare
Choose a tag to compare

Fixed

  • GHA change branch for python publish

Full Changelog: 1.3.1...1.3.2
generated with gh api repos/mundialis/grass-gis-helpers/releases/generate-notes -f tag_name="1.3.2" -f target_commitish=main -q .body

1.3.1

21 Jun 09:58
d7bc8ec
Compare
Choose a tag to compare

Fixed

  • add init file

Full Changelog: 1.3.0...1.3.1
generated with gh api repos/mundialis/grass-gis-helpers/releases/generate-notes -f tag_name="1.3.1" -f target_commitish=main -q .body

1.3.0

05 Jun 09:43
6d80559
Compare
Choose a tag to compare

Fixed

Added

Full Changelog: 1.2.0...1.3.0

generated with gh api repos/mundialis/grass-gis-helpers/releases/generate-notes -f tag_name="1.3.0" -f target_commitish=main -q .body

1.2.0

21 May 11:13
84f8ec2
Compare
Choose a tag to compare

[1.2.0] - 21.05.2024

Fixed

Added

Full Changelog: 1.1.0...1.2.0

generated with gh api repos/mundialis/grass-gis-helpers/releases/generate-notes -f tag_name="1.2.0" -f target_commitish=main -q .body

[1.1.0] - 24.04.2024

24 Apr 13:38
aeda8d8
Compare
Choose a tag to compare

Added

  • add function test_installed_addon() for testing if a specified addon is already installed #28

[1.0.0] - 02.04.2024

02 Apr 10:24
ff40f41
Compare
Choose a tag to compare

Added

  • add function test_memory() for testing if desired memory is available #25

Changed

  • rename function free_ram() to get_free_ram() for fitting python function naming #25
  • How-to-create-a-GRASS-GIS-addon.md: markdown formatting #24
  • Enhance How-to-create-a-GRASS-GIS-addon README #23