Support xarray 0.18 and beyond, as well as looser version requirements for some other dependencies.
Call stackstac.show
to render DataArrays in interactive ipyleaflet maps in your notebook! See this example for more.
mosaic
function- Exposed some assorted handy geospatial ops
- More robustly get band metadata (if one Item is missing some asset metadata, just ignore it instead of dropping the whole thing)
- Fixed occasional
ValueError: conflicting sizes for dimension
- Resolved issue where timestamps became integers
- Support pystac-client ItemCollections
- Minimum Python version is now (accurately) 3.8. Stackstac would have failed upon import on 3.7 before.
- Passing a
gdal_env
now works when using a distributed cluster (before, you got a pickle error when calling.compute()
) - Many typos fixed, thanks @kylebarron and @RichardScottOZ!
Initial release 🎉