View source: R/single_point_firehose.R
single_point_firehose | R Documentation |
Using the default web link, this package retrieves daily gridded data sets of General Circulation Model (GCM) runs clipped to areas of interest and returns a data frame of the file names and they're storage paths. Each of these data sets represent a single GCM, climate variable and Representative Concentration Pathway (RCP) from 1950 to 2099. The 1950 to 2005 portion of this time period represents historical data while the 2006 to 2099 portion represents modeled data. The original data sets may be found at http://thredds.northwestknowledge.net:8080/thredds/reacch_climate_CMIP5_aggregated_macav2_catalog.html
single_point_firehose( input_variables, lat, lon, web_link = "https://cida.usgs.gov/thredds/dodsC/macav2metdata_daily_future", verbose = TRUE )
web_link |
A web link to the api data source you want to read (character) |
verbose |
Should the api outputs be combined with internal metadata? (logical) |
Data.frame of requested data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.