Skip to content

stac-utils/pystac-client

Repository files navigation

pystac-client

CI Release PyPI version Documentation codecov

A Python client for working with STAC APIs.

Installation

PySTAC Client is published to PyPi as pystac-client.

The only direct Python dependencies of pystac-client are PySTAC, requests, and dateutil.

To install with pip, run:

python -m pip install pystac-client

Documentation

See the documentation page for the latest docs.

Development

See the contributing page for the latest development instructions.