Skip to main content

Python library for working with Spatiotemporal Asset Catalog (STAC).

Project description

PySTAC

Build Status PyPI version Documentation codecov Gitter License

PySTAC is a library for working with SpatialTemporal Asset Catalog in Python 3.

Installation

PySTAC has a single required dependency (python-dateutil). PySTAC can be installed from pip or the source repository.

> 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]

From source repository:

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

Versions

To install a version of PySTAC that works with a specific versions of the STAC specification, install the matching version of PySTAC from the following table.

PySTAC STAC
1.x 1.0.x
0.5.x 1.0.0-beta.*
0.4.x 0.9.x
0.3.x 0.8.x

For instance, to work with STAC v0.9.x:

pip install pystac==0.4.0

STAC spec versions below 0.8 are not supported by PySTAC.

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:

> PYTHONPATH=`pwd`:$PYTHONPATH 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.0.0rc1.tar.gz (140.5 kB view details)

Uploaded Source

Built Distribution

pystac-1.0.0rc1-py3-none-any.whl (182.8 kB view details)

Uploaded Python 3

File details

Details for the file pystac-1.0.0rc1.tar.gz.

File metadata

  • Download URL: pystac-1.0.0rc1.tar.gz
  • Upload date:
  • Size: 140.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pystac-1.0.0rc1.tar.gz
Algorithm Hash digest
SHA256 38fe7efaa2aee49bfba65d5ae41fa69f7130af45297c50fa4e47abfb7d05c3a1
MD5 f3e21c3b540551146da177adb4a5ea53
BLAKE2b-256 ac80a3b755f866693f14361cbb04f810fce47d92a578545b5b409415e7d4b0fc

See more details on using hashes here.

File details

Details for the file pystac-1.0.0rc1-py3-none-any.whl.

File metadata

  • Download URL: pystac-1.0.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 182.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pystac-1.0.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 1b0a1c329e5c4246869c91483462f70a298a35e63f0e31f0e02228a0c0eed653
MD5 8a72612a66f37dda1d96c0d17bc39a83
BLAKE2b-256 2c035eb5e7d40998a26b22ef26806f225352d7ad4fcee86a7b0974b033053fe3

See more details on using hashes here.

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