Skip to content

Commit

Permalink
Flat: latest data (2025-01-03T13:56:21.539Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-03T13:56:21.539Z",
  "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": 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 3, 2025
1 parent 9559127 commit d7d6a4d
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
2.87,Rain,2025-01-03T13:56:21.377Z
2.87,Rain,2025-01-03T13:11:30.650Z
3.13,Rain,2025-01-03T11:56:18.604Z
3.5,Rain,2025-01-03T10:56:20.553Z
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":2.87,"feels_like":-1.88,"temp_min":2.04,"temp_max":3.92,"pressure":1018,"humidity":88,"sea_level":1018,"grnd_level":1001},"visibility":10000,"wind":{"speed":6.17,"deg":280},"rain":{"1h":8.42},"clouds":{"all":75},"dt":1735909889,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1735884942,"sunset":1735916956},"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"}],"base":"stations","main":{"temp":2.87,"feels_like":-1.88,"temp_min":2.04,"temp_max":3.92,"pressure":1018,"humidity":88,"sea_level":1018,"grnd_level":1002},"visibility":10000,"wind":{"speed":6.17,"deg":260},"rain":{"1h":6.31},"clouds":{"all":75},"dt":1735912580,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1735884942,"sunset":1735916956},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit d7d6a4d

Please sign in to comment.