image_download: Download Image Raster for ArcGIS Online

Description Usage Arguments Value

View source: R/image_download.R

Description

Download Image Raster for ArcGIS Online

Usage

1
2
3
4
5
6
7
image_download(
  webserver,
  bbox = NULL,
  bbox_sr = NULL,
  size = "600,800",
  verbose = FALSE
)

Arguments

webserver

list output from service_info

bbox

NULL or named list formatted like: list(xmin = -123, ymin = -123, xmax = 123, ymax = 123). If NULL, will default to the intial extent specified in the source file.

bbox_sr

NULL, default; or 4-digit wkid as character. If NULL, will default to the spatial reference in the source file.

size

character, defaults to "600,800"; change to what you need.

verbose

Logical, defaults to FALSE

Value

RasterBrick


mps9506/aarapir documentation built on May 12, 2020, 1:07 a.m.