Learn R Programming

landmap (version 0.0.13)

download.landgis: Access and download layers from OpenLandMap.org (LandGIS data service)

Description

Access and download layers from OpenLandMap.org (LandGIS data service)

Usage

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,
  ...
)

Arguments

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 utils::download.file settings.

Value

Locally downloaded GeoTIFF.

Examples

Run this code
# NOT RUN {
search.landgis(pattern=c("clay", "10..10cm"))
# }

Run the code above in your browser using DataLab