Skip to content

Computes median driving time to Ischgl from each centroid of all German districts

License

Notifications You must be signed in to change notification settings

GStahn/driving_time_ischgl

Repository files navigation

Driving Time Calculation to Ischgl from German Districts

This repository contains scripts and datasets for calculating the median driving time by car from various German districts (NUTS-3) to Ischgl, Austria. The calculations are based on data from August 2020.

Files and Variables

Important Notes

  • The code is specifically tested for the territory status of all districts as of August 2020. Any changes to district boundaries or road networks before or after this period are not included in the calculations.
  • Due to potential changes in driving conditions, the median duration may differ if the calculations are executed on different days.

Scripts

  • Compute_dtime_ischgl.R: This R script calculates the median driving time to Ischgl from each German district (centroid).

Datasets

  • final_dataset_timestamp.rda: This is the final dataset produced by Compute_dtime_ischgl.R. It includes the following variables:

    • ID_K: Community Identification Number (Kreisschlüssel)
    • lon: Longitude of the district's centroid
    • lat: Latitude of the district's centroid
    • duration: Median driving time by car (in minutes)
    • duration_h: Median driving time by car (in hours)
    • timestamp: The date when the data was generated
  • final_dataset_timestamp.xlsx: An Excel export of the final_dataset_timestamp.rda dataset.

Prerequisites

If you wish to compute the driving times yourself, you will need to download the underlying shapefiles. The links to the necessary shapefiles are provided below:

Usage

To use the script, ensure that you have R installed and the required libraries.

About

Computes median driving time to Ischgl from each centroid of all German districts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages