Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# StackSTAC

> **Project status: not actively maintained**
>
> stackstac is no longer actively maintained — issues and PRs may not receive a response.
>
> stackstac still works and is used in production by many projects. For new projects or any needs, the actively maintained alternative is [`odc-stac`](https://github.com/opendatacube/odc-stac) instead.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might be worth mentioning this project as another alternative

https://developmentseed.org/lazycogs/

it has favorable perf benchmarks relative to odc-stac: https://developmentseed.org/lazycogs/performance/#benchmark-results

>
> Anyone interested in helping maintain stackstac is welcome; see [#270](https://github.com/gjoseph92/stackstac/issues/270) for discussion.
Copy link
Copy Markdown

@lukesdm lukesdm May 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anyone interested in helping maintain stackstac is welcome; see #270 for discussion.

You probably don't want to advertise this - it seems inviting for supply chain attacks.


[![Documentation Status](https://readthedocs.org/projects/stackstac/badge/?version=latest)](https://stackstac.readthedocs.io/en/latest/?badge=latest) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gjoseph92/stackstac/main?labpath=%2Fdocs%2Fbasic.ipynb%3Ffile-browser-path%3D%2Fexamples)

Turn a list of [STAC](http://stacspec.org) items into a 4D [xarray](http://xarray.pydata.org/en/stable/) DataArray (dims: `time, band, y, x`), including reprojection to a common grid. The array is a lazy [Dask array](https://docs.dask.org/en/latest/array.html), so loading and processing the data in parallel—locally or [on a cluster](https://coiled.io/)—is just a `compute()` call away.
Expand Down