Skip to content

Commit

Permalink
Flat: latest data (2024-12-20T10:56:18.856Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-12-20T10:56:18.856Z",
  "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": -2,
      "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 ceeb248 commit 6c312da
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
6.44,Rain,2024-12-20T10:56:18.694Z
5.98,Mist,2024-12-20T09:56:19.969Z
4.91,Rain,2024-12-20T08:56:26.378Z
4.2,Rain,2024-12-20T07:56:17.797Z
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":701,"main":"Mist","description":"mist","icon":"50d"},{"id":502,"main":"Rain","description":"heavy intensity rain","icon":"10d"}],"base":"stations","main":{"temp":5.98,"feels_like":5.98,"temp_min":5.92,"temp_max":6.04,"pressure":1008,"humidity":84,"sea_level":1008,"grnd_level":992},"visibility":5000,"wind":{"speed":1.03,"deg":330},"rain":{"1h":4.21},"clouds":{"all":75},"dt":1734688579,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1734675136,"sunset":1734706769},"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"},{"id":701,"main":"Mist","description":"mist","icon":"50d"}],"base":"stations","main":{"temp":6.44,"feels_like":6.44,"temp_min":6.04,"temp_max":7.92,"pressure":1008,"humidity":87,"sea_level":1008,"grnd_level":991},"visibility":5000,"wind":{"speed":1.03,"deg":0},"rain":{"1h":9.72},"clouds":{"all":75},"dt":1734692177,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1734675136,"sunset":1734706769},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 6c312da

Please sign in to comment.