Skip to main content

Python library for working with the SpatioTemporal Asset Catalog (STAC) specification

Project description

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)

pip install pystac

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

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:

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:

pip install 'pystac[urllib3]'

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

pip install 'pystac[jinja2]'

Install from source

git clone https://github.com/stac-utils/pystac.git
cd pystac
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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pystac-1.11.0.tar.gz (141.4 kB view details)

Uploaded Source

Built Distribution

pystac-1.11.0-py3-none-any.whl (183.9 kB view details)

Uploaded Python 3

File details

Details for the file pystac-1.11.0.tar.gz.

File metadata

  • Download URL: pystac-1.11.0.tar.gz
  • Upload date:
  • Size: 141.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pystac-1.11.0.tar.gz
Algorithm Hash digest
SHA256 acb1e04be398a0cda2d8870ab5e90457783a8014a206590233171d8b2ae0d9e7
MD5 9bc770e02fe80f4217f57ee8d9d35685
BLAKE2b-256 904ff6f89956aabffd1211fa9c9130293ac67f774c66fab7944bfe33dc317f18

See more details on using hashes here.

Provenance

File details

Details for the file pystac-1.11.0-py3-none-any.whl.

File metadata

  • Download URL: pystac-1.11.0-py3-none-any.whl
  • Upload date:
  • Size: 183.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pystac-1.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 10ac7c7b4ea6c5ec8333829a09ec1a33b596f02d1a97ffbbd72cd1b6c10598c1
MD5 198f43bb5bc1f161aa5f21f8702ee8aa
BLAKE2b-256 715b60dc94cbf6af2fd3a3d3fae52de7e294819af2dfe7a1bea4d246beb7e0b6

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page