stac-api-spec
stac-api-spec copied to clipboard
SpatioTemporal Asset Catalog API specification - an API to make geospatial assets openly searchable and crawlable
What is the expected behaviour for paging within search results around the time of a data change? Is this considered a specification concern, or is it at the discretion of...
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
**Related Issue(s):** - #430 **Proposed Changes:** 1. Allow null geometry to align with STAC and Features **PR Checklist:** - [x] This PR has **no** breaking changes. - [x] This PR...
It's confusing that many examples in item-search/examples.md have an empty set of features. See also https://github.com/radiantearth/stac-api-spec/pull/449#discussion_r1667329116
**Related Issue(s):** - n/a **Proposed Changes:** 1. Fix a Markdown typo. **PR Checklist:** - [x] This PR has **no** breaking changes. - [x] This PR does not make any changes...
The API spec for Item Search documents the query parameters for POST /search as arrays of strings. It doesn't say how to expose this for GET /search via query parameters....
In the long run (probably v2), the QUERY HTTP method for `/search` and `/collections/{collectionId}/items` could be added, I think https://httpwg.org/http-extensions/draft-ietf-httpbis-safe-method-w-body.html could soon be standardized. `POST /search` could be deprecated. POST...