You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[v0.3.0] - 2019-10-16
Added
/stac/search linked to from /stac
New ids parameter added for searching by IDs
New collections parameter added for searching list of specific collections
SATAPI_COLLECTION_LIMIT environment variable added for the number of collections to return at the /stac and /collections endpoints. Since pagination is not supported at these endpoints this should be set higher than the number of collections available. Defaults to 100.
Changed
Fields parameter changed to search on any fields rather than just fields under properties. Field under properties must now be referenced by properties.<fieldname>
collection now a top level field rather than a property