Cross, VeeAnn A. , 2014, JD103GPS_BESTDEPTH.SHP: Point shapefile of navigation and best depth values at ship positions during continuous resistivity profiling data collection in the Indian River Bay, Delaware, on April 13, 2010, on U.S. Geological Survey Field Activity 2010-006-FA (Geographic, WGS 84): Open-File Report 2011-1039, U.S. Geological Survey, Coastal and Marine Geology Program, Woods Hole Coastal and Marine Science Center, Woods Hole, MA.This is part of the following larger work.Online Links:
- <http://pubs.usgs.gov/of/2011/1039/data/navigation/resistivity/jd103gps_bestdepth.zip>
- <http://pubs.usgs.gov/of/2011/1039/html/ofr2011-1039-catalog.html>
Cross, V.A., Bratton, J.F., Michael, H.A., Kroeger, K.D., Green, A., and Bergeron, E., 2014, Continuous Resistivity Profiling and Seismic-Reflection Data Collected in April 2010 from Indian River Bay, Delaware: Open-File Report 2011-1039, U.S. Geological Survey, Reston, VA.Online Links:
This is a Vector data set. It contains the following vector data types (SDTS terminology):
Horizontal positions are specified in geographic coordinates, that is, latitude and longitude. Latitudes are given to the nearest 0.000001. Longitudes are given to the nearest 0.000001. Latitude and longitude values are specified in Decimal degrees.
The horizontal datum used is D_WGS_1984.
The ellipsoid used is WGS_1984.
The semi-major axis of the ellipsoid used is 6378137.000000.
The flattening of the ellipsoid used is 1/298.257224.
Sequential unique whole numbers that are automatically generated.
Coordinates defining the features.
Unique whole numbers that were automatically generated.
Although the value is represented as a number, the number as a whole doesn't have a particular meaning. Only when the individual parts for hours, minutes, and seconds are broken out does the number have meaning.
Although the value is represented as a number, the number as a whole doesn't have a particular meaning. Only when the individual parts for month, day, and year are broken out does the number have meaning.
Range of values | |
---|---|
Minimum: | -75.202683 |
Maximum: | -75.065683 |
Units: | decimal degrees |
Range of values | |
---|---|
Minimum: | 38.56925 |
Maximum: | 38.618983 |
Units: | decimal degrees |
Range of values | |
---|---|
Minimum: | 0.2 |
Maximum: | 195.1 |
Units: | meters |
Range of values | |
---|---|
Minimum: | 9.8 |
Maximum: | 17.3 |
Units: | degrees Celsius |
Character set.
Unique whole numbers that were automatically generated.
Although the value is represented as a number, the number as a whole doesn't have a particular meaning. Only when the individual parts for hours, minutes, and seconds are broken out does the number have meaning.
Range of values | |
---|---|
Minimum: | -75.20325 |
Maximum: | -75.065683 |
Units: | decimal degrees |
Range of values | |
---|---|
Minimum: | 38.56915 |
Maximum: | 38.618817 |
Units: | decimal degrees |
Range of values | |
---|---|
Minimum: | 0.2 |
Maximum: | 195.1 |
Units: | meters |
Range of values | |
---|---|
Minimum: | 0.000102 |
Maximum: | 331.046607 |
Units: | meters |
The value represents a number which in most cases is the time offset between the original shapefile and the joined shapefile in the units of seconds. However, because of the format of the GPSTIME fields, this value does not always represent a seconds time difference. Most notably the problem arises around the minutes and hours boundaries.
Range of values | |
---|---|
Minimum: | 0.2 |
Maximum: | 18.79999 |
Units: | meters |
Range of values | |
---|---|
Minimum: | -0.141876 |
Maximum: | 15.392389 |
Units: | meters |
Range of values | |
---|---|
Minimum: | 103 |
Maximum: | 103 |
Units: | days |
Range of values | |
---|---|
Minimum: | 0.228001 |
Maximum: | 16 |
Units: | meters |
Range of values | |
---|---|
Minimum: | 0.2 |
Maximum: | 18.8 |
Units: | meters |
(508) 548-8700 x2251 (voice)
(508) 457-2310 (FAX)
vatnipp@usgs.gov
This point shapefile has several purposes. First, this shapefile provides the ship's XY position during the collection of continuous resistivity profile data in the Indian River Bay on April 13, 2010. Additionally, attributes in this shapefile account for extensive processing to derive acceptable depth values (not tide corrected) at each CRP data acquisition point. These depths improve the processing of the CRP data. This shapefile acts as an archive of this dataset.
Person who carried out this activity:
(508) 548-8700 x2251 (voice)
(508) 457-2310 (FAX)
vatnipp@usgs.gov
BEGIN { FS = "," } { FS = "," ARGC = 2 depth = -9999 temp = -9999 if ($1=="$GPRMC") { utctime = $2 utcdate = $10 latdeg = substr($4,1,2) latmin = substr($4,3,6) declat = latdeg + (latmin/60) londeg = substr($6,1,3) lonmin = substr($6,4,6) declon = -1 * (londeg + (lonmin/60)) if (NR==1) { holddepth = -9999 holdtemp = -9999 } else { printf("%s, %s, %9.6f, %9.6f, %5.1f, %5.1f, %s\n", holdutctime, holdutcdate, holddeclon, holddeclat, holddepth, holdtemp, ARGV[2]) } holdutctime = utctime holdutcdate = utcdate holddeclon = declon holddeclat = declat holddepth = -9999 holdtemp = -9999 } if ($1=="$SDDPT") { depthreal = $2 holddepth = depthreal } if ($1=="$SDMTW") { tempreal = $2 holdtemp = tempreal } } END { printf("%s, %s, %9.6f, %9.6f, %5.1f, %5.1f, %s\n", holdutctime, holdutcdate, holddeclon, holddeclat, holddepth, holdtemp, ARGV[2]) }This AWK script was initialized by "dohold" - shell script run under CYGWIN (UNIX like environment that runs under Windows). This shell script reads all the files in a folder with the extension "gps" and processes them. This is the script used for the April 13 data collection:
files=`ls *.gps | cut -d. -f1 | tr "[A-Z"] ["a-z"]` for file in $files do awk -f awkhold $file.gps $file > $file.holds done
Data sources used in this process:
Data sources produced in this process:
cat l1f1.holds \ l1f3.holds \ l1f5.holds \ l1f7.holds \ l2f1.holds \ l3f1.holds \ l4f1.holds \ l5f1.holds \ l5f2_part1.holds \ l5f2_part2.holds \ l5f5.holds > jd103gps_mod.csvLine l5f2 was split into two parts because of a large gap within the navigation.
Data sources used in this process:
Data sources produced in this process:
gpstime, gpsdate, longitude, latitude, depth_m, temp_c, lineThis text file was then imported to ArcMap 9.2 using Tools - AddXY Data. The X field is longitude; Y field is latitude, and the coordinate system was defined as Geographic, WGs84. This "Event Theme" was converted to a shapefile by right-mouse clicking on the layer - Data - Export Data.
Data sources used in this process:
Data sources produced in this process:
Data sources used in this process:
Data sources produced in this process:
Data sources used in this process:
Data sources produced in this process:
Data sources used in this process:
Data sources produced in this process:
Data sources used in this process:
Data sources produced in this process:
Data sources used in this process:
Data sources produced in this process:
Data sources used in this process:
Data sources produced in this process:
h_corrected_ir=htrack-tidetrack_ir; h_corrected_rd=htrack-tidetrack_rd; use: h_corrected_ir=htrack+tidetrack_ir; h_corrected_rd=htrack+tidetrack_rd;
Data sources used in this process:
Data sources produced in this process:
Data sources used in this process:
Data sources produced in this process:
Query: "timediff" <= -41 AND "timediff" >= -50
These are all within 10 seconds, so set bestdepth = depth_m_1.
Likewise, the opposite situation needed to be handled such as gpstime = 131601 and gpstime_1 = 131554.
Query: "timediff" >= 41 AND "timediff" <= 50
And if there's an hour change:
"timediff" >=4041 AND "timediff" <=4050 (this didn't have any records) "timediff" >=-4050 AND "timediff" <=-4041 (this didn't have any records)
Now any records without a "bestdepth" ("bestdepth" = 0) the values from "addedtide" were copied over.
Data sources used in this process:
Data sources produced in this process:
The navigation system used was a Lowrance 480M with an LGC-2000 Global Positioning System (GPS) antenna. The antenna was located directly above the fathometer transducer mount point, and approximately 2 meters starboard of the mount point of the towed continuous resistivity profile streamer. GPS data are assumed to be accurate within 10 meters on this survey.
All bathymetry values were acquired by the 200 kHz Lowrance fathometer. The fathometer was mounted starboard side, directly below the GPS antenna. The Lowrance manufacturer indicates the speed of sound used by the system to convert to depths is 4800 feet/second. The depth values are not corrected for the approximately 0.2 m transducer draft. All values are assumed to be accurate to within 1 meter. Some of the depths recorded as attributes are extracted from a gridded surface and are assumed to be accurate within 1 meter.
This point shapefile represents every GPS point from the Lowrance navigation system recorded by the resistivity acquisition software.
All of the files were handled in the same manner.
Are there legal restrictions on access or use of the data?
- Access_Constraints: None.
- Use_Constraints:
- Not to be used for navigation. The public domain data from the U.S. Government are freely redistributable with proper metadata and source attribution. Please recognize the U.S. Geological Survey as the originator of the dataset.
(508) 548-8700 x2251 (voice)
(508) 457-2310 (FAX)
vatnipp@usgs.gov
Downloadable Data
Neither the U.S. government, the Department of the Interior, nor the USGS, nor any of their employees, contractors, or subcontractors, make any warranty, express or implied, nor assume any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed, nor represent that its use would not infringe on privately owned rights. The act of distribution shall not constitute any such warranty, and no responsibility is assumed by the USGS in the use of these data or related materials. Any use of trade, product, or firm names is for descriptive purposes only and does not imply endorsement by the U.S. Government.
Data format: | This WinZip (v. 14) file contains the point shapefile as well as the associated metadata files. in format Shapefile (version ArcGIS 9.2) Size: 0.30 MB |
---|---|
Network links: |
<http://pubs.usgs.gov/of/2011/1039/data/navigation/resistivity/jd103gps_bestdepth.zip> <http://pubs.usgs.gov/of/2011/1039/html/ofr2011-1039-catalog.html> <http://dx.doi.org/10.3133/ofr20111039> |
This zip file contains data available in Esri point shapefile format. The user must have software capable of uncompressing the zip file and reading/displaying the shapefile.
(508) 548-8700 x2251 (voice)
(508) 457-2310 (FAX)
vatnipp@usgs.gov