Is your feature request related to a problem? Please describe.
Scenario.addLocation not only allows the user to add a location but also automatically pulls in weather data with a default database already set. The functionality of making an API call to pull in weather data is hidden and unclear from the function name.
Describe the solution you'd like
Separate the functionality of addLocation. Need to look further into this but at a glance it looks like the existing functionality of pvdeg.weather.get is just automatically executed in addLocation, so this should be separated out. get seems to be a wrapper around iotools and might need further review, separately.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Scenario.addLocationnot only allows the user to add a location but also automatically pulls in weather data with a default database already set. The functionality of making an API call to pull in weather data is hidden and unclear from the function name.Describe the solution you'd like
Separate the functionality of
addLocation. Need to look further into this but at a glance it looks like the existing functionality ofpvdeg.weather.getis just automatically executed inaddLocation, so this should be separated out.getseems to be a wrapper aroundiotoolsand might need further review, separately.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.