Python library for working with Spatiotemporal Asset Catalog (STAC).
Project description
PySTAC
PySTAC is a library for working with SpatialTemporal Asset Catalog in Python 3.
Installation
PySTAC has a single dependency (python-dateutil
).
PySTAC can be installed from pip or the source repository.
> pip install pystac
From source repository:
> git clone https://github.com/azavea/pystac.git
> cd pystac
> pip install .
Versions
To install a specific versions of STAC, install the matching version of pystac.
> pip install pystac==0.3.0
The table below shows the corresponding versions between pystac and STAC:
pystac | STAC |
---|---|
0.3.x | 0.8.x |
Documentation
See the documentation page for the latest docs.
Developing
To ensure development libraries are installed, install everything in requirements-dev.txt
:
> pip install -r requirements-dev.txt
Unit Tests
Unit tests are in the tests
folder. To run unit tests, use unittest
:
> python -m unittest discover tests
Code quality checks
PySTAC uses flake8 and yapf for code formatting and style checks.
To run the flake8 style checks:
> flake8 pystac
> flake8 tests
To format code:
> yapf -ipr pystac
> yapf -ipr tests
You could also run the .travis/style_checks
script to check flake8 and yapf.
Documentation
To build and develop the documentation locally, make sure sphinx is available (which is installed with requirements-dev.txt
), and use the Makefile in the docs folder:
> cd docs
> make html
> make livehtml
Use 'make' without arguments to see a list of available commands.
Runing 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pystac-0.3.0.tar.gz
.
File metadata
- Download URL: pystac-0.3.0.tar.gz
- Upload date:
- Size: 42.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44a9df0dd989c2374cf6ff1ed525ed78b61dd328c70c72a6831ecf97d2f9e907 |
|
MD5 | ea99467700049e5d049883cb93986238 |
|
BLAKE2b-256 | cdde1d2d739e407d05b84884afad6d3002116299208684e2e1c111ba982d1698 |
File details
Details for the file pystac-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: pystac-0.3.0-py3-none-any.whl
- Upload date:
- Size: 54.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de08107d3246f118b97bd10951a63ab26d95309b425c276b6181ea299d25e737 |
|
MD5 | 5f423b80548b1fc5a0f708b630a3293c |
|
BLAKE2b-256 | 612d94f2dd8022d57eeaec76d53a745c42c8ab620219a258a4a03ac06fbd1d09 |