2.5.0
Below is an extract from the CHANGELOG file showing all the updates for this release.
[2.5.0]
New Features and Enhancements
- Updated
calc_air_density()to incorporate additional methods. The methods differ in their approach to deriving water vapour pressure using_calc_water_vapour_pressure_Pa()and include the pre-existing 'IEC' method (default). The two new methods are based on the Herman Wobus approximation (_calc_water_saturation_vapour_pressure_Pa()) and require either relative humidity or dew point temperature as inputs. (#539). - Added
calc_rel_humidity_from_dew_point()to calculate relative humidity from air temperature and dew point temperature. (#581). - Updated
MeasurementStationfunction__get_properties()in order to raise child properties when flattening the dictionary to include sub-lists and sub-dictionaries when raising the following parts of the data model 'mast_properties', 'logger_measurement_config', 'sensor' and 'mounting_arrangement'. This is called by a user withMeasurementStation.propertiesorMeasurementStation.measurements.properties(#576) - Updated
apply_wind_vane_deadband_offset()to use same core function thanapply_device_orientation_offset()for the adjustment. (#498) - Updated
apply_device_orientation_offset()andapply_wind_vane_deadband_offset()in order to also apply directional adjustment to related columns (for 'avg', 'min', 'max' and 'gust' statistic types) in addition to the main variable itself. (#574).