All notable changes to this project will be documented in this file. If you make a notable change to the project, please add a line describing the change to the "unreleased" section. The maintainers will make an effort to keep the Github Releases page up to date with this changelog. The format is based on Semantic Versioning with the YYYY.MM tagged onto the end e.g. '0.1.0-2020.07'
Given a version number MAJOR.MINOR.PATCH, increment the:
1. MAJOR version when you make incompatible API changes,
2. MINOR version when you add functionality in a backwards compatible manner, and
3. PATCH version when you make backwards compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
- 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:
The majority of the changes in this release are to expand the data model to include floating lidar sensors, measurement types and units.
- To
sensor
object, added:sensor_body_size_mm
(Issue #155)
- Fix inconsistency with data types for:
logger_firmware_version
(Issue #87)measurement_units_id
(Issue #193)mast_geometry_id
(Issue #193)classification
(Issue #193)structure_type_id
(Issue #193)orientation_reference
(Issue #193)device_vertical_orientation
(Issue #193)sensor_type_id
(Issue #193)mounting_type_id
(Issue #193)mast_properties
.date_from
(Issue #193)lidar_config
.date_from
(Issue #193)vertical_profiler_properties
.date_from
(Issue #193)height_reference
(Issue #202)
- To
logger_measurement_config
object:- added
logger_stated_boom_orientation_deg
(Issue #190)
- added
- To
sensor_type
enum add:lidar
(Issue #186),sodar
(Issue #186).inertial_measurement_unit
(Discussion #148, 2022-03-31)adcp
(Discussion #148, 2022-10-27)ctd
(Discussion #148, 2022-10-27)
- To
mast_properties
adddate_from
anddate_to
(Issue #192). - To
height_reference
add to the enum:sea_level
(Discussion #148, 2022-03-31)sea_floor
(Discussion #148, 2022-04-28)
- To
vertical_profiler_properties
add a new property:device_vertical_orientation
(Discussion #148, 2022-10-13)
- To
logger_oem
enum add:Nortek
(Discussion #148, 2022-10-13)Teledyne RDI
(Discussion #148, 2022-10-13)Aanderaa
(Discussion #148, 2022-10-13)
- To
measurement_units
enum add:dbar
(Discussion #148, 2022-11-10)m
(Discussion #148, 2022-07-27)s
(Discussion #148, 2022-07-27)L
(Discussion #148, 2022-11-10)g/L
(Discussion #148, 2022-11-10)g/kg
(Discussion #148, 2022-11-10)ppt
(Discussion #148, 2022-11-10)psu
(Discussion #148, 2022-11-10)S/m
(Discussion #148, 2022-11-10)
- To
measurement_type
enum add:water_temperature
(Discussion #148, 2022-04-28)salinity
(Discussion #148, 2022-10-27)conductivity
(Discussion #148, 2022-10-27)pressure
(Discussion #148, 2022-10-27)echo_intensity
(Discussion #148, 2022-10-13)signal_to_noise_ratio
(Discussion #148, 2022-10-13)motion_corrected_wind_speed
(Discussion #148, 2022-03-31)motion_corrected_wind_direction
(Discussion #148, 2022-03-31)motion_corrected_vertical_wind_speed
(Discussion #148, 2022-03-31)wave_height
(Discussion #148, 2022-12-08)wave_significant_height
(Discussion #148, 2022-04-28)wave_maximum_height
(Discussion #148, 2022-04-28)wave_direction
(Discussion #148, 2022-04-28)wave_directional_spread
(Discussion #148, 2022-09-29)wave_period
(Discussion #148, 2022-12-08)wave_peak_period
(Discussion #148, 2022-04-28)water_speed
(Discussion #148, 2022-09-29)vertical_water_speed
(Discussion #148, 2022-10-13)water_direction
(Discussion #148, 2022-09-29)height
(Discussion #148, 2022-11-10)water_level
(Discussion #148, 2022-07-27)depth
(Discussion #148, 2022-07-27)
- To
mast_section_geometry
added:lattice_bracing_member_diameter_horizontal_mm
(Issue #168)lattice_bracing_member_diameter_diagonal_mm
(Issue #168)- DEPRECIATION NOTICE TO
lattice_bracing_member_diameter_mm
(Issue #168) lattice_bracing_member_length_diagonal_mm
(Issue #170)mast_section_height_mm
(Issue #152)number_of_repetitive_patterns_on_face
(Issue #152)
- To
interference_structures
addeddiameter_of_interference_structure_mm
to capture, for example, a lightning finial diameter. (Issue #156) - To
logger_main_config
addeduncertainty_k_factor
. (Issue #166) - To
measurement_units_id
added: - Improve
lattice_face_width
description. (Issue #157)
- Incorporating the first version of the Digital Calibration Certificate. (Issue #77)
- Renamed
sensor_config
tologger_measurement_config
(Issue #68) - Renamed
measurement_station_type
enum itemflidar
tofloating_lidar
(Issue #118) - To
calibration_uncertainty
renameduncertainty
tocombined_uncertainty
to better reflect what it is. (Issue #102) - In the create table SQL statements contained in file 'iea43_wra_data_model_postgresql.sql' moved
date_from
anddate_to
from thesensor
table into themeasurement_point_sensor
table. Note: This has no impact on the JSON Schema. (Issue #79) - To
measurement_type
enum, added: - To
sensor_type
enum, added: - To
measurement_station_type
enum, added:- solar (Issue #91)
- Converted
measurement_type_id
to a definition. (As part of issue #96) - Converted
orientation_reference_id
to a definition. (Issue #97) - Converted
height_reference_id
to a definition. (Issue #99) - To
sensor
object, added:classification
(Issue #88)
- To
calibration
object, added: - To
logger_main_config
: - Removed the restriction preventing users from adding additional properties for:
- Updated Latitude and Longitude description to be more specific about the coordinate system to use.
- Allow additional properties for header section of schema.
- Add version tag to schema
- Correct 'Uncertainty' property spelling under Calibration Uncertainty.
- Add solar to the list of plant types.
- Measurement types, add:
- air_density
- resistance
- power
- energy
- albedo
- Measurement Units, add:
- kg/m^2
- A
- W, kW, MW
- kWh, MWh
- Sensor types, add:
- albedometer
- solar_compass
- Add Zenodo webhook
- Initial release