Skip to contents

Example data from site 263819081585801 L-2701. Data is a named list of "Daily" for daily groundwater level at the site and "Discrete" for discrete groundwater level measurements from the site. Updated April 9, 2021.

Examples

head(L2701_example_data$Daily)
#>   agency_cd         site_no       Date X_62610_00001 X_62610_00001_cd
#> 1      USGS 263819081585801 1978-10-01         -5.58                A
#> 2      USGS 263819081585801 1978-10-02         -5.16                A
#> 3      USGS 263819081585801 1978-10-03         -4.79                A
#> 4      USGS 263819081585801 1978-10-04         -4.54                A
#> 5      USGS 263819081585801 1978-10-05         -4.57                A
#> 6      USGS 263819081585801 1978-10-06         -4.91                A
head(L2701_example_data$Discrete)
#>   agency_cd         site_no site_tp_cd     lev_dt lev_tm lev_tz_cd_reported
#> 1      USGS 263819081585801         GW 1982-10-12  13:15                UTC
#> 2      USGS 263819081585801         GW 1982-10-12  13:15                UTC
#> 3      USGS 263819081585801         GW 1982-10-12  13:15                UTC
#> 4      USGS 263819081585801         GW 1983-05-11  15:50                UTC
#> 5      USGS 263819081585801         GW 1983-05-11  15:50                UTC
#> 6      USGS 263819081585801         GW 1983-05-11  15:50                UTC
#>   lev_va sl_lev_va sl_datum_cd lev_status_cd lev_agency_cd lev_dt_acy_cd
#> 1     NA    -10.40      NGVD29             1          USGS             m
#> 2     NA    -11.59      NAVD88             1          USGS             m
#> 3   23.4        NA        <NA>             1          USGS             m
#> 4     NA    -18.50      NGVD29             1          USGS             m
#> 5     NA    -19.69      NAVD88             1          USGS             m
#> 6   31.5        NA        <NA>             1          USGS             m
#>   lev_acy_cd lev_src_cd lev_meth_cd lev_age_cd parameter_cd        lev_dateTime
#> 1       <NA>          S           S          A        62610 1982-10-12 13:15:00
#> 2       <NA>          S           S          A        62611 1982-10-12 13:15:00
#> 3       <NA>          S           S          A        72019 1982-10-12 13:15:00
#> 4       <NA>          S           S          A        62610 1983-05-11 15:50:00
#> 5       <NA>          S           S          A        62611 1983-05-11 15:50:00
#> 6       <NA>          S           S          A        72019 1983-05-11 15:50:00
#>   lev_tz_cd
#> 1       UTC
#> 2       UTC
#> 3       UTC
#> 4       UTC
#> 5       UTC
#> 6       UTC
head(L2701_example_data$QW)
#>   OrganizationIdentifier            OrganizationFormalName ActivityIdentifier
#> 1                USGS-FL USGS Florida Water Science Center nwisfl.01.97806444
#> 2                USGS-FL USGS Florida Water Science Center nwisfl.01.97904554
#> 3                USGS-FL USGS Florida Water Science Center nwisfl.01.97904554
#> 4                USGS-FL USGS Florida Water Science Center nwisfl.01.98103956
#> 5                USGS-FL USGS Florida Water Science Center nwisfl.01.98103956
#> 6                USGS-FL USGS Florida Water Science Center nwisfl.01.98103956
#>   ActivityTypeCode ActivityMediaName ActivityMediaSubdivisionName
#> 1   Sample-Routine             Water                  Groundwater
#> 2   Sample-Routine             Water                  Groundwater
#> 3   Sample-Routine             Water                  Groundwater
#> 4   Sample-Routine             Water                  Groundwater
#> 5   Sample-Routine             Water                  Groundwater
#> 6   Sample-Routine             Water                  Groundwater
#>   ActivityStartDate ActivityStartTime.Time ActivityStartTime.TimeZoneCode
#> 1        1978-09-06               16:30:00                            EDT
#> 2        1979-05-09               15:00:00                            EDT
#> 3        1979-05-09               15:00:00                            EDT
#> 4        1981-05-20               14:15:00                            EDT
#> 5        1981-05-20               14:15:00                            EDT
#> 6        1981-05-20               14:15:00                            EDT
#>   ActivityEndDate ActivityEndTime.Time ActivityEndTime.TimeZoneCode
#> 1            <NA>                 <NA>                         <NA>
#> 2            <NA>                 <NA>                         <NA>
#> 3            <NA>                 <NA>                         <NA>
#> 4            <NA>                 <NA>                         <NA>
#> 5            <NA>                 <NA>                         <NA>
#> 6            <NA>                 <NA>                         <NA>
#>   ActivityDepthHeightMeasure.MeasureValue
#> 1                                      NA
#> 2                                      NA
#> 3                                      NA
#> 4                                      NA
#> 5                                      NA
#> 6                                      NA
#>   ActivityDepthHeightMeasure.MeasureUnitCode
#> 1                                       <NA>
#> 2                                       <NA>
#> 3                                       <NA>
#> 4                                       <NA>
#> 5                                       <NA>
#> 6                                       <NA>
#>   ActivityDepthAltitudeReferencePointText
#> 1                                    <NA>
#> 2                                    <NA>
#> 3                                    <NA>
#> 4                                    <NA>
#> 5                                    <NA>
#> 6                                    <NA>
#>   ActivityTopDepthHeightMeasure.MeasureValue
#> 1                                         NA
#> 2                                         NA
#> 3                                         NA
#> 4                                         NA
#> 5                                         NA
#> 6                                         NA
#>   ActivityTopDepthHeightMeasure.MeasureUnitCode
#> 1                                            NA
#> 2                                            NA
#> 3                                            NA
#> 4                                            NA
#> 5                                            NA
#> 6                                            NA
#>   ActivityBottomDepthHeightMeasure.MeasureValue
#> 1                                            NA
#> 2                                            NA
#> 3                                            NA
#> 4                                            NA
#> 5                                            NA
#> 6                                            NA
#>   ActivityBottomDepthHeightMeasure.MeasureUnitCode ProjectIdentifier
#> 1                                               NA                NA
#> 2                                               NA                NA
#> 3                                               NA                NA
#> 4                                               NA                NA
#> 5                                               NA                NA
#> 6                                               NA                NA
#>                  ActivityConductingOrganizationText
#> 1 U.S. Geological Survey-Water Resources Discipline
#> 2 U.S. Geological Survey-Water Resources Discipline
#> 3 U.S. Geological Survey-Water Resources Discipline
#> 4 U.S. Geological Survey-Water Resources Discipline
#> 5 U.S. Geological Survey-Water Resources Discipline
#> 6 U.S. Geological Survey-Water Resources Discipline
#>   MonitoringLocationIdentifier ActivityCommentText              SampleAquifer
#> 1         USGS-263819081585801                <NA> Hawthorn Limestone Aquifer
#> 2         USGS-263819081585801                <NA> Hawthorn Limestone Aquifer
#> 3         USGS-263819081585801                <NA> Hawthorn Limestone Aquifer
#> 4         USGS-263819081585801                <NA> Hawthorn Limestone Aquifer
#> 5         USGS-263819081585801                <NA> Hawthorn Limestone Aquifer
#> 6         USGS-263819081585801                <NA> Hawthorn Limestone Aquifer
#>   HydrologicCondition HydrologicEvent SampleCollectionMethod.MethodIdentifier
#> 1      Not determined  Routine sample                                    USGS
#> 2      Not determined  Routine sample                                    USGS
#> 3      Not determined  Routine sample                                    USGS
#> 4      Not determined  Routine sample                                    USGS
#> 5      Not determined  Routine sample                                    USGS
#> 6      Not determined  Routine sample                                    USGS
#>   SampleCollectionMethod.MethodIdentifierContext
#> 1                                           USGS
#> 2                                           USGS
#> 3                                           USGS
#> 4                                           USGS
#> 5                                           USGS
#> 6                                           USGS
#>   SampleCollectionMethod.MethodName SampleCollectionEquipmentName
#> 1                              USGS                       Unknown
#> 2                              USGS                       Unknown
#> 3                              USGS                       Unknown
#> 4                              USGS                       Unknown
#> 5                              USGS                       Unknown
#> 6                              USGS                       Unknown
#>   ResultDetectionConditionText   CharacteristicName ResultSampleFractionText
#> 1                         <NA>             Chloride                Dissolved
#> 2                         <NA> Specific conductance                    Total
#> 3                         <NA>             Chloride                Dissolved
#> 4                         <NA> Specific conductance                    Total
#> 5                         <NA>             Chloride                Dissolved
#> 6                         <NA> Specific conductance                    Total
#>   ResultMeasureValue ResultMeasure.MeasureUnitCode MeasureQualifierCode
#> 1                 52                          mg/l                   NA
#> 2                580                    uS/cm @25C                   NA
#> 3                 50                          mg/l                   NA
#> 4                535                    uS/cm @25C                   NA
#> 5                 54                          mg/l                   NA
#> 6                537                    uS/cm @25C                   NA
#>   ResultStatusIdentifier StatisticalBaseCode ResultValueTypeName
#> 1            Preliminary                  NA              Actual
#> 2             Historical                  NA              Actual
#> 3            Preliminary                  NA              Actual
#> 4             Historical                  NA              Actual
#> 5            Preliminary                  NA              Actual
#> 6             Historical                  NA              Actual
#>   ResultWeightBasisText ResultTimeBasisText ResultTemperatureBasisText
#> 1                  <NA>                <NA>                       <NA>
#> 2                  <NA>                <NA>                   25 deg C
#> 3                  <NA>                <NA>                       <NA>
#> 4                  <NA>                <NA>                   25 deg C
#> 5                  <NA>                <NA>                       <NA>
#> 6                  <NA>                <NA>                   25 deg C
#>   ResultParticleSizeBasisText PrecisionValue ResultCommentText USGSPCode
#> 1                        <NA>             NA              <NA>     00940
#> 2                        <NA>             NA              <NA>     00095
#> 3                        <NA>             NA              <NA>     00940
#> 4                        <NA>             NA              <NA>     00095
#> 5                        <NA>             NA              <NA>     00940
#> 6                        <NA>             NA              <NA>     90095
#>   ResultDepthHeightMeasure.MeasureValue
#> 1                                    NA
#> 2                                    NA
#> 3                                    NA
#> 4                                    NA
#> 5                                    NA
#> 6                                    NA
#>   ResultDepthHeightMeasure.MeasureUnitCode
#> 1                                     <NA>
#> 2                                     <NA>
#> 3                                     <NA>
#> 4                                     <NA>
#> 5                                     <NA>
#> 6                                     <NA>
#>   ResultDepthAltitudeReferencePointText SubjectTaxonomicName
#> 1                                  <NA>                 <NA>
#> 2                                  <NA>                 <NA>
#> 3                                  <NA>                 <NA>
#> 4                                  <NA>                 <NA>
#> 5                                  <NA>                 <NA>
#> 6                                  <NA>                 <NA>
#>   SampleTissueAnatomyName ResultAnalyticalMethod.MethodIdentifier
#> 1                    <NA>                                    <NA>
#> 2                    <NA>                                    <NA>
#> 3                    <NA>                                    <NA>
#> 4                    <NA>                                    <NA>
#> 5                    <NA>                                    <NA>
#> 6                    <NA>                                    <NA>
#>   ResultAnalyticalMethod.MethodIdentifierContext
#> 1                                           <NA>
#> 2                                           <NA>
#> 3                                           <NA>
#> 4                                           <NA>
#> 5                                           <NA>
#> 6                                           <NA>
#>   ResultAnalyticalMethod.MethodName MethodDescriptionText LaboratoryName
#> 1                              <NA>                  <NA>           <NA>
#> 2                              <NA>                  <NA>           <NA>
#> 3                              <NA>                  <NA>           <NA>
#> 4                              <NA>                  <NA>           <NA>
#> 5                              <NA>                  <NA>           <NA>
#> 6                              <NA>                  <NA>           <NA>
#>   AnalysisStartDate ResultLaboratoryCommentText
#> 1              <NA>                        <NA>
#> 2              <NA>                        <NA>
#> 3              <NA>                        <NA>
#> 4              <NA>                        <NA>
#> 5              <NA>                        <NA>
#> 6              <NA>                        <NA>
#>   DetectionQuantitationLimitTypeName
#> 1                               <NA>
#> 2                               <NA>
#> 3                               <NA>
#> 4                               <NA>
#> 5                               <NA>
#> 6                               <NA>
#>   DetectionQuantitationLimitMeasure.MeasureValue
#> 1                                             NA
#> 2                                             NA
#> 3                                             NA
#> 4                                             NA
#> 5                                             NA
#> 6                                             NA
#>   DetectionQuantitationLimitMeasure.MeasureUnitCode PreparationStartDate
#> 1                                              <NA>                 <NA>
#> 2                                              <NA>                 <NA>
#> 3                                              <NA>                 <NA>
#> 4                                              <NA>                 <NA>
#> 5                                              <NA>                 <NA>
#> 6                                              <NA>                 <NA>
#>   ProviderName ActivityStartDateTime ActivityEndDateTime
#> 1         NWIS   1978-09-06 20:30:00                <NA>
#> 2         NWIS   1979-05-09 19:00:00                <NA>
#> 3         NWIS   1979-05-09 19:00:00                <NA>
#> 4         NWIS   1981-05-20 18:15:00                <NA>
#> 5         NWIS   1981-05-20 18:15:00                <NA>
#> 6         NWIS   1981-05-20 18:15:00                <NA>