Markus Metz
Markus Metz
As a reminder: the jupyter notebook versions of the tutorials need to be kept in sync with the md versions.
With `r.resamp.filter`, the radius is in map units. At least one radius must be larger than the resolution of the source raster, otherwise a filter can not be applied. I...
With a Gaussian filter, the points in the center get more weight than the points at the edges. I think this is rather arbitrary when simulating a coarse PSF, you...
Current stable releases of e.g. Debian and Fedora come with autoconf 2.69. I suggest to wait with this PR until these two important Linux distros provide autoconf 2.71 in their...
When importing parts of a space-time collection, the corresponding output would be a GRASS space-time dataset, created with a `t.*` module, e.g. `t.in.stac`.
`i.rotate` increases the number of rows and columns in https://github.com/OSGeo/grass-addons/blob/grass8/src/imagery/i.rotate/main.c#L86 ff but should instead increase the current region's extents for the output raster. Thus the workflow would be to use...
Test failure: `/src/actinia_core/tests/test_login.py:307: AssertionError: 400 != 200 : HTML status code is wrong 400`
The `AttributeError: module 'jwt' has no attribute 'decode'` is strange because of https://pyjwt.readthedocs.io/en/stable/api.html#jwt.decode Same for `AttributeError: module 'jwt.exceptions' has no attribute 'DecodeError'` Which version of PyJWT are you using? This...
Apparently `proj_errno(pj)` can still return an error code, if `pj` is not NULL. At least this is used in various places in PROJ itself.
The rmarea tool of `v.clean` requires a clean input vector without topological errors. The attached shapefile needs a bit more cleaning during import, in particular snapping of vertices, in order...