Skip to content

Commit

Permalink
Flat: latest data (2025-01-07T11:56:24.214Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-07T11:56:24.214Z",
  "files": [
    {
      "name": "history.csv",
      "deltaBytes": 37,
      "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 7, 2025
1 parent 8d8707f commit 45052cf
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
12.77,Rain,2025-01-07T11:56:24.054Z
12.39,Rain,2025-01-07T10:56:18.698Z
12.02,Rain,2025-01-07T09:56:17.281Z
10.95,Rain,2025-01-07T08:56:21.684Z
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"}],"base":"stations","main":{"temp":12.39,"feels_like":11.43,"temp_min":10.44,"temp_max":12.64,"pressure":1013,"humidity":67,"sea_level":1013,"grnd_level":997},"visibility":10000,"wind":{"speed":5.66,"deg":140},"rain":{"1h":9.49},"clouds":{"all":0},"dt":1736247378,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736230510,"sunset":1736262798},"timezone":3600,"id":791148,"name":"Dorćol","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":502,"main":"Rain","description":"heavy intensity rain","icon":"10d"}],"base":"stations","main":{"temp":12.77,"feels_like":11.85,"temp_min":12.1,"temp_max":13.04,"pressure":1012,"humidity":67,"sea_level":1012,"grnd_level":996},"visibility":10000,"wind":{"speed":5.14,"deg":140},"rain":{"1h":9.49},"clouds":{"all":0},"dt":1736250983,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736230510,"sunset":1736262798},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 45052cf

Please sign in to comment.