pystac-client
April 25, 2025 ยท View on GitHub
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.