Skip to content

Commit

Permalink
Flat: latest data (2024-09-05T11:56:25.657Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-09-05T11:56:25.657Z",
  "files": [
    {
      "name": "history.csv",
      "deltaBytes": 38,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    },
    {
      "name": "weather.json",
      "deltaBytes": 1,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    }
  ]
}
  • Loading branch information
flat-data committed Sep 5, 2024
1 parent fbc7aae commit 2bd4ab8
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
33.15,Clear,2024-09-05T11:56:25.511Z
31.04,Clear,2024-09-05T10:56:20.647Z
29.04,Clear,2024-09-05T09:56:18.896Z
28.04,Clear,2024-09-05T08:56:22.227Z
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":800,"main":"Clear","description":"clear sky","icon":"01d"}],"base":"stations","main":{"temp":31.04,"feels_like":29.77,"temp_min":29.92,"temp_max":31.04,"pressure":1010,"humidity":30,"sea_level":1010,"grnd_level":995},"visibility":10000,"wind":{"speed":2.57,"deg":80},"clouds":{"all":0},"dt":1725533779,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1725509132,"sunset":1725556106},"timezone":7200,"id":865971,"name":"Stari Grad","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":800,"main":"Clear","description":"clear sky","icon":"01d"}],"base":"stations","main":{"temp":33.15,"feels_like":32.83,"temp_min":31.92,"temp_max":33.19,"pressure":1009,"humidity":34,"sea_level":1009,"grnd_level":994},"visibility":10000,"wind":{"speed":3.6,"deg":120},"clouds":{"all":0},"dt":1725537383,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1725509132,"sunset":1725556106},"timezone":7200,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 2bd4ab8

Please sign in to comment.