Skip to content

Commit

Permalink
Flat: latest data (2024-12-20T13:11:37.709Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-12-20T13:11:37.709Z",
  "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": -63,
      "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 efb5a86 commit 2c2eb44
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
7.06,Rain,2024-12-20T13:11:37.546Z
6.4,Rain,2024-12-20T11:56:18.405Z
6.44,Rain,2024-12-20T10:56:18.694Z
5.98,Mist,2024-12-20T09:56:19.969Z
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":"10d"},{"id":701,"main":"Mist","description":"mist","icon":"50d"}],"base":"stations","main":{"temp":6.4,"feels_like":6.4,"temp_min":6.04,"temp_max":7.1,"pressure":1008,"humidity":92,"sea_level":1008,"grnd_level":992},"visibility":4000,"wind":{"speed":0.51,"deg":0},"rain":{"1h":7.11},"clouds":{"all":75},"dt":1734695777,"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":501,"main":"Rain","description":"moderate rain","icon":"10d"}],"base":"stations","main":{"temp":7.06,"feels_like":4.61,"temp_min":6.92,"temp_max":7.1,"pressure":1007,"humidity":91,"sea_level":1007,"grnd_level":991},"visibility":6000,"wind":{"speed":3.6,"deg":360},"rain":{"1h":1.94},"clouds":{"all":75},"dt":1734700294,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1734675136,"sunset":1734706769},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 2c2eb44

Please sign in to comment.