voxcity.simulator_gpu.solar.epw.EPWLocation =========================================== .. py:class:: voxcity.simulator_gpu.solar.epw.EPWLocation Location metadata from EPW file header. .. attribute:: city City name .. attribute:: state_province State or province .. attribute:: country Country code .. attribute:: data_source Weather data source .. attribute:: wmo_station WMO station identifier .. attribute:: latitude Latitude in degrees (positive = North) .. attribute:: longitude Longitude in degrees (positive = East) .. attribute:: timezone UTC offset in hours (e.g., -5 for EST) .. attribute:: elevation Elevation above sea level in meters .. py:attribute:: city :type: str .. py:attribute:: state_province :type: str .. py:attribute:: country :type: str .. py:attribute:: data_source :type: str .. py:attribute:: wmo_station :type: str .. py:attribute:: latitude :type: float .. py:attribute:: longitude :type: float .. py:attribute:: timezone :type: float .. py:attribute:: elevation :type: float