Double check imodel for deck704
Hi @dyb
I did the changes and merge into master for now to avoid conflicts ... this branch and master are now the same. Could you double check that the code tables are what they are suppose to be, specially the following:
from mdf_reader the table was:
{
"1":"inches",
"2":"millimeters",
"3":"millibars",
"4":"unable to determine",
"5":"Paris inches"
}
{
"01":"ship",
"02":"bark or barque",
"03":"barkentine or barquentine",
"04":"brigantine",
"05":"schooner",
"06":"frigate",
"99":"not identified"
}
And for the observations and header .json files:
-
observations-slp.json --> here z_coordinate and observation_height_above_station_surface in feet and convert them to m via this function: feet_to_m() Could you double check that?
If something needs changing you can modify this branch deck704 and then we can merge again to master ... If there is nothing to correct I might just merge it without changes to keep the history.
Sorry for the conflicts. Cheers Bea