Bonjour Mathieu, tout d'abord meilleurs voeux pour cette année 2019. J'ai commencé à bosser sur Echobase. Je dois être bon sur le Biotic. Je m'attaque à l'Acoustic...
P.S. An example is given here:
For Acoustic:
EchoType will be added to the acoustic format as a metadata entry and as a reference on the data level as optional. SaCategory at the data level will change from mandatory to optional.
<EchoType ID="D1">
<DepthStratum IDREF="AC_DepthStratum_SURF" />
<Species>
<SpeciesCode IDREF="SpecWoRMS_126417" />
<SpeciesCategory>1</SpeciesCategory>
</Species>
<Species>
<SpeciesCode IDREF="SpecWoRMS_126436" />
<SpeciesCategory>1</SpeciesCategory>
</Species>
</EchoType>
<Data>
<EchoType IDREF="D1" />
<Type IDREF="AC_AcousticDataType_C" />
<Unit IDREF="AC_DataUnit_m2nmi-2" />
<Value>0</Value>
</Data>
Sur ce que je comprends. Pour l'instant on a : <Data> <SaCategory>AC_SaCategory_D4</SaCategory> <Type IDREF="AC_AcousticDataType_C"/> <Unit IDREF="AC_DataUnit_m2nmi-2"/> <Value>0</Value> </Data> Donc on remplace SaCategory par <EchoType ID="D4"/> Et on ajoute (Dans le vocabularyCode ou ailleurs ?) : <EchoType IDREF="D4"> <DepthStratum... </EchoType> C'est bien ça ? Jean