Enhancement/update to sensormapgeo 1.0.0
This updates the orthorectification module to use the GDAL backend of sensormapgeo 1.0.0 which speeds up the orthorectification a lot and makes all GDAL-supported resampling techniques available for EnPT.
Closes #58 (closed).
Edited by Daniel Scheffler
Merge request reports
Activity
Filter activity
added Enhancement label
assigned to @danschef
added 13 commits
- 308913f5...72e2cb68 - 3 earlier commits
- 29fc0e93 - Adapt Spatial_Optimizer to now use the new GDAL backend of sensormapgeo with bilinear resampling.
- 1cbf1469 - Adapt DEM_Processor to transform the DEM to sensor geometry with the new GDAL...
- 56505dc5 - Adapt the Orthorectifier to the updated Geometry_Transformer.
- be9305a6 - Update docstrings.
- 69de71d8 - Use bilinear resampling for tests.
- 6f42b9e4 - Only run orthorectification on all bands if geolayer really considers keystone...
- a677e87f - No need to repeat geolayer bands. Explicitly use 'gdal' backend.
- c3ddd818 - Bugfix.
- 86a06289 - Drop gt_opts and add nprocs, src_nodata, and tgt_nodata.
- 9657bc7f - Adapt to added parameters.
Toggle commit listmentioned in issue #58 (closed)
added Bugfix label
added 6 commits
- f6fb2bef - Adapt to added implemented src_nodata and tgt_nodata parameters.
- b7e7065d - Bump minimal version of sensormapgeo.
- c0618ace - Expand possible resampling algorithms to GDAL algorithms and use bilinear as default resampling.
- 5d65f786 - Remove warning regarding holes in L2A output (fixed with new gdal implementation).
- 79e8f5a3 - Make sure VNIR and SWIR are also transformed to the same lon/lat pixel grid.
- ef111431 - Do not transform if we already have lon/lat coordinates.
Toggle commit listadded 2 commits
added 2 commits
added 1 commit
- 628e41cc - Remove additional installations after updating the CI runner.
enabled an automatic merge when the pipeline for 628e41cc succeeds
mentioned in commit e5aae143
Please register or sign in to reply