An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# pystac-client

[![CI](https://github.com/stac-utils/pystac-client/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/stac-utils/pystac-client/actions/workflows/continuous-integration.yml)
[![Release](https://github.com/stac-utils/pystac-client/actions/workflows/release.yml/badge.svg)](https://github.com/stac-utils/pystac-client/actions/workflows/release.yml)
[![PyPI version](https://badge.fury.io/py/pystac-client.svg)](https://badge.fury.io/py/pystac-client)
[![Documentation](https://readthedocs.org/projects/pystac-client/badge/?version=stable)](https://pystac-client.readthedocs.io)
[![codecov](https://codecov.io/gh/stac-utils/pystac-client/branch/main/graph/badge.svg)](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.