Skip to content

Commit

Permalink
Flat: latest data (2024-09-04T11:56:24.531Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-09-04T11:56:24.531Z",
  "files": [
    {
      "name": "history.csv",
      "deltaBytes": 38,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    },
    {
      "name": "weather.json",
      "deltaBytes": 3,
      "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 4, 2024
1 parent 936c2a1 commit 3151671
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
34.41,Clear,2024-09-04T11:56:24.383Z
32.04,Clear,2024-09-04T10:56:19.716Z
30.04,Clear,2024-09-04T09:56:37.602Z
28.04,Clear,2024-09-04T08:56:38.020Z
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.04,"feels_like":30.54,"temp_min":32.04,"temp_max":32.92,"pressure":1013,"humidity":27,"sea_level":1013,"grnd_level":998},"visibility":10000,"wind":{"speed":2.06,"deg":0},"clouds":{"all":0},"dt":1725447378,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1725422662,"sunset":1725469817},"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":34.41,"feels_like":34.23,"temp_min":33.04,"temp_max":34.92,"pressure":1012,"humidity":32,"sea_level":1012,"grnd_level":997},"visibility":10000,"wind":{"speed":2.06,"deg":0},"clouds":{"all":0},"dt":1725450983,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1725422662,"sunset":1725469817},"timezone":7200,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 3151671

Please sign in to comment.