Skip to content

Commit

Permalink
Flat: latest data (2025-01-06T18:56:24.234Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-06T18:56:24.234Z",
  "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 Jan 6, 2025
1 parent 687319a commit fc4ec51
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
11.78,Rain,2025-01-06T18:56:24.077Z
10.9,Rain,2025-01-06T17:56:19.384Z
10.66,Rain,2025-01-06T16:56:22.127Z
7.92,Rain,2025-01-06T15:56:25.322Z
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":"10n"}],"base":"stations","main":{"temp":10.9,"feels_like":9.77,"temp_min":8.21,"temp_max":11.04,"pressure":1013,"humidity":66,"sea_level":1013,"grnd_level":997},"visibility":10000,"wind":{"speed":3.6,"deg":160},"rain":{"1h":7.49},"clouds":{"all":0},"dt":1736186178,"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":501,"main":"Rain","description":"moderate rain","icon":"10n"}],"base":"stations","main":{"temp":11.78,"feels_like":10.63,"temp_min":7.66,"temp_max":12.04,"pressure":1013,"humidity":62,"sea_level":1013,"grnd_level":997},"visibility":10000,"wind":{"speed":4.12,"deg":180},"rain":{"1h":1.95},"clouds":{"all":0},"dt":1736189783,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1736144122,"sunset":1736176335},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit fc4ec51

Please sign in to comment.