Package: rcrisp Title: Automate the Delineation of Urban River Spaces Version: 0.3.1 Authors@R: c( person("Claudiu", "Forgaci", , "c.forgaci@tudelft.nl", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-3218-5102")), person("Francesco", "Nattino", , "f.nattino@esciencecenter.nl", role = "aut", comment = c(ORCID = "0000-0003-3286-0139")), person("Fakhereh", "Alidoost", , "f.alidoost@esciencecenter.nl", role = "ctb", comment = c(ORCID = "0000-0001-8407-6472")), person("Meiert Willem", "Grootes", , "m.grootes@esciencecenter.nl", role = "ctb", comment = c(ORCID = "0000-0002-5733-4795")), person("Yehan", "Wu", , "y.wu-13@tudelft.nl", role = c("ctb"), comment = c(ORCID = "0000-0003-4063-7535")), person("Netherlands eScience Center", , , "info@esciencecenter.nl", role = "fnd") ) Description: Provides tools to automate the morphological delineation of riverside urban areas based on a method introduced in Forgaci (2018) . Delineation entails the identification of corridor boundaries, segmentation of the corridor, and delineation of the river space using two-dimensional spatial information from street network data and digital elevation data in a projected CRS. The resulting delineation can be used to characterise spatial phenomena that can be related to the river as a central element. License: Apache License (>= 2) URL: https://cityriverspaces.github.io/rcrisp/, https://github.com/CityRiverSpaces/rcrisp, https://doi.org/10.5281/zenodo.15793526 BugReports: https://github.com/CityRiverSpaces/rcrisp/issues Depends: R (>= 4.1.0) Imports: checkmate, cli, dbscan, dplyr, lwgeom, osmdata, rcoins, rlang, rstac, sf (>= 0.9.0), sfheaders, sfnetworks, stringr, terra, tidygraph, units, visor Suggests: ggplot2, knitr, purrr, rmarkdown, testthat (>= 3.0.0), withr VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd", "srr::srr_stats_roclet")) RoxygenNote: 7.3.2 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev libicu-dev libjpeg-dev libpng-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://cityriverspaces.r-universe.dev Date/Publication: 2026-07-03 17:05:28 UTC RemoteUrl: https://github.com/cityriverspaces/rcrisp RemoteRef: HEAD RemoteSha: 250c39a2a85c452c674783dcbf99665510c4e7fe NeedsCompilation: no Packaged: 2026-07-03 17:39:04 UTC; root Author: Claudiu Forgaci [aut, cre, cph] (ORCID: ), Francesco Nattino [aut] (ORCID: ), Fakhereh Alidoost [ctb] (ORCID: ), Meiert Willem Grootes [ctb] (ORCID: ), Yehan Wu [ctb] (ORCID: ), Netherlands eScience Center [fnd] Maintainer: Claudiu Forgaci