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

Changes to drop dependency on rgeos and rgdal packages. #20

Closed bmcgaughey1 closed 5 months ago

bmcgaughey1 commented 5 months ago

Modified code related to buffering to use functions from sf package instead of rgeos. This removes the dependency on rgeos and rgdal.