bmcgaughey1 / USGSlidar

A collection of functions to browse lidar data collections, query collections for coverage for specific locations, and retrieve data covering locations.
Creative Commons Zero v1.0 Universal
5 stars 1 forks source link

Document ability to change timeout interval for fetch... functions #15

Closed bmcgaughey1 closed 1 year ago

bmcgaughey1 commented 1 year ago

This is needed when expecting large files like the project or tile index files.

options(timeout = max(5000, getOption("timeout")))

sets timeout to 5000 seconds