Markus Metz
Markus Metz
This PR adds a simple check if reprojection would fall outside the intended area of use of the target CRS. I would prefer to refuse reprojection in these extreme cases,...
Sometimes only the current mapset must be used by TGIS, particularly if the TGIS db is going to be modified. TGIS dbs in other mapsets can/should not be modified, only...
Fixes #345 This PR proposes to use jwt instead of itsdangerous to 1) no longer use a deprecated component, 2) solve python lib conflicts with the actinia-stac plugin. (Timed)JSONWebSignatureSerializer uses...
When a vector with topology is opened in update mode, but nothing is changed, topology info (topo, cidx, sidx) is not written out. This PR fixes this. I am not...
* use GeographicLib for geodesic distance and area calculations (see #1235)
## Describe the bug If a large number of input maps is provided as input to `r.patch` it fails with an OS error like "too many open files". ## To...
## Describe the bug It seems there is a race condition with parallelised `r.patch` in G85 if one input is a GRASS vrt consisting of many files, the error is...