Skip to content
Snippets Groups Projects
Commit c1a52e6f authored by Jacques Grelet's avatar Jacques Grelet
Browse files

add conventions PSU for PSAL

add self.glob test attributes
parent 5a0e2892
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ DEPH;float32;depth of measurement;depth;meter;;;down;0;9000;%7.2f;1E+36;Z;;;;;;;
DEPTH;float32;depth of measurement;depth;meter;;;down;0;9000;%7.2f;1E+36;Z;;;;;;;urn:ogc:crs:EPSG::5831
PRES;float32;sea water pressure;sea_water_pressure;decibar;;TIME DEPTH LATITUDE LONGITUDE;;0;9000;%7.2f;1E+36;;;Pressure (dbar) of the measurement;;;;;
TEMP;float32;sea water temperature;sea_water_temperature;degree_Celsius;;TIME DEPTH LATITUDE LONGITUDE;;-1.5;38;%6.3f;1E+36;;0.001;Ocean temperature in Degrees Celsius;;;;;
PSAL;float32;practical salinity;sea_water_salinity;1;;TIME DEPTH LATITUDE LONGITUDE;;-1.5;38;%6.3f;1E+36;;0.001;Ocean practical salinity (PSS-78);;;;;
PSAL;float32;practical salinity;sea_water_salinity;1;PSU;TIME DEPTH LATITUDE LONGITUDE;;-1.5;38;%6.3f;1E+36;;0.001;Ocean practical salinity (PSS-78);;;;;
CNDC;float32;electrical conductivity;;mS/cm;;TIME DEPTH LATITUDE LONGITUDE;;30;70;%6.3f;1E+36;;0.002;;;;;;
DOX1;float32;dissolved oxygen;volume_fraction_of_oxygen_in_sea_water;ml/l;;TIME DEPTH LATITUDE LONGITUDE;;0;10;%5.3f;1E+36;;0.001;Ocean oxygen in ml per liter;;;;;
DOX2;float32;dissolved oxygen;moles_of_oxygen_per_unit_mass_in_sea_water;micromole/kg;;TIME DEPTH LATITUDE LONGITUDE;;0;450;%7.3f;1E+36;;0.001;Ocean oxygen in micromole by kg;;;;;
......
......@@ -16,11 +16,17 @@ class testConfig(unittest.TestCase):
self.glob = {'author': 'jgrelet IRD March 2019 PIRATA-FR29 cruise',
'debug': False, 'echo': True,
# 'codeRoscop': 'C:\git\python\oceano2python\code_roscop.csv',
'codeRoscop': '/home/jgrelet/git/oceano2python/code_roscop.csv',
'codeRoscop': 'C:\git\python\oceano2python\code_roscop.csv',
#'codeRoscop': '/home/jgrelet/git/oceano2python/code_roscop.csv',
'ascii': "ascii",
'netcdf': "netcdf",
'odv': "odv"}
'odv': "odv",
'title':'',
'history':'',
'institution':'IRD',
'source':'',
'comment':'',
'references':''}
self.cruise = {'cycleMesure': 'PIRATA-FR29',
'plateforme': 'THALASSA',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment