STARGATE H2020 - GAIASENSE OGC SensorThings API

OGC SensorThings API for Gaiasense data source in Stargate project. Source data is modelled according to the Agriculture Information Model (AIM) and Stargate extensions . Data is retrieved directly source REST API service, transformed on the fly.

⚠️ Methods require 'application/json' in accept header, i.e., -H "accept: application/json"

Table of Contents

Base Resource Path

https://w3id.org/stargate-h2020/gaiasense/api/v1.0

Observations

Retrieve all Observations

https://w3id.org/stargate-h2020/gaiasense/api/v1.0/Observations

Retrieve a specific Observation

https://w3id.org/stargate-h2020/gaiasense/api/v1.0/Observations(id)

For example:

https://w3id.org/stargate-h2020/gaiasense/api/v1.0/Observations(3-10-361-Rhopilema%2520nomadica)

Retrieve Observations for a specific Datastream

https://w3id.org/stargate-h2020/gaiasense/api/v1.0//Datastreams(id)/Observations

For example:

https://w3id.org/stargate-h2020/gaiasense/api/v1.0/Datastreams(3-jellyFishAbundanceProperty)/Observations

Datastreams

Retrieve all the Datastreams

https://w3id.org/stargate-h2020/gaiasense/api/v1.0/Datastreams

Retrieve a specific Datastream.

https://w3id.org/stargate-h2020/gaiasense/api/v1.0/Datastreams(id)

For example:

https://w3id.org/stargate-h2020/gaiasense/api/v1.0/Datastreams(3-jellyFishAbundanceProperty)

Retrieve DataStream for a specific Observation

https://w3id.org/stargate-h2020/gaiasense/api/v1.0/Observations(id)/Datastream

Features of Interest

Retrieve all FeaturesOfInterest

Retrieve a specific FeatureOfInterest

Retrieve FeatureOfInterest for a specific Observation

https://w3id.org/stargate-h2020/gaiasense/api/v1.0/Observations(id)/FeatureOfInterest

Observed properties

Retrieve all the Observed properties

Retrieve the ObservedProperty of a specific Datastream.

https://w3id.org/stargate-h2020/gaiasense/api/v1.0//Datastreams(id)/ObservedProperty

Sensors

Retrieve all Sensors

Retrieve a specific Sensor

Retrieve the Sensor of a specific Datastream

https://w3id.org/stargate-h2020/gaiasense/api/v1.0//Datastreams(id)/Sensor

Things

Retrieve all Things

Retrieve a specific Thing

Retrieve the Thing of a specific Datastream

https://w3id.org/stargate-h2020/gaiasense/api/v1.0//Datastreams(id)/Thing

For more information about OGC API please refer to: