r-lidar-lab / ALSroads

Road corrections and measurements from ALS data
19 stars 4 forks source link

Removing `rgeos` dependency #67

Closed jfbourdon closed 10 months ago

jfbourdon commented 10 months ago

Fix https://github.com/Jean-Romain/ALSroads/issues/65

Removes dependency on rgeos with the replacement of rgeos::gProject() by using only sf functions and objects. A second improvement will be possible at the release of sf 1.0-16 where native equivalent functions of rgeos::gProject() and rgeos::gInterpolate() will be available as sf::st_project_point() and sf::st_interpolate_line() respectively.