setUSGSProjectIndex: USGS Lidar Toolkit - Set Filename for the Lidar Project Index

View source: R/CoreFunctions.R

setUSGSProjectIndexR Documentation

USGS Lidar Toolkit – Set Filename for the Lidar Project Index

Description

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

Usage

setUSGSProjectIndex(index)

Arguments

index

Character string with the local file name for the project index.

Value

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

Examples

## Not run: 
setUSGSProjectIndex("g:/working_data/ProjectIndex.gpkg")

## End(Not run)

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