sertit / eoreader

Remote-sensing opensource python library reading optical and SAR sensors, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way.
https://eoreader.readthedocs.io/en/latest/
Apache License 2.0
271 stars 22 forks source link

ENH: Ingest STAC Items as input (instead of path) #118

Closed remi-braun closed 5 months ago

remi-braun commented 7 months ago

Next step toward STAC compatibility would be to handle ingestion of a STAC Item instead of a Path in the Reader().open function.

There is a lot of STAC formats out there. It won't be possible to handle them all:

remi-braun commented 5 months ago

CI is passing 🚀