Package: rcrisp
Title: Automate the Delineation of Urban River Spaces
Version: 0.3.0
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("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)
    <doi:10.7480/abe.2018.31>. 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://doi.org/10.5281/zenodo.15793526
BugReports: https://github.com/CityRiverSpaces/rcrisp/issues
Depends: R (>= 4.1.0)
Imports: checkmate, dbscan, dplyr, lwgeom, osmdata, rcoins, rlang,
        rstac, sf (>= 0.9.0), sfheaders, sfnetworks, stringr, terra,
        tidygraph, units, visor
Suggests: knitr, purrr, rmarkdown, testthat (>= 3.0.0), withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-10-13 18:16:17 UTC; claudiuforgaci
Author: Claudiu Forgaci [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-3218-5102>),
  Francesco Nattino [aut] (ORCID:
    <https://orcid.org/0000-0003-3286-0139>),
  Fakhereh Alidoost [ctb] (ORCID:
    <https://orcid.org/0000-0001-8407-6472>),
  Meiert Willem Grootes [ctb] (ORCID:
    <https://orcid.org/0000-0002-5733-4795>),
  Netherlands eScience Center [fnd]
Maintainer: Claudiu Forgaci <c.forgaci@tudelft.nl>
Repository: CRAN
Date/Publication: 2025-10-14 08:00:11 UTC
Built: R 4.4.3; ; 2025-11-07 20:21:38 UTC; windows
