Skip to content

Commit

Permalink
Flat: latest data (2024-12-20T19:56:25.655Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-12-20T19:56:25.655Z",
  "files": [
    {
      "name": "history.csv",
      "deltaBytes": 39,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    },
    {
      "name": "weather.json",
      "deltaBytes": 124,
      "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 20, 2024
1 parent 00c5e19 commit 7f1caab
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
5.32,Drizzle,2024-12-20T19:56:25.503Z
5.28,Rain,2024-12-20T18:56:18.752Z
5.62,Rain,2024-12-20T17:56:19.519Z
5.99,Rain,2024-12-20T16:56:28.345Z
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":5.28,"feels_like":1.39,"temp_min":4.92,"temp_max":5.44,"pressure":1011,"humidity":92,"sea_level":1011,"grnd_level":995},"visibility":10000,"wind":{"speed":5.66,"deg":310},"rain":{"1h":9.22},"clouds":{"all":75},"dt":1734720977,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1734675136,"sunset":1734706769},"timezone":3600,"id":791148,"name":"Dorćol","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":301,"main":"Drizzle","description":"drizzle","icon":"09n"},{"id":701,"main":"Mist","description":"mist","icon":"50n"},{"id":502,"main":"Rain","description":"heavy intensity rain","icon":"10n"}],"base":"stations","main":{"temp":5.32,"feels_like":1.67,"temp_min":4.88,"temp_max":5.92,"pressure":1012,"humidity":94,"sea_level":1012,"grnd_level":995},"visibility":5000,"wind":{"speed":5.14,"deg":300},"rain":{"1h":9.72},"clouds":{"all":75},"dt":1734724584,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1734675136,"sunset":1734706769},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 7f1caab

Please sign in to comment.