voxcity.simulator_gpu.solar.epw.EPWSolarData¶
- class voxcity.simulator_gpu.solar.epw.EPWSolarData¶
Solar radiation data extracted from EPW file for simulation.
- timestamps¶
Array of datetime-like indices (hourly)
- dni¶
Direct Normal Irradiance (W/m²)
- dhi¶
Diffuse Horizontal Irradiance (W/m²)
- ghi¶
Global Horizontal Irradiance (W/m²), optional
- location¶
EPWLocation with site metadata
- day_of_year¶
Array of day numbers (1-365)
- hour¶
Array of hour values (0-23)
- year¶
Year from EPW file
- timestamps: numpy.ndarray¶
- dni: numpy.ndarray¶
- dhi: numpy.ndarray¶
- ghi: numpy.ndarray | None¶
- location: EPWLocation¶
- day_of_year: numpy.ndarray¶
- hour: numpy.ndarray¶
- year: int¶