Segments
Entity (ENT) | Pacific Islands Fisheries Science Center (PIFSC)GUID: gov.noaa.nmfs.inport:56311 | Updated: August 9, 2022 | Published / External
-
View As
- Full List View
- Printable Form
- EXPORTS
- InPort XML
- View in Hierarchy
Summary
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.
DescriptionData table for Segments shapefile from the towed-diver surveys.
Entity Information
Entity Type
Data Table
Data Attribute / Type | Description |
---|---|
FID
NUMBER |
Sequential unique whole numbers that are automatically generated. |
Shape
GEOMETRY |
Indicates the type of geometry (Polyline), automatically generated in ArcGIS. |
DIVEID
NUMBER |
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. |
SEGMENTID
NUMBER |
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. |
DIVEYEAR
NUMBER |
4-digit year the survey was conducted. |
REGION
NVARCHAR2 |
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 |
ISLAND
NVARCHAR2 |
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. |
FTEMP_MEAN
NUMBER |
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. |
FTEMP_STDE
NUMBER |
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. |
BTEMP_MEAN
NUMBER |
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. |
BTEMP_STDE
NUMBER |
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. |
FDEP_MEAN
NUMBEAR |
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. |
FDEP_STDE
NUMBER |
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. |
BDEP_MEAN
NUMBER |
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. |
BDEP_STDE
NUMBER |
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. |
CTEMP_MEAN
NUMBER |
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. |
CTEMP_STDE
NUMBER |
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. |
CDEP_MEAN
NUMBER |
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. |
CDEP_STDE
NUMBER |
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. |
GEO_LENGTH
NUMBER |
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. |
LAT
NUMBER |
Latitude in decimal degrees, WGS84, for the center point of each 5-minute towed-diver survey segment. |
LON
NUMBER |
Longitude in decimal degrees, WGS84, for the center point of each 5-minute towed-diver survey segment. |
UTM_LENGTH
NUMBER |
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. |
UPLOADDATE
TIMESTAMP |
Date when the data was uploaded to the database (m/d/yyyy). |
SCRIPTVER
NVARCHAR2 |
Version of the upload script used to process the data and write it to the geodatabase. |
STARTTIME
NVARCHAR2 |
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). |
ENDTIME
NVARCHAR2 |
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). |
Child Items
No Child Items for this record.
Contact Information
No contact information is available for this record.
Please contact the owner organization (PIFSC) for inquiries on this record.
Item Identification
Title: | Segments |
---|---|
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. |
Entity Information
Entity Type: | Data Table |
---|---|
Active Version?: | Yes |
Description: |
Data table for Segments shapefile from the towed-diver surveys. |
Data Attributes
Attribute Summary
![]() |
![]() |
Name | Type | Description |
---|---|---|---|---|
100
|
FID | NUMBER | Sequential unique whole numbers that are automatically generated. | |
100
|
Shape | GEOMETRY | Indicates the type of geometry (Polyline), automatically generated in ArcGIS. | |
100
|
DIVEID | NUMBER | 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. | |
100
|
SEGMENTID | NUMBER | 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. | |
100
|
DIVEYEAR | NUMBER | 4-digit year the survey was conducted. | |
100
|
REGION | NVARCHAR2 | 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 | |
100
|
ISLAND | NVARCHAR2 | 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. | |
100
|
FTEMP_MEAN | NUMBER | 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. | |
100
|
FTEMP_STDE | NUMBER | 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. | |
100
|
BTEMP_MEAN | NUMBER | 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. | |
100
|
BTEMP_STDE | NUMBER | 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. | |
100
|
FDEP_MEAN | NUMBEAR | 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. | |
100
|
FDEP_STDE | NUMBER | 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. | |
100
|
BDEP_MEAN | NUMBER | 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. | |
100
|
BDEP_STDE | NUMBER | 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. | |
100
|
CTEMP_MEAN | NUMBER | 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. | |
100
|
CTEMP_STDE | NUMBER | 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. | |
100
|
CDEP_MEAN | NUMBER | 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. | |
100
|
CDEP_STDE | NUMBER | 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. | |
100
|
GEO_LENGTH | NUMBER | 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. | |
100
|
LAT | NUMBER | Latitude in decimal degrees, WGS84, for the center point of each 5-minute towed-diver survey segment. | |
100
|
LON | NUMBER | Longitude in decimal degrees, WGS84, for the center point of each 5-minute towed-diver survey segment. | |
100
|
UTM_LENGTH | NUMBER | 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. | |
100
|
UPLOADDATE | TIMESTAMP | Date when the data was uploaded to the database (m/d/yyyy). | |
100
|
SCRIPTVER | NVARCHAR2 | Version of the upload script used to process the data and write it to the geodatabase. | |
100
|
STARTTIME | NVARCHAR2 | 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). | |
100
|
ENDTIME | NVARCHAR2 | 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). |
Attribute Details
FID
Seq. Order: | 1 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Sequential unique whole numbers that are automatically generated. |
Shape
Seq. Order: | 2 |
---|---|
Data Storage Type: | GEOMETRY |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates the type of geometry (Polyline), automatically generated in ArcGIS. |
DIVEID
Seq. Order: | 3 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
SEGMENTID
Seq. Order: | 4 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
DIVEYEAR
Seq. Order: | 5 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
4-digit year the survey was conducted. |
REGION
Seq. Order: | 6 |
---|---|
Data Storage Type: | NVARCHAR2 |
Required: | No |
Primary Key: | No |
Status: | Active |
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 |
ISLAND
Seq. Order: | 7 |
---|---|
Data Storage Type: | NVARCHAR2 |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
FTEMP_MEAN
Seq. Order: | 8 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
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. |
FTEMP_STDE
Seq. Order: | 9 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
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. |
BTEMP_MEAN
Seq. Order: | 10 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
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. |
BTEMP_STDE
Seq. Order: | 11 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
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. |
FDEP_MEAN
Seq. Order: | 12 |
---|---|
Data Storage Type: | NUMBEAR |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
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. |
FDEP_STDE
Seq. Order: | 13 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
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. |
BDEP_MEAN
Seq. Order: | 14 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
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. |
BDEP_STDE
Seq. Order: | 15 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
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. |
CTEMP_MEAN
Seq. Order: | 16 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
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. |
CTEMP_STDE
Seq. Order: | 17 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
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. |
CDEP_MEAN
Seq. Order: | 18 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
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. |
CDEP_STDE
Seq. Order: | 19 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
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. |
GEO_LENGTH
Seq. Order: | 20 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
LAT
Seq. Order: | 21 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Latitude in decimal degrees, WGS84, for the center point of each 5-minute towed-diver survey segment. |
LON
Seq. Order: | 22 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Longitude in decimal degrees, WGS84, for the center point of each 5-minute towed-diver survey segment. |
UTM_LENGTH
Seq. Order: | 23 |
---|---|
Data Storage Type: | NUMBER |
Required: | No |
Primary Key: | No |
Status: | Active |
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. |
UPLOADDATE
Seq. Order: | 24 |
---|---|
Data Storage Type: | TIMESTAMP |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Date when the data was uploaded to the database (m/d/yyyy). |
SCRIPTVER
Seq. Order: | 25 |
---|---|
Data Storage Type: | NVARCHAR2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Version of the upload script used to process the data and write it to the geodatabase. |
STARTTIME
Seq. Order: | 26 |
---|---|
Data Storage Type: | NVARCHAR2 |
Required: | No |
Primary Key: | No |
Status: | Active |
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). |
ENDTIME
Seq. Order: | 27 |
---|---|
Data Storage Type: | NVARCHAR2 |
Required: | No |
Primary Key: | No |
Status: | Active |
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). |
Catalog Details
Catalog Item ID: | 56311 |
---|---|
GUID: | gov.noaa.nmfs.inport:56311 |
Metadata Record Created By: | Tomoko S Acoba |
Metadata Record Created: | 2019-05-17 17:21+0000 |
Metadata Record Last Modified By: | SysAdmin InPortAdmin |
Metadata Record Last Modified: | 2022-08-09 17:11+0000 |
Metadata Record Published: | 2019-05-30 |
Owner Org: | PIFSC |
Metadata Publication Status: | Published Externally |
Do Not Publish?: | N |
Metadata Last Review Date: | 2019-05-30 |
Metadata Review Frequency: | 1 Year |
Metadata Next Review Date: | 2020-05-30 |