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

Description Usage Arguments Value Author(s) Examples

View source: R/landgis.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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

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

landmap documentation built on Oct. 14, 2021, 5:24 p.m.