Skip to content
Snippets Groups Projects
Commit 3c9646f6 authored by Sabine Schröder's avatar Sabine Schröder
Browse files

added a few descriptions for Data Infrastructure Breakfast

parent 410ae06d
No related branches found
No related tags found
No related merge requests found
Pipeline #42674 passed
_build/latex/toar_db.pdf
\ No newline at end of file
......@@ -15,18 +15,18 @@
| Name | Type | Description | Required |
| ---- | ---- | ----------- | -------- |
| lat | number | | No |
| lng | number | | No |
| alt | number | | Yes |
| 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 |
| name | string | | Yes |
| coordinates | [Coordinates](#coordinates) | | Yes |
| country | string | | Yes |
......@@ -75,7 +75,6 @@
| aux_docs | [ [StationmetaAuxDoc](#stationmetaauxdoc) ] | | No |
| aux_urls | [ [StationmetaAuxUrl](#stationmetaauxurl) ] | | No |
| globalmeta | [StationmetaGlobal](#stationmetaglobal) | | No |
| globalservice | [StationmetaGlobalService](#stationmetaglobalservice) | | No |
#### StationmetaAnnotation
......@@ -125,7 +124,7 @@
| Name | Type | Description | Required |
| ---- | ---- | ----------- | -------- |
| id | integer | | Yes |
| codes | [ string ] | | No |
| codes | [ string ] | list of station's codes | Yes |
| name | string | | Yes |
| coordinates | [Coordinates](#coordinates) | | Yes |
| country | string | | Yes |
......@@ -161,17 +160,6 @@
| toar1_category | string | | Yes |
| station_id | integer | | Yes |
#### StationmetaGlobalService
| Name | Type | Description | Required |
| ---- | ---- | ----------- | -------- |
| id | integer | | Yes |
| variable_name | string | | Yes |
| result_type | integer | | Yes |
| result_nvalues | integer | | Yes |
| service_valid_year | integer | | Yes |
| service_url | string | | Yes |
#### StationmetaRole
| Name | Type | Description | Required |
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment