-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementFeature improvement or requestFeature improvement or requestpriorityNeeds to be fixed rapidlyNeeds to be fixed rapidly
Description
Since 3D reprojection through Rasterio is solved: rasterio/rasterio#2433 (comment)
We need to explain the different use cases on the "Vertical referencing" page:
- Same horizontal reference, different vertical reference: Use
to_vcrs()
. - Different horizontal and vertical reference at once: Use
reproject()
.
For reproject()
, we need:
- To force the use of
APPLY_VERTICAL_SHIFT=TRUE
inreproject()
through Rasterio (might need a change in GeoUtils to support passing this argument), - Raise error/warning if the PROJ vertical shift grid doesn't exist (GDAL/PROJ typically fails silently).
We also need to solve related inconsistencies from the initial implementation: #370, #628
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementFeature improvement or requestFeature improvement or requestpriorityNeeds to be fixed rapidlyNeeds to be fixed rapidly