-
Couldn't load subscription status.
- Fork 92
Open
Labels
proposalIdea for a new feature.Idea for a new feature.
Description
Hi there,
Currently, the RPCs are not stored into xarray (whereas the GCPs since #376).
Moreover, rasterio offers the possibility to retrieve them.
So even if I have opened the xarray, I need to add this annoying bit of code to retrieve them:
with rasterio.open("my/raster.tif") as ds:
rpcs = ds.rpcsMoreover, if I'm right, you are handling them in reprojection, so they should - in my opinion - be retrievable without calling rasterio.
Is there any specific reason to not storing them? Or maybe I've overlooked something?
Metadata
Metadata
Assignees
Labels
proposalIdea for a new feature.Idea for a new feature.