Skip to content

Commit

Permalink
Flat: latest data (2025-01-05T09:56:26.762Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-05T09:56:26.762Z",
  "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": 13,
      "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 5, 2025
1 parent 0f56b40 commit 12ab643
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.96,Snow,2025-01-05T09:56:26.588Z
-2.96,Snow,2025-01-05T08:56:27.513Z
-1.25,Mist,2025-01-05T07:56:24.718Z
-4.96,Clouds,2025-01-05T06:56:20.277Z
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":601,"main":"Snow","description":"snow","icon":"13d"}],"base":"stations","main":{"temp":-2.96,"feels_like":-2.96,"temp_min":-5.08,"temp_max":-2.96,"pressure":1021,"humidity":93,"sea_level":1021,"grnd_level":1004},"visibility":6000,"wind":{"speed":0,"deg":0},"snow":{"1h":4},"clouds":{"all":100},"dt":1736067386,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1736057731,"sunset":1736089873},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":602,"main":"Snow","description":"heavy snow","icon":"13d"}],"base":"stations","main":{"temp":-1.96,"feels_like":-1.96,"temp_min":-3.08,"temp_max":-1.96,"pressure":1020,"humidity":93,"sea_level":1020,"grnd_level":1003},"visibility":7000,"wind":{"speed":1.03,"deg":0},"snow":{"1h":8.04},"clouds":{"all":99},"dt":1736070985,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1736057731,"sunset":1736089873},"timezone":3600,"id":865971,"name":"Stari Grad","cod":200}

0 comments on commit 12ab643

Please sign in to comment.