Load SpatioTemporal Asset Catalog (STAC) items into xarray DataArrays with Dask support. Version 0.5.1. Active development; release cadence irregular.
pip install stackstacNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Stack Landsat items from Planetary Computer into an xarray DataArray with 30m resolution in Web Mercator.
Explicitly set gdal_env=False in stackstac.stack() to restore old behavior.
Always specify the target resolution with the `resolution` parameter to avoid surprises.
Use `resolution=<desired_meters>` to control output pixel size.
Replace `epsg=4326` with `crs=4326`.
Manually provide an EPSG code using the `crs` parameter: `ds = stackstac.stack(items, crs=4326)`
Ensure specified assets are COGs; use `assets=['B04', 'B03', 'B02']` correctly spelled and available in the item.
Check the search query; verify the collection has the assets (e.g., 'red' not 'B04').
No resource links recorded.