Skip to content

Commit

Permalink
Flat: latest data (2024-12-21T06:56:20.973Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-12-21T06:56:20.973Z",
  "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": 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 21, 2024
1 parent 506b800 commit 3ba9951
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
3.84,Rain,2024-12-21T06:56:20.809Z
3.84,Rain,2024-12-21T05:56:30.197Z
4.2,Rain,2024-12-21T04:56:20.794Z
4.2,Rain,2024-12-21T03:56:27.437Z
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":3.84,"feels_like":-1.05,"temp_min":3.75,"temp_max":4.04,"pressure":1018,"humidity":76,"sea_level":1018,"grnd_level":1002},"visibility":10000,"wind":{"speed":7.2,"deg":330},"rain":{"1h":4.21},"clouds":{"all":0},"dt":1734760589,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1734761567,"sunset":1734793195},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":502,"main":"Rain","description":"heavy intensity rain","icon":"10d"}],"base":"stations","main":{"temp":3.84,"feels_like":-0.86,"temp_min":3.75,"temp_max":4.04,"pressure":1019,"humidity":75,"sea_level":1019,"grnd_level":1002},"visibility":10000,"wind":{"speed":6.69,"deg":320},"rain":{"1h":12.96},"clouds":{"all":0},"dt":1734764179,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1734761567,"sunset":1734793195},"timezone":3600,"id":865971,"name":"Stari Grad","cod":200}

0 comments on commit 3ba9951

Please sign in to comment.