Skip to content

Commit

Permalink
Flat: latest data (2025-01-08T02:08:12.794Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-08T02:08:12.794Z",
  "files": [
    {
      "name": "history.csv",
      "deltaBytes": 36,
      "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 Jan 8, 2025
1 parent 4815ebf commit 32e2ca4
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
9.65,Rain,2025-01-08T02:08:12.635Z
12.83,Rain,2025-01-07T23:56:22.757Z
12.04,Rain,2025-01-07T22:56:17.130Z
12.78,Rain,2025-01-07T21:56:19.155Z
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":501,"main":"Rain","description":"moderate rain","icon":"10n"}],"base":"stations","main":{"temp":12.83,"feels_like":11.89,"temp_min":10.99,"temp_max":13.19,"pressure":1013,"humidity":66,"sea_level":1013,"grnd_level":997},"visibility":10000,"wind":{"speed":2.06,"deg":240},"rain":{"1h":2.04},"clouds":{"all":0},"dt":1736294181,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736316896,"sunset":1736349263},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":501,"main":"Rain","description":"moderate rain","icon":"10n"}],"base":"stations","main":{"temp":9.65,"feels_like":8.36,"temp_min":9.04,"temp_max":10.99,"pressure":1013,"humidity":77,"sea_level":1013,"grnd_level":997},"visibility":10000,"wind":{"speed":2.57,"deg":360},"rain":{"1h":1.07},"clouds":{"all":0},"dt":1736302090,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736316896,"sunset":1736349263},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 32e2ca4

Please sign in to comment.