voxcity.simulator_gpu.solar.epw.EPWLocation

class voxcity.simulator_gpu.solar.epw.EPWLocation

Location metadata from EPW file header.

city

City name

state_province

State or province

country

Country code

data_source

Weather data source

wmo_station

WMO station identifier

latitude

Latitude in degrees (positive = North)

longitude

Longitude in degrees (positive = East)

timezone

UTC offset in hours (e.g., -5 for EST)

elevation

Elevation above sea level in meters

city: str
state_province: str
country: str
data_source: str
wmo_station: str
latitude: float
longitude: float
timezone: float
elevation: float