gjoseph92 / stackstac

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

No `fill_value=None`; use fill value out-of-bounds #115

Closed gjoseph92 closed 2 years ago

gjoseph92 commented 2 years ago

We were previously always returning NaN arrays for chunks that were entirely out of bounds, or had no asset. Now, we respect the user-specified fill_value and dtype. This means fill_value=None is no longer supported, which makes things more straightforward anyway.

cc @TomAugspurger Closes #113