=============== projet echobase =============== Vendredi 25-11-2011 (Ifremer) Pr��sents : Mathieu, Tony Planning -------- Finaliser le mod��le d'import du r��f��rentiel. R��f��rentiel (acoustic) ---------------------- Reprise des documents ��crits par Mathieu. Entit�� TSparameters ~~~~~~~~~~~~~~~~~~~ Copie de la table *COEFFICIENT_ACOUSTIQUE* : - *Genre_esp* -> geniusSpecies (�� remplacer par une FK sur Species) - *Id_sondeur* -> acousticInstrumentId (FK sur AcousticInstrument) - *CAC* -> m (F) - *BAC* -> b (F) Nouveaux champs : - mz (F) - litteratureReference (S) Entit�� Mission ~~~~~~~~~~~~~~ Vient de la table *CAMPAGNE* : Le seul champs �� r��cup��rer est *TYPE_CAMPAGNE* Nouveaux champs : - missionAbstract (S) - project (S) - platform (S) - institution (S) - keywords (S) - litteratureReferences (S) - dataCentre (S) - dataCentreEmail (S) - authorEmail (S) - author (S) - principalInvestigatorEmail (S) - organisationReferences (S) - distributionStatement (S) - organisationLevelAcknowledgements (S) - source (S) Entit�� Echotype ~~~~~~~~~~~~~~~ Vient de trois tables access. Nouveaux champs : - *echotypeLengthCategory* (S) table ESPECES_ECHOS ___________________ - *LIBELLE_DEVIATION* -> echotypeName (S) - *ID_DESCRIPTION_DEVIATION* -> echotypeId (S) (clef m��tier �� conserver pour les imports). table EIT_DESCRIPT_ECHOS ________________________ - *ID_DESCRIPTION_DEVIATION* -> La clef m��tier �� utiliser - *LIBELLE_DESCRIPTION_DEVIATION* -> echotypeMeaning (S) - *TYPE_DEVIATION* -> FK vers l'entit�� EchotypeCategory - *IMAGES* -> FK vers l'entit�� DepthStratum table ESPECES_ECHOS ___________________ - *CODE_DESCRIPTION_DEVIATION* -> La clef m��tier �� utiliser - *GENRE_ESP* -> FK vers l'entit�� Species Entit�� AreaOfOperation ~~~~~~~~~~~~~~~~~~~~~~ Copie de la table *ZONE* - *CODE_ZONE* -> areaOfOperationName (S) (clef m��tier utiliser pour les imports) Entit�� Vessel ~~~~~~~~~~~~~ Vient de la table *CAMPAGNE* - *NAVIRE* -> *vesselName* Nouveaux champs : - VesselType (FK sur la table VesselType) - vesselCode (S) - callsign (S) - altCallsign (S) - IMO (I) - operator (S) - vesselLength (F) - vesselTonnage (F) - vesselEnginePower (I) - vesselNoiseDesign (S) - acknowledgement (S) Entit�� DepthStratum ~~~~~~~~~~~~~~~~~~~ Copie de la table *TYPE_IMAGE* - *Type_Image* -> depthStratumId (S) (clef m��tier �� conserver) - *Libelle_image* -> depthStratumMeaning (S) *Question* : Utilise-t-on alors un DepthStratumType? Entit�� AcousticInstrument ~~~~~~~~~~~~~~~~~~~~~~~~~ Copie de la table *EI_SONDEUR* - *ID_REFSONDEUR* -> AcousticInstrumentID (S) (clef m��tier �� conserver pour les imports) - *SONDEUR* -> TransceiverModel (S) - *FREQUENCE* -> frequency (I) Nouveaux champs : - transceiverManufacturer (S) - transceiverBeams (S) - transceiverAperture (S) - transceiverSerial (S) - transceiverFirmware (S) - transducerLocation (S) - transducerModel (S) - transducerBeams (S) - transducerSerial (S) - transducerDepth (F) - transducerOrientation (F) - transducerAperture (S) Entit�� ReferenceDatum ~~~~~~~~~~~~~~~~~~~~~ Copie de la table *TYPE_AFFECTATION* - *Code_affectation* -> referenceDatumId (S) (clef m��tier �� conserver pour les imports) - *Libelle_affectation* -> referenceMeaning (S) Nouveau champ : - *referenceType* FK sur la table referenceDatumType + Ajouter les donn��es suivantes : (�� mettre dans un fichier csv �� importer) referenceDatumId referenceMeaning referenceDatumType WGS84 Geographical coordinates, WGS84 projection GeographicPositions Sea Surface Cell depth referenced to the sea surface Depth Sea Floor Cell depth referenced to the sea floor Depth Expert Biomass results computed using the ����Expert���� methodology Biomass Entit�� DataMetadata ~~~~~~~~~~~~~~~~~~~ Nouvelle entit�� dont voici les champs : - longName (S) - standardName (S) - units (S) - referenceDatumId (ID) (FK sur ReferenceDatum) - positive (S) - calendar (S) - axis (S) - validMin (I) - validMax (I) - scaleFactor (F) - addOffset (F) - fillValue (I) - cellMethods (ID) (FK sur CellMethod) - comment (S) Ajout d'une entit�� *DataType* - label (S) - datumType (S) : le type de la valeur de la donn��e Les donn��es sont dans le fichier (�� mettre dans un fichier csv �� importer) Entit�� DataQuality ~~~~~~~~~~~~~~~~~~ Nouvelle entit�� dont voici les champs : - qualityDataFlagValues (N) - flagMeanings (S) - notes (S) Les donn��es sont dans le fichier (�� mettre dans un fichier csv �� importer) Formulaire d'import ------------------- - on doit pouvoir s��lectionner une mission (et non pas une campagne) et aussi pouvoir cr��er une nouvelle mission Divers ------ - Faire attention �� la table Species qui doit ��tre compatible pour le mod��le acoustique et captures. - Ne pas traduire les colonnes en francais dans dbeditor - Au final pas forcer d'avoir une table *VoyageEchotype pour r��utiliser les donn��es *Echotype*. Actions ------- - faire l'import du r��f��rentiel depuis la base access (Codelutin) - d��finir les sc��narii d'imports (Ifremer)