Skip to content

Commit

Permalink
Flat: latest data (2025-01-11T03:11:49.965Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-11T03:11:49.965Z",
  "files": [
    {
      "name": "history.csv",
      "deltaBytes": 37,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    },
    {
      "name": "weather.json",
      "deltaBytes": -7,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    }
  ]
}
  • Loading branch information
flat-data committed Jan 11, 2025
1 parent 13c1616 commit 5ec9d64
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
-1.22,Snow,2025-01-11T03:11:49.811Z
-0.14,Snow,2025-01-11T02:08:01.905Z
-0.77,Snow,2025-01-10T23:56:19.368Z
0.32,Snow,2025-01-10T22:56:17.220Z
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":600,"main":"Snow","description":"light snow","icon":"13n"}],"base":"stations","main":{"temp":-0.14,"feels_like":-0.14,"temp_min":-0.14,"temp_max":0.04,"pressure":1020,"humidity":86,"sea_level":1020,"grnd_level":1004},"visibility":7000,"wind":{"speed":1.03,"deg":200},"snow":{"1h":0.33},"clouds":{"all":83},"dt":1736561280,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736576038,"sunset":1736608666},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":601,"main":"Snow","description":"snow","icon":"13n"}],"base":"stations","main":{"temp":-1.22,"feels_like":-4.54,"temp_min":-3.08,"temp_max":-0.96,"pressure":1020,"humidity":100,"sea_level":1020,"grnd_level":1004},"visibility":8000,"wind":{"speed":2.57,"deg":180},"snow":{"1h":3.35},"clouds":{"all":68},"dt":1736565108,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1736576038,"sunset":1736608666},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 5ec9d64

Please sign in to comment.