Skip to content
/ pystac Public

Utility to write The SpatioTemporal Asset Catalog (STAC)

License

Notifications You must be signed in to change notification settings

pdssp/pystac

Repository files navigation

pySTAC

https://img.shields.io/github/v/tag/pole-surfaces-planetaires/pystac

https://img.shields.io/github/v/release/pole-surfaces-planetaires/pystac?include_prereleases

https://img.shields.io/pypi/v/pystac

Library implementing STAC protocole

Stable release

To install pySTAC, run this command in your terminal:

$ pip install pystac

This is the preferred method to install pySTAC, as it will always install the most recent stable release.

If you don't have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for pySTAC can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/pole-surfaces-planetaires/pystac

Or download the tarball:

$ curl -OJL https://github.com/pole-surfaces-planetaires/pystac/tarball/master

Once you have a copy of the source, you can install it with:

$ make  # install in the system root
$ make user # or Install for non-root usage

Development

$ git clone https://github.com/pole-surfaces-planetaires/pystac
$ cd pystac
$ make prepare-dev
$ source .pystac
$ make install-dev

To get more information about the preconfigured tasks:

$ make help

Usage

To use pySTAC in a project:

import pystac

Run tests

$make tests

Author

👤 Jean-Christophe Malapert

🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/pole-surfaces-planetaires/pystac/issues). You can also take a look at the [contributing guide](https://github.com/pole-surfaces-planetaires/pystac/blob/master/CONTRIBUTING.rst)

📝 License

This project is [GNU General Public License v3](https://github.com/pole-surfaces-planetaires/pystac/blob/master/LICENSE) licensed.

About

Utility to write The SpatioTemporal Asset Catalog (STAC)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published