filename = "chat3_20220722_20230802_0075m_L1.cur" ;
country = "Canada" ;
deployment_mission_id = "2023-069" ;
event_number = "4" ;
profile = "2023-069-0004" ;
scientist = "Hannah C." ;
project = "BC-shelf 7" ;
agency = "IOS, Ocean Sciences Division, Sidney, BC" ;
platform = "John P. Tully" ;
instrument_type = "Aquadopp Current Meter" ;
instrument_model = "AQUADOPP" ;
instrument_serial_number = "AQUADOPP-17257" ;
instrument_depth = 75 ;
latitude = 54.52715 ;
longitude = -130.5415 ;
geographic_area = "Hecate-Strait " ;
For IOS moored Current meter data, I’ve compared the netCDF file generated by ODPY and by the old ios_data_tranform, and would like to suggest a few items for discussion and potential modification:
Varaible record_number is set as float in moored CTD file. The variable type should be consistent in moored CTD and moored current meter files.
To do: change the record number from int to float.
Adding long_name and standard_name to variable time as shown below:
double time(time) ;
time:_FillValue = NaN ;
time:long_name = "time" ;
time:standard_name = "time" ;
time:units = "seconds since 1970-01-01 00:00:00+0000" ;
Missing variable instrument_depth in the ODPY version:
float instrument_depth ;
instrument_depth:_FillValue = NaNf ;
instrument_depth:long_name = "Instrument Depth" ;
instrument_depth:standard_name = "instrument_depth" ;
instrument_depth:units = "m" ;
Variable names in the ODPY version are not BODC standard names.
In ODPY version old version standard name in the old version
Question: should I add these variables to the dfo_ios_vocabulary.csv
There are a few metadata under data section in the old version:
Question: are these necessary?