Title: | Access 'TWDB' Water Data For Texas |
---|---|
Description: | An R interface to the Texas Water Development Board ('TWDB') Water Data for Texas website <https://www.waterdatafortexas.org>. |
Authors: | Michael Schramm [aut, cre], Texas Water Resources Institute [cph] |
Maintainer: | Michael Schramm <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2024-10-26 03:09:38 UTC |
Source: | https://github.com/TxWRI/wd4tx |
Download 'TWDB' Coastal Geographic Boundaries
download_coastal_geometry(type, opts = list())
download_coastal_geometry(type, opts = list())
type |
character, required. One of |
opts |
list of curl options passed to crul::HttpClient() |
simple features data_frame
Download 'TWDB' Historical Bay and Estuary Freshwater Inflow Data
download_coastal_hydrology(geoid, resample = NULL, opts = list())
download_coastal_hydrology(geoid, resample = NULL, opts = list())
geoid |
character, required. |
resample |
character, optional. By default, data is returned in daily
interval. Specify one of |
opts |
list of curl options passed to crul::HttpClient() |
tibble
Download 'TWDB' Coastal Measurement Data
download_coastal_site_data( station, parameter, start_date, end_date, binning = "day", opts = list() )
download_coastal_site_data( station, parameter, start_date, end_date, binning = "day", opts = list() )
station |
character, required. |
parameter |
character, required. |
start_date |
character, required. Format must be |
end_date |
character, required. Format must be |
binning |
character. One of |
opts |
list of curl options passed to crul::HttpClient() |
tibble
download_coastal_site_data(station = "MIDG", parameter = "seawater_salinity", start_date = "2010-01-01", end_date = "2010-12-31", bin = "hour")
download_coastal_site_data(station = "MIDG", parameter = "seawater_salinity", start_date = "2010-01-01", end_date = "2010-12-31", bin = "hour")
Download 'TWDB' Coastal Station Parameters
download_coastal_site_parameters(station)
download_coastal_site_parameters(station)
station |
character, required. |
tibble
Download 'TWDB' Coastal Station Information
download_coastal_sites(all_stations = FALSE, opts = list())
download_coastal_sites(all_stations = FALSE, opts = list())
all_stations |
logical. Defaults is FALSE. If FALSE, returns all stations for which actual data is available. If TRUE, returns all stations regardless of data availability. |
opts |
list of curl options passed to crul::HttpClient() |
tibble
Download 'TWDB' Lake Evaporation and Precipitation Data
download_lep( quad = "710", start_date = "2010-01", end_date = "2018-12", opts = list() )
download_lep( quad = "710", start_date = "2010-01", end_date = "2018-12", opts = list() )
quad |
required character. TWDB quad number. |
start_date |
required character. Start date of data. Specified as 4-digit year and 2-digit month. YYYY-MM |
end_date |
required character. End date of data. Specified as 4-digit year and 2-digit month. YYYY-MM |
opts |
list of curl options passed to crul::HttpClient() |
tibble
Download "TWDB" Reservoir Data
download_reservoir( aggregate_by = NULL, region_name = NULL, reservoir = NULL, period = "historical", opts = list() )
download_reservoir( aggregate_by = NULL, region_name = NULL, reservoir = NULL, period = "historical", opts = list() )
aggregate_by |
optional character. One of |
region_name |
optional character. Documentation comming soon. |
reservoir |
optional character. Documentation soon. |
period |
optional character. Documentation soon |
opts |
list of curl options passed to crul::HttpClient() |
dataframe
Download "TWDB" Individual Well Data
download_well(state_well_nmbr, opts = list())
download_well(state_well_nmbr, opts = list())
state_well_nmbr |
required character. State well number. |
opts |
list of curl options passed to crul::HttpClient() |
dataframe
Download "TWDB" Well Metadata
download_well_meta(opts = list())
download_well_meta(opts = list())
opts |
list of curl options passed to crul::HttpClient() |
sf