stac-utils / pystac-client

Python client for searching STAC APIs
https://pystac-client.readthedocs.io
Other
154 stars 47 forks source link
geospatial python stac

STAC Client

CI Release PyPI version Documentation codecov

A Python client for working with STAC Catalogs and APIs.

Table of Contents

Installation

Install from PyPi. Other than PySTAC itself, the only dependencies for pystac-client are the Python requests and dateutil libraries.

pip install pystac-client

Documentation

See the documentation page for the latest docs.

Development

See the contributing page for the latest development instructions.