Skip to content

Commit

Permalink
Flat: latest data (2024-12-19T09:56:21.410Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-12-19T09:56:21.410Z",
  "files": [
    {
      "name": "history.csv",
      "deltaBytes": 36,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    },
    {
      "name": "weather.json",
      "deltaBytes": -89,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    }
  ]
}
  • Loading branch information
flat-data committed Dec 19, 2024
1 parent b690fb8 commit 92773aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions history.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
temperature in °C,description,date
4.04,Mist,2024-12-19T09:56:21.249Z
2.04,Mist,2024-12-19T08:56:49.352Z
0.04,Mist,2024-12-19T07:56:19.350Z
-0.96,Fog,2024-12-19T06:56:27.363Z
Expand Down
2 changes: 1 addition & 1 deletion weather.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":701,"main":"Mist","description":"mist","icon":"50d"},{"id":500,"main":"Rain","description":"light rain","icon":"10d"}],"base":"stations","main":{"temp":2.04,"feels_like":-0.15,"temp_min":-0.08,"temp_max":2.04,"pressure":1016,"humidity":100,"sea_level":1016,"grnd_level":1000},"visibility":2500,"wind":{"speed":2.06,"deg":360},"rain":{"1h":0.56},"clouds":{"all":0},"dt":1734598585,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1734588703,"sunset":1734620344},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":701,"main":"Mist","description":"mist","icon":"50d"}],"base":"stations","main":{"temp":4.04,"feels_like":2.19,"temp_min":1.92,"temp_max":4.04,"pressure":1015,"humidity":93,"sea_level":1015,"grnd_level":999},"visibility":3500,"wind":{"speed":2.06,"deg":10},"clouds":{"all":0},"dt":1734602180,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1734588703,"sunset":1734620344},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 92773aa

Please sign in to comment.