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
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.
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.