Description
Submitting Author Name: Claudiu Forgaci
Submitting Author Github Handle: @cforgaci
Other Package Authors Github handles: (comma separated, delete if none) @fnattino
Repository: https://github.com/CityRiverSpaces/rcrisp
Submission type: Pre-submission
Language: en
- Paste the full DESCRIPTION file inside a code block below:
Package: rcrisp
Title: Automate the Delineation of Urban River Spaces
Version: 0.1.4
Authors@R: c(
person("Claudiu", "Forgaci", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-3218-5102")),
person("Francesco", "Nattino", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3286-0139")),
person("Fakhereh", "Alidoost", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-8407-6472")),
person("Meiert Willem", "Grootes", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-5733-4795")),
person("Netherlands eScience Center", , , "[email protected]", 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. 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:
dbscan,
dplyr,
lwgeom,
osmdata,
rcoins,
rlang,
rstac,
sf,
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)
RoxygenNote: 7.3.2
Scope
-
Please indicate which category or categories from our package fit policies or statistical package categories this package falls under. (Please check one or more appropriate boxes below):
Data Lifecycle Packages
- data retrieval
- data extraction
- data munging
- data deposition
- data validation and testing
- workflow automation
- version control
- citation management and bibliometrics
- scientific software wrappers
- field and lab reproducibility tools
- database software bindings
- geospatial data
- text analysis
Statistical Packages
- Bayesian and Monte Carlo Routines
- Dimensionality Reduction, Clustering, and Unsupervised Learning
- Machine Learning
- Regression and Supervised Learning
- Exploratory Data Analysis (EDA) and Summary Statistics
- Spatial Analyses
- Time Series Analyses
- Probability Distributions
-
Explain how and why the package falls under these categories (briefly, 1-2 sentences). Please note any areas you are unsure of:
rcrisp provides tools to automate the spatial morphological delineation of riverside urban areas using OpenStreetMap and Copernicus GLO-30 DEM data.
-
If submitting a statistical package, have you already incorporated documentation of standards into your code via the srr package?
-
Who is the target audience and what are scientific applications of this package?
The target audience are researchers and practitioners interested in the spatial manifestation of social, environmental, ecological or economic phenomena related to urban rivers. The resulting delineation contributes to tackling the Modifiable Areal Unit Problem by providing a non-arbitrary, neutral (i.e., purely morphological) boundary that considers the morphologies of the river valley and the urban fabric jointly. As such, it also provides a spatial unit for large-scale comparative analyses of phenomena surrounding urban rivers.
- Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category?
To our knowledge, there is no other R package that accomplishes the same thing.
- (If applicable) Does your package comply with our guidance around Ethics, Data Privacy and Human Subjects Research?
Not applicable.
- Any other questions or issues we should be aware of?:
Thank you for considering our submission!