gjoseph92 / stackstac

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

Switch examples to Binder #98

Closed gjoseph92 closed 2 years ago

gjoseph92 commented 2 years ago

Coiled notebooks are deprecated, so we'll now host runnable examples on Binder. This is nice because you don't need a Coiled account to open them anymore (though you do still need one to launch clusters). In the process, all notebooks have also been rerun and updated (and a couple errors fixed).

This also adds a __version__ to stackstac (finally!). We'll see if this actually works correctly or not at the next release.

Closes https://github.com/gjoseph92/stackstac/issues/77, closes https://github.com/gjoseph92/stackstac/issues/97. Also adds jupyter-server-proxy as a dependency, which should address https://github.com/gjoseph92/stackstac/issues/96 (I think there are multiple separate issues in there).