pystac-client icon indicating copy to clipboard operation
pystac-client copied to clipboard

Python client for searching STAC APIs

Results 41 pystac-client issues
Sort by recently updated
recently updated
newest added

As raised in #113, it can be hard to know why a given CLI command is failing, as the Exception `__str__` may or may not point the user to the...

Per @TomAugspurger's comment https://github.com/stac-utils/pystac-client/pull/284#pullrequestreview-1065499827, we should upgrade the deprecation warnings in the old `ItemSearch` methods to `FutureWarnings` in a future release.

Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. Release notes Sourced from myst-parser's releases. v3.0.0 What's Changed Upgraded dependencies ⬆️ Add support for Python 3.12 by @​hugovk in...

dependencies
python

Hi all, we've recently had users encounter issues with missing items returned via our Digital Earth Australia STAC API (https://explorer.sandbox.dea.ga.gov.au/stac). The data does exist, however only a small proportion of...

Hi. I just observed some unexpected behavior when comparing the search result from queries with `datetime` as string and as `datetime.datetime` object. Can you help me out here? The first...

Since `POST` is [recommended but not required](https://github.com/radiantearth/stac-api-spec/tree/release/v1.0.0/item-search#http-request-methods-and-content-types), it can be surprising to users when **pystac-client** [defaults to `POST`](https://github.com/stac-utils/pystac-client/blob/5cf812a979fb0cc52a438deaeb4356f80f59dc1a/pystac_client/item_search.py) (e.g. https://github.com/stac-utils/pystac-client/issues/641). On the other hand, any sort of complicated `intersects` will...

question

I am trying to get the pystac_client to work with a set of static JSON files sitting in a private Azure Blob storage Container. I realize I must implement a...

documentation
help wanted

When I perform this search through the Pystac client it seems that instead of sending 1 request to the APIs by calling the GET /search method, it first calls the...

The test coverage in this project is pretty good, but as #587 made clear, there are some areas that are less well-tested. Here is the output of `pytest --cov pystac_client...

enhancement

**Related Issue(s):** - #509 **Description:** See if unpinning works now that some time has passed. **PR Checklist:** - [x] Code is formatted - [x] Tests pass - [x] Changes are...