Skip to content

Commit

Permalink
Flat: latest data (2025-01-07T02:09:24.938Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-07T02:09:24.938Z",
  "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": -7,
      "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 8e10c6d commit ea208d8
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
7.65,Rain,2025-01-07T02:09:24.781Z
7.64,Rain,2025-01-06T23:56:20.822Z
6.92,Rain,2025-01-06T22:56:24.177Z
7.6,Rain,2025-01-06T21:56:26.384Z
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":"10n"}],"base":"stations","main":{"temp":7.64,"feels_like":5.98,"temp_min":7.64,"temp_max":7.92,"pressure":1013,"humidity":75,"sea_level":1013,"grnd_level":997},"visibility":10000,"wind":{"speed":2.56,"deg":144,"gust":2.47},"rain":{"1h":4.21},"clouds":{"all":55},"dt":1736207779,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736230510,"sunset":1736262798},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":501,"main":"Rain","description":"moderate rain","icon":"10n"}],"base":"stations","main":{"temp":7.65,"feels_like":5.84,"temp_min":6.55,"temp_max":7.92,"pressure":1013,"humidity":76,"sea_level":1013,"grnd_level":996},"visibility":10000,"wind":{"speed":2.77,"deg":149,"gust":3.07},"rain":{"1h":3.76},"clouds":{"all":91},"dt":1736215763,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736230510,"sunset":1736262798},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit ea208d8

Please sign in to comment.