From 412f526a8869ac2386ad55437487e3429b93c7db Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 18 Nov 2019 17:26:58 +0100 Subject: Add dutch stations (changes by Knuspel ) Squashed commit of the following: commit 6cb150c43c475a1498b04dd988f1a67dea9ad6ac Merge: a066b34 df55567 Author: Daniel Friesel Date: Mon Nov 18 17:26:11 2019 +0100 Merge branch 'master' of https://github.com/Knuspel/Travel-Status-DE-IRIS into Knuspel-master commit df5556765126db2381d0cc2dbf56297369e56f1d Author: Knuspel Date: Mon Nov 18 13:48:08 2019 +0100 finished adding dutch stations, all DB known are entered commit c9de6ce6954fa3f38c952579f02c7729a4675729 Author: Knuspel Date: Mon Nov 18 11:33:11 2019 +0100 Added further dutch stations commit 389efec977a320ec5d5c0fb4e77a5c59a039c951 Author: Knuspel Date: Mon Nov 18 11:32:08 2019 +0100 Set higher requirement for Slurp commit 8cd81225d0d79ee2b71d036931ab20a1f8d81eb6 Author: Knuspel Date: Mon Nov 18 00:08:10 2019 +0100 Fixed encoding to new format commit f0704084e0002721a6a240780bbf1aba81681291 Author: Knuspel Date: Sun Nov 17 22:43:02 2019 +0100 merged with upstream commit 96e03bd5f445aa1ff61674e5ccb55497cae993b2 Author: Knuspel Date: Sun Nov 17 22:42:30 2019 +0100 merged with upstream commit ef3de7195cc110c6f5abf8755c4567dc747509f1 Author: Knuspel Date: Sun Nov 17 13:16:31 2019 +0100 Added a few dutch stations with ds100 commit b31f7b7f08cb68fdee9ab522514fed180e2efeb0 Author: Daniel Friesel Date: Sun Nov 17 21:23:26 2019 +0100 convert readme to markdown commit 3d5499a38be0ab517adc1c0517288b4288c20ac8 Author: Daniel Friesel Date: Sun Nov 17 21:21:09 2019 +0100 add stations.csv to .gitignore commit 964dbc7c894fb35d9f358a6b2483d05e61c35a3c Author: Daniel Friesel Date: Sun Nov 17 21:20:55 2019 +0100 README: Add station list management howto commit 6cc81942ba48974177b817c4f2751a183f0c4061 Author: Daniel Friesel Date: Sun Nov 17 21:09:31 2019 +0100 add json2json (useful to re-gain canonical stations.json format) commit a49b0a70344323389fc72d108aa87858e4f9a330 Author: Daniel Friesel Date: Sun Nov 17 21:04:40 2019 +0100 csv2json: some input validation commit f5427ee94e8234caf256e4c4ac5f05667a242619 Author: Daniel Friesel Date: Sun Nov 17 20:58:53 2019 +0100 add csv2json and json2csv helpers for easier station list management commit 2217b1b1d79c47c66294f7ba234e24fe0d713326 Author: Daniel Friesel Date: Sun Nov 17 20:54:20 2019 +0100 stations.json: sort keys in canonical order commit 9393fa02c901819b8d934333183095b7828c89b9 Author: Moritz Schlarb Date: Sun Nov 17 16:06:54 2019 +0100 Remove duplicate entry for Milano Centrale in stations.json commit ff97c0f89b4d15ab4bd388826d2f7dfdd2122de2 Author: Daniel Friesel Date: Sun Nov 17 15:04:39 2019 +0100 Update build dependencies commit 2adf5c24afccd80da2856722044428c23905809f Author: Daniel Friesel Date: Sun Nov 17 15:01:14 2019 +0100 Automatically generate Stations.pm from share/stations.json commit a6ac2f535824fd8ec8f7ef284b9d7b52a377fec3 Author: Moritz Schlarb Date: Sun Nov 17 11:22:04 2019 +0000 Update Stations.pm Add Milano Centrale (XIMB, 8300046). Source: https://github.com/trainline-eu/stations/blob/master/stations.csv via https://public.opendatasoft.com/explore/dataset/european-train-stations/information/ commit 973a6404a4f68c8b6845c7b9c136af32eea91746 Author: Daniel Friesel Date: Sun Nov 17 10:30:08 2019 +0100 Changelog: Fix v1.35 date. Oops. commit 7dfdca523325bec7c92e62d312efae4b2be91d06 Author: Daniel Friesel Date: Sun Nov 17 10:27:53 2019 +0100 Release v1.35 commit 30bb95409a028ea0f40e791f67a1032b07cf89b8 Author: Knuspel Date: Sun Nov 17 21:41:17 2019 +0100 Added few stations and station.json4 commit 49b6e72064097b129d8cc1033d2968385bdcc205 Author: Knuspel Date: Sun Nov 17 21:34:51 2019 +0100 Added few stations and station.json commit 7af9f40ffebdc52abce9aade1b900643776769c8 Author: Knuspel Date: Sun Nov 17 21:04:15 2019 +0100 Added few stations and station.json commit 84dd15d5a28435794f9800e807bc2edd90544184 Author: Knuspel Date: Sun Nov 17 13:16:31 2019 +0100 Added a few dutch stations with ds100 --- Build.PL | 2 +- share/stations.json | 2675 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 2609 insertions(+), 68 deletions(-) diff --git a/Build.PL b/Build.PL index e431654..ede63f2 100644 --- a/Build.PL +++ b/Build.PL @@ -7,7 +7,7 @@ use Module::Build; Module::Build->new( build_requires => { - 'File::Slurp' => 0, + 'File::Slurp' => 9999.26, 'JSON' => 0, 'Test::Compile' => 0, 'Test::Fatal' => 0, diff --git a/share/stations.json b/share/stations.json index 6524a48..1535228 100644 --- a/share/stations.json +++ b/share/stations.json @@ -1769,6 +1769,15 @@ "name" : "Amsterdam Centraal", "uic" : 8400058 }, + { + "ds100" : "PNABH", + "latlong" : [ + 52.29844, + 6.7580556869507 + ], + "name" : "Amsterdam Holendrecht", + "uic" : 8400076 + }, { "ds100" : "ONAL", "latlong" : [ @@ -1796,6 +1805,15 @@ "name" : "Amsterdam RAI", "uic" : 8400056 }, + { + "ds100" : "PNABJ", + "latlong" : [ + 52.35526, + 6.7355556488037 + ], + "name" : "Amsterdam Science Park", + "uic" : 8400083 + }, { "ds100" : "XNAS", "latlong" : [ @@ -2111,6 +2129,24 @@ "name" : "Apeldoorn", "uic" : 8400066 }, + { + "ds100" : "PNAAQ", + "latlong" : [ + 52.205276489258, + 6.6875551 + ], + "name" : "Apeldoorn De Maten", + "uic" : 8400032 + }, + { + "ds100" : "PNAAR", + "latlong" : [ + 52.215278625488, + 6.6758332252502 + ], + "name" : "Apeldoorn Osseveld", + "uic" : 8400033 + }, { "ds100" : "AAPS", "latlong" : [ @@ -2309,6 +2345,15 @@ "name" : "Arnhem Velperpoort", "uic" : 8400072 }, + { + "ds100" : "PNAAN", + "latlong" : [ + 51.955001831055, + 6.60041 + ], + "name" : "Arnhem Zuid", + "uic" : 8400029 + }, { "ds100" : "XAAR", "latlong" : [ @@ -3898,7 +3943,10 @@ }, { "ds100" : "XNNS", - "latlong" : null, + "latlong" : [ + 53.1844, + 7.19937 + ], "name" : "Bad Nieuweschans", "uic" : 8400457 }, @@ -4622,6 +4670,15 @@ "name" : "Baden-Baden Rebland", "uic" : 8000775 }, + { + "ds100" : "ONBF", + "latlong" : [ + 53.3608969, + 6.5916666984558 + ], + "name" : "Baflo", + "uic" : 8400089 + }, { "ds100" : "BBG", "latlong" : [ @@ -4984,7 +5041,10 @@ }, { "ds100" : "XNBA", - "latlong" : null, + "latlong" : [ + 51.854721069336, + 6.5854178 + ], "name" : "Barendrecht", "uic" : 8400090 }, @@ -5042,6 +5102,33 @@ "name" : "Barmstedt Brunnenstr", "uic" : 8007069 }, + { + "ds100" : "ONBAC", + "latlong" : [ + 52.139999389648, + 6.5844445228577 + ], + "name" : "Barneveld Centrum", + "uic" : 8400091 + }, + { + "ds100" : "ONBAN", + "latlong" : [ + 52.161388397217, + 6.5786272287369 + ], + "name" : "Barneveld Noord", + "uic" : 8400092 + }, + { + "ds100" : "PNACA", + "latlong" : [ + 52.128853, + 6.5759947 + ], + "name" : "Barneveld Zuid", + "uic" : 8400115 + }, { "ds100" : "HBNF", "latlong" : [ @@ -5396,6 +5483,24 @@ "name" : "Bedburg-Hau", "uic" : 8000842 }, + { + "ds100" : "ONBD", + "latlong" : [ + 53.3068857, + 6.5752778053284 + ], + "name" : "Bedum", + "uic" : 8400094 + }, + { + "ds100" : "ONBE", + "latlong" : [ + 50.947498321533, + 6.5708332061768 + ], + "name" : "Beek-Elsloo", + "uic" : 8400096 + }, { "ds100" : "EBEE", "latlong" : [ @@ -5438,6 +5543,15 @@ "name" : "Beernem", "uic" : 8800302 }, + { + "ds100" : "ONBED", + "latlong" : [ + 51.899444580078, + 6.5696679 + ], + "name" : "Beesd", + "uic" : 8400097 + }, { "ds100" : "BBES", "latlong" : [ @@ -5474,6 +5588,15 @@ "name" : "Beienheim", "uic" : 8000851 }, + { + "ds100" : "ONBEL", + "latlong" : [ + 52.854721069336, + 6.5671364 + ], + "name" : "Beilen", + "uic" : 8400100 + }, { "ds100" : "LBEI", "latlong" : [ @@ -5848,7 +5971,10 @@ }, { "ds100" : "XNBZ", - "latlong" : null, + "latlong" : [ + 51.49388885498, + 6.5647220611572 + ], "name" : "Bergen op Zoom", "uic" : 8400108 }, @@ -7739,6 +7865,15 @@ "name" : "Besseringen", "uic" : 8000926 }, + { + "ds100" : "ONBT", + "latlong" : [ + 51.509998321533, + 6.5563172 + ], + "name" : "Best", + "uic" : 8400112 + }, { "ds100" : "BBST", "latlong" : [ @@ -7882,7 +8017,10 @@ }, { "ds100" : "XNBK", - "latlong" : null, + "latlong" : [ + 52.478332519531, + 6.5404 + ], "name" : "Beverwijk", "uic" : 8400113 }, @@ -8309,6 +8447,15 @@ "name" : "Bilten", "uic" : 8503224 }, + { + "ds100" : "ONBH", + "latlong" : [ + 52.130001068115, + 6.5211110115051 + ], + "name" : "Bilthoven", + "uic" : 8400114 + }, { "ds100" : "XTBKN", "latlong" : null, @@ -8818,7 +8965,10 @@ }, { "ds100" : "XNBL", - "latlong" : null, + "latlong" : [ + 51.372501373291, + 6.5202905 + ], "name" : "Blerick", "uic" : 8400117 }, @@ -8849,6 +8999,15 @@ "name" : "Blindheim", "uic" : 8001028 }, + { + "ds100" : "ONBLO", + "latlong" : [ + 52.404167175293, + 6.5202779769897 + ], + "name" : "Bloemendaal", + "uic" : 8400118 + }, { "ds100" : "XABL", "latlong" : [ @@ -9100,7 +9259,10 @@ }, { "ds100" : "XNBD", - "latlong" : null, + "latlong" : [ + 52.081390380859, + 6.5185581 + ], "name" : "Bodegraven", "uic" : 8400121 }, @@ -9610,7 +9772,10 @@ }, { "ds100" : "XNBO", - "latlong" : null, + "latlong" : [ + 52.298889160156, + 6.4736108779907 + ], "name" : "Borne(NL)", "uic" : 8400124 }, @@ -9644,6 +9809,24 @@ "name" : "Borup st", "uic" : 8600276 }, + { + "ds100" : "ONBOK", + "latlong" : [ + 52.077777862549, + 6.462 + ], + "name" : "Boskoop", + "uic" : 8400125 + }, + { + "ds100" : "PNBKS", + "latlong" : [ + 52.067658, + 6.458839 + ], + "name" : "Boskoop Snijdelwijk", + "uic" : 8400126 + }, { "ds100" : "XSBOH", "latlong" : [ @@ -9728,6 +9911,33 @@ "name" : "Bouzonville", "uic" : 8700333 }, + { + "ds100" : "PNABP", + "latlong" : [ + 51.832222, + 6.4492656 + ], + "name" : "Boven-Hardinxveld", + "uic" : 8400236 + }, + { + "ds100" : "XNBF", + "latlong" : [ + 52.696109771729, + 6.4263887405395 + ], + "name" : "Bovenkarspel Flora", + "uic" : 8400230 + }, + { + "ds100" : "XNBG", + "latlong" : [ + 52.694999694824, + 6.42027759552 + ], + "name" : "Bovenkarspel-Grootebroek", + "uic" : 8400127 + }, { "ds100" : "TBOX", "latlong" : [ @@ -9737,6 +9947,24 @@ "name" : "Boxberg-Wölchingen", "uic" : 8001111 }, + { + "ds100" : "ONBM", + "latlong" : [ + 51.644521767653, + 6.4158334732056 + ], + "name" : "Boxmeer", + "uic" : 8400128 + }, + { + "ds100" : "ONBX", + "latlong" : [ + 51.58433, + 6.4062361 + ], + "name" : "Boxtel", + "uic" : 8400129 + }, { "ds100" : "EBRB", "latlong" : [ @@ -9988,10 +10216,22 @@ }, { "ds100" : "XNBR", - "latlong" : null, + "latlong" : [ + 51.595554351807, + 6.3642466 + ], "name" : "Breda", "uic" : 8400131 }, + { + "ds100" : "ONBRP", + "latlong" : [ + 51.606388092041, + 6.3486 + ], + "name" : "Breda-Prinsenbeek", + "uic" : 8400132 + }, { "ds100" : "WBDN", "latlong" : [ @@ -10532,6 +10772,15 @@ "name" : "Bretzfeld", "uic" : 8001178 }, + { + "ds100" : "ONBRU", + "latlong" : [ + 52.17149, + 6.3170457 + ], + "name" : "Breukelen", + "uic" : 8400133 + }, { "ds100" : "KBRY", "latlong" : [ @@ -10892,6 +11141,15 @@ "name" : "Brumath", "uic" : 8700294 }, + { + "ds100" : "ONBRM", + "latlong" : [ + 52.091110229492, + 6.3097786903381 + ], + "name" : "Brummen", + "uic" : 8400136 + }, { "ds100" : "LBRP", "latlong" : [ @@ -11266,7 +11524,10 @@ }, { "ds100" : "XNBP", - "latlong" : null, + "latlong" : [ + 53.2564547, + 6.2962148 + ], "name" : "Buitenpost", "uic" : 8400139 }, @@ -11294,6 +11555,15 @@ "name" : "Bully-Grenay", "uic" : 8700334 }, + { + "ds100" : "ONBU", + "latlong" : [ + 50.896945953369, + 6.2775001525879 + ], + "name" : "Bunde", + "uic" : 8400140 + }, { "ds100" : "SBTR", "latlong" : [ @@ -11303,6 +11573,15 @@ "name" : "Bundenthal-Rumbach", "uic" : 8079087 }, + { + "ds100" : "ONBUK", + "latlong" : [ + 52.063056945801, + 6.2598521 + ], + "name" : "Bunnik", + "uic" : 8400141 + }, { "ds100" : "SSHI", "latlong" : [ @@ -11642,6 +11921,15 @@ "name" : "Bussnang", "uic" : 8506190 }, + { + "ds100" : "ONBUZ", + "latlong" : [ + 52.26583480835, + 6.25861120224 + ], + "name" : "Bussum Zuid", + "uic" : 8400145 + }, { "ds100" : "XIBU", "latlong" : null, @@ -12344,6 +12632,15 @@ "name" : "Cannes-la-Bocca", "uic" : 8700911 }, + { + "ds100" : "ONCS", + "latlong" : [ + 51.954166412354, + 6.2211112976074 + ], + "name" : "Capelle Schollevaar", + "uic" : 8400147 + }, { "ds100" : "ECP", "latlong" : [ @@ -12440,6 +12737,15 @@ "name" : "Castione-Arbedo", "uic" : 8505212 }, + { + "ds100" : "ONCC", + "latlong" : [ + 52.545833587646, + 6.2144446372986 + ], + "name" : "Castricum", + "uic" : 8400151 + }, { "ds100" : "ECA", "latlong" : [ @@ -12968,6 +13274,15 @@ "name" : "Cherbourg", "uic" : 8700227 }, + { + "ds100" : "ONCH", + "latlong" : [ + 50.876110076904, + 6.213844 + ], + "name" : "Chevremont(NL)", + "uic" : 8400152 + }, { "ds100" : "XSCH", "latlong" : [ @@ -13180,7 +13495,10 @@ }, { "ds100" : "XNCV", - "latlong" : null, + "latlong" : [ + 52.663612365723, + 6.1975002288818 + ], "name" : "Coevorden", "uic" : 8400153 }, @@ -13478,6 +13796,24 @@ "name" : "Crossen a d Elster", "uic" : 8010196 }, + { + "ds100" : "ONCK", + "latlong" : [ + 51.726682587905, + 6.1941666603088 + ], + "name" : "Cuijk", + "uic" : 8400155 + }, + { + "ds100" : "ONCU", + "latlong" : [ + 51.946666717529, + 6.1727776527405 + ], + "name" : "Culemborg", + "uic" : 8400154 + }, { "ds100" : "XFCU", "latlong" : null, @@ -13559,6 +13895,15 @@ "name" : "Daaden", "uic" : 8007077 }, + { + "ds100" : "ONDA", + "latlong" : [ + 52.4407702, + 6.1605553627014 + ], + "name" : "Daarlerveen", + "uic" : 8400164 + }, { "ds100" : "BDAB", "latlong" : [ @@ -13721,6 +14066,24 @@ "name" : "Dahn Süd", "uic" : 8079081 }, + { + "ds100" : "ONDAL", + "latlong" : [ + 52.69416809082, + 6.1550002098083 + ], + "name" : "Dalen(NL)", + "uic" : 8400161 + }, + { + "ds100" : "OND", + "latlong" : [ + 52.498332977295, + 6.1469445228577 + ], + "name" : "Dalfsen", + "uic" : 8400167 + }, { "ds100" : "KDAL", "latlong" : [ @@ -13955,6 +14318,15 @@ "name" : "Dax", "uic" : 8700043 }, + { + "ds100" : "ONDVI", + "latlong" : [ + 52.147220611572, + 6.1446496 + ], + "name" : "De Vink", + "uic" : 8400188 + }, { "ds100" : "XMD", "latlong" : null, @@ -14072,6 +14444,15 @@ "name" : "Deinste", "uic" : 8070349 }, + { + "ds100" : "ONDM", + "latlong" : [ + 53.1888115, + 6.14253 + ], + "name" : "Deinum", + "uic" : 8400168 + }, { "ds100" : "MDS", "latlong" : [ @@ -14092,22 +14473,49 @@ }, { "ds100" : "XNDD", - "latlong" : null, + "latlong" : [ + 52.259998321533, + 6.1405553817749 + ], "name" : "Delden", "uic" : 8400169 }, { "ds100" : "XNDT", - "latlong" : null, + "latlong" : [ + 52.00666809082, + 6.1324106 + ], "name" : "Delft", "uic" : 8400170 }, + { + "ds100" : "ONDTZ", + "latlong" : [ + 51.990833282471, + 6.1145557632446 + ], + "name" : "Delft Zuid", + "uic" : 8400166 + }, { "ds100" : "XNDZ", - "latlong" : null, + "latlong" : [ + 53.3336625, + 6.1130557060242 + ], "name" : "Delfzijl", "uic" : 8400171 }, + { + "ds100" : "ONDZW", + "latlong" : [ + 53.3320834, + 6.1030554771423 + ], + "name" : "Delfzijl West", + "uic" : 8400175 + }, { "ds100" : "LDLO", "latlong" : [ @@ -14195,6 +14603,15 @@ "name" : "Demmin", "uic" : 8011356 }, + { + "ds100" : "ONDD", + "latlong" : [ + 52.140277862549, + 6.0986108779907 + ], + "name" : "Den Dolder", + "uic" : 8400179 + }, { "ds100" : "XNDH", "latlong" : [ @@ -14240,12 +14657,33 @@ "name" : "Den Haag Moerwijk", "uic" : 8400279 }, + { + "ds100" : "PNAAO", + "latlong" : [ + 52.055278778076, + 6.0597224235535 + ], + "name" : "Den Haag Ypenburg", + "uic" : 8400030 + }, { "ds100" : "XNDL", - "latlong" : null, + "latlong" : [ + 52.955276489258, + 6.0574998855591 + ], "name" : "Den Helder", "uic" : 8400311 }, + { + "ds100" : "ONDLZ", + "latlong" : [ + 52.932498931885, + 6.05146 + ], + "name" : "Den Helder Zuid", + "uic" : 8400303 + }, { "ds100" : "XBDL", "latlong" : null, @@ -14483,6 +14921,15 @@ "name" : "Deuerling", "uic" : 8001430 }, + { + "ds100" : "ONDEU", + "latlong" : [ + 51.455833435059, + 6.0450000762939 + ], + "name" : "Deurne", + "uic" : 8400172 + }, { "ds100" : "EDEU", "latlong" : [ @@ -14509,10 +14956,22 @@ }, { "ds100" : "XNDV", - "latlong" : null, + "latlong" : [ + 52.257499694824, + 6.0422220230103 + ], "name" : "Deventer", "uic" : 8400173 }, + { + "ds100" : "ONDVC", + "latlong" : [ + 52.2502784729, + 6.03463 + ], + "name" : "Deventer Colmschate", + "uic" : 8400185 + }, { "ds100" : "XYDN", "latlong" : null, @@ -14525,6 +14984,15 @@ "name" : "Diano Marina", "uic" : 8300149 }, + { + "ds100" : "ONDI", + "latlong" : [ + 51.933502, + 6.03228 + ], + "name" : "Didam", + "uic" : 8400174 + }, { "ds100" : "NDIE", "latlong" : [ @@ -14561,6 +15029,24 @@ "name" : "Diedorf(Schwab)", "uic" : 8001439 }, + { + "ds100" : "ONDIM", + "latlong" : [ + 52.34515, + 6.0314 + ], + "name" : "Diemen", + "uic" : 8400165 + }, + { + "ds100" : "ONDIZ", + "latlong" : [ + 52.330276489258, + 6.02578 + ], + "name" : "Diemen Zuid", + "uic" : 8400163 + }, { "ds100" : "XFDM", "latlong" : null, @@ -14591,6 +15077,15 @@ "name" : "Diepholz", "uic" : 8001443 }, + { + "ds100" : "ONDIR", + "latlong" : [ + 52.044998168945, + 6.019166469574 + ], + "name" : "Dieren", + "uic" : 8400176 + }, { "ds100" : "KDI", "latlong" : [ @@ -14987,6 +15482,24 @@ "name" : "Doestrup(Soenderjylland) st", "uic" : 8600416 }, + { + "ds100" : "ONDO", + "latlong" : [ + 51.9585962, + 6.0147223472595 + ], + "name" : "Doetinchem", + "uic" : 8400177 + }, + { + "ds100" : "ONDOH", + "latlong" : [ + 51.9591413, + 6.0141777992248 + ], + "name" : "Doetinchem De Huet", + "uic" : 8400184 + }, { "ds100" : "RDRN", "latlong" : [ @@ -15187,10 +15700,31 @@ }, { "ds100" : "XNDO", - "latlong" : null, + "latlong" : [ + 51.807220458984, + 6.0044445991516 + ], "name" : "Dordrecht", "uic" : 8400180 }, + { + "ds100" : "ONDOS", + "latlong" : [ + 51.801944732666, + 6.0036110877991 + ], + "name" : "Dordrecht Stadspolders", + "uic" : 8400186 + }, + { + "ds100" : "ONDOZ", + "latlong" : [ + 51.790000915527, + 6.0025000572205 + ], + "name" : "Dordrecht Zuid", + "uic" : 8400181 + }, { "ds100" : "WMK", "latlong" : [ @@ -16133,6 +16667,24 @@ "name" : "Dreye", "uic" : 8001561 }, + { + "ds100" : "ONDZ", + "latlong" : [ + 52.065277099609, + 6.0005555152893 + ], + "name" : "Driebergen-Zeist", + "uic" : 8400182 + }, + { + "ds100" : "ONDR", + "latlong" : [ + 52.442501068115, + 5.99714 + ], + "name" : "Driehuis", + "uic" : 8400183 + }, { "ds100" : "LDM", "latlong" : [ @@ -16142,9 +16694,21 @@ "name" : "Drohndorf-Mehringen", "uic" : 8011433 }, + { + "ds100" : "ONDP", + "latlong" : [ + 53.1778086, + 5.9941668510437 + ], + "name" : "Dronryp", + "uic" : 8400192 + }, { "ds100" : "XNDR", - "latlong" : null, + "latlong" : [ + 52.5344, + 5.9886615 + ], "name" : "Dronten", "uic" : 8400198 }, @@ -16322,6 +16886,24 @@ "name" : "Duisburg-Wedau", "uic" : 8001612 }, + { + "ds100" : "ONDV", + "latlong" : [ + 51.943332672119, + 5.9802780151367 + ], + "name" : "Duiven", + "uic" : 8400193 + }, + { + "ds100" : "XNDU", + "latlong" : [ + 52.323333740234, + 5.9797382354736 + ], + "name" : "Duivendrecht", + "uic" : 8400194 + }, { "ds100" : "XNDU", "latlong" : null, @@ -17078,6 +17660,15 @@ "name" : "Eching", "uic" : 8001647 }, + { + "ds100" : "ONET", + "latlong" : [ + 51.100555419922, + 5.9749999046326 + ], + "name" : "Echt", + "uic" : 8400195 + }, { "ds100" : "TETD", "latlong" : [ @@ -17152,7 +17743,10 @@ }, { "ds100" : "XNE", - "latlong" : null, + "latlong" : [ + 52.043609619141, + 5.9702777862549 + ], "name" : "Ede Centrum", "uic" : 8400201 }, @@ -17164,7 +17758,10 @@ }, { "ds100" : "XNEW", - "latlong" : null, + "latlong" : [ + 52.027778625488, + 5.9695 + ], "name" : "Ede-Wageningen", "uic" : 8400200 }, @@ -17240,6 +17837,15 @@ "name" : "Edling", "uic" : 8001669 }, + { + "ds100" : "PNEHV", + "latlong" : [ + 53.458419, + 5.952222 + ], + "name" : "Eemshaven", + "uic" : 8400202 + }, { "ds100" : "UEFT", "latlong" : [ @@ -17648,6 +18254,15 @@ "name" : "Eickendorf", "uic" : 8011462 }, + { + "ds100" : "ONEJ", + "latlong" : [ + 50.771945953369, + 5.9438886642456 + ], + "name" : "Eijsden", + "uic" : 8400219 + }, { "ds100" : "LEG", "latlong" : [ @@ -17722,10 +18337,22 @@ }, { "ds100" : "XNEI", - "latlong" : null, + "latlong" : [ + 51.443332672119, + 5.9438886642456 + ], "name" : "Eindhoven", "uic" : 8400206 }, + { + "ds100" : "ONEIB", + "latlong" : [ + 51.451110839844, + 5.9390330314636 + ], + "name" : "Eindhoven Strijp-S", + "uic" : 8400196 + }, { "ds100" : "AEF", "latlong" : [ @@ -18113,6 +18740,15 @@ "name" : "Elsnigk(Anh)", "uic" : 8011484 }, + { + "ds100" : "XNEL", + "latlong" : [ + 51.916942596435, + 5.934543 + ], + "name" : "Elst", + "uic" : 8400207 + }, { "ds100" : "BETN", "latlong" : [ @@ -18257,6 +18893,24 @@ "name" : "Emmelshausen", "uic" : 8001770 }, + { + "ds100" : "PNEZ", + "latlong" : [ + 52.748866374691, + 5.9302778244019 + ], + "name" : "Emmen Zuid", + "uic" : 8400407 + }, + { + "ds100" : "ONEM", + "latlong" : [ + 52.790000915527, + 5.9305553436279 + ], + "name" : "Emmen(NL)", + "uic" : 8400208 + }, { "ds100" : "XSEB", "latlong" : [ @@ -18449,6 +19103,15 @@ "name" : "Enkenbach", "uic" : 8000372 }, + { + "ds100" : "XNEK", + "latlong" : [ + 52.699165344238, + 5.92479 + ], + "name" : "Enkhuizen", + "uic" : 8400210 + }, { "ds100" : "EENP", "latlong" : [ @@ -18469,16 +19132,31 @@ }, { "ds100" : "XNES", - "latlong" : null, + "latlong" : [ + 52.222499847412, + 5.9216666221619 + ], "name" : "Enschede", "uic" : 8400212 }, { "ds100" : "XNDE", - "latlong" : null, + "latlong" : [ + 52.221389770508, + 5.9194445610046 + ], "name" : "Enschede De Eschmarke", "uic" : 8400012 }, + { + "ds100" : "ONESD", + "latlong" : [ + 52.23749923706, + 5.9141664505005 + ], + "name" : "Enschede Kennispark", + "uic" : 8400213 + }, { "ds100" : "SEN", "latlong" : [ @@ -18932,6 +19610,15 @@ "name" : "Ermatingen URh", "uic" : 8506162 }, + { + "ds100" : "ONER", + "latlong" : [ + 52.301666259766, + 5.91309 + ], + "name" : "Ermelo", + "uic" : 8400216 + }, { "ds100" : "EEK", "latlong" : [ @@ -19553,6 +20240,15 @@ "name" : "Ettelbruck", "uic" : 8200120 }, + { + "ds100" : "ONEL", + "latlong" : [ + 51.57500076294, + 5.8991665840149 + ], + "name" : "Etten-Leur", + "uic" : 8400218 + }, { "ds100" : "UEH", "latlong" : [ @@ -19805,9 +20501,21 @@ "name" : "Eyach", "uic" : 8001946 }, + { + "ds100" : "ONEV", + "latlong" : [ + 50.890556335449, + 5.898056 + ], + "name" : "Eygelshoven", + "uic" : 8400338 + }, { "ds100" : "XNEM", - "latlong" : null, + "latlong" : [ + 50.896049819644, + 5.893611 + ], "name" : "Eygelshoven Markt", "uic" : 8400043 }, @@ -20024,6 +20732,15 @@ "name" : "Favoritepark", "uic" : 8001967 }, + { + "ds100" : "ONVWD", + "latlong" : [ + 53.2351834, + 5.9886615 + ], + "name" : "Feanwalden", + "uic" : 8400638 + }, { "ds100" : "XFFHL", "latlong" : null, @@ -20768,6 +21485,15 @@ "name" : "Fraipont", "uic" : 8800266 }, + { + "ds100" : "ONFR", + "latlong" : [ + 53.1824488, + 5.879133 + ], + "name" : "Franeker", + "uic" : 8400232 + }, { "ds100" : "FFRK", "latlong" : [ @@ -22478,6 +23204,15 @@ "name" : "Füssen", "uic" : 8002156 }, + { + "ds100" : "PNAAS", + "latlong" : [ + 51.93074, + 5.8788890838623 + ], + "name" : "Gaanderen", + "uic" : 8400034 + }, { "ds100" : "MGAL", "latlong" : [ @@ -23063,9 +23798,30 @@ "name" : "Geldern", "uic" : 8002222 }, + { + "ds100" : "ONGL", + "latlong" : [ + 51.419723510742, + 5.8742952346802 + ], + "name" : "Geldrop", + "uic" : 8400245 + }, + { + "ds100" : "ONLUO", + "latlong" : [ + 50.966945648193, + 5.8722224235535 + ], + "name" : "Geleen Oost", + "uic" : 8400246 + }, { "ds100" : "XNLU", - "latlong" : null, + "latlong" : [ + 50.975555419922, + 5.8674998283386 + ], "name" : "Geleen-Lutterade", "uic" : 8400248 }, @@ -23762,6 +24518,15 @@ "name" : "Gildenhall", "uic" : 8011633 }, + { + "ds100" : "ONGR", + "latlong" : [ + 51.583610534668, + 5.8630557060242 + ], + "name" : "Gilze-Rijen", + "uic" : 8400251 + }, { "ds100" : "TGI", "latlong" : [ @@ -23863,7 +24628,10 @@ }, { "ds100" : "XNGB", - "latlong" : null, + "latlong" : [ + 52.218612670898, + 5.859686 + ], "name" : "Glanerbrug", "uic" : 8400011 }, @@ -24101,6 +24869,15 @@ "name" : "Goebelsmühle", "uic" : 8270480 }, + { + "ds100" : "ONG", + "latlong" : [ + 51.498054504395, + 5.8586111068726 + ], + "name" : "Goes", + "uic" : 8400253 + }, { "ds100" : "AGK", "latlong" : [ @@ -24245,6 +25022,15 @@ "name" : "Gondelsheim(Baden)", "uic" : 8002326 }, + { + "ds100" : "ONGO", + "latlong" : [ + 52.230278015137, + 5.8550000190735 + ], + "name" : "Goor", + "uic" : 8400254 + }, { "ds100" : "XSGO", "latlong" : [ @@ -24263,6 +25049,15 @@ "name" : "Gorgast", "uic" : 8011674 }, + { + "ds100" : "ONGN", + "latlong" : [ + 51.833889007568, + 5.8522224426269 + ], + "name" : "Gorinchem", + "uic" : 8400256 + }, { "ds100" : "XPGW", "latlong" : null, @@ -24358,10 +25153,22 @@ }, { "ds100" : "XNG", - "latlong" : null, + "latlong" : [ + 52.017501831055, + 5.8519444465637 + ], "name" : "Gouda", "uic" : 8400258 }, + { + "ds100" : "ONGG", + "latlong" : [ + 52.014999389648, + 5.850529 + ], + "name" : "Gouda Goverwelle", + "uic" : 8400257 + }, { "ds100" : "XBGY", "latlong" : null, @@ -24536,6 +25343,15 @@ "name" : "Grambow", "uic" : 8011689 }, + { + "ds100" : "ONGRA", + "latlong" : [ + 52.60916519165, + 5.843611240387 + ], + "name" : "Gramsbergen", + "uic" : 8400259 + }, { "ds100" : "XEGR", "latlong" : null, @@ -24791,6 +25607,15 @@ "name" : "Grießen(Baden)", "uic" : 8002373 }, + { + "ds100" : "ONGI", + "latlong" : [ + 53.255740325573, + 5.8430557250977 + ], + "name" : "Grijpskerk", + "uic" : 8400267 + }, { "ds100" : "LGRI", "latlong" : [ @@ -24860,6 +25685,15 @@ "name" : "Groningen", "uic" : 8400263 }, + { + "ds100" : "PNABA", + "latlong" : [ + 53.20480027, + 5.8400001525879 + ], + "name" : "Groningen Europapark", + "uic" : 8400042 + }, { "ds100" : "ONGRN", "latlong" : [ @@ -24878,6 +25712,15 @@ "name" : "Gronsdorf", "uic" : 8002383 }, + { + "ds100" : "ONGRI", + "latlong" : [ + 53.088890075684, + 5.8247222900391 + ], + "name" : "Grou-Jirnsum", + "uic" : 8400266 + }, { "ds100" : "LGRL", "latlong" : [ @@ -26239,7 +27082,10 @@ }, { "ds100" : "XNHE", - "latlong" : null, + "latlong" : [ + 52.38777923584, + 5.8225002288818 + ], "name" : "Haarlem", "uic" : 8400285 }, @@ -26660,6 +27506,15 @@ "name" : "Halfing", "uic" : 8070801 }, + { + "ds100" : "PNHWZ", + "latlong" : [ + 52.385935, + 4.747165 + ], + "name" : "Halfweg-Zwanenburg", + "uic" : 8400400 + }, { "ds100" : "FKMBS", "latlong" : null, @@ -27977,6 +28832,24 @@ "name" : "Hardegsen", "uic" : 8002594 }, + { + "ds100" : "ONH", + "latlong" : [ + 52.572776794434, + 5.7936110496521 + ], + "name" : "Hardenberg", + "uic" : 8400293 + }, + { + "ds100" : "ONHAW", + "latlong" : [ + 52.337501525879, + 5.7922220230103 + ], + "name" : "Harderwijk", + "uic" : 8400294 + }, { "ds100" : "NHHF", "latlong" : [ @@ -27986,6 +28859,24 @@ "name" : "Hardhof", "uic" : 8002596 }, + { + "ds100" : "PNABU", + "latlong" : [ + 51.82944, + 5.7888889312744 + ], + "name" : "Hardinxveld Blauwe Zoom", + "uic" : 8400438 + }, + { + "ds100" : "ONHAG", + "latlong" : [ + 51.830554962158, + 5.7866668701172 + ], + "name" : "Hardinxveld-Giessendam", + "uic" : 8400295 + }, { "ds100" : "HHAR", "latlong" : [ @@ -27995,12 +28886,30 @@ "name" : "Haren(Ems)", "uic" : 8002598 }, + { + "ds100" : "ONHAR", + "latlong" : [ + 53.176109313965, + 5.7852778434753 + ], + "name" : "Haren(NL)", + "uic" : 8400297 + }, { "ds100" : "HHLE", "latlong" : null, "name" : "Harlesiel", "uic" : 8002600 }, + { + "ds100" : "ONHA", + "latlong" : [ + 53.1704205, + 5.7366666793823 + ], + "name" : "Harlingen(NL)", + "uic" : 8400296 + }, { "ds100" : "UH", "latlong" : [ @@ -28595,6 +29504,24 @@ "name" : "Hedersleben-Wedderstedt", "uic" : 8011838 }, + { + "ds100" : "ONHK", + "latlong" : [ + 52.495277404785, + 5.7281572 + ], + "name" : "Heemskerk", + "uic" : 8400317 + }, + { + "ds100" : "ONHSA", + "latlong" : [ + 52.35916519165, + 5.7228408 + ], + "name" : "Heemstede-Aerdenhout", + "uic" : 8400302 + }, { "ds100" : "XSHR", "latlong" : [ @@ -28606,16 +29533,40 @@ }, { "ds100" : "XNHR", - "latlong" : null, + "latlong" : [ + 52.961387634277, + 5.72089 + ], "name" : "Heerenveen", "uic" : 8400305 }, + { + "ds100" : "ONHGV", + "latlong" : [ + 52.669723510742, + 5.7172222137451 + ], + "name" : "Heerhugowaard", + "uic" : 8400306 + }, { "ds100" : "XNH", - "latlong" : null, + "latlong" : [ + 50.89083480835, + 5.7131996 + ], "name" : "Heerlen", "uic" : 8400307 }, + { + "ds100" : "PNABM", + "latlong" : [ + 50.896667, + 5.710000038147 + ], + "name" : "Heerlen Woonboulevard", + "uic" : 8400087 + }, { "ds100" : "EHE P", "latlong" : [ @@ -28625,6 +29576,15 @@ "name" : "Heessen", "uic" : 8002680 }, + { + "ds100" : "ONHEZ", + "latlong" : [ + 51.384998321533, + 5.7055554389954 + ], + "name" : "Heeze", + "uic" : 8400308 + }, { "ds100" : "FKHBS", "latlong" : null, @@ -29054,6 +30014,15 @@ "name" : "Heiligenstein(Pfalz)", "uic" : 8002704 }, + { + "ds100" : "ONHEL", + "latlong" : [ + 52.599445343018, + 5.7036108970642 + ], + "name" : "Heiloo", + "uic" : 8400309 + }, { "ds100" : "NHE", "latlong" : [ @@ -29126,6 +30095,15 @@ "name" : "Heinebach", "uic" : 8002716 }, + { + "ds100" : "ONHEN", + "latlong" : [ + 52.427223205566, + 5.70177 + ], + "name" : "Heino", + "uic" : 8400310 + }, { "ds100" : "FKNZH", "latlong" : null, @@ -29260,10 +30238,40 @@ }, { "ds100" : "XNHM", - "latlong" : null, + "latlong" : [ + 51.475555419922, + 5.6737254 + ], "name" : "Helmond", "uic" : 8400313 }, + { + "ds100" : "ONHMH", + "latlong" : [ + 51.46794, + 5.6730556488037 + ], + "name" : "Helmond 't Hout", + "uic" : 8400300 + }, + { + "ds100" : "PNAAT", + "latlong" : [ + 51.462223052979, + 5.668333530426 + ], + "name" : "Helmond Brandevoort", + "uic" : 8400035 + }, + { + "ds100" : "ONHMB", + "latlong" : [ + 51.47068, + 5.6631808 + ], + "name" : "Helmond Brouwhuis", + "uic" : 8400299 + }, { "ds100" : "DHLF", "latlong" : [ @@ -29309,6 +30317,15 @@ "name" : "Helpup", "uic" : 8002737 }, + { + "ds100" : "ONHDW", + "latlong" : [ + 51.9222129, + 5.6619443893433 + ], + "name" : "Hemmen-Dodewaard", + "uic" : 8400315 + }, { "ds100" : "EHMD", "latlong" : [ @@ -30217,7 +31234,10 @@ }, { "ds100" : "XNHO", - "latlong" : null, + "latlong" : [ + 52.302501678467, + 5.6347411 + ], "name" : "Hillegom", "uic" : 8400005 }, @@ -30259,13 +31279,28 @@ }, { "ds100" : "XNHI", - "latlong" : null, + "latlong" : [ + 52.225833892822, + 5.63085 + ], "name" : "Hilversum", "uic" : 8400322 }, { - "ds100" : "XNHIS", - "latlong" : null, + "ds100" : "ONHSN", + "latlong" : [ + 52.238056182861, + 5.6303429603577 + ], + "name" : "Hilversum Media Park", + "uic" : 8400324 + }, + { + "ds100" : " XNHIS", + "latlong" : [ + 52.216110229492, + 5.1872220039368 + ], "name" : "Hilversum Sportpark", "uic" : 8400570 }, @@ -30296,6 +31331,15 @@ "name" : "Himmelstadt", "uic" : 8002845 }, + { + "ds100" : "ONHI", + "latlong" : [ + 52.9464903, + 5.619722366333 + ], + "name" : "Hindeloopen", + "uic" : 8400323 + }, { "ds100" : "MHRS", "latlong" : [ @@ -30605,6 +31649,24 @@ "name" : "Hoeje Taastrup st", "uic" : 8601031 }, + { + "ds100" : "ONHBK", + "latlong" : [ + 50.905555725098, + 5.6160801 + ], + "name" : "Hoensbroek", + "uic" : 8400326 + }, + { + "ds100" : "PNHLK", + "latlong" : [ + 52.16652, + 5.45718 + ], + "name" : "Hoevelaken", + "uic" : 8400490 + }, { "ds100" : "NHO", "latlong" : [ @@ -30947,6 +32009,15 @@ "name" : "Holdorf(Oldb)", "uic" : 8002962 }, + { + "ds100" : "ONHLR", + "latlong" : [ + 52.17777633667, + 5.6072220802307 + ], + "name" : "Hollandsche Rading", + "uic" : 8400327 + }, { "ds100" : "FKHST", "latlong" : null, @@ -30977,6 +32048,15 @@ "name" : "Holstentherme", "uic" : 8007203 }, + { + "ds100" : "ONHO", + "latlong" : [ + 52.283889770508, + 5.60246 + ], + "name" : "Holten", + "uic" : 8400328 + }, { "ds100" : "HHOL", "latlong" : [ @@ -31138,22 +32218,58 @@ }, { "ds100" : "XNHD", - "latlong" : null, + "latlong" : [ + 52.293334960938, + 5.5980553627014 + ], "name" : "Hoofddorp", "uic" : 8400332 }, { "ds100" : "XNHG", - "latlong" : null, + "latlong" : [ + 52.733890533447, + 5.590277671814 + ], "name" : "Hoogeveen", "uic" : 8400330 }, { "ds100" : "XNHS", - "latlong" : null, + "latlong" : [ + 53.159818131676, + 5.5833465 + ], "name" : "Hoogezand-Sappemeer", "uic" : 8400331 }, + { + "ds100" : "XNHGK", + "latlong" : [ + 52.69055557251, + 5.5783333778381 + ], + "name" : "Hoogkarspel", + "uic" : 8400334 + }, + { + "ds100" : "XNHOR", + "latlong" : [ + 52.644721984863, + 5.5752778053284 + ], + "name" : "Hoorn", + "uic" : 8400337 + }, + { + "ds100" : "XNHOK", + "latlong" : [ + 52.653610229492, + 5.5738887786865 + ], + "name" : "Hoorn Kersenboogerd", + "uic" : 8400336 + }, { "ds100" : "XAHG", "latlong" : null, @@ -31373,6 +32489,15 @@ "name" : "Horst(Holst)", "uic" : 8003003 }, + { + "ds100" : "ONHSM", + "latlong" : [ + 51.426387786865, + 5.5694446563721 + ], + "name" : "Horst-Sevenum", + "uic" : 8400339 + }, { "ds100" : "BHC", "latlong" : [ @@ -31382,6 +32507,33 @@ "name" : "Hosena", "uic" : 8010171 }, + { + "ds100" : "ONHT", + "latlong" : [ + 52.03402, + 5.5505557060242 + ], + "name" : "Houten", + "uic" : 8400340 + }, + { + "ds100" : "PNSHC", + "latlong" : [ + 52.01701, + 5.548611164093 + ], + "name" : "Houten Castellum", + "uic" : 8400010 + }, + { + "ds100" : "ONHSG", + "latlong" : [ + 50.873332977295, + 5.5483094 + ], + "name" : "Houthem-St. Gerlach", + "uic" : 8400341 + }, { "ds100" : "BHW", "latlong" : [ @@ -31553,6 +32705,15 @@ "name" : "Huntlosen", "uic" : 8003030 }, + { + "ds100" : "ONHG", + "latlong" : [ + 53.2187783, + 5.5322222709656 + ], + "name" : "Hurdegaryp", + "uic" : 8400292 + }, { "ds100" : "AY", "latlong" : [ @@ -31994,6 +33155,15 @@ "name" : "Hüttingen", "uic" : 8003021 }, + { + "ds100" : "ONLJ", + "latlong" : [ + 53.0146614, + 5.6160801 + ], + "name" : "IJlst", + "uic" : 8400722 + }, { "ds100" : "RIB", "latlong" : [ @@ -33572,9 +34742,21 @@ "name" : "Kamp-Bornhofen", "uic" : 8003170 }, + { + "ds100" : "ONK", + "latlong" : [ + 52.559722900391, + 5.5055556297302 + ], + "name" : "Kampen (NL)", + "uic" : 8400353 + }, { "ds100" : "XNKM", - "latlong" : null, + "latlong" : [ + 52.5331, + 5.4938888549805 + ], "name" : "Kampen Zuid", "uic" : 8400360 }, @@ -33614,6 +34796,15 @@ "name" : "Kanzem", "uic" : 8003173 }, + { + "ds100" : "ONKA", + "latlong" : [ + 51.480834960938, + 5.4813890457153 + ], + "name" : "Kapelle-Biezelinge", + "uic" : 8400354 + }, { "ds100" : "RKPD", "latlong" : [ @@ -34325,6 +35516,15 @@ "name" : "Kerkerbach", "uic" : 8003235 }, + { + "ds100" : "ONKD", + "latlong" : [ + 50.861667633057, + 5.4727778434753 + ], + "name" : "Kerkrade Centrum", + "uic" : 8400355 + }, { "ds100" : "BKE", "latlong" : [ @@ -34354,7 +35554,10 @@ }, { "ds100" : "XNKE", - "latlong" : null, + "latlong" : [ + 51.9313869, + 5.45718 + ], "name" : "Kesteren", "uic" : 8400359 }, @@ -34967,6 +36170,15 @@ "name" : "Klanxbüll", "uic" : 8003303 }, + { + "ds100" : "ONKL", + "latlong" : [ + 52.17805480957, + 5.4564285 + ], + "name" : "Klarenbeek", + "uic" : 8400361 + }, { "ds100" : "BKDF", "latlong" : [ @@ -35201,6 +36413,15 @@ "name" : "Klieken", "uic" : 8012040 }, + { + "ds100" : "ONKLR", + "latlong" : [ + 50.866390228271, + 5.4558334350586 + ], + "name" : "Klimmen-Ransdaal", + "uic" : 8400362 + }, { "ds100" : "BKG", "latlong" : [ @@ -35722,7 +36943,10 @@ }, { "ds100" : "XNKB", - "latlong" : null, + "latlong" : [ + 52.458610534668, + 5.4338889122009 + ], "name" : "Koog aan de Zaan", "uic" : 8400363 }, @@ -35843,12 +37067,30 @@ "name" : "Kottenheim", "uic" : 8003415 }, + { + "ds100" : "ONKOM", + "latlong" : [ + 52.9028197, + 5.4251932 + ], + "name" : "Koudum-Molkwerum", + "uic" : 8400366 + }, { "ds100" : "XTKO", "latlong" : null, "name" : "Kovarska", "uic" : 5401571 }, + { + "ds100" : "ONKR", + "latlong" : [ + 51.433334350586, + 5.423063 + ], + "name" : "Krabbendijke", + "uic" : 8400367 + }, { "ds100" : "UKR", "latlong" : [ @@ -36229,7 +37471,10 @@ }, { "ds100" : "XNKA", - "latlong" : null, + "latlong" : [ + 52.49511, + 5.4222221374512 + ], "name" : "Krommenie-Assendelft", "uic" : 8400368 }, @@ -36295,7 +37540,10 @@ }, { "ds100" : "XNKR", - "latlong" : null, + "latlong" : [ + 53.1617362, + 5.4112885 + ], "name" : "Kropswolde", "uic" : 8400369 }, @@ -36314,6 +37562,15 @@ "name" : "Kruft", "uic" : 8003455 }, + { + "ds100" : "ONKUY", + "latlong" : [ + 51.465000152588, + 5.4106913 + ], + "name" : "Kruiningen-Yerseke", + "uic" : 8400370 + }, { "ds100" : "MKRS", "latlong" : [ @@ -37369,7 +38626,10 @@ }, { "ds100" : "XNZLW", - "latlong" : null, + "latlong" : [ + 51.69111251831, + 5.4038887023926 + ], "name" : "Lage Zwaluwe", "uic" : 8400382 }, @@ -37561,8 +38821,11 @@ }, { "ds100" : "XNLG", - "latlong" : null, - "name" : "Landgraaf", + "latlong" : [ + 50.896389007568, + 6.019166469574 + ], + "name" : "Landgraaf ", "uic" : 8400548 }, { @@ -38051,6 +39314,15 @@ "name" : "Langweid(Lech)", "uic" : 8003560 }, + { + "ds100" : "PNACH", + "latlong" : [ + 52.042222, + 5.3891668319702 + ], + "name" : "Lansingerland-Zoetermeer", + "uic" : 8400135 + }, { "ds100" : "HLAT", "latlong" : [ @@ -38534,6 +39806,15 @@ "name" : "Leer(Ostfriesl)", "uic" : 8000225 }, + { + "ds100" : "ONLE", + "latlong" : [ + 51.894721984863, + 5.3705554008484 + ], + "name" : "Leerdam", + "uic" : 8400386 + }, { "ds100" : "HLST", "latlong" : [ @@ -38545,10 +39826,22 @@ }, { "ds100" : "XNLW", - "latlong" : null, + "latlong" : [ + 53.195835113525, + 5.3699998855591 + ], "name" : "Leeuwarden", "uic" : 8400387 }, + { + "ds100" : "ONLWC", + "latlong" : [ + 53.2021808, + 5.8422968 + ], + "name" : "Leeuwarden Camminghaburen", + "uic" : 8400389 + }, { "ds100" : "ELGD", "latlong" : [ @@ -38647,13 +39940,19 @@ }, { "ds100" : "XNL", - "latlong" : null, + "latlong" : [ + 52.166110992432, + 4.4816665649414 + ], "name" : "Leiden Centraal", "uic" : 8400390 }, { "ds100" : "XNLL", - "latlong" : null, + "latlong" : [ + 52.146945953369, + 5.31912 + ], "name" : "Leiden Lammenschans", "uic" : 8400384 }, @@ -39169,7 +40468,10 @@ }, { "ds100" : "XNLY", - "latlong" : null, + "latlong" : [ + 52.507778167725, + 5.4727778434753 + ], "name" : "Lelystad Centrum", "uic" : 8400394 }, @@ -39824,6 +41126,15 @@ "name" : "Lichtenthal", "uic" : 8003676 }, + { + "ds100" : "ONLI", + "latlong" : [ + 52.01188, + 6.59641 + ], + "name" : "Lichtenvoorde-Groenlo", + "uic" : 8400395 + }, { "ds100" : "FLIB", "latlong" : null, @@ -40268,6 +41579,15 @@ "name" : "Lochau-Hörbranz", "uic" : 8100124 }, + { + "ds100" : "ONLOC", + "latlong" : [ + 52.166667938232, + 6.4263887405395 + ], + "name" : "Lochem", + "uic" : 8400399 + }, { "ds100" : "MLCH", "latlong" : [ @@ -40406,6 +41726,15 @@ "name" : "Loppenhausen", "uic" : 8003749 }, + { + "ds100" : "ONLO", + "latlong" : [ + 53.3347145, + 6.7472625 + ], + "name" : "Loppersum", + "uic" : 8400403 + }, { "ds100" : "FLOR", "latlong" : [ @@ -40847,6 +42176,15 @@ "name" : "Lunestedt", "uic" : 8003799 }, + { + "ds100" : "ONLU", + "latlong" : [ + 52.085277557373, + 5.6244444847107 + ], + "name" : "Lunteren", + "uic" : 8400405 + }, { "ds100" : "XFLU", "latlong" : null, @@ -41474,6 +42812,33 @@ "name" : "Lützow", "uic" : 8012274 }, + { + "ds100" : "PNABN", + "latlong" : [ + 51.30376236035, + 5.2919445037842 + ], + "name" : "Maarheeze", + "uic" : 8400088 + }, + { + "ds100" : "ONMN", + "latlong" : [ + 52.064167022705, + 5.3699998855591 + ], + "name" : "Maarn", + "uic" : 8400417 + }, + { + "ds100" : "XNMS", + "latlong" : [ + 52.135276794434, + 5.0336112976074 + ], + "name" : "Maarssen", + "uic" : 8400419 + }, { "ds100" : "AMSB", "latlong" : [ @@ -42197,6 +43562,15 @@ "name" : "Manternach", "uic" : 8270690 }, + { + "ds100" : "ONMG", + "latlong" : [ + 53.1296368, + 5.7131996 + ], + "name" : "Mantgum", + "uic" : 8400427 + }, { "ds100" : "RMBO", "latlong" : [ @@ -42329,6 +43703,15 @@ "name" : "Maribor", "uic" : 7900006 }, + { + "ds100" : "ONMB", + "latlong" : [ + 52.50944519043, + 6.5752778053284 + ], + "name" : "Marienberg (NL)", + "uic" : 8400428 + }, { "ds100" : "DMG", "latlong" : null, @@ -42670,7 +44053,10 @@ }, { "ds100" : "XNMH", - "latlong" : null, + "latlong" : [ + 53.1607232, + 6.7402989 + ], "name" : "Martenshoek", "uic" : 8400430 }, @@ -43094,6 +44480,15 @@ "name" : "Meerbusch-Osterath", "uic" : 8004694 }, + { + "ds100" : "XNMES", + "latlong" : [ + 50.882879392551, + 5.7509994506836 + ], + "name" : "Meerssen", + "uic" : 8400434 + }, { "ds100" : "AMSS", "latlong" : [ @@ -43490,6 +44885,15 @@ "name" : "Menznau", "uic" : 8508297 }, + { + "ds100" : "ONMP", + "latlong" : [ + 52.69083404541, + 6.1975002288818 + ], + "name" : "Meppel", + "uic" : 8400435 + }, { "ds100" : "HMEP", "latlong" : [ @@ -43874,6 +45278,15 @@ "name" : "Michendorf", "uic" : 8010233 }, + { + "ds100" : "ONM", + "latlong" : [ + 51.494720458984, + 3.6172223091126 + ], + "name" : "Middelburg", + "uic" : 8400436 + }, { "ds100" : "XDMF", "latlong" : null, @@ -44420,6 +45833,15 @@ "name" : "Monzingen", "uic" : 8004080 }, + { + "ds100" : "PNABI", + "latlong" : [ + 51.766262, + 5.21764 + ], + "name" : "Mook Molenhoek", + "uic" : 8400077 + }, { "ds100" : "AMBH", "latlong" : [ @@ -46142,6 +47564,15 @@ "name" : "Müssen", "uic" : 8004177 }, + { + "ds100" : "ONN", + "latlong" : [ + 52.280277252197, + 5.1569442749023 + ], + "name" : "Naarden-Bussum", + "uic" : 8400452 + }, { "ds100" : "NNAB", "latlong" : [ @@ -48749,6 +50180,24 @@ "name" : "Nieuw Amsterdam", "uic" : 8400454 }, + { + "ds100" : "ONNV", + "latlong" : [ + 52.258888244629, + 4.6455554962158 + ], + "name" : "Nieuw Vennep", + "uic" : 8400460 + }, + { + "ds100" : "ONNW", + "latlong" : [ + 51.965278625488, + 4.6169443130493 + ], + "name" : "Nieuwerkerk a. d. IJssel", + "uic" : 8400455 + }, { "ds100" : "KNIV", "latlong" : [ @@ -48767,6 +50216,15 @@ "name" : "Nievern", "uic" : 8004435 }, + { + "ds100" : "ONNK", + "latlong" : [ + 52.222221374512, + 5.4938888549805 + ], + "name" : "Nijkerk", + "uic" : 8400469 + }, { "ds100" : "XNNM", "latlong" : [ @@ -48785,6 +50243,15 @@ "name" : "Nijmegen Dukenburg", "uic" : 8400475 }, + { + "ds100" : "PNABY", + "latlong" : [ + 51.8273, + 5.1819443702698 + ], + "name" : "Nijmegen Goffert", + "uic" : 8400109 + }, { "ds100" : "ONNMH", "latlong" : [ @@ -48794,6 +50261,24 @@ "name" : "Nijmegen Heyendaal", "uic" : 8400468 }, + { + "ds100" : "PNNL", + "latlong" : [ + 51.861811, + 5.1791667938232 + ], + "name" : "Nijmegen Lent", + "uic" : 8400016 + }, + { + "ds100" : "ONNVD", + "latlong" : [ + 52.366111, + 6.462 + ], + "name" : "Nijverdal", + "uic" : 8400472 + }, { "ds100" : "TNK", "latlong" : [ @@ -49274,6 +50759,24 @@ "name" : "Nufringen", "uic" : 8004490 }, + { + "ds100" : "ONNU", + "latlong" : [ + 52.370834350586, + 5.7852778434753 + ], + "name" : "Nunspeet", + "uic" : 8400466 + }, + { + "ds100" : "ONNUT", + "latlong" : [ + 50.919445037842, + 5.8927779197693 + ], + "name" : "Nuth", + "uic" : 8400467 + }, { "ds100" : "NNBS", "latlong" : [ @@ -50834,6 +52337,15 @@ "name" : "Ohlstadt", "uic" : 8004662 }, + { + "ds100" : "ONOI", + "latlong" : [ + 51.582221984863, + 5.1941666603088 + ], + "name" : "Oisterwijk", + "uic" : 8400482 + }, { "ds100" : "FOK", "latlong" : [ @@ -50978,6 +52490,15 @@ "name" : "Oldenzaal", "uic" : 8400483 }, + { + "ds100" : "XNOD", + "latlong" : [ + 52.30638885498, + 6.9347224235535 + ], + "name" : "Oldenzaal", + "uic" : 8400483 + }, { "ds100" : "XBOL", "latlong" : null, @@ -51023,6 +52544,15 @@ "name" : "Olsbrücken", "uic" : 8004677 }, + { + "ds100" : "ONOL", + "latlong" : [ + 52.334720611572, + 6.1130557060242 + ], + "name" : "Olst (NL)", + "uic" : 8400486 + }, { "ds100" : "XSOL", "latlong" : [ @@ -51034,7 +52564,10 @@ }, { "ds100" : "XNOM", - "latlong" : null, + "latlong" : [ + 52.50944519043, + 6.4158334732056 + ], "name" : "Ommen", "uic" : 8400487 }, @@ -51050,6 +52583,15 @@ "name" : "Oostende", "uic" : 8800030 }, + { + "ds100" : "ONOB", + "latlong" : [ + 51.994998931885, + 5.8400001525879 + ], + "name" : "Oosterbeek", + "uic" : 8400489 + }, { "ds100" : "XSZP", "latlong" : [ @@ -51059,6 +52601,15 @@ "name" : "Opfikon", "uic" : 8503340 }, + { + "ds100" : "ONOP", + "latlong" : [ + 51.9261615, + 5.6371145 + ], + "name" : "Opheusden", + "uic" : 8400494 + }, { "ds100" : "KOPL", "latlong" : [ @@ -51307,10 +52858,22 @@ }, { "ds100" : "XNO", - "latlong" : null, + "latlong" : [ + 51.765556335449, + 5.5322222709656 + ], "name" : "Oss", "uic" : 8400495 }, + { + "ds100" : "ONOSW", + "latlong" : [ + 51.758056640625, + 5.5055556297302 + ], + "name" : "Oss West", + "uic" : 8400496 + }, { "ds100" : "EBRO", "latlong" : [ @@ -51785,6 +53348,15 @@ "name" : "Otzing", "uic" : 8004738 }, + { + "ds100" : "ONOU", + "latlong" : [ + 51.587776184082, + 4.5333333015442 + ], + "name" : "Oudenbosch", + "uic" : 8400498 + }, { "ds100" : "XDOU", "latlong" : null, @@ -51811,7 +53383,10 @@ }, { "ds100" : "XNOV", - "latlong" : null, + "latlong" : [ + 52.391109466553, + 4.6061110496521 + ], "name" : "Overveen", "uic" : 8400501 }, @@ -53849,6 +55424,33 @@ "name" : "Pulsnitz Süd", "uic" : 8012686 }, + { + "ds100" : "ONPU", + "latlong" : [ + 52.50305557251, + 4.9536108970642 + ], + "name" : "Purmerend", + "uic" : 8400508 + }, + { + "ds100" : "ONPUO", + "latlong" : [ + 52.511390686035, + 4.9683332443237 + ], + "name" : "Purmerend Overwhere", + "uic" : 8400506 + }, + { + "ds100" : "PNABD", + "latlong" : [ + 52.496590632542, + 5.0511112213135 + ], + "name" : "Purmerend Weidevenne", + "uic" : 8400046 + }, { "ds100" : "XAPZ", "latlong" : null, @@ -53873,6 +55475,15 @@ "name" : "Putbus", "uic" : 8010401 }, + { + "ds100" : "ONPT", + "latlong" : [ + 52.264999389648, + 5.5752778053284 + ], + "name" : "Putten", + "uic" : 8400509 + }, { "ds100" : "APU", "latlong" : [ @@ -54125,6 +55736,15 @@ "name" : "Raaba", "uic" : 8100193 }, + { + "ds100" : "ONRA", + "latlong" : [ + 52.391666412354, + 6.2775001525879 + ], + "name" : "Raalte", + "uic" : 8400513 + }, { "ds100" : "DRAB", "latlong" : [ @@ -54686,6 +56306,15 @@ "name" : "Ravensburg", "uic" : 8004965 }, + { + "ds100" : "ONRAV", + "latlong" : [ + 51.794166564941, + 5.6358332633972 + ], + "name" : "Ravenstein", + "uic" : 8400515 + }, { "ds100" : "XIREC", "latlong" : null, @@ -55496,6 +57125,15 @@ "name" : "Reutte in Tirol Schulzentrum", "uic" : 8101912 }, + { + "ds100" : "ONRE", + "latlong" : [ + 51.28321916653, + 6.0789585113525 + ], + "name" : "Reuver", + "uic" : 8400518 + }, { "ds100" : "LRE", "latlong" : [ @@ -55523,6 +57161,15 @@ "name" : "Rheda-Wiedenbrück", "uic" : 8000315 }, + { + "ds100" : "ONRH", + "latlong" : [ + 52.0101, + 6.0314 + ], + "name" : "Rheden (NL)", + "uic" : 8400519 + }, { "ds100" : "KRBA", "latlong" : [ @@ -55676,6 +57323,15 @@ "name" : "Rheinzabern Rappengasse", "uic" : 8005071 }, + { + "ds100" : "ONRHN", + "latlong" : [ + 51.958610534668, + 5.5783333778381 + ], + "name" : "Rhenen", + "uic" : 8400517 + }, { "ds100" : "KRHE", "latlong" : [ @@ -55970,6 +57626,33 @@ "name" : "Riffelriß, Grainau", "uic" : 966907 }, + { + "ds100" : "ONRIS", + "latlong" : [ + 52.3122215271, + 6.5202779769897 + ], + "name" : "Rijssen", + "uic" : 8400538 + }, + { + "ds100" : "ONRIW", + "latlong" : [ + 52.039722442627, + 4.3191666603088 + ], + "name" : "Rijswijk", + "uic" : 8400505 + }, + { + "ds100" : "ONRIB", + "latlong" : [ + 51.422779083252, + 4.1611108779907 + ], + "name" : "Rilland-Bath", + "uic" : 8400521 + }, { "ds100" : "RRIM", "latlong" : [ @@ -56282,6 +57965,15 @@ "name" : "Roedekro st", "uic" : 8601996 }, + { + "ds100" : "XNRM", + "latlong" : [ + 51.193054199219, + 5.9941668510437 + ], + "name" : "Roermond", + "uic" : 8400523 + }, { "ds100" : "XFRSW", "latlong" : null, @@ -56516,6 +58208,15 @@ "name" : "Ronshausen", "uic" : 8005161 }, + { + "ds100" : "ONRS", + "latlong" : [ + 53.421262, + 6.7587 + ], + "name" : "Roodeschool", + "uic" : 8400525 + }, { "ds100" : "XLRT", "latlong" : null, @@ -56524,7 +58225,10 @@ }, { "ds100" : "XNRD", - "latlong" : null, + "latlong" : [ + 51.540279388428, + 4.4583334922791 + ], "name" : "Roosendaal", "uic" : 8400526 }, @@ -56654,6 +58358,15 @@ "name" : "Roskilde st", "uic" : 8602026 }, + { + "ds100" : "ONROS", + "latlong" : [ + 51.714721679688, + 5.3680553436279 + ], + "name" : "Rosmalen", + "uic" : 8400524 + }, { "ds100" : "WR", "latlong" : [ @@ -57347,6 +59060,15 @@ "name" : "Ruthenbeck", "uic" : 8012824 }, + { + "ds100" : "ONRU", + "latlong" : [ + 52.0810888, + 6.4492656 + ], + "name" : "Ruurlo", + "uic" : 8400537 + }, { "ds100" : "XTRY", "latlong" : null, @@ -58322,6 +60044,24 @@ "name" : "Sanssouci", "uic" : 8005289 }, + { + "ds100" : "ONSN", + "latlong" : [ + 52.43388748169, + 4.6325001716614 + ], + "name" : "Santpoort Noord", + "uic" : 8400543 + }, + { + "ds100" : "ONSZ", + "latlong" : [ + 52.419723510742, + 4.6313886642456 + ], + "name" : "Santpoort Zuid", + "uic" : 8400544 + }, { "ds100" : "XRXSJ", "latlong" : null, @@ -58330,7 +60070,10 @@ }, { "ds100" : "XNSO", - "latlong" : null, + "latlong" : [ + 53.1589183, + 6.7955648 + ], "name" : "Sappemeer Oost", "uic" : 8400545 }, @@ -58397,6 +60140,15 @@ "name" : "Sasbach am Kaiserstuhl", "uic" : 8007287 }, + { + "ds100" : "PNABS", + "latlong" : [ + 52.215278, + 4.8936109542847 + ], + "name" : "Sassenheim", + "uic" : 8400603 + }, { "ds100" : "ESAS", "latlong" : [ @@ -58472,6 +60224,15 @@ "name" : "Saumur Rive Droit", "uic" : 8704969 }, + { + "ds100" : "ONSAU", + "latlong" : [ + 53.29113, + 6.5404 + ], + "name" : "Sauwerd", + "uic" : 8400547 + }, { "ds100" : "XFSV", "latlong" : null, @@ -58532,6 +60293,15 @@ "name" : "Schaftlach", "uic" : 8005311 }, + { + "ds100" : "ONSG", + "latlong" : [ + 52.784442901611, + 4.8052778244019 + ], + "name" : "Schagen", + "uic" : 8400549 + }, { "ds100" : "RSAI", "latlong" : [ @@ -58669,7 +60439,10 @@ }, { "ds100" : "XNSE", - "latlong" : null, + "latlong" : [ + 53.1655362, + 6.9777775 + ], "name" : "Scheemda", "uic" : 8400551 }, @@ -58771,7 +60544,10 @@ }, { "ds100" : "XNSC", - "latlong" : null, + "latlong" : [ + 51.921243812803, + 4.4089937210083 + ], "name" : "Schiedam Centrum", "uic" : 8400553 }, @@ -58886,6 +60662,15 @@ "name" : "Schimborn", "uic" : 8007280 }, + { + "ds100" : "ONSIG", + "latlong" : [ + 50.856388092041, + 5.8722224235535 + ], + "name" : "Schin op Geul", + "uic" : 8400555 + }, { "ds100" : "XSSF", "latlong" : [ @@ -58895,9 +60680,21 @@ "name" : "Schindellegi-Feusisberg", "uic" : 8503285 }, + { + "ds100" : "ONSI", + "latlong" : [ + 50.939167022705, + 5.8744444847107 + ], + "name" : "Schinnen", + "uic" : 8400554 + }, { "ds100" : "XNSP", - "latlong" : null, + "latlong" : [ + 52.30944442749, + 4.7619442939758 + ], "name" : "Schiphol (Airport)", "uic" : 8400561 }, @@ -61519,7 +63316,10 @@ }, { "ds100" : "XNSI", - "latlong" : null, + "latlong" : [ + 51.001667022705, + 5.8586111068726 + ], "name" : "Sittard", "uic" : 8400564 }, @@ -61556,6 +63356,24 @@ "name" : "Slavonski Brod", "uic" : 7800015 }, + { + "ds100" : "ONSL", + "latlong" : [ + 51.829723358154, + 4.7783331871033 + ], + "name" : "Sliedrecht", + "uic" : 8400565 + }, + { + "ds100" : "PNABR", + "latlong" : [ + 51.829722, + 4.8111109733581 + ], + "name" : "Sliedrecht Baanhoek", + "uic" : 8400497 + }, { "ds100" : "XPSLB", "latlong" : null, @@ -61582,10 +63400,22 @@ }, { "ds100" : "XNSK", - "latlong" : null, + "latlong" : [ + 53.0328688, + 5.6523969 + ], "name" : "Sneek", "uic" : 8400566 }, + { + "ds100" : "ONSKN", + "latlong" : [ + 53.0409319, + 5.6631808 + ], + "name" : "Sneek Noord", + "uic" : 8400574 + }, { "ds100" : "ESOT", "latlong" : [ @@ -61595,6 +63425,33 @@ "name" : "Soest", "uic" : 8000076 }, + { + "ds100" : "ONSOZ", + "latlong" : [ + 52.165279388428, + 5.3030557632446 + ], + "name" : "Soest Zuid", + "uic" : 8400571 + }, + { + "ds100" : "ONSO", + "latlong" : [ + 52.173332214355, + 5.3099999427795 + ], + "name" : "Soest(NL)", + "uic" : 8400567 + }, + { + "ds100" : "ONSOK", + "latlong" : [ + 52.183612823486, + 5.3000001907349 + ], + "name" : "Soestdijk", + "uic" : 8400569 + }, { "ds100" : "DSOL", "latlong" : [ @@ -61949,6 +63806,15 @@ "name" : "Sparrieshoop", "uic" : 8007066 }, + { + "ds100" : "ONSP", + "latlong" : [ + 50.94327, + 5.850529 + ], + "name" : "Spaubeek", + "uic" : 8400572 + }, { "ds100" : "KSPA", "latlong" : [ @@ -62759,6 +64625,15 @@ "name" : "Staufen Süd", "uic" : 8007333 }, + { + "ds100" : "ONSVR", + "latlong" : [ + 52.8865535, + 5.3600212 + ], + "name" : "Stavoren", + "uic" : 8400575 + }, { "ds100" : "LSF", "latlong" : [ @@ -62795,9 +64670,21 @@ "name" : "Stederdorf(Kr Uelzen)", "uic" : 8005682 }, + { + "ds100" : "ONSTD", + "latlong" : [ + 53.3262092, + 6.6875551 + ], + "name" : "Stedum", + "uic" : 8400576 + }, { "ds100" : "XNSW", - "latlong" : null, + "latlong" : [ + 52.791510992432, + 6.1145557632446 + ], "name" : "Steenwijk", "uic" : 8400578 }, @@ -64279,7 +66166,10 @@ }, { "ds100" : "XNSU", - "latlong" : null, + "latlong" : [ + 51.061389923096, + 5.8630557060242 + ], "name" : "Susteren", "uic" : 8400582 }, @@ -64301,6 +66191,15 @@ "name" : "Svor", "uic" : 5400285 }, + { + "ds100" : "ONSW", + "latlong" : [ + 51.23582, + 6.03228 + ], + "name" : "Swalmen", + "uic" : 8400583 + }, { "ds100" : "XPSWB", "latlong" : null, @@ -64826,6 +66725,15 @@ "name" : "Tecknau", "uic" : 8500028 }, + { + "ds100" : "ONTE", + "latlong" : [ + 51.33894, + 6.14253 + ], + "name" : "Tegelen", + "uic" : 8400591 + }, { "ds100" : "MTE", "latlong" : [ @@ -64988,6 +66896,15 @@ "name" : "Teplice v Cechach", "uic" : 5400101 }, + { + "ds100" : "ONTBG", + "latlong" : [ + 51.9224549, + 6.3642466 + ], + "name" : "Terborg", + "uic" : 8400592 + }, { "ds100" : "XPTE", "latlong" : null, @@ -65363,6 +67280,24 @@ "name" : "Tieffenbach-Struth", "uic" : 8700529 }, + { + "ds100" : "ONTL", + "latlong" : [ + 51.889446258545, + 5.4222221374512 + ], + "name" : "Tiel", + "uic" : 8400596 + }, + { + "ds100" : "PNAAU", + "latlong" : [ + 51.873889923096, + 4.7208333015442 + ], + "name" : "Tiel Passewaaij", + "uic" : 8400036 + }, { "ds100" : "XBTI", "latlong" : null, @@ -65380,10 +67315,31 @@ }, { "ds100" : "XNT", - "latlong" : null, + "latlong" : [ + 51.560554504395, + 5.0836110115051 + ], "name" : "Tilburg", "uic" : 8400597 }, + { + "ds100" : "PNAAF", + "latlong" : [ + 51.573612213135, + 4.7044444084167 + ], + "name" : "Tilburg Reeshof", + "uic" : 8400021 + }, + { + "ds100" : "ONTW", + "latlong" : [ + 51.564998626709, + 5.0511112213135 + ], + "name" : "Tilburg Universiteit", + "uic" : 8400597 + }, { "ds100" : "ATIM", "latlong" : [ @@ -66101,6 +68057,15 @@ "name" : "Tutzing", "uic" : 8005927 }, + { + "ds100" : "PNAAV", + "latlong" : [ + 52.237777709961, + 4.7005553245544 + ], + "name" : "Twello", + "uic" : 8400037 + }, { "ds100" : "FTW", "latlong" : [ @@ -66409,10 +68374,31 @@ }, { "ds100" : "XNUI", - "latlong" : null, + "latlong" : [ + 52.521667480469, + 4.7016668319702 + ], "name" : "Uitgeest", "uic" : 8400615 }, + { + "ds100" : "ONUHZ", + "latlong" : [ + 53.4099568, + 6.6748869 + ], + "name" : "Uithuizen", + "uic" : 8400617 + }, + { + "ds100" : "ONUHM", + "latlong" : [ + 53.4145845, + 6.7202975 + ], + "name" : "Uithuizermeeden", + "uic" : 8400618 + }, { "ds100" : "DUL", "latlong" : null, @@ -67010,6 +68996,15 @@ "name" : "Uslar", "uic" : 8006041 }, + { + "ds100" : "ONUQT", + "latlong" : [ + 53.4014742, + 6.6093776 + ], + "name" : "Usquert", + "uic" : 8400619 + }, { "ds100" : "FUS", "latlong" : [ @@ -67064,6 +69059,15 @@ "name" : "Utrecht Lunetten", "uic" : 8400623 }, + { + "ds100" : "PNAAL", + "latlong" : [ + 52.087776184082, + 4.6577777862549 + ], + "name" : "Utrecht Maliebaan", + "uic" : 8400027 + }, { "ds100" : "ONUO", "latlong" : [ @@ -67073,15 +69077,33 @@ "name" : "Utrecht Overvecht", "uic" : 8400620 }, + { + "ds100" : "PNAAG", + "latlong" : [ + 52.1000753, + 4.6497220993042 + ], + "name" : "Utrecht Terwijde", + "uic" : 8400022 + }, { "ds100" : "PNUVR", "latlong" : [ 52.078889, - 5.121667 + 5.1216674 ], "name" : "Utrecht Vaartsche Rijn", "uic" : 8400606 }, + { + "ds100" : "PNAAX", + "latlong" : [ + 52.103055, + 4.6483335494995 + ], + "name" : "Utrecht Zuilen", + "uic" : 8400039 + }, { "ds100" : "MUTG", "latlong" : [ @@ -67220,6 +69242,15 @@ "name" : "Valenciennes", "uic" : 8700078 }, + { + "ds100" : "XNVB", + "latlong" : [ + 50.869720458984, + 5.8322219848633 + ], + "name" : "Valkenburg(NL)", + "uic" : 8400632 + }, { "ds100" : "XNVB", "latlong" : null, @@ -67298,6 +69329,15 @@ "name" : "Varnsdorf stare nadr", "uic" : 5456709 }, + { + "ds100" : "ONVS", + "latlong" : [ + 51.937257, + 6.458839 + ], + "name" : "Varsseveld", + "uic" : 8400635 + }, { "ds100" : "AVF", "latlong" : [ @@ -67343,12 +69383,48 @@ "name" : "Vechta-Stoppelmarkt", "uic" : 8087020 }, + { + "ds100" : "PNABO", + "latlong" : [ + 53.10324, + 4.6455554962158 + ], + "name" : "Veendam", + "uic" : 8400636 + }, + { + "ds100" : "ONVEC", + "latlong" : [ + 52.020000457764, + 5.548611164093 + ], + "name" : "Veenendaal Centrum", + "uic" : 8400627 + }, + { + "ds100" : "ONVEW", + "latlong" : [ + 52.028057098389, + 5.531388759613 + ], + "name" : "Veenendaal West", + "uic" : 8400628 + }, { "ds100" : "XNVK", "latlong" : null, "name" : "Veenendaal-De Klomp", "uic" : 8400637 }, + { + "ds100" : "XNVK", + "latlong" : [ + 52.045833587646, + 5.5738887786865 + ], + "name" : "Veenendaal-De Klomp", + "uic" : 8400637 + }, { "ds100" : "BVLZ", "latlong" : [ @@ -67487,6 +69563,15 @@ "name" : "Vellmar-Osterberg/EKZ", "uic" : 8006068 }, + { + "ds100" : "ONVL", + "latlong" : [ + 51.994720458984, + 5.9802780151367 + ], + "name" : "Velp", + "uic" : 8400640 + }, { "ds100" : "BVLT", "latlong" : [ @@ -67526,6 +69611,24 @@ "name" : "Venlo", "uic" : 8400644 }, + { + "ds100" : "XNVL", + "latlong" : [ + 51.363609313965, + 6.1727776527405 + ], + "name" : "Venlo", + "uic" : 8400644 + }, + { + "ds100" : "ONV", + "latlong" : [ + 51.526568099007, + 6.0141777992248 + ], + "name" : "Venray", + "uic" : 8400646 + }, { "ds100" : "XIVT", "latlong" : null, @@ -67703,6 +69806,15 @@ "name" : "Vierkirchen-Esterhofen", "uic" : 8001922 }, + { + "ds100" : "ONVI", + "latlong" : [ + 51.59193, + 5.99714 + ], + "name" : "Vierlingsbeek", + "uic" : 8400647 + }, { "ds100" : "UVU", "latlong" : [ @@ -67937,12 +70049,39 @@ "name" : "Vleuten", "uic" : 8400651 }, + { + "ds100" : "XNVT", + "latlong" : [ + 52.103054046631, + 5.0108332633972 + ], + "name" : "Vleuten", + "uic" : 8400651 + }, { "ds100" : "XNVI", "latlong" : null, "name" : "Vlissingen", "uic" : 8400652 }, + { + "ds100" : "XNVI", + "latlong" : [ + 51.445835113525, + 3.5952777862549 + ], + "name" : "Vlissingen", + "uic" : 8400652 + }, + { + "ds100" : "ONVIS", + "latlong" : [ + 51.464721679688, + 3.5952777862549 + ], + "name" : "Vlissingen Souburg", + "uic" : 8400653 + }, { "ds100" : "HVLO", "latlong" : [ @@ -67961,6 +70100,15 @@ "name" : "Voerde(Niederrhein)", "uic" : 8006098 }, + { + "ds100" : "ONVOD", + "latlong" : [ + 50.887222290039, + 5.9302778244019 + ], + "name" : "Voerendaal", + "uic" : 8400656 + }, { "ds100" : "WVOG", "latlong" : [ @@ -68087,6 +70235,51 @@ "name" : "Volpriehausen", "uic" : 8006112 }, + { + "ds100" : "ONVOB", + "latlong" : [ + 52.066665649414, + 4.3594446182251 + ], + "name" : "Voorburg", + "uic" : 8400658 + }, + { + "ds100" : "ONVOO", + "latlong" : [ + 52.224445343018, + 4.4844446182251 + ], + "name" : "Voorhout", + "uic" : 8400655 + }, + { + "ds100" : "ONVOS", + "latlong" : [ + 52.1252784729, + 4.4324998855591 + ], + "name" : "Voorschoten", + "uic" : 8400659 + }, + { + "ds100" : "PNAAW", + "latlong" : [ + 52.157501220703, + 4.5533332824707 + ], + "name" : "Voorst-Empe", + "uic" : 8400038 + }, + { + "ds100" : "ONVOR", + "latlong" : [ + 52.1071949, + 6.3170457 + ], + "name" : "Vorden", + "uic" : 8400661 + }, { "ds100" : "XDVB", "latlong" : null, @@ -68138,12 +70331,39 @@ "name" : "Voßloch", "uic" : 8007068 }, + { + "ds100" : "ONVZV", + "latlong" : [ + 52.40203, + 6.60041 + ], + "name" : "Vriezenveen", + "uic" : 8400664 + }, { "ds100" : "XDVM", "latlong" : null, "name" : "Vroegum st", "uic" : 8602914 }, + { + "ds100" : "ONVRH", + "latlong" : [ + 52.4571921, + 6.5696679 + ], + "name" : "Vroomshoop", + "uic" : 8400666 + }, + { + "ds100" : "ONVU", + "latlong" : [ + 51.655555725098, + 5.2919445037842 + ], + "name" : "Vught", + "uic" : 8400667 + }, { "ds100" : "XTVP", "latlong" : null, @@ -68285,6 +70505,33 @@ "name" : "Wackershofen", "uic" : 8006135 }, + { + "ds100" : "ONWA", + "latlong" : [ + 52.044166564941, + 4.6497220993042 + ], + "name" : "Waddinxveen", + "uic" : 8400675 + }, + { + "ds100" : "ONWAN", + "latlong" : [ + 52.055000305176, + 4.6483335494995 + ], + "name" : "Waddinxveen Noord", + "uic" : 8400674 + }, + { + "ds100" : "PNXTL", + "latlong" : [ + 52.02725, + 4.6491 + ], + "name" : "Waddinxveen Triangel", + "uic" : 8400677 + }, { "ds100" : "NWAF", "latlong" : [ @@ -68903,6 +71150,15 @@ "name" : "Warenshof", "uic" : 8013232 }, + { + "ds100" : "ONWAR", + "latlong" : [ + 53.3908431, + 6.5671364 + ], + "name" : "Warffum", + "uic" : 8400679 + }, { "ds100" : "DWAB", "latlong" : [ @@ -69221,6 +71477,15 @@ "name" : "Weert", "uic" : 8400684 }, + { + "ds100" : "XNWT", + "latlong" : [ + 51.248611450195, + 5.7036108970642 + ], + "name" : "Weert", + "uic" : 8400684 + }, { "ds100" : "DWSN", "latlong" : [ @@ -69236,6 +71501,15 @@ "name" : "Weesp", "uic" : 8400685 }, + { + "ds100" : "XNWS", + "latlong" : [ + 52.3127784729, + 5.0430555343628 + ], + "name" : "Weesp", + "uic" : 8400685 + }, { "ds100" : "HWEZ", "latlong" : [ @@ -69314,6 +71588,15 @@ "name" : "Wehdel", "uic" : 8007812 }, + { + "ds100" : "ONWEL", + "latlong" : [ + 51.9578065, + 6.213844 + ], + "name" : "Wehl", + "uic" : 8400686 + }, { "ds100" : "SWE", "latlong" : [ @@ -70514,6 +72797,15 @@ "name" : "Westerstetten", "uic" : 8006373 }, + { + "ds100" : "PNABT", + "latlong" : [ + 51.96286, + 4.4844446182251 + ], + "name" : "Westervoort", + "uic" : 8400688 + }, { "ds100" : "DWES", "latlong" : [ @@ -70613,6 +72905,15 @@ "name" : "Wetzlar", "uic" : 8000383 }, + { + "ds100" : "ONWEZ", + "latlong" : [ + 52.454166412354, + 6.0025000572205 + ], + "name" : "Wezep", + "uic" : 8400690 + }, { "ds100" : "MWS", "latlong" : [ @@ -70805,6 +73106,15 @@ "name" : "Wiener Straße, Kassel", "uic" : 711550 }, + { + "ds100" : "ONWID", + "latlong" : [ + 52.361389160156, + 6.5916666984558 + ], + "name" : "Wierden", + "uic" : 8400691 + }, { "ds100" : "HWRN", "latlong" : [ @@ -70985,6 +73295,24 @@ "name" : "Wiesthal", "uic" : 8006426 }, + { + "ds100" : "ONWCH", + "latlong" : [ + 51.811668395996, + 5.730833530426 + ], + "name" : "Wijchen", + "uic" : 8400710 + }, + { + "ds100" : "ONWIH", + "latlong" : [ + 52.390277862549, + 6.1405553817749 + ], + "name" : "Wijhe", + "uic" : 8400711 + }, { "ds100" : "XSWI", "latlong" : [ @@ -71402,6 +73730,15 @@ "name" : "Winschoten", "uic" : 8400696 }, + { + "ds100" : "XNWI", + "latlong" : [ + 53.1392377, + 7.035101 + ], + "name" : "Winschoten", + "uic" : 8400696 + }, { "ds100" : "AWI", "latlong" : [ @@ -71411,6 +73748,15 @@ "name" : "Winsen(Luhe)", "uic" : 8006484 }, + { + "ds100" : "ONWS", + "latlong" : [ + 53.3300994, + 6.5202905 + ], + "name" : "Winsum", + "uic" : 8400697 + }, { "ds100" : "TWIN", "latlong" : [ @@ -71453,6 +73799,24 @@ "name" : "Winterswijk", "uic" : 8400698 }, + { + "ds100" : "XNWW", + "latlong" : [ + 51.9677307, + 6.7155181 + ], + "name" : "Winterswijk", + "uic" : 8400698 + }, + { + "ds100" : "PNW", + "latlong" : [ + 51.97453, + 4.4324998855591 + ], + "name" : "Winterswijk West", + "uic" : 8400013 + }, { "ds100" : "XSWT", "latlong" : [ @@ -71708,6 +74072,15 @@ "name" : "Woerden", "uic" : 8400702 }, + { + "ds100" : "XNWO", + "latlong" : [ + 52.084999084473, + 4.8936109542847 + ], + "name" : "Woerden", + "uic" : 8400702 + }, { "ds100" : "UWOF", "latlong" : [ @@ -71813,6 +74186,15 @@ "name" : "Wolfhagen", "uic" : 8006549 }, + { + "ds100" : "ONWOH", + "latlong" : [ + 52.005554199219, + 5.7936110496521 + ], + "name" : "Wolfheze", + "uic" : 8400704 + }, { "ds100" : "MWO", "latlong" : [ @@ -71966,12 +74348,39 @@ "name" : "Woltwiesche", "uic" : 8006561 }, + { + "ds100" : "ONWOV", + "latlong" : [ + 52.880832672119, + 6.0036110877991 + ], + "name" : "Wolvega", + "uic" : 8400705 + }, + { + "ds100" : "ONWOK", + "latlong" : [ + 52.9724864, + 5.4564285 + ], + "name" : "Workum", + "uic" : 8400706 + }, { "ds100" : "XNWM", "latlong" : null, "name" : "Wormerveer", "uic" : 8400707 }, + { + "ds100" : "XNWM", + "latlong" : [ + 52.489166259766, + 4.7922220230103 + ], + "name" : "Wormerveer", + "uic" : 8400707 + }, { "ds100" : "FWOR", "latlong" : [ @@ -72686,9 +75095,30 @@ "name" : "ZOB, Duderstadt", "uic" : 860883 }, + { + "ds100" : "XNZAA", + "latlong" : [ + 52.438888549805, + 4.8136110305786 + ], + "name" : "Zaandam", + "uic" : 8400731 + }, + { + "ds100" : "XNZAA", + "latlong" : [ + 52.456665039062, + 4.8202776908875 + ], + "name" : "Zaandam Kogerveld", + "uic" : 8400728 + }, { "ds100" : "XNKZ", - "latlong" : null, + "latlong" : [ + 52.469165802002, + 4.3249998092651 + ], "name" : "Zaandijk Zaanse Schans", "uic" : 8400364 }, @@ -72752,12 +75182,30 @@ "name" : "Zaisenhausen", "uic" : 8006633 }, + { + "ds100" : "ONZAB", + "latlong" : [ + 51.80888748169, + 5.2633333206177 + ], + "name" : "Zaltbommel", + "uic" : 8400732 + }, { "ds100" : "XNZA", "latlong" : null, "name" : "Zandvoort aan Zee", "uic" : 8400733 }, + { + "ds100" : "XNZA", + "latlong" : [ + 52.3752784729, + 4.5327777862549 + ], + "name" : "Zandvoort aan Zee", + "uic" : 8400733 + }, { "ds100" : "NZA", "latlong" : [ @@ -73052,6 +75500,15 @@ "name" : "Zerrenthin", "uic" : 8013393 }, + { + "ds100" : "ONZEA", + "latlong" : [ + 51.920056, + 5.7228408 + ], + "name" : "Zetten-Andelst", + "uic" : 8400734 + }, { "ds100" : "XFZ", "latlong" : null, @@ -73118,6 +75575,24 @@ "name" : "Zevenaar", "uic" : 8400735 }, + { + "ds100" : "XNZV", + "latlong" : [ + 51.923053741455, + 6.0719442367554 + ], + "name" : "Zevenaar", + "uic" : 8400735 + }, + { + "ds100" : "ONZEB", + "latlong" : [ + 51.64042, + 4.60904 + ], + "name" : "Zevenbergen", + "uic" : 8400737 + }, { "ds100" : "XPZG", "latlong" : null, @@ -73358,6 +75833,24 @@ "name" : "Zoblitz", "uic" : 8013413 }, + { + "ds100" : "ONZO", + "latlong" : [ + 52.047500610352, + 4.4772224426269 + ], + "name" : "Zoetermeer", + "uic" : 8400741 + }, + { + "ds100" : "ONZOO", + "latlong" : [ + 52.046390533447, + 4.4927778244019 + ], + "name" : "Zoetermeer Oost", + "uic" : 8400740 + }, { "ds100" : "XSZG", "latlong" : [ @@ -73484,6 +75977,24 @@ "name" : "Zuidbroek", "uic" : 8400742 }, + { + "ds100" : "XNZB", + "latlong" : [ + 53.159612280006, + 6.8679141998291 + ], + "name" : "Zuidbroek", + "uic" : 8400742 + }, + { + "ds100" : "ONZH", + "latlong" : [ + 53.2486292, + 6.4062361 + ], + "name" : "Zuidhorn", + "uic" : 8400743 + }, { "ds100" : "XEZM", "latlong" : null, @@ -73499,6 +76010,15 @@ "name" : "Zusenhofen", "uic" : 8006678 }, + { + "ds100" : "ONZTP", + "latlong" : [ + 52.145278930664, + 6.1941666603088 + ], + "name" : "Zutphen", + "uic" : 8400744 + }, { "ds100" : "RZUN", "latlong" : [ @@ -73595,6 +76115,15 @@ "name" : "Zwijndrecht(NL)", "uic" : 8400752 }, + { + "ds100" : "XNZW", + "latlong" : [ + 51.814998626709, + 4.6416668891907 + ], + "name" : "Zwijndrecht(NL)", + "uic" : 8400752 + }, { "ds100" : "RZW", "latlong" : [ @@ -73615,10 +76144,22 @@ }, { "ds100" : "XNZL", - "latlong" : null, + "latlong" : [ + 52.504722595215, + 6.0919442176819 + ], "name" : "Zwolle", "uic" : 8400747 }, + { + "ds100" : "PNZSH", + "latlong" : [ + 52.52764, + 6.05146 + ], + "name" : "Zwolle Stadshagen", + "uic" : 8400746 + }, { "ds100" : "DZWO", "latlong" : [ -- cgit v1.2.3