getTileUrls | R Documentation |
Produces a data frame that is populated by available tiles for the AOP product.
getTileUrls(
m.urls,
tileEasting,
tileNorthing,
include.provisional,
token = NA_character_
)
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. |
A dataframe comprised of file names, S3 URLs, file size, and download status (default = 0)
Claire Lunch clunch@battelleecology.org Christine Laney claney@battelleecology.org
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.