Versions Compared

Key

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

EcoPlots is primarily concerned with data collected in survey plots across Australia. The core information you can access is about Sites and SiteVisits. (TERN’s LinkedData site has more information about Observations).

Observations

All ecological measurements (plant height, animal count, soil pH, air temperature) in Ecoiplots Ecoplots are represented as observations. [Read more about](TERN’s LinkedData site has more information about Observations).

Observations

You can use this endpoint to extract observations based on several search criteria (see Search queries).

To retrieve observation data available in EcoPlots, you should use the /observations endpoint.

Request example:

Code Block
curl -X POST "https://ecoplots-test.tern.org.au/api/v1.0/observations?dformat=ndjson" -H "accept: */*" -H "Authorization: apikey-v1 your-api-key" -H "Content-Type: application/json" -d "{\"query\":{\"dataset\":[\"http://linked.data.gov.au/dataset/ausplots\"],\"site_id\":[\"http://linked.data.gov.au/dataset/ausplots/site-nsabbs0001\"],\"feature_type\":[\"http://linked.data.gov.au/def/tern-cv/b311c0d3-4a1a-4932-a39c-f5cdc1afa611\"],\"observed_property\":[\"http://linked.data.gov.au/def/tern-cv/56195246-ec5d-4050-a1c6-af786fbec715\"]}}"

...