Skip to content

Commit

Permalink
Flat: latest data (2025-01-05T18:56:26.101Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-05T18:56:26.101Z",
  "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": 22,
      "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 5, 2025
1 parent 73a7eb8 commit 2cd279a
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
4.74,Clouds,2025-01-05T18:56:25.947Z
4.87,Clear,2025-01-05T17:56:21.660Z
4.87,Clear,2025-01-05T16:56:36.339Z
4.9,Clear,2025-01-05T15:56:24.026Z
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":800,"main":"Clear","description":"clear sky","icon":"01n"}],"base":"stations","main":{"temp":4.87,"feels_like":1.63,"temp_min":3.21,"temp_max":5.04,"pressure":1018,"humidity":62,"sea_level":1018,"grnd_level":1001},"visibility":10000,"wind":{"speed":4.12,"deg":160},"clouds":{"all":0},"dt":1736099780,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736057731,"sunset":1736089873},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":804,"main":"Clouds","description":"overcast clouds","icon":"04n"}],"base":"stations","main":{"temp":4.74,"feels_like":2.7,"temp_min":2.66,"temp_max":4.86,"pressure":1017,"humidity":63,"sea_level":1017,"grnd_level":1001},"visibility":10000,"wind":{"speed":2.38,"deg":151,"gust":3.97},"clouds":{"all":100},"dt":1736103385,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736057731,"sunset":1736089873},"timezone":3600,"id":865971,"name":"Stari Grad","cod":200}

0 comments on commit 2cd279a

Please sign in to comment.