gjoseph92 / stackstac

Turn a STAC catalog into a dask-based xarray
https://stackstac.readthedocs.io
MIT License
238 stars 49 forks source link

Handle reading multi-band datasetes #146

Open gjoseph92 opened 2 years ago

gjoseph92 commented 2 years ago

Logic for reading multi-band assets on the dask side. Actually figuring out the number of bands from STAC metadata will be a separate PR. So even after this is done and merged, multiband assets won't be supported yet, but we'll be a lot closer. I'm hoping that someone else (@TomAugspurger?) could handle the STAC side of things.

This is incomplete and untested; it won't actually work right now. Just wanted to share progress towards https://github.com/gjoseph92/stackstac/issues/62.