getTileUrls: Get and store the file names, S3 URLs, file size, and...

View source: R/getTileUrls.R

getTileUrlsR Documentation

Get and store the file names, S3 URLs, file size, and download status (default = 0) in a data frame

Description

Produces a data frame that is populated by available tiles for the AOP product.

Usage

getTileUrls(
  m.urls,
  tileEasting,
  tileNorthing,
  include.provisional,
  token = NA_character_
)

Arguments

m.urls

The monthly API URL for the AOP tile.

tileEasting

A vector containing the easting UTM coordinates of the locations to download.

tileNorthing

A vector containing the northing UTM coordinates of the locations to download.

include.provisional

T or F, should provisional data be included in downloaded files?

token

User specific API token (generated within neon.datascience user accounts). Optional.

Value

A dataframe comprised of file names, S3 URLs, file size, and download status (default = 0)

Author(s)

Claire Lunch clunch@battelleecology.org Christine Laney claney@battelleecology.org

References

License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007


neonUtilities documentation built on Oct. 18, 2023, 9:09 a.m.