Skip to content

ENH: Storing RPCs in xarray #837

@remi-braun

Description

@remi-braun

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

Moreover, 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

No one assigned

    Labels

    proposalIdea for a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions