Skip to content

Separate functionality within Scenario.addLocation #349

Description

@RDaxini

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions