NOMADSRealTimeList | R Documentation |
Scans the NOMADS Real Time web site to generate a list of available model products. Users can refer to this list to find out more information about the available models, and rNOMADS uses the abbreviations to determine which URLs to scan and download.
NOMADSRealTimeList(url.type, abbrev = NULL)
url.type |
Determine whether to return a URL for extracting GRIB files ( |
abbrev |
Return information about the model that this abbreviation refers to.
Defaults to |
abbrevs |
An abbreviation for each model |
names |
A full name for each model |
urls |
The web address of the download page for each model |
A big thanks to user hrbrmstr at Stack Overflow for helping with the NCEP web site parsing code.
Daniel C. Bowman danny.c.bowman@gmail.com
WebCrawler
, ParseModelPage
, NOMADSArchiveList
, GribGrab
, DODSGrab
## Not run:
#Grib filter
model.list <- NOMADSRealTimeList("grib")
#DODS interface
model.list <- NOMADSRealTimeList("dods")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.