Versions Compared

Key

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

...

PropertyTypeDescriptionOptionNotes
serviceMetadatajson objectmeta data information of the web service request.metadata=minimum 
serviceMetadata.stationstringrequested station codemetadata=minimum 
serviceMetadata.deviceCategorystringrequested device category codemetadata=minimum 
serviceMetadata.sensorsstringCSV searchable sensor codesmetadata=minimum 
serviceMetadata.dateFromstringrequested date from in yyyy-MM-ddTHH:mm:ss.SSSZ formatmetadata=minimum 
serviceMetadata.dateTostringrequested date to in yyyy-MM-ddTHH:mm:ss.SSSZ formatmetadata=minimum 
serviceMetadata.metadatastringrequested metadata optionmetadata=minimum 
serviceMetadata.rowLimitintegerrequested row limit per sensor codemetadata=minimum 
serviceMetadata.outputFormatstringthe requested data output formatmetadata=minimum 
serviceMetadata.totalActualSamplesintegerhow many scalar data expected in total for all the sensorsmetadata=minimum 
serviceMetadata.nextDateFromstringthe date from for next reading in yyyy-MM-ddTHH:mm:ss.SSSZ formatmetadata=minimum 
metadatajson objectmetadata station and device informationmetadata=full 
metadata.stationNamestringstation name for the given station codemetadata=full 
metadata.deviceCategoryNamestringdevice category name for the given category codemetadata=full 
metadata.dateFromstringthe date from for a given deployment in yyyy-MM-ddTHH:mm:ss.SSSZ formatmetadata=full 
metadata.dateTostringthe date to for a given deployment in yyyy-MM-ddTHH:mm:ss.SSSZ formatmetadata=full 
metadata.longitude
double
the aggregate (mean) longitude of the station.metadata=full 
metadata.latitude
double
the aggregate (mean) latitude of the station.metadata=full 
metadata.depth
double
the aggregate (mean) depth of the station.metadata=full 
metadata.bboxjson objectthe boundary of the station boxmetadata=full 
metadata.bbox.minLondoublethe minimum longitude of the station.metadata=full 
metadata.bbox.maxLondoublethe maximum longitude of the station.metadata=full 
metadata.bbox.minLatdoublethe minimum latitude of the station.metadata=full 
metadata.bbox.maxLatdoublethe maximum latitude of the station.metadata=full 
metadata.bbox.minDepthdoublethe minimum depth of the station.metadata=full 
metadata.bbox.maxDepthdoublethe maximum depth of the station.metadata=full 
sensordataarrayall available scalar data for given time rage within the row limitmetadata=minimum 
sensordata.sensorstringthe given sensor (the sensor code for a given sensor's "code name" that can be used in queries)metadata=minimum 
sensordata.sensorNamestringsensor the full name for a given sensormetadata=minimum 
sensordata.unitOfMeasurestringunit of measure name for the scalar readingmetadata=minimum 
sensordata.actualSamplesintegerhow many samples expectedmetadata=minimum 
sensordata.dataarraysensor data for a given sensoroutputFormat=object 
sensordata.data.sampleTimestringtime stamp of the reading in yyyy-MM-ddTHH:mm:ss.SSSZ formatoutputFormat=object 
sensordata.data.valuedoulbescalar reading after calibration, derivation and unit conversionoutputFormat=object 
sensordata.data.qaqcFlagintegerqaqc flagoutputFormat=object 
sensordata.datajson objectsensor data for a given sensoroutputFormat=array 
sensordata.data.sampleTimesarrayan array of time stamp of the reading in yyyy-MM-ddTHH:mm:ss.SSSZ formatoutputFormat=array 
sensordata.data.valuesarrayan array of scalar reading after calibration, derivation and unit conversionoutputFormat=array 
sensordata.data.qaqcFlagsarrayan array of qaqc flagoutputFormat=array 

...