ESDS-Leipzig / cubo

On-Demand Earth System Data Cubes (ESDCs) in Python
https://cubo.readthedocs.io/en/latest/
MIT License
164 stars 9 forks source link

Feature request: Support different coordinate reference systems #7

Closed isConic closed 12 months ago

isConic commented 12 months ago

I'd like to be able to use something like EPSG:4326 to select from my xarray. Reprojection support would be a valuable feature to me. I can understand how the focus of this library should probably just be the creation of Xarray cubes.

davemlz commented 12 months ago

Hi!

Indeed, cubo focuses on the creation of cubes. You can actually perform reprojection operations using rioxarray after the cube has been created ;)

Best,

David