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

View source: R/landgis.R

download.landgisR Documentation

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.

Author(s)

Tom Hengl

Examples

search.landgis(pattern=c("clay", "10..10cm"))

Envirometrix/landmap documentation built on June 10, 2022, 10:12 p.m.