It'd be nice to experiment some with this prototype CRSIndex (though there are still bugs and work to do)
We could experiment with optionally adding such an index through rioxarray.open_dataset(..., use_crsindex=True) and then get some experience with it before refactoring it out to a ecosystem package like geoxarray
Reprojection seems like a high value application where assigning a new CRSIndex would be quite impactful.
Is there an existing example that might benefit a lot from propagating CRS information automatically?
cc @djhoese
Original Xarray Issue - "Add CRS/projection information to xarray objects"
It'd be nice to experiment some with this prototype CRSIndex (though there are still bugs and work to do)
We could experiment with optionally adding such an index through
rioxarray.open_dataset(..., use_crsindex=True)and then get some experience with it before refactoring it out to a ecosystem package likegeoxarrayReprojection seems like a high value application where assigning a new CRSIndex would be quite impactful.
Is there an existing example that might benefit a lot from propagating CRS information automatically?
cc @djhoese
Original Xarray Issue - "Add CRS/projection information to xarray objects"