Skip to content

Commit

Permalink
Flat: latest data (2024-09-05T15:56:21.728Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-09-05T15:56:21.728Z",
  "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": -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 Sep 5, 2024
1 parent 0aa0ad5 commit 8251311
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
31.9,Clear,2024-09-05T15:56:21.579Z
32.74,Clear,2024-09-05T14:56:24.629Z
34.41,Clear,2024-09-05T13:56:28.094Z
34.17,Clear,2024-09-05T13:11:11.003Z
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":800,"main":"Clear","description":"clear sky","icon":"01d"}],"base":"stations","main":{"temp":32.74,"feels_like":32.12,"temp_min":32.64,"temp_max":33.04,"pressure":1008,"humidity":33,"sea_level":1008,"grnd_level":993},"visibility":10000,"wind":{"speed":4.63,"deg":60},"clouds":{"all":0},"dt":1725548183,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1725509132,"sunset":1725556106},"timezone":7200,"id":792680,"name":"Belgrade","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":800,"main":"Clear","description":"clear sky","icon":"01d"}],"base":"stations","main":{"temp":31.9,"feels_like":31.34,"temp_min":31.53,"temp_max":33.04,"pressure":1008,"humidity":35,"sea_level":1008,"grnd_level":993},"visibility":10000,"wind":{"speed":4.63,"deg":70},"clouds":{"all":0},"dt":1725551780,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1725509132,"sunset":1725556106},"timezone":7200,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 8251311

Please sign in to comment.