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
trafficstars

**Related Issue(s):** - Closes #335 **Description:** The stringified intersects dictionary was being double-stringified. This fix uses urllib.parse.quote_plus to urlencode the intersects string for GET requests. Includes: - Request parameter assertions...

**Related Issue(s):** - Closes #351 **Description:** Once approved, we should enable these checks as required. **PR Checklist:** - [x] Code is formatted - [ ] Tests pass - [ ]...

**Related Issue(s):** - Closes #236 **Description:** Fall back on item search if features isn't implemented for a collection client. **PR Checklist:** - [x] Code is formatted - [x] Tests pass...

Prior to 0.4.0, get_item would try to walk the collection to find the item id requested, which on a large catalog was problematic. In 0.4.0, it checks if Features is...

enhancement

Hi, thanks for the great work so far 👍🏻 💯 I was wondering if there is any plan to add functionality to write data to STAC APIs as well as...

enhancement

**Related Issue(s):** - Closes #334 - Depends on #337 for **pytest-httpserver** **Description:** Terminate pagination on an empty page. **PR Checklist:** - [x] Code is formatted - [x] Tests pass -...

**Related Issue(s):** - Closes #355 **Description:** Fixes `query` in GET requests by stringifying the JSON dictionary. Note that (for the Planetary Computer at least) the query parameter _cannot_ be url...

This succeeds as a POST, but fails as a GET. My guess is there's a problem with double-encoding like there was for intersects, but I haven't looked into it at...

bug

As currently written, methods that use pagination will hang indefinitely if the server pagination implementation is broken such that it never stops returning a `next` link relation in the result...

enhancement