Skip to content

Commit

Permalink
Flat: latest data (2025-02-03T14:56:21.116Z)
Browse files Browse the repository at this point in the history
{
  "date": "2025-02-03T14:56:21.116Z",
  "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": -3,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    }
  ]
}
  • Loading branch information
flat-data committed Feb 3, 2025
1 parent 7f938c8 commit 8f6f1f8
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.36,Clouds,2025-02-03T14:56:20.963Z
6.36,Clouds,2025-02-03T13:56:29.522Z
6.05,Clear,2025-02-03T13:11:27.830Z
4.15,Clouds,2025-02-03T11:56:18.171Z
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":802,"main":"Clouds","description":"scattered clouds","icon":"03d"}],"base":"stations","main":{"temp":6.36,"feels_like":4.08,"temp_min":5.92,"temp_max":6.53,"pressure":1027,"humidity":60,"sea_level":1027,"grnd_level":1010},"visibility":10000,"wind":{"speed":3.09,"deg":360},"clouds":{"all":40},"dt":1738590988,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1738562115,"sunset":1738597721},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":803,"main":"Clouds","description":"broken clouds","icon":"04d"}],"base":"stations","main":{"temp":6.36,"feels_like":3.21,"temp_min":5.92,"temp_max":6.53,"pressure":1027,"humidity":55,"sea_level":1027,"grnd_level":1010},"visibility":10000,"wind":{"speed":4.63,"deg":350},"clouds":{"all":75},"dt":1738594580,"sys":{"type":2,"id":2037836,"country":"RS","sunrise":1738562115,"sunset":1738597721},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 8f6f1f8

Please sign in to comment.