"2021-01-08 17:05:42,554 - root - WARNING - Corresponding upper and/or lower bounds set to +/-inf for validation\n",
"2021-01-08 17:05:43,402 - root - INFO - Wrapping output....\n",
"2021-01-08 17:05:43,498 - root - INFO - CREATING OUTPUT DATA ATTRIBUTES FROM DATA MODEL\n"
]
}
],
...
...
@@ -175,28 +163,28 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'99 0 NANNATIONAAL ARCHIEF OF THE NETHERLANDS DEN HAAG NEDERLAND 1.04.02152VOC5137VOC_152_5137DUTCH VOC_152_5137_0071 0191500N1020200E185900N 2 4TENERIFE NOORDELIJKSTE LANDNTWZUIDELIJKSTEWTN10 0 21776100112 3VM8UNKNOWN TEMPEL DUTCHVOC C. OVERBEEKASMUS HENDRIK STERRENBERG SCHIPPERTEXEL KASSERAIJEN 0 4259.317760102NW 11.50 UNKNOWN UNKNOWN 0DUITSE DUITSE 360 DEGREES N-NNWSLAPPE-LABBER BRAMZEILSKOELTE GOED WEEROVERDRIJVENDE DEINSIGE LUCHT 00000000CLIWOC VERSION 2.0'"
"'99 0 AGIARCHIVO GENERAL DE INDIAS SEVILLE SPAIN CORREOS, 193A R5 SPANISH 0155100S 3481100E 1 2TENERIFE 0 21776100112 UNKNOWN DILIGENCIASPANISH FRAGATA CORREO ANDR�S V�LEZ CAPITAN LA CORU�A MONTEVIDEO 0 17760816 129.00 UNKNOWN -1 NM 360 DEGREES E FRESQUITO LLANA 00000000CLIWOC VERSION 1.0'"
"2021-01-08 17:06:08,028 - root - WARNING - Corresponding upper and/or lower bounds set to +/-inf for validation\n",
"2021-01-08 17:06:17,135 - root - INFO - Wrapping output....\n",
"2021-01-08 17:06:17,244 - root - INFO - CREATING OUTPUT DATA ATTRIBUTES FROM DATA MODEL\n"
]
}
],
...
...
@@ -299,7 +275,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 7,
"metadata": {},
"outputs": [
{
...
...
@@ -377,7 +353,7 @@
"4 99 0 NaN"
]
},
"execution_count": 8,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -390,7 +366,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 8,
"metadata": {},
"outputs": [
{
...
...
@@ -531,7 +507,7 @@
"4 ENGLISH NaN 0 "
]
},
"execution_count": 10,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -542,7 +518,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 9,
"metadata": {},
"outputs": [
{
...
...
@@ -740,7 +716,7 @@
"[5 rows x 58 columns]"
]
},
"execution_count": 11,
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -753,12 +729,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"So for the ship type on this deck for example we will have tons of ship types in different languages. There is no code table for this. Would this information will be enough (e.g. for things that Liz is doing)?"
"e.g. the ship types on this deck will be given in a tons of different languages. There is no code table for this variable in the CLIWOC website. \n",
"\n",
"Would this information will be enough (e.g. for things that Liz is doing)?"
"What about the different scales of wind force from different languages?"
"What about the different scales for the wind force, given different languages?"
]
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 13,
"metadata": {},
"outputs": [
{
...
...
@@ -1216,7 +1005,7 @@
"Name: wind_force, dtype: object"
]
},
"execution_count": 16,
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -1229,16 +1018,17 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"For some of this we would have to make a nested .json file I think ... with the key as the language in which the information is written and then find the wind force scale that corresponds to that description.\n",
"For some of this data there are some code tables but according to the mdf reader we need a single code table. \n",
"\n",
"\n",
"More ideas on how to do this are welcome."
"We would have to make a nested .json file I think ... with the main key as the language. More ideas on how to do this are welcome."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"I have also taken done some of the easy key tables including the Meridian one. You can find those in this [link under ICOADS.C99.Variable.json]()"
"I have done some of the easy key tables including the Meridian one. You can find those [under ICOADS.C99.Variable.json](https://git.noc.ac.uk/brecinosrivas/mdf_reader/-/tree/master/data_models/lib/imma1_d730/code_tables)"