Changelog
Source:NEWS.md
poisspatial 0.2.0 (2024-09-06)
- The RCMD checks were updated.
- Dependencies are now loaded from the source files on linux.
- The dependcey of
rgdal
was removed by storing a hard copy of epsg descriptions instead of retrieving them fromrgdal::make_EPSG()
. - Added
retain_orig
boolean flag tops_coords_to_sfc()
andps_sfc_to_coords()
allowing user to retain input columns if desired.
poisspatial 0.1.0 (2021-11-22)
- Added
ps_nearest_feature()
for joining nearest based on polygon and line sf feature boundaries. - Added warning for
ps_nearest()
to inform user that joins are based on feature vertices for line and polygon sf objects - Added
Z = "Z"
argument to the functionps_elevation_google()
. - Added
ps_elevation_google()
. - The function
ps_deactivate_sfc()
was soft deprecated.