- 1. GENERAL INFORMATION
- 2. METHODOLOGICAL INFORMATION
- 3. FILE OVERVIEW
- 4. DATA-SPECIFIC INFORMATION
- 5. SHARING/ACCESS INFORMATION
Geospatial Data Carpentry for Urbanism Workshop Data
This dataset contains geospatial data required to render the Geospatial Data Carpentry for Urbanism developed by the Rbanism team at TU Delft.
The workshop material can be accessed here.
The carpentry was developed by:
- Claudiu Forgaci
- Clémentine Cottineau
- Aleksandra Wilczynska
- Ana Petrovic
- Daniele Cannatella
- Ignacio Urria Yáñez
- Javier San Millán Tejedor
- Jerome Francisco Conceicao
- Kyri Janssen
- Manuel Garcia
- Selin Kubilay
January 2024
Delft, The Netherlands
Geospatial, R, Urbanism, Data Carpentry, Open Data, Open Science
English
The activities of the Rbanism community, including the preparation of this dataset, were supported by the the Netherlands eScience Center, the Mainstreaming Open Science Fund of the Open Science Community Delft, and the Department of Urbanism at TU Delft.
The dataset is designed to support the Geospatial Data Carpentry for Urbanism, which aims to teach participants how to work with geospatial data in R, specifically in the context of urban studies.
The dataset is structured to facilitate hands-on learning and practical applications of geospatial analysis techniques.
- Raster data was processed using the
terra
package in R. - Vector data was processed using the
sf
package in R. - Data was cleaned and transformed using the
dplyr
andtidyr
packages - Data visualization was performed using the
ggplot2
package.
- The workshop uses R as the primary programming language for data analysis and visualization.
- The dataset is compatible with R version 4.4.0 and above.
- The following R packages and libraries are required for the carpentry:
- GDAL, GEOS, and PROJ.4
tidyverse
v.2.0 for data manipulation and visualisationterra
v.1.7 for handling spatial raster datasf
v.1.0 for handling spatial vector dataleaflet
for interactive mapsosmdata
for accessing OpenStreetMap data
Are there multiple versions of the dataset? No
- "gapminder-data.csv": Tabular dataset containing country-level statistics on life expectancy, population, and GDP per capita over time.
- "delft-boundary.shp": A shapefile with a polygon representing the boundary of the city of Delft, The Netherlands.
- "delft-leisure.shp": A shapefile with points representing leisure facilities in Delft.
- "delft-streets.shp": A shapefile with lines representing the street network in Delft.
- "nl-gemeenten.shp": A shapefile with multipolygons representing contiguous boundaries of the municipalities in the Netherlands.
- "nl-boundary.shp": A shapefile with a multipolygon representing the boundary of the Netherlands.
- "bounding-box-brielle.shp": A shapefile with a polygon representing the bounding box of the Brielle area in the Netherlands.
- "data-brielle.shp": A shapefile with polygons representing buildings in the Brielle area.
Note: All shapefiles are accompanied by their standard complementary files (e.g.,
.shx
,.dbf
,.prj
). For simplicity, only the main.shp
file are listed here, but all associated files are included in the dataset package.
- "tud-dsm-5m.tif": A raster dataset representing a digital surface model (DSM) of the TU Delft campus at a 5-meter resolution.
- "tud-dtm-5m.tif": A raster dataset representing a digital terrain model (DTM) of the TU Delft campus at a 5-meter resolution.
- "tud-dsm-5m-hill.tif": A hillshade raster dataset derived from the digital surface model (DSM) of the TU Delft campus.
- "tud-dtm-5m-hill.tif": A hillshade raster dataset derived from the digital terrain model (DTM) of the TU Delft campus.
- "tud-dtm-5m-hill-WGS84.tif": A hillshade raster dataset derived from the digital terrain model (DTM) of the TU Delft campus, projected in WGS 84 coordinate system.
- "tudlib-rgb.tif": A raster dataset representing the RGB (Red, Green, Blue) color composite of the TU Delft library area.
- shp - Shapefile format for vector data
- csv - Comma-separated values format for tabular data
- tif - Tagged Image File Format for raster data
- cpg - Character encoding file for shapefiles
- dbf - Database file for shapefiles
- prj - Projection file for shapefiles
- shx - Shape index file for shapefiles
- qmd - Quarto markdown file
- files named lower case, spaces replaced with dashes (dash-case)
- Missing data code: NA
- Not Applicable: N/A
-
Number of variables: 6
-
Number of cases/rows: 1704
-
Variable List:
-
"country"
- Full name: Country
- Description: Name of the country
- Type of variable: Categorical
- Unit of measurement: N/A
- Number of missing values: 0
-
"year"
- Full name: Year
- Description: Year of the observation
- Type of variable: Integer
- Unit of measurement: year
- Number of missing values: 0
-
"pop"
- Full name: Population
- Description: Population of the country in the given year
- Type of variable: Numeric
- Unit of measurement: people
- Number of missing values: 0
-"continent" - Full name: Continent - Description: Continent where the country is located - Type of variable: Categorical - Unit of measurement: N/A - Number of missing values: 0
-
"lifeExp"
- Full name: Life Expectancy
- Description: Average life expectancy at birth in years
- Type of variable: Numeric
- Unit of measurement: years
- Number of missing values: 0
-
"gdpPercap"
- Full name: GDP per Capita
- Description: Gross Domestic Product per capita in US dollars
- Type of variable: Numeric
- Unit of measurement: USD
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 82 KB
-
Number of variables: 2
-
Number of cases/rows: 1
-
Variable List:
-
"osm_id"
- Full name: OSM ID
- Description: Unique identifier for the OpenStreetMap feature
- Type of variable: Integer
- Unit of measurement: N/A
- Number of missing values: 0
-
"geometry"
- Full name: Geometry
- Description: Geometric representation of the boundary of Delft
- Type of variable: Geometry (Polygon)
- CRS: WGS 84
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 26 KB (including all associated files)
-
Number of variables: 3
-
Number of cases/rows: 298
-
Variable List:
-
"osm_id"
- Full name: OSM ID
- Description: Unique identifier for the OpenStreetMap feature
- Type of variable: Integer
- Unit of measurement: N/A
- Number of missing values: 0
-
"leisure"
- Full name: Leisure Type
- Description: Type of leisure facility (e.g., park, playground)
- Type of variable: Categorical
- Unit of measurement: N/A
- Number of missing values: 26
-
"geometry"
- Full name: Geometry
- Description: Geometric representation of the leisure facilities in Delft
- Type of variable: Geometry (Point)
- CRS: EPSG:28992
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 166 KB (including all associated files)
-
Number of variables: 3
-
Number of cases/rows: 11244
-
Variable List:
-
"osm_id"
- Full name: OSM ID
- Description: Unique identifier for the OpenStreetMap feature
- Type of variable: Integer
- Unit of measurement: N/A
- Number of missing values: 0
-
"highway"
- Full name: Highway Type
- Description: Type of highway (e.g., residential, primary)
- Type of variable: Categorical
- Unit of measurement: N/A
- Number of missing values: 8
-
"geometry"
- Full name: Geometry
- Description: Geometric representation of the street network in Delft
- Type of variable: Geometry (Line)
- CRS: EPSG:28992
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 7 074 KB (including all associated files)
-
Number of variables: 7
-
Number of cases/rows: 344
-
Variable List:
-
"identifica"
- Full name: Identificatie
- Description: Full municipality code
- Type of variable: string
- Unit of measurement: N/A
- Number of missing values: 0
-
"naam"
- Full name: Naam
- Description: Name of the municipality
- Type of variable: string
- Unit of measurement: N/A
- Number of missing values: 0
-
"code"
- Full name: Code
- Description: Unique code for the municipality
- Type of variable: string
- Unit of measurement: N/A
- Number of missing values: 0
-
"ligtInProv"
- Full name: Ligt in Provincie
- Description: Province code in which the municipality is located
- Type of variable: integer
- Unit of measurement: N/A
- Number of missing values: 0
-
"ligtInPr_1"
- Full name: Ligt in Provincie 1
- Description: Province name in which the municipality is located
- Type of variable: string
- Unit of measurement: N/A
- Number of missing values: 0
-
"fuuid"
- Full name: FUUID
- Description: Unique identifier for the municipality
- Type of variable: string
- Unit of measurement: N/A
- Number of missing values: 0
-
"geometry"
- Full name: Geometry
- Description: Geometric representation of the municipality boundaries
- Type of variable: Geometry (MultiPolygon)
- CRS: EPSG:28992
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 11 435 KB (including all associated files)
-
Number of variables: 2
-
Number of cases/rows: 1
-
Variable List:
-
"FID"
- Full name: FID
- Description: Feature ID, a unique identifier for the boundary feature
- Type of variable: Integer
- Unit of measurement: N/A
- Number of missing values: 0
-
"geometry"
- Full name: Geometry
- Description: Geometric representation of the boundary of the Netherlands
- Type of variable: Geometry (MultiPolygon)
- CRS: EPSG:28992
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 587 KB (including all associated files)
-
Number of variables: 1
-
Number of cases/rows: 1
-
Variable List:
-
"query"
- Full name: Query
- Description: Query used to retrieve the bounding box
- Type of variable: String
- Unit of measurement: N/A
- Number of missing values: 0
-
"address"
- Full name: Address
- Description: Address of the bounding box location
- Type of variable: String
- Unit of measurement: N/A
- Number of missing values: 0
-
"geometry"
- Full name: Geometry
- Description: Geometric representation of the bounding box of Brielle
- Type of variable: Geometry (Polygon)
- CRS: EPSG:28992
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 11 KB (including all associated files)
-
Number of variables: 1
-
Number of cases/rows: 0
-
Variable List:
- "geometry"
- Full name: Geometry
- Description: Geometric representation of the buildings in the Brielle area
- Type of variable: Geometry (Polygon)
- CRS: EPSG:28992
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 4 KB (including all associated files)
-
Number of variables (bands): 1
-
Number of cases/rows (pixels): 278692
-
Variable List (band names):
- "tud-dsm-5m"
- Full name: Digital Surface Model (DSM) at 5m resolution
- Description: Elevation data representing the surface of the TU Delft campus
- Type of variable: Numeric
- Unit of measurement: Meters
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 1 091 KB
-
Number of variables (bands): 1
-
Number of cases/rows (pixels): 278692
-
Variable List (band names):
- "tud-dtm-5m"
- Full name: Digital Terrain Model (DTM) at 5m resolution
- Description: Elevation data representing the bare earth surface of the TU Delft campus
- Type of variable: Numeric
- Unit of measurement: Meters
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 1 091 KB
-
Number of variables (bands): 1
-
Number of cases/rows (pixels): 278692
-
Variable List (band names):
- "tud-dsm-5m-hill"
- Full name: Hillshade of the Digital Surface Model (DSM) at 5m resolution
- Description: Hillshade representation of the DSM to visualize terrain features
- Type of variable: Numeric
- Unit of measurement: Intensity of illumination ranging from 0 (darkest) to 255 (brightest)
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 274 KB
-
Number of variables (bands): 1
-
Number of cases/rows (pixels): 278692
-
Variable List (band names):
- "tud-dtm-5m-hill"
- Full name: Hillshade of the Digital Terrain Model (DTM) at 5m resolution
- Description: Hillshade representation of the DTM to visualize terrain features
- Type of variable: Numeric
- Unit of measurement: Intensity of illumination ranging from 0 (darkest) to 255 (brightest)
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 274 KB
-
Number of variables (bands): 1
-
Number of cases/rows (pixels): 204360
-
Variable List (band names):
- "tud-dtm-5m-hill"
- Full name: Hillshade of the Digital Terrain Model (DTM) at 5m resolution in WGS 84
- Description: Hillshade representation of the DTM to visualize terrain features, projected in WGS
- Type of variable: Numeric
- Unit of measurement: Intensity of illumination ranging from 0 (darkest) to 255 (brightest)
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 730 KB
-
Number of variables (bands): 3
-
Number of cases/rows (pixels): 24271608
-
Variable List (band names):
-
"tudlib-rgb_1"
- Full name: Red band of the RGB composite
- Description: Red channel of the RGB color composite for the TU Delft library area
- Type of variable: Numeric
- Unit of measurement: Intensity of color ranging from 0 (no intensity) to 255 (full intensity)
- Number of missing values: 0
-
"tudlib-rgb_2"
- Full name: Green band of the RGB composite
- Description: Green channel of the RGB color composite for the TU Delft library area
- Type of variable: Numeric
- Unit of measurement: Intensity of color ranging from 0 (no intensity) to 255 (full intensity)
- Number of missing values: 0
-
"tudlib-rgb_3"
- Full name: Blue band of the RGB composite
- Description: Blue channel of the RGB color composite for the TU Delft library area
- Type of variable: Numeric
- Unit of measurement: Intensity of color ranging from 0 (no intensity) to 255 (full intensity)
- Number of missing values: 0
-
Specialised formats or other abbreviations used: N/A
-
Total file size: 71 138 KB
The Geospatial Data Carpentry for Urbanism data is made available under the ODbL 1.0 license, as it is derived from:
- OpenStreetMap data licensed under the ODbL 1.0 license
- Gapminder data licensed under the CC BY 4.0 license
- AHN data licensed under the CC0 1.0 license
- Luchfoto data licensed under the CC BY 4.0 license
- Bestuurlijke Gebieden (obtained from PDOK.nl) licensed under the CC BY 4.0 license
N/A
Yes, from the following sources:
- OpenStreetMap
- Gapminder data
- AHN (Actueel Hoogtebestand Nederland)
- Luchtfoto (Aerial imagery of the Netherlands)
- PDOK (Publieke Dienstverlening Op de Kaart)
Forgaci, C., Cottineau, C., Wilczynska, A., Petrovic, A., Cannatella, D., Urria Yáñez, I., San Millán Tejedor, J., Conceicao, J. F., Janssen, K., Garcia, M., Kubilay, S. (2024). Geospatial Data Carpentry for Urbanism Workshop Data. 4TU.ResearchData. https://doi.org/10.4121/fb0b4e31-f7e4-43e6-9e30-a2a08b184d09
This README.md file template was generated on 2022-04-19 by Claudiu Forgaci and Adele Therias according to the 4TU.ResearchData Guidelines for creating a README file and the Cornell University template Guide to writing "readme" style metadata and is licensed under CC BY 4.0