Skip to content

Commit

Permalink
Flat: latest data (2024-12-19T23:56:19.905Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-12-19T23:56:19.905Z",
  "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": -64,
      "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 19, 2024
1 parent 6b2fc14 commit 7225c51
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.04,Rain,2024-12-19T23:56:19.746Z
3.04,Mist,2024-12-19T22:56:23.738Z
2.04,Mist,2024-12-19T21:56:22.283Z
3.75,Mist,2024-12-19T20:56:39.330Z
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":701,"main":"Mist","description":"mist","icon":"50n"},{"id":501,"main":"Rain","description":"moderate rain","icon":"10n"}],"base":"stations","main":{"temp":3.04,"feels_like":0.51,"temp_min":0.92,"temp_max":3.04,"pressure":1009,"humidity":93,"sea_level":1009,"grnd_level":993},"visibility":5000,"wind":{"speed":2.57,"deg":180},"rain":{"1h":2.25},"clouds":{"all":47},"dt":1734648982,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1734588703,"sunset":1734620344},"timezone":3600,"id":865971,"name":"Stari Grad","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":501,"main":"Rain","description":"moderate rain","icon":"10n"}],"base":"stations","main":{"temp":4.04,"feels_like":0.93,"temp_min":-0.08,"temp_max":4.04,"pressure":1008,"humidity":87,"sea_level":1008,"grnd_level":992},"visibility":8000,"wind":{"speed":3.6,"deg":160},"rain":{"1h":2},"clouds":{"all":56},"dt":1734652578,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1734675136,"sunset":1734706769},"timezone":3600,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 7225c51

Please sign in to comment.