From 31fa16466a49c4fcc770498a2f1d366055abb521 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 9 Jan 2021 15:19:50 +0100 Subject: Use a consistent naming schema --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0e8a224..a132050 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,19 @@ Both Fahrzeuglexikon PDF and generated PNG/SVG/JSON files are Open Data. * [DB Fahrzeuglexikon License](https://data.deutschebahn.com/dataset/fahrzeuglexikon) * [PNG/SVG/JSON License](https://lib.finalrewind.org/dbdb/db_wagen/COPYING) + +## Naming Schema + +For standalone carriages (IC, IC2 Twindex), the filename is the wagon type. +E.g. "Bimmdzf.png" or "DBpza.png". + +For ICE 1, 2, 3 (model 407), 4, and T (model 415) trains, the filename uses +positions 5 through 9 of the UIC wagon number. E.g. for IC2 KISS wagon 93 85 4 +110 617-6: "41106.png". + +For ICE 3 model 403/406 and ICE T model 411, the filename uses UIC positions 5 +through 9, followed by a character indicating wether it is a series 1, series +2, or redesigned wagon. Example for a redesined ICE 3 (model 403) wagon: +"54037.r.png". + +ICE Metropolitan and the 7-carriage ICE 4 variant are not supported. -- cgit v1.2.3