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
6 stars 1 forks source link

Convert functions to use sf objects instead of Spatial* objects #5

Closed bmcgaughey1 closed 3 years ago

bmcgaughey1 commented 3 years ago

I worked on the code to change it to use sf objects instead of Spatial objects within functions. This is to take advantage of some features not available with Spatial objects and to generally update code as the sp package is replaced by the sf package. Code changes also simplify the use of projections and all the use of EPSG codes to specify projection information.