Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
"observed_property": [
  "http://linked.data.gov.au/def/tern-cv/83ac0278-51cd-4d1a-8e05-7c1fc68cf020"
]

...

Refine search to a temporal extent (date)

In addition to all the vocabularised facets , you can filter that can be used for searching, it is all possible to refine data based on a temporal resolution search.

Example 1 - Get all the data between 1st January 2006 and 30th July 2021.

Code Block
"date_from": "2006-01-01",
"date_to": "2021-07-30"

...

Spatial extent

Need to explain how this works and how to do this.

Statial queries in EcoPlots allows Spatial queries within EcoPlots allow three different formats: GeoJSON, Well-Known Text (WKT) and Bounding Box. The A spatial query will do an “intersect” between the given geometry and the geometry of the data.

...