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

remove "layer =" argument in call to read_sf in queryUSGSTileIndex() #7

Closed bmcgaughey1 closed 2 years ago

bmcgaughey1 commented 2 years ago

Call to query tile index is producing a warning "argument layer is ignored when query is specified". The layer is part of the query constructed for the call so drop the layer = USGSTileLayer parameter.