<?xml version="1.0" encoding="UTF-8"?>
<inport-metadata xmlns:xs="http://www.w3.org/2001/XMLSchema"
                 version="1.11"
                 source="https://www.fisheries.noaa.gov">
   <item-identification>
      <catalog-item-id>27598</catalog-item-id>
      <title>Habitat Mapping Camera (HABCAM)</title>
      <short-name>Habitat Mapping Camera (HABCAM)</short-name>
      <catalog-item-type>Data Set</catalog-item-type>
      <metadata-workflow-state ccs-id="9">Published / External</metadata-workflow-state>
      <parent-catalog-item-id>22555</parent-catalog-item-id>
      <parent-title>Population Dynamics Branch</parent-title>
      <parent-catalog-item-type>Project</parent-catalog-item-type>
      <status>Completed</status>
      <abstract>This dataset entails imagery collected using the HabCam towed underwater vehicle and annotated data on objects or habitats in the images and notes on image qualities. Most HabCam images and data are collected as part of the NEFSC sea scallop survey but the vehicle is occasionally used for other surveys. For each survey, a subset of images are selected and manually annotated for the presence of target species. The PostgreSQL database contains basic image metadata (date, time, latitude, longitude, depth, etc.) as well as the data from the manual annotations. Eventually, other software-derived data products will be added including bottom rugosity and substrate composition.</abstract>
   </item-identification>
   <physical-location>
      <organization>NEFSC Woods Hole Lab</organization>
      <city>Woods Hole</city>
      <state-province>MA</state-province>
      <country>USA</country>
   </physical-location>
   <data-set-information>
      <data-set-scope-code>Data Set</data-set-scope-code>
      <data-set-type>PostgreSQL</data-set-type>
      <maintenance-frequency>Irregular</maintenance-frequency>
      <data-presentation-form>Table (digital)</data-presentation-form>
      <instrument>Stereo Prosilica GC 1380 1.4 megapixel machine vision cameras, "Dixon" image processing server; Online annotation tool</instrument>
      <platform>Research Vessel</platform>
      <physical-collection-fishing-gear>HabCam towed underwater imaging vehicle</physical-collection-fishing-gear>
   </data-set-information>
   <entity-attribute-information partial-listing="No" total-count="7">
      <entity>
         <item-identification>
            <catalog-item-id>34945</catalog-item-id>
            <title>Image_Metadata</title>
            <short-name>Image_Metadata</short-name>
            <metadata-workflow-state ccs-id="9">Published / External</metadata-workflow-state>
            <status>Completed</status>
            <abstract>Information on all images collected including date, time, location, vehicle depth, altitude and attitude, and co-located oceanographic sensor data</abstract>
         </item-identification>
         <entity-information>
            <entity-type>Data Table</entity-type>
            <active-version>Yes</active-version>
            <description>Information on all images collected including date, time, location, vehicle depth, altitude and attitude, and co-located oceanographic sensor data</description>
         </entity-information>
         <data-attributes partial-listing="No" total-count="17">
            <data-attribute cc-id="350431">
               <seq-order>1</seq-order>
               <name>imagename</name>
               <data-storage-type>text</data-storage-type>
               <required>Yes</required>
               <primary-key>Yes</primary-key>
               <status>Active</status>
               <description>full name of the image; used as foreign key to annotations table</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350432">
               <seq-order>2</seq-order>
               <name>lat</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>11</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>10</precision>
               <scale>6</scale>
               <status>Active</status>
               <description>latitude from ship's GPS where image was recorded (decimal degrees)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350433">
               <seq-order>3</seq-order>
               <name>lon</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>11</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>10</precision>
               <scale>6</scale>
               <status>Active</status>
               <description>longitude from ship's GPS where image was recorded (decimal degrees)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350434">
               <seq-order>4</seq-order>
               <name>bottom_depth</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>8</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>7</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>depth from ship's fathometer where image was recorded (meters)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350435">
               <seq-order>5</seq-order>
               <name>vehicle_depth</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>8</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>7</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>depth of imaging vehicle calculated from Seabird pressure sensor (meters)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350436">
               <seq-order>6</seq-order>
               <name>alt</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>13</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>12</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>altitude of imaging vehicle based on sonar altimeter (meters)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350437">
               <seq-order>7</seq-order>
               <name>head</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>13</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>12</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>heading of imaging vehicle based on internal magnetic compass (decimal degrees)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350438">
               <seq-order>8</seq-order>
               <name>roll</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>5</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>4</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>attitude  of imaging vehicle along the longitudinal axis (decimal degrees)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350439">
               <seq-order>9</seq-order>
               <name>pitch</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>8</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>7</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>attitude  of imaging vehicle along the lateral axis (decimal degrees)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350440">
               <seq-order>10</seq-order>
               <name>t</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>8</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>7</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>water temperature at the imaging vehicle from the Seabird sensor (decimal degrees Celsius)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350441">
               <seq-order>11</seq-order>
               <name>p</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>8</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>7</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>water pressure at the imaging vehicle from the Seabird sensor (decimal bar)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350442">
               <seq-order>12</seq-order>
               <name>s</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>8</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>7</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>water salinity at the imaging vehicle from the Seabird sensor (decimal Practical Salinity Units)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350443">
               <seq-order>13</seq-order>
               <name>backscatter</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>8</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>7</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>water backscatter at the imaging vehicle from Eco triplet (beam cp (m-1))</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350444">
               <seq-order>14</seq-order>
               <name>chlorophyll</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>8</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>7</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>water cholorphyll concentration (micrograms / liter)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350445">
               <seq-order>15</seq-order>
               <name>cdom</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>8</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>7</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>water Colored Dissolved Organic Matter at the imaging vehicle (ppb)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350446">
               <seq-order>16</seq-order>
               <name>fov</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>8</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>7</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>field of view (area) of the photo based on altitude (square meters)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350447">
               <seq-order>17</seq-order>
               <name>mm_pix</name>
               <data-storage-type>numeric</data-storage-type>
               <max-length>8</max-length>
               <required>No</required>
               <primary-key>Yes</primary-key>
               <precision>7</precision>
               <scale>2</scale>
               <status>Active</status>
               <description>pixel size of the photo based on altitude (mm)</description>
               <general-data-type>numeric</general-data-type>
            </data-attribute>
         </data-attributes>
      </entity>
      <entity>
         <item-identification>
            <catalog-item-id>34947</catalog-item-id>
            <title>Assignments</title>
            <short-name>Assignments</short-name>
            <metadata-workflow-state ccs-id="9">Published / External</metadata-workflow-state>
            <status>Completed</status>
            <abstract>List of sets of images analyzed for different tasks</abstract>
         </item-identification>
         <entity-information>
            <entity-type>Data Table</entity-type>
            <active-version>Yes</active-version>
            <description>List of sets of images analyzed for different tasks</description>
         </entity-information>
         <data-attributes partial-listing="No" total-count="10">
            <data-attribute cc-id="350497">
               <seq-order>1</seq-order>
               <name>assignment_id</name>
               <data-storage-type>integer</data-storage-type>
               <required>Yes</required>
               <primary-key>Yes</primary-key>
               <status>Active</status>
               <description>number identifying an assignment; foreign key to annotations table</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350498">
               <seq-order>2</seq-order>
               <name>idmode</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>name of idmode associated with an assignment (see idmodes table)</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350499">
               <seq-order>3</seq-order>
               <name>site_description</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>description of assignment's geographic area</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350500">
               <seq-order>4</seq-order>
               <name>project_name</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>description of project associated with assignment</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350501">
               <seq-order>5</seq-order>
               <name>priority</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>priority level for assignment (high, medium, low)</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350502">
               <seq-order>6</seq-order>
               <name>initials</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>initials of user who created assignment</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350503">
               <seq-order>7</seq-order>
               <name>idmode_id</name>
               <data-storage-type>integer</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>identifier of idmode applicable to an assignment; foreign key to idmodes table</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350504">
               <seq-order>9</seq-order>
               <name>num_images</name>
               <data-storage-type>integer</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>number of images in the assignment</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350505">
               <seq-order>10</seq-order>
               <name>comment</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>comment field</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350506">
               <seq-order>11</seq-order>
               <name>status</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>status of assignment (i.e. active, completed, discontinued, etc.)</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
         </data-attributes>
      </entity>
      <entity>
         <item-identification>
            <catalog-item-id>34948</catalog-item-id>
            <title>Idmodes</title>
            <short-name>Idmodes</short-name>
            <metadata-workflow-state ccs-id="9">Published / External</metadata-workflow-state>
            <status>Completed</status>
            <abstract>support table that identifies which classes (species, benthic covers, etc.) were analyzed in an assignment</abstract>
         </item-identification>
         <entity-information>
            <entity-type>Data Table</entity-type>
            <active-version>Yes</active-version>
            <description>support table that identifies which classes (species, benthic covers, etc.) were analyzed in an assignment</description>
         </entity-information>
         <data-attributes partial-listing="No" total-count="4">
            <data-attribute cc-id="350507">
               <seq-order>1</seq-order>
               <name>idmode_id</name>
               <data-storage-type>integer</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>identifier of idmode applicable to an assignment(s); foreign key to assignments table</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350508">
               <seq-order>2</seq-order>
               <name>idmode_name</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>descriptive name of idmode</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350509">
               <seq-order>3</seq-order>
               <name>class_id</name>
               <data-storage-type>integer</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>identifier of class within an idmode; foreign key to classes table</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350510">
               <seq-order>4</seq-order>
               <name>deprecated</name>
               <data-storage-type>boolean</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>logical if record is deprecated</description>
               <general-data-type>boolean</general-data-type>
            </data-attribute>
         </data-attributes>
      </entity>
      <entity>
         <item-identification>
            <catalog-item-id>34949</catalog-item-id>
            <title>Annotations</title>
            <short-name>Annotations</short-name>
            <metadata-workflow-state ccs-id="9">Published / External</metadata-workflow-state>
            <status>Completed</status>
            <abstract>Records of observations made on images from manual (human) annotations; can be organisms or objects in photos, sediment or benthic covers, or notes on image quality</abstract>
         </item-identification>
         <entity-information>
            <entity-type>Data Table</entity-type>
            <active-version>Yes</active-version>
            <description>Records of observations made on images from manual (human) annotations; can be organisms or objects in photos, sediment or benthic covers, or notes on image quality</description>
         </entity-information>
         <data-attributes partial-listing="No" total-count="13">
            <data-attribute cc-id="350511">
               <seq-order>1</seq-order>
               <name>annotation_id</name>
               <data-storage-type>text</data-storage-type>
               <required>Yes</required>
               <primary-key>Yes</primary-key>
               <status>Active</status>
               <description>random alphanumeric text string used for unique identifier of an annotation record</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350512">
               <seq-order>2</seq-order>
               <name>image_id</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>image url</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350513">
               <seq-order>3</seq-order>
               <name>scope_id</name>
               <data-storage-type>integer</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>annotation scope identifier (see Scopes table)</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350514">
               <seq-order>4</seq-order>
               <name>geometry_text</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>text descriptor of object (points, line vertices, bounding box vertices, etc.)  if marked within an image</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350515">
               <seq-order>5</seq-order>
               <name>thegeom</name>
               <data-storage-type>geometry</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>json interpretation of 'geomegry_text' field</description>
               <general-data-type>geometry</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350516">
               <seq-order>6</seq-order>
               <name>annotator_id</name>
               <data-storage-type>text</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>annotating person identifier (see Auth table)</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350517">
               <seq-order>7</seq-order>
               <name>timestamp</name>
               <data-storage-type>timestamp</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>time stamp when annotation was recorded</description>
               <general-data-type>timestamp</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350518">
               <seq-order>8</seq-order>
               <name>class_id</name>
               <data-storage-type>integer</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>class identifier (see Classes table)</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350519">
               <seq-order>9</seq-order>
               <name>deprecated</name>
               <data-storage-type>boolean</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>logical if record deprecated</description>
               <general-data-type>boolean</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350520">
               <seq-order>10</seq-order>
               <name>imagename</name>
               <data-storage-type>text</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>image identifier</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350521">
               <seq-order>11</seq-order>
               <name>assignment_num</name>
               <data-storage-type>integer</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>assignment identifier (see Assignments table)</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350522">
               <seq-order>12</seq-order>
               <name>percent_cover</name>
               <data-storage-type>integer</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>percent cover in image of annotated object</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350523">
               <seq-order>13</seq-order>
               <name>comment</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>comment field</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
         </data-attributes>
      </entity>
      <entity>
         <item-identification>
            <catalog-item-id>34950</catalog-item-id>
            <title>classes</title>
            <short-name>classes</short-name>
            <metadata-workflow-state ccs-id="9">Published / External</metadata-workflow-state>
            <status>Completed</status>
            <abstract>support table with list of species, objects, or comments that can noted in images</abstract>
         </item-identification>
         <entity-information>
            <entity-type>Data Table</entity-type>
            <active-version>Yes</active-version>
            <description>support table with list of species, objects, or comments that can noted in images</description>
         </entity-information>
         <data-attributes partial-listing="No" total-count="4">
            <data-attribute cc-id="350524">
               <seq-order>1</seq-order>
               <name>class_id</name>
               <data-storage-type>integer</data-storage-type>
               <required>Yes</required>
               <primary-key>Yes</primary-key>
               <status>Active</status>
               <description>unique identifier of species, organism taxon, benthic cover, sediment type, image quality comment, etc.; (foreign key to Annotations)</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350525">
               <seq-order>2</seq-order>
               <name>class_name</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>description of species, organism taxon, benthic cover, sediment type, image quality comment, etc.</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350526">
               <seq-order>3</seq-order>
               <name>facet_id</name>
               <data-storage-type>integer</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>facet identifier of the class (see Facets table)</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350527">
               <seq-order>4</seq-order>
               <name>deprecated</name>
               <data-storage-type>boolean</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>logical if record is deprecated</description>
               <general-data-type>boolean</general-data-type>
            </data-attribute>
         </data-attributes>
      </entity>
      <entity>
         <item-identification>
            <catalog-item-id>34951</catalog-item-id>
            <title>Facets</title>
            <short-name>Facets</short-name>
            <metadata-workflow-state ccs-id="9">Published / External</metadata-workflow-state>
            <status>Completed</status>
            <abstract>support table that identifies the information type for a class</abstract>
         </item-identification>
         <entity-information>
            <entity-type>Data Table</entity-type>
            <active-version>Yes</active-version>
            <description>support table that identifies the information type for a class</description>
         </entity-information>
         <data-attributes partial-listing="No" total-count="4">
            <data-attribute cc-id="350528">
               <seq-order>1</seq-order>
               <name>facet_id</name>
               <data-storage-type>integer</data-storage-type>
               <required>Yes</required>
               <primary-key>Yes</primary-key>
               <status>Active</status>
               <description>facet identifier (foreign key to Classes table)</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350529">
               <seq-order>2</seq-order>
               <name>facet_name</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>facet descriptor (i.e. object, substrate type, image usability, percent cover, etc.)</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350530">
               <seq-order>3</seq-order>
               <name>scope_id</name>
               <data-storage-type>integer</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>scope identifier (see Scopes table)</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350531">
               <seq-order>4</seq-order>
               <name>deprecated</name>
               <data-storage-type>boolean</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>logical if record is deprecated</description>
               <general-data-type>boolean</general-data-type>
            </data-attribute>
         </data-attributes>
      </entity>
      <entity>
         <item-identification>
            <catalog-item-id>34952</catalog-item-id>
            <title>Scopes</title>
            <short-name>Scopes</short-name>
            <metadata-workflow-state ccs-id="9">Published / External</metadata-workflow-state>
            <status>Completed</status>
            <abstract>support table identifying how annotations relate to the scope of an image (i.e. object in image, image itself, percent cover, etc.)</abstract>
         </item-identification>
         <entity-information>
            <entity-type>Data Table</entity-type>
            <active-version>Yes</active-version>
            <description>support table identifying how annotations relate to the scope of an image (i.e. object in image, image itself, percent cover, etc.)</description>
         </entity-information>
         <data-attributes partial-listing="No" total-count="3">
            <data-attribute cc-id="350532">
               <seq-order>1</seq-order>
               <name>scope_id</name>
               <data-storage-type>integer</data-storage-type>
               <required>Yes</required>
               <primary-key>Yes</primary-key>
               <status>Active</status>
               <description>scope identifier (foreign key to facets table)</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350533">
               <seq-order>2</seq-order>
               <name>scope_name</name>
               <data-storage-type>text</data-storage-type>
               <required>No</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>description of scope type</description>
               <general-data-type>text</general-data-type>
            </data-attribute>
            <data-attribute cc-id="350534">
               <seq-order>3</seq-order>
               <name>deprecated</name>
               <data-storage-type>integer</data-storage-type>
               <required>Yes</required>
               <primary-key>No</primary-key>
               <status>Active</status>
               <description>logical if record is deprecated</description>
               <general-data-type>integer</general-data-type>
            </data-attribute>
         </data-attributes>
      </entity>
   </entity-attribute-information>
   <support-roles>
      <support-role cc-id="246829" in-effect="Yes">
         <support-role-type>Data Steward</support-role-type>
         <from-date>2025</from-date>
         <contact-type>Person</contact-type>
         <contact-name>McManus, Michael</contact-name>
         <contact-email>michael.conor.mcmanus@noaa.gov</contact-email>
         <contact-address>28 Tarzwell Drive</contact-address>
         <contact-address-city>Narragansett</contact-address-city>
         <contact-address-state>RI</contact-address-state>
         <contact-address-zip>02882</contact-address-zip>
         <contact-phone-number>(401) 859-3404</contact-phone-number>
      </support-role>
      <support-role cc-id="246832" in-effect="Yes">
         <support-role-type>Distributor</support-role-type>
         <from-date>2012-06-01</from-date>
         <contact-type>Person</contact-type>
         <contact-name>Shank, Burton V</contact-name>
         <contact-email>burton.shank@noaa.gov</contact-email>
         <contact-address>166 Water Street</contact-address>
         <contact-address-city>Woods Hole</contact-address-city>
         <contact-address-state>MA</contact-address-state>
         <contact-address-zip>02543-1026</contact-address-zip>
         <contact-address-country>USA</contact-address-country>
         <contact-phone-number>508-495-2363</contact-phone-number>
      </support-role>
      <support-role cc-id="246830" in-effect="Yes">
         <support-role-type>Metadata Contact</support-role-type>
         <from-date>2025</from-date>
         <contact-type>Person</contact-type>
         <contact-name>McManus, Michael</contact-name>
         <contact-email>michael.conor.mcmanus@noaa.gov</contact-email>
         <contact-address>28 Tarzwell Drive</contact-address>
         <contact-address-city>Narragansett</contact-address-city>
         <contact-address-state>RI</contact-address-state>
         <contact-address-zip>02882</contact-address-zip>
         <contact-phone-number>(401) 859-3404</contact-phone-number>
      </support-role>
      <support-role cc-id="246831" in-effect="Yes">
         <support-role-type>Originator</support-role-type>
         <from-date>2012-06-01</from-date>
         <contact-type>Person</contact-type>
         <contact-name>Shank, Burton V</contact-name>
         <contact-email>burton.shank@noaa.gov</contact-email>
         <contact-address>166 Water Street</contact-address>
         <contact-address-city>Woods Hole</contact-address-city>
         <contact-address-state>MA</contact-address-state>
         <contact-address-zip>02543-1026</contact-address-zip>
         <contact-address-country>USA</contact-address-country>
         <contact-phone-number>508-495-2363</contact-phone-number>
      </support-role>
      <support-role cc-id="246828" in-effect="Yes">
         <support-role-type>Point of Contact</support-role-type>
         <from-date>2025</from-date>
         <contact-type>Person</contact-type>
         <contact-name>McManus, Michael</contact-name>
         <contact-email>michael.conor.mcmanus@noaa.gov</contact-email>
         <contact-address>28 Tarzwell Drive</contact-address>
         <contact-address-city>Narragansett</contact-address-city>
         <contact-address-state>RI</contact-address-state>
         <contact-address-zip>02882</contact-address-zip>
         <contact-phone-number>(401) 859-3404</contact-phone-number>
      </support-role>
   </support-roles>
   <extents>
      <extent cc-id="246820">
         <geographic-areas>
            <geographic-area cc-id="246821">
               <west-bound>-75.25</west-bound>
               <east-bound>-66</east-bound>
               <north-bound>42.1</north-bound>
               <south-bound>37</south-bound>
               <description>NEFSC sea scallop surveys encompass Georges Bank and the Mid Atlantic continental shelf from 35 - 110m depths; Other specialized surveys may work shallower, deeper, or outside this bounding box.</description>
            </geographic-area>
         </geographic-areas>
         <time-frames>
            <time-frame cc-id="246822">
               <time-frame-type>Continuing</time-frame-type>
               <start-date-time>2012-06</start-date-time>
            </time-frame>
         </time-frames>
      </extent>
   </extents>
   <access-information>
      <security-class>Unclassified</security-class>
      <data-access-procedure>NEFSC Data Access Procedure:
1. Formal request in writing usually to the data owner/contact or Center Director;
2. Requester is contacted by data owner to review and verify the request content and details for data delivery options. 
3. If data is confidential then owner will determine if the data may be released to the requester;
4.  If data can be released, the data is downloaded and packaged for delivery electronically; or the requester may be directed to where the data is available online. 
</data-access-procedure>
      <data-access-constraints>NEFSC Data Access Constraint:
If data is stored on an internal NEFSC network, the requester may not have direct access to query the data unless they are also authorized for network access.</data-access-constraints>
   </access-information>
   <urls>
      <url cc-id="246825">
         <url>https://habcam.whoi.edu/</url>
         <url-type>Online Resource</url-type>
         <file-resource-format>HTML</file-resource-format>
         <description>Habcam Links</description>
      </url>
   </urls>
   <technical-environment>
      <description>Processed PNG image files
Postgres</description>
   </technical-environment>
   <data-quality>
      <quality-control-procedures>Pre and post-cruise calibration of cameras. Cross-validation between sonar-derived altitudes and altitudes calculated from stereo disparity.
Training of annotators on standard image set. Follow-up on training and assessment of skills. Post Audits by internal editors. </quality-control-procedures>
   </data-quality>
   <data-management>
      <resources-identified>Yes</resources-identified>
      <resources-budget-percentage>Unknown</resources-budget-percentage>
      <data-access-directive-compliant>Yes</data-access-directive-compliant>
      <data-access-directive-waiver>Yes</data-access-directive-waiver>
      <delay-collection-dissemination>two weeks after image collection for finalized image processing; six weeks for manual annotation of images, QC and synthesis </delay-collection-dissemination>
      <archive-location>No Archiving Intended</archive-location>
      <delay-collection-archive>Unknown</delay-collection-archive>
      <data-protection-plan>Archival of source data preserving unaltered collected data, Scheduled backups, Remote storage backups, Password protection</data-protection-plan>
   </data-management>
   <lineage>
      <lineage-statement>Annual NEFSC scallop survey</lineage-statement>
   </lineage>
   <child-items>
      <child-item>
         <catalog-item-id>34949</catalog-item-id>
         <catalog-item-type>Entity</catalog-item-type>
         <title>Annotations</title>
      </child-item>
      <child-item>
         <catalog-item-id>34947</catalog-item-id>
         <catalog-item-type>Entity</catalog-item-type>
         <title>Assignments</title>
      </child-item>
      <child-item>
         <catalog-item-id>34951</catalog-item-id>
         <catalog-item-type>Entity</catalog-item-type>
         <title>Facets</title>
      </child-item>
      <child-item>
         <catalog-item-id>34948</catalog-item-id>
         <catalog-item-type>Entity</catalog-item-type>
         <title>Idmodes</title>
      </child-item>
      <child-item>
         <catalog-item-id>34945</catalog-item-id>
         <catalog-item-type>Entity</catalog-item-type>
         <title>Image_Metadata</title>
      </child-item>
      <child-item>
         <catalog-item-id>34952</catalog-item-id>
         <catalog-item-type>Entity</catalog-item-type>
         <title>Scopes</title>
      </child-item>
      <child-item>
         <catalog-item-id>34950</catalog-item-id>
         <catalog-item-type>Entity</catalog-item-type>
         <title>classes</title>
      </child-item>
   </child-items>
   <catalog-details>
      <guid>gov.noaa.nmfs.inport:27598</guid>
      <metadata-record-created-by pers-id="13445">Patricia Jones</metadata-record-created-by>
      <metadata-record-created>2015-09-29T15:22:17</metadata-record-created>
      <metadata-record-last-modified-by pers-id="16068">Priya Jhangiani</metadata-record-last-modified-by>
      <metadata-record-last-modified>2025-10-08T21:50:09</metadata-record-last-modified>
      <record-published>2017-03-08</record-published>
      <owner-organization>Northeast Fisheries Science Center</owner-organization>
      <owner-organization-acronym>NEFSC</owner-organization-acronym>
      <owner-organization-address>166 Water Street</owner-organization-address>
      <owner-organization-address-city>Woods Hole</owner-organization-address-city>
      <owner-organization-address-state>MA</owner-organization-address-state>
      <owner-organization-address-zip>02543-1026</owner-organization-address-zip>
      <owner-organization-address-country>USA</owner-organization-address-country>
      <owner-organization-phone>(508)495-2000</owner-organization-phone>
      <owner-organization-url>https://www.nefsc.noaa.gov</owner-organization-url>
      <owner-organization-business-hours>8:00 a.m. to 4:30 p.m. Monday - Friday</owner-organization-business-hours>
      <owner-organization-group-id>1001</owner-organization-group-id>
      <publication-status>Public</publication-status>
      <limited-metadata-available>No</limited-metadata-available>
      <is-do-not-publish>No</is-do-not-publish>
      <metadata-last-review-date>2017-03-08</metadata-last-review-date>
      <metadata-review-frequency>1 Year</metadata-review-frequency>
      <metadata-next-review-date>2018-03-08</metadata-next-review-date>
   </catalog-details>
</inport-metadata>
