Calculate railway intensity based on OpenStreetMap
data
Source: R/DWF_Railway_Intensity.R
Railway_Intensity.Rd
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.
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
.