Skip to content

Commit

Permalink
Flat: latest data (2025-01-05T10:56:20.626Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-05T10:56:20.626Z",
  "files": [
    {
      "name": "history.csv",
      "deltaBytes": 39,
      "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 12ab643 commit b44a51b
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
-0.96,Clouds,2025-01-05T10:56:20.463Z
-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
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":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}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":804,"main":"Clouds","description":"overcast clouds","icon":"04d"}],"base":"stations","main":{"temp":-0.96,"feels_like":-2.91,"temp_min":-1.08,"temp_max":-0.96,"pressure":1019,"humidity":100,"sea_level":1019,"grnd_level":1002},"visibility":7000,"wind":{"speed":1.54,"deg":40},"clouds":{"all":90},"dt":1736074579,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1736057731,"sunset":1736089873},"timezone":3600,"id":865971,"name":"Stari Grad","cod":200}

0 comments on commit b44a51b

Please sign in to comment.