Skip to content

1.0.0-2022.01

Compare
Choose a tag to compare
@stephenholleran stephenholleran released this 12 Jan 14:54
· 236 commits to master since this release

Below is an extract form the CHANGELOG file.


[1.0.0-2022.01]

  1. Incorporating the first version of the Digital Calibration Certificate. (Issue #77)
  2. Renamed sensor_config to logger_measurement_config (Issue #68)
  3. Renamed measurement_station_type enum item flidar to floating_lidar (Issue #118)
  4. To calibration_uncertainty renamed uncertainty to combined_uncertainty to better reflect what it is. (Issue #102)
  5. In the create table SQL statements contained in file 'iea43_wra_data_model_postgresql.sql' moved date_from and date_to from the sensor table into the measurement_point_sensor table. Note: This has no impact on the JSON Schema. (Issue #79)
  6. To measurement_type enum, added:
    1. flag (Issue #74)
    2. tilt (Issue #74)
    3. u, v and w (Issue #106)
  7. To sensor_type enum, added:
    1. thermohygrometer (Issue #90)
    2. vertical_anemometer (Issue #90)
  8. To measurement_station_type enum, added:
    1. solar (Issue #91)
  9. Converted measurement_type_id to a definition. (As part of issue #96)
  10. Converted orientation_reference_id to a definition. (Issue #97)
  11. Converted height_reference_id to a definition. (Issue #99)
  12. To sensor object, added:
    1. classification (Issue #88)
  13. To calibration object, added:
    1. measurement_type_id (Issue #96)
    2. revision (Issue #103)
  14. To logger_main_config:
    1. added logger_firmware_version. (Issue #87)
    2. removed logger_model_name as a required field. (Issue #109)
    3. added logger_acquisition_uncertainty. (Issue #89)
  15. Removed the restriction preventing users from adding additional properties for:
    1. mast_properties (Issue #104)
    2. mast_section_geometry (Issue #104)
    3. logger_main_config (Issue #105)
  16. Updated Latitude and Longitude description to be more specific about the coordinate system to use.