Skip to content

Commit

Permalink
Flat: latest data (2025-01-06T09:56:31.006Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-06T09:56:31.006Z",
  "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": 0,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    }
  ]
}
  • Loading branch information
flat-data committed Jan 6, 2025
1 parent ebc6439 commit 55722de
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
9.33,Clouds,2025-01-06T09:56:30.847Z
7.07,Clouds,2025-01-06T08:56:22.358Z
3.75,Clouds,2025-01-06T07:56:27.789Z
1.85,Clouds,2025-01-06T06:56:17.561Z
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":802,"main":"Clouds","description":"scattered clouds","icon":"03d"}],"base":"stations","main":{"temp":7.07,"feels_like":5.66,"temp_min":5.44,"temp_max":7.08,"pressure":1015,"humidity":70,"sea_level":1015,"grnd_level":998},"visibility":10000,"wind":{"speed":2.13,"deg":159,"gust":3.95},"clouds":{"all":49},"dt":1736153781,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736144122,"sunset":1736176335},"timezone":3600,"id":865971,"name":"Stari Grad","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":802,"main":"Clouds","description":"scattered clouds","icon":"03d"}],"base":"stations","main":{"temp":9.33,"feels_like":9.33,"temp_min":9.3,"temp_max":10.44,"pressure":1014,"humidity":63,"sea_level":1014,"grnd_level":998},"visibility":10000,"wind":{"speed":0.45,"deg":350,"gust":0.89},"clouds":{"all":42},"dt":1736157380,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736144122,"sunset":1736176335},"timezone":3600,"id":865971,"name":"Stari Grad","cod":200}

0 comments on commit 55722de

Please sign in to comment.