gmba_read | R Documentation |
Read the GMBA Inventory v2.0 (standard extend, all layers) to R, from the web or the local drive. This function is to be used without an assignment operator (e.g. "<-").
gmba_read(source = "web", extend = "standard", local = NULL, timeout = 300)
source |
Character string, options are "web" (Default) or "local" |
extend |
Character string, options are "standard" (Default) or "broad". Check https://www.earthenv.org/mountains
for the details on the options. Ignored when |
local |
Character string containing the path to the inventory shapefile on the local drive.
Only needed when |
timeout |
Numeric time in seconds, after what time period the function should stop trying to download the GMBA Inventory v2.0. Default is set to 300 i.e. 5 minutes |
gmba_inv()
, a function containing the GMBA Inventory v2.0
https://www.earthenv.org/mountains
## Not run:
gmba_read()
gmba_read("web", extend = "broad")
gmba_read(source = "local", local = "GMBA_Inventory_v2.0.shp")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.