-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
@JohannesRol follows a more object-oriented library interface approach with his dwdopendata package. There, you will create a location object from a factory function obtaining the geolocation and subsequently be able to invoke appropriate methods on that object for acquiring actual weather information.
We like that approach, so it would be nice to see a similar interface here.
Original example
import dwdopendata as dwd
# Acquire location object from coordinates of nearest station.
location = dwd.location(51.898, 8.9876)
# Acquire wind speed data for specific location and time range from specified resolution dataset.
wind_speed = location.wind('2019-05-01T00:00:00', '2019-05-02T00:00:00', '10min')Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels