Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 28, 2020 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/34ef5dfa30127bfd2d59570a17df9e8a to your computer and use it in GitHub Desktop.
Save parzibyte/34ef5dfa30127bfd2d59570a17df9e8a to your computer and use it in GitHub Desktop.
{
"product": "civillight",
"init": "2020062718",
"dataseries": [
{
"date": 20200628,
"weather": "ishower",
"temp2m": {
"max": 32,
"min": 22
},
"wind10m_max": 2
},
{
"date": 20200629,
"weather": "rain",
"temp2m": {
"max": 27,
"min": 22
},
"wind10m_max": 2
},
{
"date": 20200630,
"weather": "rain",
"temp2m": {
"max": 30,
"min": 21
},
"wind10m_max": 2
},
{
"date": 20200701,
"weather": "cloudy",
"temp2m": {
"max": 31,
"min": 22
},
"wind10m_max": 2
},
{
"date": 20200702,
"weather": "rain",
"temp2m": {
"max": 32,
"min": 22
},
"wind10m_max": 2
},
{
"date": 20200703,
"weather": "cloudy",
"temp2m": {
"max": 34,
"min": 21
},
"wind10m_max": 2
},
{
"date": 20200704,
"weather": "ts",
"temp2m": {
"max": 35,
"min": 22
},
"wind10m_max": 2
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment