Skip to content

stac-utils/pystac

Folders and files

NameName
Last commit message
Last commit date
Feb 3, 2025
Nov 13, 2023
Feb 10, 2025
Mar 18, 2025
Feb 3, 2025
Mar 18, 2025
Feb 3, 2025
Oct 29, 2024
Feb 3, 2025
Feb 3, 2025
Mar 18, 2025
Sep 26, 2024
Sep 26, 2024
Oct 8, 2024
Feb 3, 2025
Jun 30, 2023
May 15, 2023
Oct 3, 2023
Feb 3, 2025
Jan 30, 2025

Repository files navigation

PySTAC

Build Status PyPI version Conda (channel only) Documentation codecov Gitter License

PySTAC is a library for working with the SpatioTemporal Asset Catalog specification in Python 3.

Installation

Install from PyPi (recommended)

python -m pip install pystac

If you would like to enable the validation feature utilizing the jsonschema project, install with the optional validation requirements:

python -m pip install 'pystac[validation]'

If you would like to use the orjson instead of the standard json library for JSON serialization/deserialization, install with the optional orjson requirements:

python -m pip install 'pystac[orjson]'

If you would like to use a custom RetryStacIO class for automatically retrying network requests when reading with PySTAC, you'll need urllib3:

python -m pip install 'pystac[urllib3]'

If you are using jupyter notebooks and want to enable pretty display of pystac objects you'll need jinja2

python -m pip install 'pystac[jinja2]'

Install from source

git clone https://github.com/stac-utils/pystac.git
cd pystac
python -m pip install .

See the installation page for more options.

Documentation

See the documentation page for the latest docs.

Developing

See contributing docs for details on contributing to this project.

Running the quickstart and tutorials

There is a quickstart and tutorials written as jupyter notebooks in the docs/tutorials folder. To run the notebooks, run a jupyter notebook with the docs directory as the notebook directory:

jupyter notebook --ip 0.0.0.0 --port 8888 --notebook-dir=docs

You can then navigate to the notebooks and execute them.

Requires Jupyter be installed.

About

Python library for working with any SpatioTemporal Asset Catalog (STAC)

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 64

Languages