Markus Metz

Results 7 issues of 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,...

enhancement
C
libraries

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...

enhancement
temporal
Python
libraries
module

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...

bug

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...

bug
vector
C
libraries

* use GeographicLib for geodesic distance and area calculations (see #1235)

enhancement
raster
C
libraries
module
display
CMake

## 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...

bug

## 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...

bug