Skip to content

Commit

Permalink
Flat: latest data (2025-01-06T13:56:17.814Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-06T13:56:17.814Z",
  "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": -30,
      "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 6, 2025
1 parent fda5610 commit 546a0ee
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
15.04,Clear,2025-01-06T13:56:17.654Z
15.04,Rain,2025-01-06T13:13:07.352Z
15.04,Clear,2025-01-06T11:56:17.111Z
14.04,Clear,2025-01-06T10:56:19.246Z
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":502,"main":"Rain","description":"heavy intensity rain","icon":"10d"}],"base":"stations","main":{"temp":15.04,"feels_like":13.93,"temp_min":15.04,"temp_max":15.92,"pressure":1013,"humidity":51,"sea_level":1013,"grnd_level":997},"visibility":10000,"wind":{"speed":4.63,"deg":170},"rain":{"1h":6.83},"clouds":{"all":0},"dt":1736169186,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1736144122,"sunset":1736176335},"timezone":3600,"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":15.04,"feels_like":13.93,"temp_min":14.92,"temp_max":15.04,"pressure":1013,"humidity":51,"sea_level":1013,"grnd_level":996},"visibility":10000,"wind":{"speed":3.6,"deg":160},"clouds":{"all":0},"dt":1736171670,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1736144122,"sunset":1736176335},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 546a0ee

Please sign in to comment.