-
Notifications
You must be signed in to change notification settings - Fork 4
EPW Reader
maxenceryan edited this page Jun 25, 2021
·
12 revisions
Icon | Name | ID | Category | Subcategory |
---|---|---|---|---|
![]() |
EPW reader | EpwReader | [hive] | Misc |
Reading .epw weather files, given a local path
Name | ID | Description | Type |
---|---|---|---|
Path | Path | Path of the epw file | string |
Name | ID | Description | Type |
---|---|---|---|
Latitude | Latitude | Latitude in deg | float |
Longitude | Longitude | Longitude in deg | float |
City, Country | City-Country | City and Country | string |
GHI | GHI | Global Horizontal Irradiance, in Wh/m2. | float |
DNI | DNI | Direct Normal Irradiance, in Wh/m2. | float |
DHI | DHI | Diffuse Horizontal Irradiance, in Wh/m2. | float |
DryBulb | DryBulb | Dry Bulb Temperature, in °C. | float |
DewPoint | DewPoint | Dew Point Temperature, in °C. | float |
RH | RH | Relative Humidity, in %. | float |
GHIMonthly | GHIMonthly | Global Horizontal Irradiance (monthly total), in kWh/m2. | float |
DryBulbMonthly | DryBulbMonthly | Dry Bulb Temperature (monthly average), in °C. | float |
RHMonthly | RHMonthly | Relative Humidity (monthly average), in %. | float |
AmbientTemperatureCarrier | AmbTempCarrier | Hive.IO.EnergySystems.Air containing time resolved (hourly, i.e. 8760 entries) ambient temperature in deg C. | generic |
Timezone | Timezone | Timezone of the location | integer |
TODO: find this component in an example file / create an example file
- Assembly:
Hive.Core.epw_reader.ghpy
- Source:
src/Hive.Core/epw_reader/epw_reader.py