stephenholleran
released this
14 Mar 16:14
·
9 commits
to master
since this release
[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.
- Adding a new table to capture details of modelled VMM and reanalysis datasets (Issue #214)
- This is called
model_config
which is at the same level aslogger_main_config
and contains similar information. - Resulting duplicate properties
offset_from_utc_hrs
,averaging_period_minutes
andtimestamp_is_end_of_period
were moved to Definitions. reanalysis
andvirtual_met_mast
enums were added tomeasurement_station_type
as outlined below.
- This is called
- To
measurement_type
enum add:obukhov_length
(Issue #182)
- To
statistic_type_id
enum add:ti30sec
(Issue #218)
- To
measurement_units_id
enum add: - To
measurement_station_type
enum add: - To
sensor_type
enum add: - To
measurement_location
add:uuid
(Issue #232)
- At top level, add
license
(Issue #225) - Bug fixes: