Releases: mundialis/grass-gis-helpers
2.3.0
What's Changed
- Parallel: Add error/warning functions by @griembauer in #43
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
Changed
- How-to-create-a-GRASS-GIS-addon: update URLs and MD style by @neteler in #37
- general_cleanup: STDS removal speedup by @griembauer in #40
- Update Linting by @griembauer in #41
- switch_to_new_mapset changes to enable using existing mapset by @vbrunn and @anikaweinmann in #42
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
Changed:
- refactored function
validation.py
: extract function for getting gdalinfo returns.
2.0.0
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 parametersrm_groups_w_rasters
orrm_strds_w_rasters
can be used. Therm_groups_wo_rasters
parameter is now equivalent torm_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)
- raster maps registered in STRDS or groups are not removed using the
Full Changelog: 1.3.2...2.0.0
1.3.2
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
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
Fixed
- Fix use_cur_reg for import_single_local_xyz_file by @anikaweinmann in #29
- general_cleanup: try to fix region finding by @anikaweinmann in #30
Added
- import_single_local_xyz_file: add separator for XYZ files by @anikaweinmann in #31
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
[1.2.0] - 21.05.2024
Fixed
- Fix
use_cur_reg
forimport_single_local_xyz_file
by @anikaweinmann in #29 general_cleanup
: try to fix region finding by @anikaweinmann in #30
Added
import_single_local_xyz_file
: addseparator
for XYZ files by @anikaweinmann in #31
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
Added
- add function
test_installed_addon()
for testing if a specified addon is already installed #28