Skip to content

Instantly share code, notes, and snippets.

@FWidm
Created August 21, 2017 11:19
Show Gist options
  • Save FWidm/2c1e39ed9725c36396c59feb4154a0ff to your computer and use it in GitHub Desktop.
Save FWidm/2c1e39ed9725c36396c59feb4154a0ff to your computer and use it in GitHub Desktop.
Lib Outputs
{
"values": {
"air_temperature": [
{
"temperature2m_degC": "15.0",
"relativeHumidity_percent": "70.0",
"stationId": 2886,
"date": "2016-06-19T10:00:00+00:00",
"description": {
"qualityBit": "QN_9: Quality bit refer to ftp:\/\/ftp-cdc.dwd.de\/pub\/CDC\/observations_germany\/climate\/hourly\/air_temperature\/historical\/BESCHREIBUNG_test_obsgermany_climate_hourly_tu_historical_de.pdf",
"temperature2m": "TT_TU: temperature in 2m height - in degrees Celsius.",
"relativeHumidity": "RF_TU: relative humidity in percent."
},
"quality": 3,
"classification": null
}
]
...
}
}
{
"TWO_METRE_TEMPERATURE": [
{
"index": 45048,
"description": {
"dataTime": 0,
"name": "2 metre temperature",
"date": 20170816,
"step": 0,
"units": "K",
"shortName": "2t",
"paramId": 167,
"convertedUnit": "C"
},
"classification": null,
"distance": 16.327599462504207,
"longitude": 10.0,
"date": "2017-08-16T00:00:00+00:00",
"value": 290.118896484375,
"latitude": 48.29265233053008,
"type": "2 metre temperature"
},
{
"index": 45048,
"description": {
"dataTime": 600,
"name": "2 metre temperature",
"date": 20170816,
"step": 0,
"units": "K",
"shortName": "2t",
"paramId": 167,
"convertedUnit": "C"
},
"classification": null,
"distance": 16.327599462504207,
"longitude": 10.0,
"date": "2017-08-16T06:00:00+00:00",
"value": 288.96189880371094,
"latitude": 48.29265233053008,
"type": "2 metre temperature"
},
{
"index": 45048,
"description": {
"dataTime": 1200,
"name": "2 metre temperature",
"date": 20170816,
"step": 0,
"units": "K",
"shortName": "2t",
"paramId": 167,
"convertedUnit": "C"
},
"classification": null,
"distance": 16.327599462504207,
"longitude": 10.0,
"date": "2017-08-16T12:00:00+00:00",
"value": 296.1306457519531,
"latitude": 48.29265233053008,
"type": "2 metre temperature"
},
{
"index": 45048,
"description": {
"dataTime": 1800,
"name": "2 metre temperature",
"date": 20170816,
"step": 0,
"units": "K",
"shortName": "2t",
"paramId": 167,
"convertedUnit": "C"
},
"classification": null,
"distance": 16.327599462504207,
"longitude": 10.0,
"date": "2017-08-16T18:00:00+00:00",
"value": 294.073486328125,
"latitude": 48.29265233053008,
"type": "2 metre temperature"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment