https://github.com/stac-utils/pystac-client
Python client for searching STAC APIs
https://github.com/stac-utils/pystac-client
geospatial python stac
Last synced: 7 days ago
JSON representation
Python client for searching STAC APIs
- Host: GitHub
- URL: https://github.com/stac-utils/pystac-client
- Owner: stac-utils
- License: other
- Created: 2021-03-03T03:33:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T12:15:02.000Z (about 1 year ago)
- Last Synced: 2024-11-11T13:19:58.067Z (about 1 year ago)
- Topics: geospatial, python, stac
- Language: Python
- Homepage: https://pystac-client.readthedocs.io
- Size: 12.9 MB
- Stars: 161
- Watchers: 10
- Forks: 48
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-earthobservation-code - pystac-client - `Python` client for searching STAC APIs (`Python` processing of optical imagery (non deep learning) / Cloud Native Geospatial)
README
# pystac-client
[](https://github.com/stac-utils/pystac-client/actions/workflows/continuous-integration.yml)
[](https://github.com/stac-utils/pystac-client/actions/workflows/release.yml)
[](https://badge.fury.io/py/pystac-client)
[](https://pystac-client.readthedocs.io)
[](https://codecov.io/gh/stac-utils/pystac-client)
A Python client for working with [STAC](https://stacspec.org/) APIs.
## Installation
PySTAC Client is published to PyPi as [pystac-client](https://pypi.org/project/pystac-client/).
The only direct Python dependencies of **pystac-client** are [PySTAC](https://pystac.readthedocs.io),
[requests](https://docs.python-requests.org), and [dateutil](https://dateutil.readthedocs.io).
To install with pip, run:
```shell
python -m pip install pystac-client
```
## Documentation
See the [documentation page](https://pystac-client.readthedocs.io/en/latest/) for the latest docs.
## Development
See the [contributing page](https://pystac-client.readthedocs.io/en/latest/contributing.html) for the latest development instructions.