USFWS / fwspp

Query species occurrence observations on USFWS properties
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Update spatial function to sf #52

Open mccrea-cobb opened 10 months ago

mccrea-cobb commented 10 months ago

The package current depends on sp and geos, which will be deprecated in Oct 2023. We need to update all spatial functions to sf.

mccrea-cobb commented 10 months ago

I went through the code and removed any direct calls to sp or raster. The ll_ratio function still depends on geosphere::distVincentyEllipsoid, which imports sp.