Releases: OneArgo/ArgoFormatChecker
V2.9.5
-
Check unicity of values in PARAMETER and SENSOR in META files (warning if not)
-
Warning if bad or empty PROGRAM_NAME variable
-
Add DK and EA bigrams possibility for DATA_CENTRE (coriolis DAC) : OneArgo/ArgoVocabs#189 & OneArgo/ArgoVocabs#167
v2.9.4: Merge pull request #40 from OneArgo/update/table27_RBR_CTD_TEMP_CNDC
- Added SENSOR 'CTD_TEMP_CNDC' for SENSOR_MODEL 'RBR*' in reference table 27.
- Updated error message for tech times series param when bad long_name.
- Updated python wrapper & API from Amrit sprint.
v2.9.3 : TECH Time series checks
-
Add the capacity to check time series in TECH files
-
Update error message when bad file name.
-
Update table 41 PROGRAM_NAME
-
Update table 27 SENSOR : 9 sensors deprecated and 1 new. See OneArgo/ArgoVocabs#157
-
Update table R14 (technical parameter names):
Deleted CURRENT_BatteryParkNoLoad_volts in table R14
CURRENT_BatteryOptics_COUNTS renamed in CURRENT_BatteryOptics_COUNT in table R14 -
More code refactoring
-
Update the documentation with more details on how to run the file checker, including some demo files.
Duplicate SENSOR listed with underscore before number
Check if the SENSOR fields follow the same convention as the PARAMETER fields, ie. use <_N> to indicate multiple sensors that measure the same parameters. See OneArgo/ArgoVocabs#81 (comment)
Conform to User Manual version 3.44.0 : https://dx.doi.org/10.13155/29825
no warning on project name
No warning on the metadata file "project_name - long_name attribute"
v2.9.0 updates
More information on #30
R18 one line restored
CONFIG_SfetMaxTransmittedVrsPh_volts disapeared on release 2.8.16
More on #31
R18 add CONFIG_EndOfLifeAtDepth_LOGICAL
R18 add optode pressure offset
R18 create CONFIG_OptodeVerticalPressureOffset_dbar CONFIG_Optode2VerticalPressureOffset_dbar
More on OneArgo/ArgoVocabs#150
Update log4j2 and provide fat jar
Update log4j2 and provide fat jar
Update log4j2 dependency version to 2.17.1 : #26
File_checker_exec and all its dependencies now in one .jar file (log4j-*.jar and netcdfAll-4.3.jar not needed anymore)
Legacy source code put in a basic maven project.
Dockerfile and instructions to build a docker image provided.
More on #26