Changelog
Source:NEWS.md
poisspatial 0.2.1 (2025-09-11)
- Update default directories for
ps_load_spatial_db(),ps_fwa_gdbs(),ps_fwa_layers(),ps_fwa_shortcuts(), andps_read_fwa().
poisspatial 0.2.0 (2024-09-06)
- The RCMD checks were updated.
- Dependencies are now loaded from the source files on linux.
- The dependency of
rgdalwas removed by storing a hard copy of epsg descriptions instead of retrieving them fromrgdal::make_EPSG(). - Added
retain_origboolean 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.