Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@matthewhanson matthewhanson released this 17 Oct 16:16
· 3 commits to master since this release
df878e7

[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