Skip to contents

This function downloads, processes, and analyzes railway data extracted from OpenRailwayMap available from OpenStreetMap Data Extracts. It supports parallel processing for faster execution and can calculate the total length of railways and distance to the nearest railway for each grid cell in Europe.

Usage

Railway_Intensity(EnvFile = ".env", NCores = 6L, DeleteProcessed = TRUE)

Arguments

EnvFile

Character. Path to the environment file containing paths to data sources. Defaults to .env.

NCores

Integer. Number of CPU cores to use for parallel processing. Default: 8.

DeleteProcessed

Logical indicating whether to delete the raw downloaded railways files after processing them. This helps to free large unnecessary file space (> 55 GB). Defaults to TRUE.

Value

NULL. Outputs processed files to the directories specified in the environment file.

Author

Ahmed El-Gabbas