<?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>56311</catalog-item-id>
      <title>Segments</title>
      <catalog-item-type>Entity</catalog-item-type>
      <metadata-workflow-state ccs-id="9">Published / External</metadata-workflow-state>
      <parent-catalog-item-id>25298</parent-catalog-item-id>
      <parent-title>Pacific Reef Assessment and Monitoring Program: Geospatial, Temperature, and Depth Data Collected during Towed-diver Surveys of the U.S. Pacific Reefs from 2000 to 2017</parent-title>
      <parent-catalog-item-type>Data Set</parent-catalog-item-type>
      <abstract>Segments is a polyline shapefile and it is generated during data processing of the geospatial and SBE39 data. The data represent the estimated survey track of the divers for each 5-minute segement of a towed-diver survey. The data is generated by processing the DivePoints using a track processing algorithm, lacing together each of the 5-second survey points, and grouping them by SegmentID.</abstract>
   </item-identification>
   <entity-information>
      <entity-type>Data Table</entity-type>
      <active-version>Yes</active-version>
      <description>Data table for Segments shapefile from the towed-diver surveys.</description>
   </entity-information>
   <data-attributes>
      <data-attribute cc-id="840206">
         <seq-order>1</seq-order>
         <name>FID</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>Sequential unique whole numbers that are automatically generated.</description>
      </data-attribute>
      <data-attribute cc-id="840217">
         <seq-order>2</seq-order>
         <name>Shape</name>
         <data-storage-type>GEOMETRY</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>Indicates the type of geometry (Polyline), automatically generated in ArcGIS. </description>
      </data-attribute>
      <data-attribute cc-id="840202">
         <seq-order>3</seq-order>
         <name>DIVEID</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>Unique ID/9-digit serial number for each 50-minute survey. The serial number is formed by concatenating the 4-digit survey year, 2-digit month, 2-digit day, and dive/tow survey number of the day (1-6). The dive number sequence restarts each day and is restricted to values 1-6. For example, the DIVE ID for the first dive on March 13, 2011 is 201103131.</description>
      </data-attribute>
      <data-attribute cc-id="840246">
         <seq-order>4</seq-order>
         <name>SEGMENTID</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>Unique ID/11-digit serial number for each 5-minute survey segment/observation. The serial number is formed by concatenating the DIVEID with the 2 digit segment number (01-10). The segment number sequence restarts each survey and is restricted to values 01-10. For example, the SEGMENT ID for segment #5 on dive #1 on March 13, 2011 is 20110313105.</description>
      </data-attribute>
      <data-attribute cc-id="840203">
         <seq-order>5</seq-order>
         <name>DIVEYEAR</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>4-digit year the survey was conducted.</description>
      </data-attribute>
      <data-attribute cc-id="840214">
         <seq-order>6</seq-order>
         <name>REGION</name>
         <data-storage-type>NVARCHAR2</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>4-letter region code for the geographic region (archipelago) in which the survey was conducted.
AMSM: American Samoa 
MARI: Guam and Commonwealth of Northern Mariana Islands 
MNHI: Main Hawaiian Islands 
NWHI: Northwestern Hawaiian Islands 
PRIA: Pacific Remote Island Areas</description>
      </data-attribute>
      <data-attribute cc-id="840210">
         <seq-order>7</seq-order>
         <name>ISLAND</name>
         <data-storage-type>NVARCHAR2</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>3-letter island code for the island at which the survey was conducted. Full name of each island code is listed in the Island_Lookup_Table.csv.</description>
      </data-attribute>
      <data-attribute cc-id="840207">
         <seq-order>8</seq-order>
         <name>FTEMP_MEAN</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The mean temperature (in degrees Celsius) recorded by the SeaBird SBE39 mounted on the fish towboard averaged over the 300 5-second readings made during the 5-minute towed-diver survey segment. From 2000 to 2009, in most cases the average temperature from the fish and benthic SBE39s is only provided in CTEMP_MEAN, unless the data from a specific time period was reprocessed with a newer version of the Python script (and therefore the mean temperature is provided for both the fish and benthic as well as the combined). All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
         <null-value-meaning>If the SBE39 failed to record temperature data for the majority of the 5-minute survey segment, this field is left blank.</null-value-meaning>
      </data-attribute>
      <data-attribute cc-id="840208">
         <seq-order>9</seq-order>
         <name>FTEMP_STDE</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The standard deviation of temperature (in degrees Celsius) recorded by the SeaBird SBE39 mounted on the fish towboard averaged over the 300 5-second readings made during the 5-minute towed-diver survey segment. From 2000 to 2009, in most cases only the average temperature from the fish and benthic SBE39s is provided in CTEMP_MEAN, and therefore the standard deviation of the temperature was provided only in CTEMP_STDE, unless the data from a specific time period was reprocessed with a newer version of the Python script (and therefore the temperature standard deviation is provided for both the fish and benthic as well as the combined). All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
         <null-value-meaning> If the SBE39 failed to record temperature data for the majority of the 5-minute survey segment, this field is left blank.</null-value-meaning>
      </data-attribute>
      <data-attribute cc-id="840196">
         <seq-order>10</seq-order>
         <name>BTEMP_MEAN</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The mean temperature (in degrees Celsius) recorded by the SeaBird SBE39 mounted on the benthic towboard averaged over the 300 5-second readings made during the 5-minute towed-diver survey segment. From 2000 to 2009, in most cases the average temperature from the fish and benthic SBE39s is only provided in CTEMP_MEAN, unless the data from a specific time period was reprocessed with a newer version of the Python script (and therefore the mean temperature is provided for both the fish and benthic as well as the combined). All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
         <null-value-meaning>If the SBE39 failed to record temperature data for the majority of the 5-minute survey segment, this field is left blank.</null-value-meaning>
      </data-attribute>
      <data-attribute cc-id="840197">
         <seq-order>11</seq-order>
         <name>BTEMP_STDE</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The standard deviation of temperature (in degrees Celsius) recorded by the SeaBird SBE39 mounted on the benthic towboard averaged over the 300 5-second readings made during the 5-minute towed-diver survey segment. From 2000 to 2009, in most cases only the average temperature from the fish and benthic SBE39s is provided in CTEMP_MEAN, and therefore the standard deviation of the temperature was provided only in CTEMP_STDE, unless the data from a specific time period was reprocessed with a newer version of the Python script (and therefore the temperature standard deviation is provided for both the fish and benthic as well as the combined). All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
         <null-value-meaning>If the SBE39 failed to record temperature data for the majority of the 5-minute survey segment, this field is left blank.</null-value-meaning>
      </data-attribute>
      <data-attribute cc-id="840204">
         <seq-order>12</seq-order>
         <name>FDEP_MEAN</name>
         <data-storage-type>NUMBEAR</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The mean depth (in meters) recorded by the SeaBird SBE39 mounted on the fish towboard averaged over the 300 5-second readings made during the 5-minute towed-diver survey segment. From 2000 to 2009, in most cases the average depth from the fish and benthic SBE39s is only provided in CDEP_MEAN, unless the data from a specific time period was reprocessed with a newer version of the Python script (and therefore the mean depth is provided for both the fish and benthic as well as the combined). All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
         <null-value-meaning>If the SBE39 failed to record depth data for the majority of the 5-minute survey segment, this field is left blank.</null-value-meaning>
      </data-attribute>
      <data-attribute cc-id="840205">
         <seq-order>13</seq-order>
         <name>FDEP_STDE</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The standard deviation of depth (in meters) readings recorded by the SeaBird SBE39 mounted on the fish towboard averaged over the 300 5-second readings made during the 5-minute towed-diver survey segment. From 2000 to 2009, in most cases the average depth from the fish and benthic SBE39s is only provided in CDEP_MEAN, and therefore the standard deviation of the depth was provided only in CDEP_STDE, unless the data from a specific time period was reprocessed with a newer version of the Python script (and therefore the depth standard deviation is provided for both the fish and benthic as well as the combined). All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
         <null-value-meaning>If the SBE39 failed to record depth data for the majority of the 5-minute survey segment, this field is left blank.</null-value-meaning>
      </data-attribute>
      <data-attribute cc-id="840194">
         <seq-order>14</seq-order>
         <name>BDEP_MEAN</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The mean depth (in meters) recorded by the SeaBird SBE39 mounted on the benthic towboard averaged over the 300 5-second readings made during the 5-minute towed-diver survey segment. From 2000 to 2009, in most cases the average depth from the fish and benthic SBE39s is only provided in CDEP_MEAN, unless the data from a specific time period was reprocessed with a newer version of the Python script (and therefore the mean depth is provided for both the fish and benthic as well as the combined). All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
         <null-value-meaning>If the SBE39 failed to record depth data for the majority of the 5-minute survey segment, this field is left blank.</null-value-meaning>
      </data-attribute>
      <data-attribute cc-id="840195">
         <seq-order>15</seq-order>
         <name>BDEP_STDE</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The standard deviation of depth (in meters) readings recorded by the SeaBird SBE39 mounted on the benthic towboard averaged over the 300 5-second readings made during the 5-minute towed-diver survey segment. From 2000 to 2009, in most cases the average depth from the fish and benthic SBE39s is only provided in CDEP_MEAN, and therefore the standard deviation of the depth was provided only in CDEP_STDE, unless the data from a specific time period was reprocessed with a newer version of the Python script (and therefore the depth standard deviation is provided for both the fish and benthic as well as the combined). All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
         <null-value-meaning>If the SBE39 failed to record depth data for the majority of the 5-minute survey segment, the field is left blank. </null-value-meaning>
      </data-attribute>
      <data-attribute cc-id="840200">
         <seq-order>16</seq-order>
         <name>CTEMP_MEAN</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The mean combined temperature (in degrees Celsius) recorded by the SeaBird SBE39 units mounted on the fish and benthic towboards, averaged over the 300 5-second readings made during the 5-minute towed-diver survey segment.  All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
         <null-value-meaning>If either of the SBE39 units failed to record temperature data for the majority of the 5-minute survey segment, this field is left blank.</null-value-meaning>
      </data-attribute>
      <data-attribute cc-id="840201">
         <seq-order>17</seq-order>
         <name>CTEMP_STDE</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The standard deviation of the combined temperature (in degrees Celsius) readings recorded by the SeaBird SBE39 units mounted on the fish and benthic towboards, averaged over the 300 5-second readings made during the 5-minuted towed-diver survey segment. All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
         <null-value-meaning>If either of the SBE39 units failed to record temperature data for the majority of the 5-minute survey segment, this field is left blank.</null-value-meaning>
      </data-attribute>
      <data-attribute cc-id="840198">
         <seq-order>18</seq-order>
         <name>CDEP_MEAN</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The mean combined depth (in meters) recorded by the SeaBird SBE39 units mounted on the fish and benthic towboards, averaged over the 300 5-second readings made during the 5-minute towed-diver survey segment.  All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
         <null-value-meaning>If either of the SBE39 units failed to record depth data for the majority of the 5-minute survey segment, this field is left blank.</null-value-meaning>
      </data-attribute>
      <data-attribute cc-id="840199">
         <seq-order>19</seq-order>
         <name>CDEP_STDE</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The standard deviation of the combined depth (in meters) readings recorded by the SeaBird SBE39 units mounted on the fish and benthic towboards, averaged over the 300 5-second readings made during the 5-minute towed-diver survey segment. All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
         <null-value-meaning>If either of the SBE39 units failed to record depth data for the majority of the 50-minute survey segment, this field is left blank.</null-value-meaning>
      </data-attribute>
      <data-attribute cc-id="840209">
         <seq-order>20</seq-order>
         <name>GEO_LENGTH</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The length (in meters) of each 5-minute towed-diver survey segment calculated by the track processing script in Geodesic (unprojected) space. This is the arc length of each survey based on a spherical earth model. It is calculated by adding up the geodesic distance between each of the 5-second survey points, grouped by SEGMENTID. All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
      </data-attribute>
      <data-attribute cc-id="840211">
         <seq-order>21</seq-order>
         <name>LAT</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>Latitude in decimal degrees, WGS84, for the center point of each 5-minute towed-diver survey segment.</description>
      </data-attribute>
      <data-attribute cc-id="840212">
         <seq-order>22</seq-order>
         <name>LON</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>Longitude in decimal degrees, WGS84, for the center point of each 5-minute towed-diver survey segment.</description>
      </data-attribute>
      <data-attribute cc-id="840219">
         <seq-order>23</seq-order>
         <name>UTM_LENGTH</name>
         <data-storage-type>NUMBER</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The length (in meters) of each 5-minute towed-diver survey segment calculated by the data manager using ArcGIS, based on the UTM projection for the location of the survey. This is a manual calculation made in ArcGIS after the initial track processing has been completed. Coordinate System = UTM Zone projection appropriate for each survey region, Units = meters. All zero values represent NULL values and not measured values due to a limitation of the shapefile format. All NULL values were converted to zero when the source geodatabase feature class was exported to shapefile format. No zeros exist in the source dataset. </description>
      </data-attribute>
      <data-attribute cc-id="840218">
         <seq-order>24</seq-order>
         <name>UPLOADDATE</name>
         <data-storage-type>TIMESTAMP</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>Date when the data was uploaded to the database (m/d/yyyy).</description>
      </data-attribute>
      <data-attribute cc-id="840215">
         <seq-order>25</seq-order>
         <name>SCRIPTVER</name>
         <data-storage-type>NVARCHAR2</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>Version of the upload script used to process the data and write it to the geodatabase.</description>
      </data-attribute>
      <data-attribute cc-id="840216">
         <seq-order>26</seq-order>
         <name>STARTTIME</name>
         <data-storage-type>NVARCHAR2</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The start date and time of the 5-minute towed-diver survey segment based on the local time zone for the area being surveyed (m/d/yyyy h:mm:ss AM/PM).</description>
      </data-attribute>
      <data-attribute cc-id="840213">
         <seq-order>27</seq-order>
         <name>ENDTIME</name>
         <data-storage-type>NVARCHAR2</data-storage-type>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>The end date and time of the 5-minute towed-diver survey segment based on the local time zone for the area being surveyed (m/d/yyyy h:mm:ss AM/PM).</description>
      </data-attribute>
   </data-attributes>
   <catalog-details>
      <guid>gov.noaa.nmfs.inport:56311</guid>
      <metadata-record-created-by pers-id="9329">Tomoko Acoba</metadata-record-created-by>
      <metadata-record-created>2019-05-17T17:21:03</metadata-record-created>
      <metadata-record-last-modified-by pers-id="0">SysAdmin InPortAdmin</metadata-record-last-modified-by>
      <metadata-record-last-modified>2022-08-09T17:11:00</metadata-record-last-modified>
      <record-published>2019-05-30</record-published>
      <owner-organization>Pacific Islands Fisheries Science Center</owner-organization>
      <owner-organization-acronym>PIFSC</owner-organization-acronym>
      <owner-organization-address>1845 Wasp Blvd.</owner-organization-address>
      <owner-organization-address-city>Honolulu</owner-organization-address-city>
      <owner-organization-address-state>HI</owner-organization-address-state>
      <owner-organization-address-zip>96818</owner-organization-address-zip>
      <owner-organization-address-country>USA</owner-organization-address-country>
      <owner-organization-phone>808-725-5300</owner-organization-phone>
      <owner-organization-url>https://www.pifsc.noaa.gov</owner-organization-url>
      <owner-organization-business-hours>8:00 a.m. - 4:30 p.m.</owner-organization-business-hours>
      <owner-organization-group-id>1001</owner-organization-group-id>
      <publication-status>Public</publication-status>
      <is-do-not-publish>No</is-do-not-publish>
      <metadata-last-review-date>2019-05-30</metadata-last-review-date>
      <metadata-review-frequency>1 Year</metadata-review-frequency>
      <metadata-next-review-date>2020-05-30</metadata-next-review-date>
   </catalog-details>
</inport-metadata>
