Skip to content

Commit

Permalink
Flat: latest data (2024-12-22T08:56:27.488Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-12-22T08:56:27.488Z",
  "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": -4,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    }
  ]
}
  • Loading branch information
flat-data committed Dec 22, 2024
1 parent 683737e commit 12b43e8
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.02,Clear,2024-12-22T08:56:27.325Z
-0.1,Clear,2024-12-22T07:56:20.717Z
-1.25,Clear,2024-12-22T06:56:23.739Z
-1.43,Clear,2024-12-22T05:56:17.405Z
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":-0.1,"feels_like":-3.7,"temp_min":-2.08,"temp_max":0.42,"pressure":1017,"humidity":88,"sea_level":1017,"grnd_level":1000},"visibility":10000,"wind":{"speed":3.09,"deg":160},"clouds":{"all":0},"dt":1734854179,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1734847995,"sunset":1734879625},"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":1.02,"feels_like":-2.35,"temp_min":0.44,"temp_max":1.04,"pressure":1016,"humidity":86,"sea_level":1016,"grnd_level":999},"visibility":10000,"wind":{"speed":3.09,"deg":150},"clouds":{"all":0},"dt":1734857786,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1734847995,"sunset":1734879625},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 12b43e8

Please sign in to comment.