Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C cdm-mapper
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • brivas
  • cdm-mapper
  • Issues
  • #8

Closed
Open
Created Mar 08, 2021 by brivas@brecinosrivasMaintainer

deck702 missing code tables for slp units, possible solution to map platform subtype

Hello,

I just committed the CDM for deck702 in a local branch at the moment since the SLP units code table is still incomplete.

A detailed explanation regarding this issue can be found in Issue #3 from the mdf_reader() repository

It seems that besides Ship Name and AT and SLP units there is nothing else to map from the metadata attachment.

However, when trying to build the code tables for the units, I noticed that some ship names from this deck contain also information regarding the platform subtype in the Name field but not in all the imma files. If we were to extract this from the name we would have to search for key words in the Name field string. (e.g. Bark, Steamer, etc)

array(['Fremad, Brig', 'Formica, Bark', 'Solon', 'Neptunus, Bark',
       'Evviva, Bark', 'V ttan, Bark', 'Inga', 'Qvos, Bark',
       'Tenax propositi', 'Hansteen, Steam', 'Immanuel, Bark',
       'Solon, Bark', 'Agatha', 'Aladdin', 'Trafik, Schooner',
       'Nescio, Bark', 'Hilton'], dtype=object)

It is possible by listing all the unique names along the time series and writing a function so the CDM mapper extracts this information when a certain sting is mentioned in the name.

Let me know what do you think is worth spending time on that. I have no idea how many ship names from this deck will contain such information though.

Edited Mar 08, 2021 by brivas
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking