gasparramoa / TrainStationsFloorPlans

An open-access repository of train station floor plans primarily covering Germany's Badden-Wuttermberg and Bavaria districts. The collection includes PNG and PDF formats for accessibility, particularly for individuals with visual impairments. Future expansions aim to include floor plans from additional European train stations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Train StationπŸš‰ Floor Plans Database

This repository is an open-access database of train station floor plans focused on Baden-Wuttemberg and Bavaria regions in Germany. It includes PDF and PNG formats of over 2800 train stations. The database aims to expand with floor plans from other European train stations, supporting transportation research and accessibility initiatives.

Nuremberg Railway station Nuremberg Main Railway train station. (Collected from the BEG database).

Background

This project aims to provide a valuable resource for individuals with visual impairments by making train station floor plans accessible through audio-tactile representations. By converting the floor plans into SVG format, we can create tactile representations that can be interpreted through touch and sound, allowing individuals with BVI to navigate train stations independently and safely.

Project workflow

Dataset Structure

The dataset is organized as follows:

root/
β”œβ”€β”€ Germany/
β”‚   β”œβ”€β”€ Baden-wuttermberg/
β”‚   β”‚   β”œβ”€β”€ station1/
β”‚   β”‚   β”‚   β”œβ”€β”€ station1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ station1.pdf
β”‚   β”‚   β”‚   └── ...
β”‚   β”‚   β”œβ”€β”€ station2/
β”‚   β”‚   β”‚   β”œβ”€β”€ station2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ station2.pdf
β”‚   β”‚   β”‚   └── ...
β”‚   β”‚   └── ...
β”‚   β”œβ”€β”€ Bavaria/
β”‚   β”‚   β”œβ”€β”€ station1/
β”‚   β”‚   β”‚   β”œβ”€β”€ station1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ station1.pdf
β”‚   β”‚   β”‚   └── ...
β”‚   β”‚   β”œβ”€β”€ station2/
β”‚   β”‚   β”‚   β”œβ”€β”€ station2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ station2.pdf
β”‚   β”‚   β”‚   └── ...
β”‚   β”‚   └── ...
β”‚   └── ...
└── ...

Our dataset is characterized by its diversity, encompassing a wide range of train stations with various architectural designs and layouts. Each train station has its own directory containing both PNG and PDF versions of the floor plans. As we continue expanding the database to include additional European train stations, the collection will further encompass a multitude of unique labels, representing the rich tapestry of railway infrastructure across the globe 🌍.

Nuremberg Railway station

Link dataset

To access the train station floor plans dataset, you can visit the following link: [Zenodo].

Once downloaded, ensure all split volumes (e.g., rootVolume.zip.001, rootVolume.zip.002, ..., rootVolume.zip.008) are in the same directory. Right-click on the first volume, rootVolume.zip.001, select "Extract Here" or "Extract to" and WinRAR will automatically handle the extraction of files from all volumes. After completion, the full dataset will be accessible in the destination directory.

August 2023 Version - 2831 train stations - 7.70 GB.

Contribution Guidelines

Contributions to this project are welcome! If you have floor plans for train stations in other European regions, please follow these steps to contribute:

  1. Fork the repository and create a new branch for your contributions.
  2. Create a directory structure similar to the existing format for the corresponding country and district.
  3. Add the floor plans in both PNG and PDF formats to the appropriate directory.
  4. Create a pull request with a clear description of the changes made.

Citation πŸ“ƒ

If you use this dataset, please cite [ACM paper]:

@inproceedings{10.1145/3594806.3594839,
author = {Ram\^{o}a, Gaspar and Moured, Omar and M\"{u}ller, Karin and Schwarz, Thorsten and Stiefelhagen, Rainer},
title = {Display and Use of Station Floor Plans on 2D Pin Matrix Displays for Blind and Visually Impaired People.},
year = {2023},
isbn = {9798400700699},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3594806.3594839},
doi = {10.1145/3594806.3594839},
booktitle = {Proceedings of the 16th International Conference on PErvasive Technologies Related to Assistive Environments},
pages = {254–258},
numpages = {5},
keywords = {train station floor plans, information access, user interface design, blind and visually impaired, 2d refreshable pin-matrix displays, audio-tactile user interface},
location = {Corfu, Greece},
series = {PETRA '23}
}

About

An open-access repository of train station floor plans primarily covering Germany's Badden-Wuttermberg and Bavaria districts. The collection includes PNG and PDF formats for accessibility, particularly for individuals with visual impairments. Future expansions aim to include floor plans from additional European train stations.