Skip to content

Commit

Permalink
Flat: latest data (2025-01-04T19:56:29.091Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-04T19:56:29.091Z",
  "files": [
    {
      "name": "history.csv",
      "deltaBytes": 35,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    },
    {
      "name": "weather.json",
      "deltaBytes": -1,
      "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 4, 2025
1 parent 0141930 commit 28cec78
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.5,Fog,2025-01-04T19:56:28.943Z
-1.5,Fog,2025-01-04T18:56:23.848Z
-1.14,Fog,2025-01-04T17:56:23.853Z
-2.98,Fog,2025-01-04T16:56:22.678Z
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":741,"main":"Fog","description":"fog","icon":"50n"}],"base":"stations","main":{"temp":-1.5,"feels_like":-3.53,"temp_min":-2.9,"temp_max":-1.25,"pressure":1025,"humidity":94,"sea_level":1025,"grnd_level":1008},"visibility":300,"wind":{"speed":1.54,"deg":100},"clouds":{"all":100},"dt":1736016983,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1735971338,"sunset":1736003414},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":741,"main":"Fog","description":"fog","icon":"50n"}],"base":"stations","main":{"temp":-1.5,"feels_like":-1.5,"temp_min":-2.34,"temp_max":-1.25,"pressure":1025,"humidity":95,"sea_level":1025,"grnd_level":1008},"visibility":300,"wind":{"speed":1.03,"deg":50},"clouds":{"all":100},"dt":1736020588,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1735971338,"sunset":1736003414},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 28cec78

Please sign in to comment.