Skip to content

1.3.0-2024.03

Latest
Compare
Choose a tag to compare
@stephenholleran stephenholleran released this 14 Mar 16:14
· 3 commits to master since this release
681f905

[1.3.0-2024.03]

Below is an extract form the CHANGELOG file showing all the updates for this release.


The majority of the changes in this release are to expand the data model to include reanalysis or modelled VMM datasets and allow wave buoy's and ADCP's to exist outside of a floating lidar. Additions to sensors, measurement types and units are also included.

  1. Adding a new table to capture details of modelled VMM and reanalysis datasets (Issue #214)
    1. This is called model_config which is at the same level as logger_main_config and contains similar information.
    2. Resulting duplicate properties offset_from_utc_hrs, averaging_period_minutes and timestamp_is_end_of_period were moved to Definitions.
    3. reanalysis and virtual_met_mast enums were added to measurement_station_type as outlined below.
  2. To measurement_type enum add:
    1. obukhov_length (Issue #182)
  3. To statistic_type_id enum add:
    1. ti30sec (Issue #218)
  4. To measurement_units_id enum add:
    1. cm/s (Issue #241)
    2. mm/s (Issue #241)
  5. To measurement_station_type enum add:
    1. wave_buoy (Issue #226)
    2. adcp (Issue #226)
    3. virtual_met_mast (Issue #214)
    4. reanalysis (Issue #214)
  6. To sensor_type enum add:
    1. altimeter (Issue #226)
    2. PTH (Issue #247)
  7. To measurement_location add:
    1. uuid (Issue #232)
  8. At top level, add license (Issue #225)
  9. Bug fixes:
    1. Add null to height_reference enum to match its type (Issue #215)
    2. In plant_type enum, remove double quotes around the null (Issue #217).