Skip to contents

Example data representing Basin and Range basin-fill aquifers (N100BSNRGB).

Examples

head(aquifer_data)
#>                  time value monitoring_location_id parameter_code statistic_id
#> 1 1995-09-30 05:00:00  6.94   USGS-313312110082501          72019        00003
#> 2 1995-10-01 05:00:00  6.95   USGS-313312110082501          72019        00003
#> 3 1995-10-02 05:00:00  6.97   USGS-313312110082501          72019        00003
#> 4 1995-10-03 05:00:00  6.98   USGS-313312110082501          72019        00003
#> 5 1995-10-04 05:00:00  6.99   USGS-313312110082501          72019        00003
#> 6 1995-10-05 05:00:00  7.02   USGS-313312110082501          72019        00003
#>   year water_year
#> 1 1995       1995
#> 2 1995       1996
#> 3 1995       1996
#> 4 1995       1996
#> 5 1995       1996
#> 6 1995       1996
head(site_info)
#> Simple feature collection with 6 features and 40 fields
#> Geometry type: POINT
#> Dimension:     XY
#> Bounding box:  xmin: -114.7655 ymin: 31.72287 xmax: -109.2269 ymax: 32.55405
#> Geodetic CRS:  WGS 84
#> # A tibble: 6 × 41
#>   monitoring_location_id state_code hydrologic_unit_code horizontal_positional…¹
#>   <chr>                  <chr>      <chr>                <chr>                  
#> 1 AZ014-314322110030901  04         150502020707         T                      
#> 2 AZ014-320728110580101  04         150503010905         H                      
#> 3 AZ014-321321110450101  04         150503020303         S                      
#> 4 AZ014-321607109133501  04         150400060409         1                      
#> 5 AZ014-322024109511801  04         150502010604         1                      
#> 6 AZ014-323313114455201  04         150301080301         1                      
#> # ℹ abbreviated name: ¹​horizontal_positional_accuracy_code
#> # ℹ 37 more variables: contributing_drainage_area <chr>,
#> #   depth_source_code <chr>, district_code <chr>, state_name <chr>,
#> #   basin_code <chr>, horizontal_positional_accuracy <chr>,
#> #   time_zone_abbreviation <chr>, country_code <chr>, county_code <chr>,
#> #   altitude <dbl>, uses_daylight_savings <chr>, construction_date <chr>,
#> #   county_name <chr>, altitude_accuracy <dbl>, …