Skip to content

Commit

Permalink
Adds message that the library will change
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Aug 10, 2020
1 parent a57b233 commit a183fa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

DISCLAIMER: This project is a private open source project and doesn't have any connection with Deutscher Wetterdienst.

# IMPORTANT: I will change the way to access the weather data shortly, to clean up the code and reduce the usage of reused code. The functionality will remain the same, but you have change a few function calls and some units of measurement change.

This is a python package for simple access to hourly forecast data for the next 10 days. The data is updated every six hours and updated when needed.

Available station-IDs can be found [here](simple_dwd_weatherforecast/stations.py) in the third column or you can use the method `dwdforecast.get_nearest_station_id(latitude, longitude)` which tries to find it for you.
Expand Down

0 comments on commit a183fa5

Please sign in to comment.