API reference#
Core#
This is what it’s all about:
Create an |
Visualization#
Easily render your data on an ipyleaflet map. Requires installing 'stackstac[viz]'
, and running with a dask distributed cluster.
As you pan around the map, the part of the array that’s in view is computed on the fly by dask.
Warning: zooming in and out will not load underlying data at different resolutions. Assets will be loaded at whatever resolution you initially got from stack
. If your array is large and high-resolution, zooming out could trigger very slow (and expensive) computations.
Quickly create an |
|
Add the |
Operations#
Utilities to work with geospatial DataArrays produced by stackstac.
Warning: these functions may be reorganized in the near future.
Flatten a dimension of a |
|
Reproject and clip a |
|
Slice an XYZ tile out of a DataArray. |
|
Get the bounds of a |
|
Get the coordinate reference system of a |