Key | Not null | Data Type | Description |
---|
properties.instrumentParameter | yes | InstrumentParameter | N/A - Currently null |
properties.name | yes | String | Name of the station. See station list for a list of names |
properties.owner | yes | String | Owner of the station |
properties.type | yes | String | Station type. See here for available types |
properties.country | yes | String | Country code |
properties.regionId | no | String | Region id |
properties.stationId | yes | String | Station id |
properties.parameterId | yes | List<String> | List of parameterIds as defined in Parameters schema, which the station observes
|
properties.status | yes | String | Possible values are "Active" or "Inactive" |
properties.wmoContryCode | no | String | WMO country code |
properties.wmoStationId | no | String | WMO station id |
properties.created | yes | String | Creation time in database (in RFC3339 5.6 format, e.g. "2020-07-10T07:59:38Z") |
properties.operationTo | no | String | Last date the station is operational in RFC3339 5.6 format. If the station is currently operational this field is null |
properties.operationFrom | yes | String | First date the station is operational in RFC3339 5.6 format |
properties.updated | no | String | Last station update in RFC3339 5.6 format. Update may be a new location, changes to instrument parameters etc |
properties.validTo | no | String | Last date the station sends valid data in RFC3339 5.6 format. For now this is the same as operationTo, but may change in future versions |
properties.validFrom | yes | String | First date the station sends valid data in RFC3339 5.6 format. For now this is the same as operationFrom, but may change in future versions |