Skip to content

Commit

Permalink
Flat: latest data (2024-12-20T15:56:19.594Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-12-20T15:56:19.594Z",
  "files": [
    {
      "name": "history.csv",
      "deltaBytes": 35,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    },
    {
      "name": "weather.json",
      "deltaBytes": 57,
      "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 b21af0f commit cca45f0
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
6.4,Rain,2024-12-20T15:56:19.437Z
7.06,Rain,2024-12-20T14:56:20.218Z
7.06,Rain,2024-12-20T13:56:24.280Z
7.06,Rain,2024-12-20T13:11:37.546Z
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":7.06,"feels_like":4.33,"temp_min":6.55,"temp_max":7.08,"pressure":1009,"humidity":91,"sea_level":1009,"grnd_level":992},"visibility":6000,"wind":{"speed":4.12,"deg":330},"rain":{"1h":10.95},"clouds":{"all":75},"dt":1734706579,"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":502,"main":"Rain","description":"heavy intensity rain","icon":"10n"},{"id":701,"main":"Mist","description":"mist","icon":"50n"}],"base":"stations","main":{"temp":6.4,"feels_like":3.51,"temp_min":5.99,"temp_max":6.92,"pressure":1009,"humidity":93,"sea_level":1009,"grnd_level":993},"visibility":5000,"wind":{"speed":4.12,"deg":320},"rain":{"1h":6.68},"clouds":{"all":75},"dt":1734710178,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1734675136,"sunset":1734706769},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit cca45f0

Please sign in to comment.