makepath / xarray-spatial

Raster-based Spatial Analytics for Python
https://xarray-spatial.readthedocs.io/
MIT License
811 stars 82 forks source link

Define how to integrate stac-vrt and pystac libraries to mapshader and xarray-spatial #245

Closed marcozimmermannpm closed 3 years ago

marcozimmermannpm commented 3 years ago
giancastro commented 3 years ago

@brendancol

giancastro commented 3 years ago

pystac: creates spatiotemporal asset catalog organized into multiple folders and JSON files

stac-vrt: reads spatiotemporal asset catalog item list and instantiates a valid VRT (an XML document) which rasterio and rioxarray are able to read and create a xarray.DataArray

xarray-spatial and mapshader must be able to read .VRT files wrapping rioxarray.open_rasterio