stackstac
Turn a STAC catalog into a dask-based xarray
File Explorer
Download Latest Version (.zip)- internal.rst
- main.rst
- .gitignore
- basic.ipynb
- conf.py
- examples
- index.rst
- make.bat
- Makefile
- show-ndvi-anomaly.png
- show-ndvi-widget.png
- show-ndvi.png
- show-s2-median.png
- cluster.ipynb
- gif.ipynb
- index.rst
- show.ipynb
- .gitignore
- coiled-envs.py
- __init__.py
- strategies.py
- __init__.py
- test_mosaic.py
- test_stac_types.py
- test_to_dask.py
- __init__.py
- accumulate_metadata.py
- geom_utils.py
- nodata_reader.py
- ops.py
- prepare.py
- raster_spec.py
- reader_protocol.py
- rio_env.py
- rio_reader.py
- show.py
- stac_types.py
- stack.py
- timer.py
- to_dask.py
- __init__.pyi
- catalog.pyi
- cli.pyi
- collection.pyi
- item.pyi
- itemcollection.pyi
- thing.pyi
- utils.pyi
- version.pyi
- .flake8
- .gitattributes
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yml
- CHANGELOG.md
- conftest.py
- LICENSE
- pdm.lock
- pyproject.toml
- pyrightconfig.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/gjoseph92/stackstac
Downloads the entire project code from GitHub to your computer.
cd stackstac
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install stackstac
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install stackstac
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
