From 06dcf5b32c1801d79201fd184f1a912ba81d6ac3 Mon Sep 17 00:00:00 2001 From: Luuk van der Meer Date: Sun, 17 Nov 2024 18:59:44 +0100 Subject: [PATCH] repo: Update changelog :package: --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 1900e29..7c85b70 100644 --- a/NEWS.md +++ b/NEWS.md @@ -105,6 +105,7 @@ ### Other utilities +- Added `is_sfnetwork()` as an alias of `is.sfnetwork()`. - The new function `validate_network()` allows to validate the spatial network structure of a `sfnetwork` object. - The new function `wrap_igraph()` allows to wrap any function from `{igraph}` that returns a network, and make it return a `sfnetwork` object instead of a `igraph` object. - The functions `st_duplicated()`, `st_match()` and `st_round()` are added as spatial variations to common base R functions, respectively for determining spatial duplicates, geometry matching, and coordinate rounding.