Commit 2501fd9b authored by Beartriz Recinos Rivas's avatar Beartriz Recinos Rivas
Browse files

set wind information to str d721

parent bc27aa0b
...@@ -2556,23 +2556,20 @@ ...@@ -2556,23 +2556,20 @@
"wind_speed": { "wind_speed": {
"description": "Wind speed. Beaufort Force value or blank if strength is given.", "description": "Wind speed. Beaufort Force value or blank if strength is given.",
"field_length": 2, "field_length": 2,
"column_type": "key", "column_type": "str",
"codetable": "ICOADS.C99.BEAUG1", "LMR6": false
"LMR6": true
}, },
"wind_force": { "wind_force": {
"description": "Wind strength, Beaufort Wind scale (0-12) unless the observation was in a descriptive form (20-71).", "description": "Wind strength, Beaufort Wind scale (0-12) unless the observation was in a descriptive form (20-71).",
"field_length": 2, "field_length": 2,
"column_type": "key", "column_type": "str",
"codetable": "ICOADS.C99.BEAUG1", "LMR6": false
"LMR6": true
}, },
"wind_force_info": { "wind_force_info": {
"description": "Wind strength extra information to complement beaufort scale or descriptive. See documentation for wrong combinations between wind_force and wind_force_info.", "description": "Wind strength extra information to complement beaufort scale or descriptive. See documentation for wrong combinations between wind_force and wind_force_info.",
"field_length": 1, "field_length": 1,
"column_type": "key", "column_type": "str",
"codetable": "ICOADS.C99.BEAUG2", "LMR6": false
"LMR6": true
}, },
"weather_indic": { "weather_indic": {
"description": "Present weather indicator.", "description": "Present weather indicator.",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment