setUSGSTileIndex: USGS Lidar Toolkit - Set Filename for the Lidar Tile Index

View source: R/CoreFunctions.R

setUSGSTileIndexR Documentation

USGS Lidar Toolkit – Set Filename for the Lidar Tile Index

Description

Set the filename and path for the local copy of the USGS lidar tile index file. This is used when you have already used fetchUSGSTileindex to download a tile index. The tile index is quite large and it is frequently updated by the USGS. However, it may not be necessary to download a new copy every time you want to download lidar data.

Usage

setUSGSTileIndex(index)

Arguments

index

Character string with the file name for the tile index.

Value

An (invisible) integer code, 0 for success and non-zero for failure.

Examples

## Not run: 
setUSGSTileIndex("g:/working_data/TileIndex.gpkg")

## End(Not run)

bmcgaughey1/USGSlidar documentation built on June 23, 2024, 1:25 a.m.