Skip to content

Releases: OneArgo/ArgoFormatChecker

V2.9.5

16 Dec 14:06
f415804

Choose a tag to compare

  • 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

03 Nov 14:44
7356055

Choose a tag to compare

- 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

24 Sep 14:07
d62796c

Choose a tag to compare

  • 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

11 Jul 08:09
d3b339d

Choose a tag to compare

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

19 Jun 10:27
6f239b3

Choose a tag to compare

No warning on the metadata file "project_name - long_name attribute"

v2.9.0 updates

18 Jun 15:15
7dda460

Choose a tag to compare

More information on #30

R18 one line restored

06 Jun 15:38
5f6cb45

Choose a tag to compare

CONFIG_SfetMaxTransmittedVrsPh_volts disapeared on release 2.8.16
More on #31

R18 add CONFIG_EndOfLifeAtDepth_LOGICAL

03 Jun 10:35
eedfe8d

Choose a tag to compare

R18 add optode pressure offset

16 May 17:43
09d60fa

Choose a tag to compare

R18 create CONFIG_OptodeVerticalPressureOffset_dbar CONFIG_Optode2VerticalPressureOffset_dbar
More on OneArgo/ArgoVocabs#150

Update log4j2 and provide fat jar

17 Feb 14:37
4f5a69f

Choose a tag to compare

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