Closed
Description
Enhance location lookup with city/country search instead of only coordinates.
It is additional feature which could be helpful to visit the location via input of name of the city and country.
We can use OpenStreetMap Api for this.
1. Feature Request
Currently, PVLib requires manual latitude/longitude inputs for location creation. This enhancement adds city/country search functionality using OpenStreetMap's Nominatim API.
2. Proposed Solution
from pvlib import Location
loc = Location.from_query("Berlin, Germany") # Returns Location object
Metadata
Metadata
Assignees
Labels
No labels