HOPE-UIB-BIO / FOSSILPOL-issues

Repository created to manage Issues for FOSSILPOL and R-Fossilpol-package
https://hope-uib-bio.github.io/FOSSILPOL-website/
0 stars 0 forks source link

Move function dealing with spatial data into `RUtilpol` #10

Closed OndrejMottl closed 1 year ago

OndrejMottl commented 1 year ago

Is your feature request related to a problem? Please describe. geo_assign_value() is a very good function, and its usage is not limited to the FOSSILPOL workflow.

Describe the solution you'd like Move geo_*() functions into the RUtilpol package

Additional context Dependency on raster should be replaced with terra. In addition, dependency on sp should be replaced with the sf package (e.g. see changes with CRS here).

OndrejMottl commented 1 year ago

In order ot add buffer around point, each point needs to be used as a separate object (using map).