Skip to content

Commit

Permalink
Flat: latest data (2024-12-19T10:56:18.894Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-12-19T10:56:18.894Z",
  "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": 0,
      "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 92773aa commit 7a5b0a9
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
5.04,Mist,2024-12-19T10:56:18.737Z
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
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"}],"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}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":701,"main":"Mist","description":"mist","icon":"50d"}],"base":"stations","main":{"temp":5.04,"feels_like":2.89,"temp_min":2.92,"temp_max":5.04,"pressure":1013,"humidity":93,"sea_level":1013,"grnd_level":997},"visibility":4000,"wind":{"speed":2.57,"deg":20},"clouds":{"all":0},"dt":1734605778,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1734588703,"sunset":1734620344},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 7a5b0a9

Please sign in to comment.