crispexampledata

Example data used across the CityRiverSpaces packages

https://github.com/cityriverspaces/crispexampledata

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Example data used across the CityRiverSpaces packages

Basic Info
  • Host: GitHub
  • Owner: CityRiverSpaces
  • License: other
  • Language: R
  • Default Branch: main
  • Size: 27.7 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License Citation Codemeta

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%",
  message = FALSE,
  warning = FALSE
)
```

# CRiSpExampleData


[![R-CMD-check](https://github.com/CityRiverSpaces/CRiSpExampleData/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/CityRiverSpaces/CRiSpExampleData/actions/workflows/R-CMD-check.yaml)


This package contains geospatial data on urban river spaces used in [CRiSp](https://github.com/CityRiverSpaces/CRiSp) and related packages. The dataset contains vector data of the city boundary, bounding box enclosing the city boundary, spatial networks (street center lines, railway lines), the river (center line and surface), buildings surrounding the river, as well as a digital elevation model.

The current dataset contains the case of River Dâmbovița in Bucharest. The data were derived from open sources such as [OpenStreetMap](https://wiki.openstreetmap.org/wiki/Overpass_API) and [Copernicus DEM GLO-30](https://dataspace.copernicus.eu/explore-data/data-collections/copernicus-contributing-missions/collections-description/COP-DEM).

The latest version of the dataset is available on the [4TU.ResearchData data repository](https://data.4tu.nl/datasets/f5d5e118-b5bd-4dfb-987f-fe10d1b9b386) in the GPKG and GeoTIFF formats.

## Installation

You can install the development version of CRiSpExampleData from [GitHub](https://github.com/) with:

``` r
# install.packages("pak")
pak::pak("CityRiverSpaces/CRiSpExampleData")
```

## Example


```{r example}
library(CRiSpExampleData)
library(sf)

plot(bucharest_osm$boundary)
plot(bucharest_osm$streets$geometry, lwd = 0.5, add = TRUE)
plot(bucharest_osm$river_centerline, col = "blue", add = TRUE)
plot(bucharest_osm$river_surface, col = "blue", border = NA, add = TRUE)
```

## Attribution

This package includes or derives data from the following sources:

- **Copernicus GLO-30 DEM**  
  Some datasets are based on data provided by the European Space Agency (ESA).  
  Usage is governed by the [ESA User License](https://dataspace.copernicus.eu/sites/default/files/media/files/2025-01/cscda_esa_user_licence_10.01.2025.pdf).

- **OpenStreetMap (OSM)**  
  This package uses data from [OpenStreetMap](https://www.openstreetmap.org), © OpenStreetMap contributors.  
  The data is licensed under the [Open Database License (ODbL) v1.0](https://opendatacommons.org/licenses/odbl/1-0/).  
  If you publicly use any adapted data from this package, you must also offer it under the ODbL.

Please ensure you comply with the attribution and license requirements when using or redistributing this package.

Owner

  • Name: CRiSp
  • Login: CityRiverSpaces
  • Kind: organization

City River Spaces

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
  CRiSpExampleData: Geospatial Data for Urban River Space
  Delineation
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Claudiu
    family-names: Forgaci
    email: c.forgaci@tudelft.nl
    affiliation: Delft University of Technology
    orcid: 'https://orcid.org/0000-0003-3218-5102'
  - given-names: Francesco
    family-names: Nattino
    email: f.nattino@esciencecenter.nl
    affiliation: Netherlands eScience Center
    orcid: 'https://orcid.org/0000-0003-3286-0139'
repository-code: 'https://github.com/CityRiverSpaces/CRiSpExampleData'
abstract: >-
  Geospatial data on urban river spaces used in 'CRiSp'
  (City River Spaces) and related packages. Contains vector
  data of the city boundary, bounding box enclosing the city
  boundary, spatial networks (street center lines, railway
  lines), the river (center line and surface), buildings
  surrounding the river, as well as a digital elevation
  model for River Dâmbovița in Bucharest.
keywords:
  - R
  - geospatial
  - Bucharest
  - CRiSp
license-url: 'https://raw.githubusercontent.com/CityRiverSpaces/CRiSpExampleData/refs/heads/main/LICENSE'

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "CRiSpExampleData",
  "description": "Geospatial data on urban river spaces used in 'CRiSp' (City River Spaces) and related packages. Contains vector data of the city boundary, bounding box enclosing the city boundary, spatial networks (street center lines, railway lines), the river (center line and surface), buildings surrounding the river, as well as a digital elevation model for River Dmbovia in Bucharest.",
  "name": "CRiSpExampleData: Geospatial Data for Urban River Space Delineation",
  "codeRepository": "https://github.com/CityRiverSpaces/CRiSpExampleData",
  "issueTracker": "https://github.com/CityRiverSpaces/CRiSpExampleData/issues",
  "license": "Apache License 2",
  "version": "0.1.2",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.4.2 (2024-10-31)",
  "author": [
    {
      "@type": "Person",
      "givenName": "Claudiu",
      "familyName": "Forgaci",
      "email": "c.forgaci@tudelft.nl",
      "@id": "https://orcid.org/0000-0003-3218-5102"
    },
    {
      "@type": "Person",
      "givenName": "Francesco",
      "familyName": "Nattino",
      "email": "f.nattino@esciencecenter.nl",
      "@id": "https://orcid.org/0000-0003-3286-0139"
    }
  ],
  "copyrightHolder": [
    {
      "@type": "Person",
      "givenName": "Claudiu",
      "familyName": "Forgaci",
      "email": "c.forgaci@tudelft.nl",
      "@id": "https://orcid.org/0000-0003-3218-5102"
    }
  ],
  "funder": [
    {
      "@type": "Organization",
      "name": "Netherlands eScience Center",
      "email": "info@esciencecenter.nl"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Claudiu",
      "familyName": "Forgaci",
      "email": "c.forgaci@tudelft.nl",
      "@id": "https://orcid.org/0000-0003-3218-5102"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "dplyr",
      "name": "dplyr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=dplyr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "osmdata",
      "name": "osmdata",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=osmdata"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rstac",
      "name": "rstac",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rstac"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "version": ">= 3.0.0",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=testthat"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 3.5"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "sf",
      "name": "sf",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=sf"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "terra",
      "name": "terra",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=terra"
    },
    "SystemRequirements": null
  },
  "fileSize": "13333.837KB",
  "releaseNotes": "https://github.com/CityRiverSpaces/CRiSpExampleData/blob/master/NEWS.md",
  "contIntegration": "https://github.com/CityRiverSpaces/CRiSpExampleData/actions/workflows/R-CMD-check.yaml"
}

GitHub Events

Total
  • Issues event: 1
  • Delete event: 1
  • Push event: 2
  • Pull request event: 1
  • Pull request review event: 1
Last Year
  • Issues event: 1
  • Delete event: 1
  • Push event: 2
  • Pull request event: 1
  • Pull request review event: 1

Dependencies

DESCRIPTION cran
  • R >= 3.5 depends
  • testthat >= 3.0.0 suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/lint.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite