| download.landgis | R Documentation |
Access and download layers from OpenLandMap.org (LandGIS data service)
download.landgis(
coverageId,
filename,
scalefactor = NULL,
subset = NULL,
service = paste0(c("https://geoserver.opengeohub.org/landgisgeoserver/ows",
"?service=WCS&version=2.0.1")),
silent = TRUE,
...
)
coverageId |
Coverage ID. |
filename |
Download filename. |
scalefactor |
Scale factor for WCS request. |
subset |
Subset string for WCS request. |
service |
URL of the WCS service. |
silent |
Silent output. |
... |
optional |
Locally downloaded GeoTIFF.
search.landgis(pattern=c("clay", "10..10cm"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.