Releases: mundialis/grass-gis-helpers
Releases · mundialis/grass-gis-helpers
0.6.0
0.5.1
[0.5.1] - 26.02.2024
Fixed
- Add requests to dependencies
0.5.0
0.4.0
0.3.0
Add functions to create a new temporary location
0.2.0
Added helper function:
- general:
check_grass_version
: Returns boolean, if current GRASS version is >= some compare version
Extended helper function:
- cleanup:
general_cleanup
: added optionrm_mask
to remove MASK if one is set
0.1.3
0.1.2
0.1.1
0.1.0
Added helper function:
general
communicate_grass_command
: Return stdout and stderr from executed GRASS commandlog_memory
: Log memory usagefree_ram
: The function gives the amount of the percentages of the available RAM memory and free swap space
cleanup
:general_cleanup
: General cleanup function
location
get_location_size
: Log size of current location
validation
check_valid_rasterdata(input, strict=True)
: Check if input is broken and returns grass.fatal() in this case