Skip to content

Commit

Permalink
Flat: latest data (2025-01-05T02:14:32.366Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-01-05T02:14:32.366Z",
  "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": -70,
      "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 c3894ab commit b33c1ee
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.61,Clear,2025-01-05T02:14:32.204Z
-2.17,Fog,2025-01-04T23:56:19.358Z
-2.53,Fog,2025-01-04T22:56:26.248Z
-1.87,Fog,2025-01-04T21:56:18.835Z
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":741,"main":"Fog","description":"fog","icon":"50n"},{"id":601,"main":"Snow","description":"snow","icon":"13n"}],"base":"stations","main":{"temp":-2.17,"feels_like":-4.3,"temp_min":-2.96,"temp_max":-1.81,"pressure":1023,"humidity":92,"sea_level":1023,"grnd_level":1006},"visibility":400,"wind":{"speed":1.54,"deg":50},"snow":{"1h":3.16},"clouds":{"all":100},"dt":1736034978,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736057731,"sunset":1736089873},"timezone":3600,"id":865971,"name":"Stari Grad","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":800,"main":"Clear","description":"clear sky","icon":"01n"}],"base":"stations","main":{"temp":-2.61,"feels_like":-5.58,"temp_min":-4.08,"temp_max":-2.36,"pressure":1022,"humidity":87,"sea_level":1022,"grnd_level":1005},"visibility":10000,"wind":{"speed":2.06,"deg":110},"clouds":{"all":0},"dt":1736043271,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1736057731,"sunset":1736089873},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit b33c1ee

Please sign in to comment.