API Reference phx_site

phx_site

PHX Site (Location and Climate) Dataclasses

Source: PHX/phx_site.py


PhxGround

Soil and groundwater thermal properties for ground heat loss calculations.


PhxPEFactor

Primary energy (PE) conversion factor for a single fuel type.


PhxCO2Factor

CO2 emission factor for a single fuel type.


PhxSiteEnergyFactors

Collection of primary energy (PE) and CO2 conversion factors for the site.


PhxLocation

Geographic coordinates and site metadata for the building location.


PhxClimatePeakLoad

Climate conditions at a single peak-load design point (heating or cooling).


PhxClimateIterOutput

Single month of climate data yielded by PhxClimate.monthly_values.


PhxClimate

Monthly climate dataset for the building location.

Properties

PropertyTypeDescription
max_temperature_airThe maximum air temperature in the dataset.
min_temperature_airThe minimum air temperature in the dataset.
max_air_temperature_amplitudeThe absolute difference between the maximum and minimum air temperature.
average_temperature_amplitudeThe Average between the maximum and minimum air temperature.
monthly_hoursThe a ordered (Jan-Dec) list of tuples containing the month-name and the number of hours in that month.
monthly_valuesA generator that yields the monthly values one at a time for the climate data.

PhxPHPPCodes

PHPP climate dataset selection codes for country, region, and dataset.


PhxSite

Top-level container for a building’s site location, climate, and energy factors.