Skip to content

CityRiverSpaces/CRiSpExampleData

Repository files navigation

CRiSpExampleData

R-CMD-check

This package contains geospatial data on urban river spaces used in 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 and Copernicus DEM GLO-30.

The latest version of the dataset is available on the 4TU.ResearchData data repository in the GPKG and GeoTIFF formats.

Installation

You can install the development version of CRiSpExampleData from GitHub with:

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

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.

  • OpenStreetMap (OSM)
    This package uses data from OpenStreetMap, © OpenStreetMap contributors.
    The data is licensed under the Open Database License (ODbL) v1.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.

About

Example data used across the City River Spaces packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages