Raw and Modified Raw Continuous Resistivity Profile Data Collected in the Potomac River/Chesapeake Bay on Sept. 6, 2006

Metadata also available as - [Outline] - [Parseable text] - [XML]

Frequently anticipated questions:


What does this data set describe?

Title:
Raw and Modified Raw Continuous Resistivity Profile Data Collected in the Potomac River/Chesapeake Bay on Sept. 6, 2006
Abstract:
In order to test hypotheses about groundwater flow under and into Chesapeake Bay, geophysical surveys were conducted by U.S. Geological Survey (USGS) scientists on Chesapeake Bay and the Potomac River Estuary in September 2006. Chesapeake Bay resource managers are concerned about nutrients that are entering the estuary via submarine groundwater discharge, which are contributing to eutrophication. The USGS has performed many related studies in recent years to provide managers with information necessary to make informed decisions about this issue. The research carried out as part of the study described here was designed to help refine nutrient budgets for Chesapeake Bay by characterizing submarine groundwater flow and discharge of groundwater beneath part of the mainstem and a major tributary, the Potomac River Estuary.
  1. How might this data set be cited?
    Bratton, John F., and Cross, VeeAnn A., 2010, Raw and Modified Raw Continuous Resistivity Profile Data Collected in the Potomac River/Chesapeake Bay on Sept. 6, 2006: Open-File Report 2009-1151, U.S. Geological Survey, Coastal and Marine Geology Program, Woods Hole Coastal and Marine Science Center, Woods Hole, MA.

    Online Links:

    This is part of the following larger work.

    Cross, VeeAnn A., Foster, David S., and Bratton, John F., 2010, Continuous Resistivity Profiling and Seismic-Reflection Data Collected in 2006 from the Potomac River Estuary, Virginia and Maryland: Open-File Report 2009-1151, U.S. Geological Survey, Reston, VA.

    Online Links:

  2. What geographic area does the data set cover?
    West_Bounding_Coordinate: -76.454833
    East_Bounding_Coordinate: -76.310367
    North_Bounding_Coordinate: 38.295767
    South_Bounding_Coordinate: 37.946450
  3. What does it look like?
  4. Does the data set describe conditions during a particular time period?
    Calendar_Date: 06-Sep-2006
    Currentness_Reference:
    ground condition
  5. What is the general form of this data set?
  6. How does the data set represent geographic features?
    1. How are geographic features stored in the data set?
      This is a Point data set.
    2. What coordinate system is used to represent geographic features?
      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 Degrees and decimal minutes. The horizontal datum used is North American Datum of 1983.
      The ellipsoid used is Geodetic Reference System 80.
      The semi-major axis of the ellipsoid used is 6378137.000000.
      The flattening of the ellipsoid used is 1/298.257222.
      Vertical_Coordinate_System_Definition:
      Depth_System_Definition:
      Depth_Datum_Name: Local surface
      Depth_Resolution: 0.1
      Depth_Distance_Units: meters
      Depth_Encoding_Method: Explicit depth coordinate included with horizontal coordinates
  7. How does the data set describe geographic features?

Who produced the data set?

  1. Who are the originators of the data set? (may include formal authors, digital compilers, and editors)
    • John F. Bratton
    • VeeAnn A. Cross
  2. Who also contributed to the data set?
  3. To whom should users address questions about the data?
    John F. Bratton
    U.S. Geological Survey
    Woods Hole Coastal and Marine Science Center
    Woods Hole, MA

    (508) 548-8700 x2254 (voice)
    (508) 457-2310 (FAX)
    jbratton@usgs.gov

Why was the data set created?

The purpose of this dataset is to provide the raw resistivity data collected on this date by the AGI SuperSting system. In addition, these data are provided in a format ready for processing. In some cases, small edits had to be made to the original raw files to make them suitable for processing. Both the raw and modified raw files are included. And finally, this dataset acts as a data archive.

How was the data set created?

  1. From what previous works were the data drawn?
    raw crp data (source 1 of 1)
    U.S. Geological Survey, Unpublished material, Raw CRP Data.

    Type_of_Source_Media: hard disk
    Source_Contribution:
    The continuous resistivity profile (CRP) system used on this cruise was an AGI SuperSting marine system described at the website: www.agiusa.com/marinesystem.shtml. The particular system used for this acquisition was a 100-m streamer with an 11 electrode array with electrodes spaced 10 meters apart. The source electrodes are graphite, while the receiver electrodes are stainless steel. A dipole-dipole configuration was used for the data collection in which two fixed current electrodes are assigned with the measurement of voltage potential between electrode pairs in the remaining electrodes. Each line of data acquisition records several files. The two files necessary for processing are the *.stg and the *.gps file. The STG file contains the resistivity data, while the GPS file contains the navigation information. The navigation system used in concert with the CRP system is a Lowrance LMS-480M with an LGC-2000 GPS antenna and a 200 kHz fathometer transducer. The transducer also contains a temperature sensor which was not working on Julian Day 249. Lowrance indicates the speed of sound used by the system is 4800 feet/second. On the first day of data collection (Julian Day 249, Sept. 6, 2006) the Lowrance transducer was side-mounted mid-ship on the port side of the boat. The remainder of the cruise the transducer was side-mounted mid-ship of the starboard side of the boat. The CRP system images the subsurface electrical properties of an estuarine, riverine or lacustrine environment. Resistivity differences can be attributed to subsurface geology (conductive vs less conductive layers) and hydrogeologic conditions with fresh water exhibiting high resistivity and saline conditions showing low resistivity.
  2. How were the data generated, processed, and modified?
    Date: 2006 (process 1 of 16)
    The data were transferred from the logging computer via AGISSAdmin software version 1.03.09. The data files available for this day are L1F1*, L2F1*, L3F1*, L4F1*, L5F1* and L6F1*. These files were then transferred via a thumb drive to the processing computer.
    Date: 2006 (process 2 of 16)
    The first step is to check the navigation recorded in the *.gps file for each line of acquisition. Although the navigation fixes themselves appear to be okay, the fathometer data is not. To verify this, I extracted the $GPRMC line from the CRP GPS files using an AWK script. (* refers to the line name, which for this day are L1F1, L2F1, L3F1, L4F1, L5F1 and L6F1).
    awkpullgprmc:
     BEGIN {
    FS=","
    }
    {
    FS=","
    if ($1=="$GPRMC")
    {
    print $0
    }
    endif
    }
    
    Data sources used in this process:
    • *.gps
    Data sources produced in this process:
    • *.gprmc
    Date: 2006 (process 3 of 16)
    Used an AWK script to reformat the GPRMC navigation to a comma-delimited ANSI text navigation file suitable for loading in the GIS. (* refers to the line name, which for this day are L1F1, L2F1, L3f1, L4F1, L5F1 and L6F1). The text editor VI was used to add the necessary header line to each file.
    awk_justgprmc:
    BEGIN {
    FS=","
    }
    {
    FS= ","
    ARGC = 2
    if ($1=="$GPRMC") {
    gpstime = $2
    hr = substr($2,1,2)
    min = substr($2,3,2)
    sec = substr($2,5,2)
    latdeg = substr($4,1,2)
    latmin = substr($4,3,6)
    londeg = substr($6,2,2)
    lonmin = substr($6,4,6)
    declat = latdeg + (latmin/60)
    declon = (londeg + (lonmin/60)) * -1
    date = $10
    day = substr($10,1,2)
    month = substr($10,3,2)
    year = substr($10,5,2)
    printf("%8.6f, %8.6f, %s:%s:%s, %s\n",declon, declat, hr, min, sec, date)
    }
    }
    
    Data sources used in this process:
    • *.gprmc
    Data sources produced in this process:
    • *.gprmc.txt
    Date: 2006 (process 4 of 16)
    Using ArcView 3.3 this comma-delimited ANSI text file was loaded as an event theme. This event theme was then saved as a shapefile using Theme - Convert to shapefile. (* refers to the line name, which for this day are L1F1, L2F1, L3F1, L4F1, L5F1 and L6F1) Data sources used in this process:
    • *.gprmc.txt
    Data sources produced in this process:
    • *.shp
    Date: 2006 (process 5 of 16)
    An ANSI text file containing the ship's navigation and fathometer information was transferred from the ship's system using a thumb drive.
    Date: 2006 (process 6 of 16)
    This text file was reformatted using an AWK script into a comma-delimited ANSI text file suitable for loading in the GIS.
    awknav:
    {
    shipdate = $1
    gpstime = $2
    latdeg = substr($5,1,2)
    latdecmin = $6
    declat = latdeg + (latdecmin/60)
    londeg = substr($7,1,3)
    londecmin = $8
    declon = -1 * (londeg + (londecmin/60))
    depmeters = $10
    printf("%s, %s, %9.6f, %9.6f, %s\n",shipdate, gpstime, declat, declon, depmeters)
    }
    
    Data sources used in this process:
    • usgs090606.nav
    Data sources produced in this process:
    • shippnts_249.txt
    Date: 2006 (process 7 of 16)
    The ANSI text file was loaded into ArcView 3.3 as an event theme and then saved as a shapefile using Theme - convert to shapefile. Data sources used in this process:
    • shippnts_249.txt
    Data sources produced in this process:
    • shippnts_249.shp
    Date: 2006 (process 8 of 16)
    Within ArcView 3.3 I used the spatial join capabilities to join the ship navigation and fathometer information to each line of resistivity navigation. This is accomplished by opening both attribute tables in ArcView. Then make the source table active (the table that I want to join to the other table). In this case, that's the attribute table for shippnts_249.shp. Within this table, click the Shape field's name. Then make the other attribute table active (*.shp where * represents the line name such as l1f1). Select the Shape field's name. Then from the table menu, choose "Join". This essentially finds the closest positional point in shippnts_249.shp and joins it to the *.shp attribute table. (* refers to the line name, which for this day are L1F1, L2F1, L3F1, L4F1, L5F1 and L6F1) Data sources used in this process:
    • *.shp
    • shippnts_249.shp
    Date: 2006 (process 9 of 16)
    The only information I need from this joined table is the bathymetry information. So using the table properties, I turn off (uncheck the visible option) everything but the depth values. Once this is done, I use File - Export to export the table to a delimited text file. (* refers to the line name, which for this day are L1F1, L2F1, L3F1, L4F1, L5F1 and L6F1) Data sources used in this process:
    • *.shp
    Data sources produced in this process:
    • *_shipbathy.txt
    Date: 2006 (process 10 of 16)
    I then ran an AWK script which would take the each line of the bathymetry information and convert it to the $SDDPT format that a GPS system would record. (* refers to the line name, which for this day are L1F1, L2F1, L3F1, L4F1, L5F1 and L6F1). The $SDDPT refers to the water depth relative to the transducer, in meters. The sentence is of the format "$SDDPT, DATA_METERS, OFFSET_METERS, MAXIMUM_METERS*hh<0D><0A> where the portion after the * is a checksum value. I manually defined everything except the actual depth values, since those are the only values I'll use.
    awk_sddpt:
    {
    depthval = $1
    printf("$SDDPT,%s,0.0*65\n",depthval)
    }
    
    Data sources used in this process:
    • *_shipbathy.txt
    Data sources produced in this process:
    • *.sddpt
    Date: 2006 (process 11 of 16)
    For every line in the extracted GPRMC data, I now have a separate files with the same number of lines containing bathymetry information in the $SDDPT format. Using CYGWIN (a UNIX like environment that runs under Windows) I use the "paste" command to join the two files using a newline character as the delimiter between the two files. Essentially what this does is generate a file with a line of GPRMC data, then SDDPT and so for and so on. The syntax with the paste command I used for the resistivity navigation is: paste -d '\n' filename1 filename2 > output where filename1 is the GPRMC text file, filename2 is the bathymetry text file, and the output is the repaired GPS navigation file. (* refers to the line name, which for this day are L1F1, L2F1, L3F1, L4F1, L5F1 and L6F1) Data sources used in this process:
    • *.gprmc
    • *.sddpt
    Data sources produced in this process:
    • *fix.gps
    Date: 2006 (process 12 of 16)
    Line 5 required some additional navigation fixes. I had to substitute bad navigation at time 205333 with navigation from the ship at time 205354. I manually made the conversion from decimal degrees to degrees decimal minutes and overwrote the values in the GPS file. Based on the surrounding fixes, I set the depth value to 14.8. I also edited the heading values in the $GPRMC string to reflect reasonable values at times 205333 and 205343. Data sources used in this process:
    • l5f1fix.gps
    Data sources produced in this process:
    • l5F1fix.gps
    Date: 27-Oct-2016 (process 13 of 16)
    Edits to the metadata were made to fix any errors that MP v 2.9.34 flagged. This is necessary to enable the metadata to be successfully harvested for various data catalogs. In some cases, this meant adding text "Information unavailable" or "Information unavailable from original metadata" for those required fields that were left blank. Other minor edits were probably performed (title, publisher, publication place, etc.). The source information was incomplete and had to be modified to meet the standard. The distribution format name was modified in an attempt to be more consistent with other metadata files of the same data format. The metadata date (but not the metadata creator) was edited to reflect the date of these changes. The metadata available from a harvester may supersede metadata bundled within a download file. Compare the metadata dates to determine which metadata file is most recent. Person who carried out this activity:
    U.S. Geological Survey
    Attn: VeeAnn A. Cross
    Marine Geologist
    384 Woods Hole Road
    Woods Hole, MA

    508-548-8700 x2251 (voice)
    508-457-2310 (FAX)
    vatnipp@usgs.gov
    Date: 20-Jul-2018 (process 14 of 16)
    USGS Thesaurus keywords added to the keyword section. Person who carried out this activity:
    U.S. Geological Survey
    Attn: VeeAnn A. Cross
    Marine Geologist
    384 Woods Hole Road
    Woods Hole, MA

    508-548-8700 x2251 (voice)
    508-457-2310 (FAX)
    vatnipp@usgs.gov
    Date: 18-Nov-2019 (process 15 of 16)
    Crossref DOI link was added as the first link in the metadata. Person who carried out this activity:
    U.S. Geological Survey
    Attn: VeeAnn A. Cross
    Marine Geologist
    384 Woods Hole Road
    Woods Hole, MA

    508-548-8700 x2251 (voice)
    508-457-2310 (FAX)
    vatnipp@usgs.gov
    Date: 08-Sep-2020 (process 16 of 16)
    Added keywords section with USGS persistent identifier as theme keyword. Person who carried out this activity:
    U.S. Geological Survey
    Attn: VeeAnn A. Cross
    Marine Geologist
    384 Woods Hole Road
    Woods Hole, MA

    508-548-8700 x2251 (voice)
    508-457-2310 (FAX)
    vatnipp@usgs.gov
  3. What similar or related data should the user be aware of?

How reliable are the data; what problems remain in the data set?

  1. How well have the observations been checked?
  2. How accurate are the geographic locations?
    The primary navigation system used was a Lowrance 480M with an LGC-2000 Global Positioning System (GPS) antenna. The antenna was located 7.9 meters forward of the anchor point for the resistivity streamer, and approximately 3 meters forward of the fathometer transducer. These offsets were not entered into the GPS system. Additionally, because of navigation and fathometers issues, periodically the ship's navigation system was used to supplement these data. The ship had a Differential GPS (DGPS) system with the antenna placed in the same location as the Lowrance antenna. The fathometer was located (hull-mounted) roughly directly below the antenna, so no horizontal offset. Because of the mixture of systems, the accuracy is on the order of 20 meters.
  3. How accurate are the heights or depths?
    All the bathymetric values from this day were collected by the ship's fathometer. This fathometer was hull mounted approximately mid-ship, relatively close to the navigation antenna. The values are assumed to be accurate to within 1 meter.
  4. Where are the gaps in the data? What is missing?
    These files represent all the raw resistivity files used to process resistivity profile data on this date. In cases where corrections had to be made to the Global Positioning System (GPS) navigation files and/or the raw resistivity files (STG), both the original and corrected files are included.
  5. How consistent are the relationships among the observations, including topology?
    All the data files were checked and handled in the same manner.

How can someone get a copy of the data set?

Are there legal restrictions on access or use of the data?
Access_Constraints None.
Use_Constraints 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.
  1. Who distributes the data set? (Distributor 1 of 1)
    John F. Bratton
    U.S. Geological Survey
    Woods Hole Coastal and Marine Science Center
    Woods Hole, MA

    (508) 548-8700 x2254 (voice)
    (508) 457-2310 (FAX)
    jbratton@usgs.gov
  2. What's the catalog number I need to order this data set? Downloadable Data
  3. What legal disclaimers am I supposed to read?
    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.
  4. How can I download or order the data?
  5. What hardware or software do I need in order to use the data set?
    The data are provided in a WinZip compressed file. The user must have software capable of uncompressing the archive. In addition, the raw data are available in a format compatible with AGI Geosciences Marine Log Manager software. The user must have software capable of reading the AGI format in order to process these data.

Who wrote the metadata?

Dates:
Last modified: 18-Mar-2024
Metadata author:
VeeAnn A. Cross
U.S. Geological Survey
Marine Geologist
Woods Hole Coastal and Marine Science Center
Woods Hole, MA

(508) 548-8700 x2251 (voice)
(508) 457-2310 (FAX)
whsc_data_contact@usgs.gov
Contact_Instructions:
The metadata contact email address is a generic address in the event the person is no longer with USGS. (updated on 20240318)
Metadata standard:
FGDC Content Standards for Digital Geospatial Metadata (FGDC-STD-001-1998)

This page is <https://cmgds.marine.usgs.gov/catalog/whcmsc/open_file_report/ofr2009-1151/sept6_raw.faq.html>
Generated by mp version 2.9.51 on Mon Mar 25 16:05:29 2024