Skip to content

Commit

Permalink
Flat: latest data (2025-01-05T07:56:24.895Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-05T07:56:24.895Z",
  "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": -10,
      "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 3fe194f commit 6319942
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.25,Mist,2025-01-05T07:56:24.718Z
-4.96,Clouds,2025-01-05T06:56:20.277Z
-2.34,Clear,2025-01-05T05:56:19.169Z
-3.98,Clear,2025-01-05T04:56:21.614Z
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":804,"main":"Clouds","description":"overcast clouds","icon":"04d"}],"base":"stations","main":{"temp":-4.96,"feels_like":-8.32,"temp_min":-6.08,"temp_max":-4.96,"pressure":1021,"humidity":93,"sea_level":1021,"grnd_level":1004},"visibility":8000,"wind":{"speed":2.06,"deg":230},"clouds":{"all":100},"dt":1736060179,"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":701,"main":"Mist","description":"mist","icon":"50d"}],"base":"stations","main":{"temp":-1.25,"feels_like":-1.25,"temp_min":-3.96,"temp_max":-1.25,"pressure":1021,"humidity":75,"sea_level":1021,"grnd_level":1004},"visibility":5000,"wind":{"speed":1.03,"deg":0},"clouds":{"all":100},"dt":1736063784,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736057731,"sunset":1736089873},"timezone":3600,"id":865971,"name":"Stari Grad","cod":200}

0 comments on commit 6319942

Please sign in to comment.