| lat | number | longitude coordinate of station (decimal degrees_east). This is our best estimate of the station location which is not always identical to the official station coordinates (see coordinate_validation_status). | No |
| lng | number | latitude coordinate of station (decimal degrees_north). This is our best estimate of the station location which is not always identical to the official station coordinates (see coordinate_validation_status). | No |
| alt | number | altitude of station (in m above sea level). This is our best estimate of the station altitude, which is not always identical to the reported station altitude, but frequently uses the elevation from google earth instead (see coordinate_validation_status). | No |
#### Data
| Name | Type | Description | Required |
| ---- | ---- | ----------- | -------- |
| datetime | dateTime | | Yes |
| value | number | | Yes |
| flags | string | | Yes |
| timeseries_id | integer | | Yes |
| datetime | dateTime | date and time of observation | Yes |
| value | number | variable value at datetime | Yes |
| flags | string | flags | Yes |
| timeseries_id | integer | ID of timeseries | Yes |
#### Organisation
...
...
@@ -57,7 +57,7 @@
| Name | Type | Description | Required |
| ---- | ---- | ----------- | -------- |
| id | integer | | Yes |
| codes | [ string ] | | No |
| codes | [ string ] | list of station's codes | Yes |