Skip to content

Instantly share code, notes, and snippets.

@nl-hugo
Last active January 12, 2018 16:35
Show Gist options
  • Save nl-hugo/4c5451073af7886e634cccc3e76198e6 to your computer and use it in GitHub Desktop.
Save nl-hugo/4c5451073af7886e634cccc3e76198e6 to your computer and use it in GitHub Desktop.
Transformations with voronoi
height: 450
license: MIT
border: no
node_modules
npm-debug.log

Transforming geo-locations with voronoi. Inspired by this project.

function makeChart() {
console.log("chart");
var t = d3.transition().duration(2000),
r = 5,
s = 25;
// fade out the map
d3.selectAll(".borders").transition(t)
.style("opacity", 0);
// voronoi
var voronoi = d3.voronoi()
.x((d,i) => margin.left + i * s)
.y(10)
.extent([[margin.left - s/2, 0],[margin.left + megastations.length * s - s/2, height - margin.top - margin.bottom]])(megastations);
var polygon = svg.selectAll(".polygons").selectAll("path")
.data(voronoi.polygons());
polygon.exit().remove();
polygon.enter()
.append("path")
.on("mouseover", d => {
console.log(d.data.code);
d3.selectAll(".station").classed("dimmed", true);
d3.selectAll(".station-" + d.data.code).classed("dimmed", false).classed("highlighted", true);
})
.on("mouseout", () => d3.selectAll(".station").classed("dimmed highlighted", false))
.transition(t)
.attr("d", d => d ? "M" + d.join("L") + "Z" : null);
polygon.transition(t)
.attr("d", d => d ? "M" + d.join("L") + "Z" : null);
// stations
var station = svg.selectAll(".stations").selectAll(".station")
.data(megastations);
station.exit().remove();
station.enter()
.append("circle")
.attr("class", d => "station station-" + d.code + " " + d.stationtype)
.attr("cx", (d,i) => margin.left + i * s)
.attr("cy", 10)
.attr("r", r);
station.transition(t)
.attr("cx", (d,i) => margin.left + i * s)
.attr("cy", 10);
}
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"area":{"type":"GeometryCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}},"geometries":[{"type":"Polygon","properties":{"name":"Appingedam","population":12055},"id":"GM0003","arcs":[[0,1,2,3]]},{"type":"Polygon","properties":{"name":"Bedum","population":10510},"id":"GM0005","arcs":[[4,5,6,-7,6,7,8,9,10,11,12,13,14]]},{"type":"Polygon","properties":{"name":"Bellingwedde","population":9285},"id":"GM0007","arcs":[[15,16,17,18,19,20]]},{"type":"Polygon","properties":{"name":"Ten Boer","population":7475},"id":"GM0009","arcs":[[21,22,-11,-10,-9,8,23]]},{"type":"MultiPolygon","properties":{"name":"Delfzijl","population":26305},"id":"GM0010","arcs":[[[24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,-4,-3,102,103,104],[105,106,107],[108,-89,109,110,-86,111,-84,112,113,114,-80,115,116,117,118,119,-73,120,-71,121,122,123,124,125,126,127,128,129],[130,131,-96,132,133,134,135,136],[137,-50,138,139,140,-46,141,142,-43,143,144,145,-58,146,147,-55,148,-53,149],[-41,150,151,152,153,154,-35,155,-33,156,-31,157,158,159,-27,160]]]},{"type":"Polygon","properties":{"name":"Groningen","population":193125},"id":"GM0014","arcs":[[-23,161,162,163,-164,163,164,165,166,167,168,169,170,171,172,173,174,175,176,-13,-12]]},{"type":"Polygon","properties":{"name":"Grootegast","population":12275},"id":"GM0015","arcs":[[177,178,179,180,181,182,183,184,185,186,187]]},{"type":"Polygon","properties":{"name":"Haren","population":18455},"id":"GM0017","arcs":[[-166,188,189,190,191,192,193,-167]]},{"type":"Polygon","properties":{"name":"Hoogezand-Sappemeer","population":34780},"id":"GM0018","arcs":[[194,195,196,197,198,199,-189,165,-166,-165,-164,163,-164,-163,200]]},{"type":"Polygon","properties":{"name":"Leek","population":19465},"id":"GM0022","arcs":[[201,-172,202,203,204,205,206,207,-181,-180,-179,208]]},{"type":"Polygon","properties":{"name":"Loppersum","population":10365},"id":"GM0024","arcs":[[209,-104,-103,-2,210,-24,-9,-8,-7,6,-7,-6,211]]},{"type":"Polygon","properties":{"name":"Marum","population":10415},"id":"GM0025","arcs":[[-207,-206,212,213,-183,-182,-208]]},{"type":"Polygon","properties":{"name":"Almere","population":193165},"id":"GM0034","arcs":[[214,215,216,217,218]]},{"type":"Polygon","properties":{"name":"Stadskanaal","population":33000},"id":"GM0037","arcs":[[-19,-18,219,220,221,222,223,224,225,226]]},{"type":"Polygon","properties":{"name":"Slochteren","population":15535},"id":"GM0040","arcs":[[-102,227,228,229,-201,-162,-22,-211,-1]]},{"type":"Polygon","properties":{"name":"Veendam","population":27920},"id":"GM0047","arcs":[[230,231,-226,232,-198,-197,233]]},{"type":"Polygon","properties":{"name":"Vlagtwedde","population":16260},"id":"GM0048","arcs":[[234,235,236,237,222,-223,-222,-221,-220,-17]]},{"type":"MultiPolygon","properties":{"name":"Zeewolde","population":21290},"id":"GM0050","arcs":[[[238,239,240,241,242,243,244,245,-215,246],[247,-244,248,-242,249,250]]]},{"type":"Polygon","properties":{"name":"Skarsterlân","population":27520},"id":"GM0051","arcs":[[251,252,253,254,255,256,257,258,259,260]]},{"type":"Polygon","properties":{"name":"Winsum","population":13985},"id":"GM0053","arcs":[[261,-14,-177,-176,-175,262,263,264,265,266,267,268,269]]},{"type":"Polygon","properties":{"name":"Boarnsterhim","population":19380},"id":"GM0055","arcs":[[270,271,272,273,274,-275,274,275,276,-277,276,277,278,279,280,281,282,283,-253,-252,-261,284,285,286,287,288,289,290,291,292]]},{"type":"Polygon","properties":{"name":"Zuidhorn","population":18680},"id":"GM0056","arcs":[[293,-267,-266,-265,-264,-263,-174,-173,-202,-209,-178,-188,294,295,296,297]]},{"type":"MultiPolygon","properties":{"name":"Dongeradeel","population":24285},"id":"GM0058","arcs":[[[298,299]],[[300,301,302,303,304,305,306,307,308,309,310,311,312,313]],[[314]],[[315,316]],[[317]]]},{"type":"Polygon","properties":{"name":"Achtkarspelen","population":28090},"id":"GM0059","arcs":[[318,-319,318,319,320,321,-295,-187,-186,-185,322,323,324,325,326,327]]},{"type":"MultiPolygon","properties":{"name":"Ameland","population":3525},"id":"GM0060","arcs":[[[328]],[[329]]]},{"type":"Polygon","properties":{"name":"het Bildt","population":10800},"id":"GM0063","arcs":[[330,331,332,333,334,335,336,337]]},{"type":"Polygon","properties":{"name":"Franekeradeel","population":20510},"id":"GM0070","arcs":[[-335,338,339,340,-341,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,-336]]},{"type":"MultiPolygon","properties":{"name":"Harlingen","population":15845},"id":"GM0072","arcs":[[[-355,-354,-353,357,358,359,360,-356]]]},{"type":"Polygon","properties":{"name":"Heerenveen","population":43515},"id":"GM0074","arcs":[[361,362,363,-364,364,365,366,-367,366,367,368,369,370,371,372,373,-256,-255,-254,-284,-283]]},{"type":"Polygon","properties":{"name":"Kollumerland en Nieuwkruisland","population":12905},"id":"GM0079","arcs":[[-297,-296,-322,-321,-320,-319,318,-319,-328,374,375,376,-305,377]]},{"type":"Polygon","properties":{"name":"Leeuwarden","population":95320},"id":"GM0080","arcs":[[378,379,-292,-291,-290,380,381,382,383,384,385,386]]},{"type":"Polygon","properties":{"name":"Leeuwarderadeel","population":10330},"id":"GM0081","arcs":[[387,388,389,-386,390,-332,-331,391]]},{"type":"Polygon","properties":{"name":"Lemsterland","population":13565},"id":"GM0082","arcs":[[392,393,394,395,396,397,398,399,-258]]},{"type":"Polygon","properties":{"name":"Ooststellingwerf","population":25860},"id":"GM0085","arcs":[[400,-401,400,401,402,403,404,405,406,370,407,-372,-371,-370,-369,408,409]]},{"type":"Polygon","properties":{"name":"Opsterland","population":29950},"id":"GM0086","arcs":[[-213,-205,410,-409,-368,-367,366,-367,-366,-365,363,-364,-363,-362,-282,-281,-280,279,411,412,413]]},{"type":"MultiPolygon","properties":{"name":"Schiermonnikoog","population":930},"id":"GM0088","arcs":[[[-316,414]],[[415]],[[416]]]},{"type":"Polygon","properties":{"name":"Smallingerland","population":55455},"id":"GM0090","arcs":[[-214,-414,-413,-412,-280,-279,-278,-277,276,-277,-276,-275,274,-275,-274,-273,-272,417,418,419,420,421,422,-324,-323,-184]]},{"type":"MultiPolygon","properties":{"name":"Terschelling","population":4750},"id":"GM0093","arcs":[[[423]],[[424,425,426,427,428,429,430,431,432,433,434,435]],[[-435,436,-433,437,-431,438,-429,439,-427,440,441,442]]]},{"type":"MultiPolygon","properties":{"name":"Vlieland","population":1105},"id":"GM0096","arcs":[[[443]],[[444]],[[445]]]},{"type":"Polygon","properties":{"name":"Weststellingwerf","population":25780},"id":"GM0098","arcs":[[446,447,448,-393,-257,-374,-373,-408,-371,-407,-406,-405]]},{"type":"Polygon","properties":{"name":"Assen","population":67210},"id":"GM0106","arcs":[[449,450,451,452,453,454,-455,455,456,457,458,459,460,461,462,463,464,-465,464,465]]},{"type":"Polygon","properties":{"name":"Coevorden","population":35880},"id":"GM0109","arcs":[[466,467,468,469,-470,470,471,472,473]]},{"type":"Polygon","properties":{"name":"Emmen","population":108840},"id":"GM0114","arcs":[[-236,474,-467,475,476,477,-237]]},{"type":"Polygon","properties":{"name":"Hoogeveen","population":54890},"id":"GM0118","arcs":[[-471,469,478,479,480,481,482]]},{"type":"Polygon","properties":{"name":"Meppel","population":32575},"id":"GM0119","arcs":[[483,484,-485,484,485,486,487,488,489,490,491,492,-493,493,494,495,496,497,498,499,500,501]]},{"type":"Polygon","properties":{"name":"Littenseradiel","population":10925},"id":"GM0140","arcs":[[502,503,504,505,506,-381,-289,-288,-287,507,508,509,510,511,512,513,514,347,-348,-347,-346,-345,-344,515]]},{"type":"Polygon","properties":{"name":"Almelo","population":72755},"id":"GM0141","arcs":[[516,517,518,519,-520,519,520,521,522,-523,522,523,524,525,526,527,528,529,530]]},{"type":"Polygon","properties":{"name":"Borne","population":21585},"id":"GM0147","arcs":[[531,532,533,534,535,-525,-524,-523,522,-523,-522,536]]},{"type":"Polygon","properties":{"name":"Dalfsen","population":27430},"id":"GM0148","arcs":[[537,538,539,540,541,542,543,544,545,546,547,-548,548,549,550,551,552,553]]},{"type":"Polygon","properties":{"name":"Deventer","population":98670},"id":"GM0150","arcs":[[554,555,556,557,558,559,-560,559,560,561,562,563,564,565,566,567,568,569,570]]},{"type":"Polygon","properties":{"name":"Enschede","population":158050},"id":"GM0153","arcs":[[571,572,573,574,575,576]]},{"type":"Polygon","properties":{"name":"Haaksbergen","population":24420},"id":"GM0158","arcs":[[-575,577,578,579,580,581,582,583]]},{"type":"Polygon","properties":{"name":"Hardenberg","population":59430},"id":"GM0160","arcs":[[584,585,586,587,588,-554,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,-479,-470,-469]]},{"type":"Polygon","properties":{"name":"Hellendoorn","population":35795},"id":"GM0163","arcs":[[604,605,606,607,608,609,610,611,612,613,614]]},{"type":"Polygon","properties":{"name":"Hengelo","population":80940},"id":"GM0164","arcs":[[615,616,-576,-584,617,618,619,620,621,-622,621,622,623,-534,-533,624]]},{"type":"MultiPolygon","properties":{"name":"Kampen","population":50705},"id":"GM0166","arcs":[[[625]],[[626]],[[627]],[[628]],[[629]],[[630]],[[631]],[[632,633,634,635,636,637,638,639,640,641,642,643,644]]]},{"type":"Polygon","properties":{"name":"Losser","population":22675},"id":"GM0168","arcs":[[645,-573,646,647,648,649,650]]},{"type":"MultiPolygon","properties":{"name":"Noordoostpolder","population":46340},"id":"GM0171","arcs":[[[651]],[[-644,652]],[[653]],[[654,655,656,657,658,659,-395]]]},{"type":"Polygon","properties":{"name":"Oldenzaal","population":32175},"id":"GM0173","arcs":[[-650,-649,-648,-647,-572,660,661,662]]},{"type":"Polygon","properties":{"name":"Ommen","population":17380},"id":"GM0175","arcs":[[-588,-587,663,664,665,666,667,668,-615,669,-541,-540,-539,-538,-589]]},{"type":"Polygon","properties":{"name":"Raalte","population":36605},"id":"GM0177","arcs":[[-544,-543,-542,-670,-614,670,-555,671,672,673,674,675,-676,675,676]]},{"type":"Polygon","properties":{"name":"Staphorst","population":16225},"id":"GM0180","arcs":[[-497,-496,-495,-494,492,-493,-492,-491,-490,-489,-488,677,678,-590,-553,-552,-551,679,680,681,682,683,684,685,-499,-498]]},{"type":"Polygon","properties":{"name":"Tubbergen","population":21205},"id":"GM0183","arcs":[[686,-537,-521,-520,519,-520,-519,687,688,689,690,691,692,693]]},{"type":"Polygon","properties":{"name":"Urk","population":18950},"id":"GM0184","arcs":[[694,-659]]},{"type":"Polygon","properties":{"name":"Wierden","population":23825},"id":"GM0189","arcs":[[-529,-528,-527,695,696,697,698,-699,699,-612,700]]},{"type":"Polygon","properties":{"name":"Zwolle","population":121525},"id":"GM0193","arcs":[[-550,-549,547,-548,-547,-546,-545,-677,-676,675,-676,-675,701,702,703,-635,704,705,706,707,-680]]},{"type":"Polygon","properties":{"name":"Rijnwaarden","population":11010},"id":"GM0196","arcs":[[708,709,710,711,712,713]]},{"type":"Polygon","properties":{"name":"Aalten","population":27305},"id":"GM0197","arcs":[[714,715,716,717,718,719,720,-721,720,721,722,723,724,-725,725]]},{"type":"Polygon","properties":{"name":"Apeldoorn","population":156960},"id":"GM0200","arcs":[[726,727,728,729,730,731,732,733,734,735,736,737,738,739]]},{"type":"Polygon","properties":{"name":"Arnhem","population":149270},"id":"GM0202","arcs":[[740,741,742,743,-744,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,-733]]},{"type":"Polygon","properties":{"name":"Barneveld","population":53520},"id":"GM0203","arcs":[[758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,-773,772,773,774,775,776,777,778,-736]]},{"type":"Polygon","properties":{"name":"Beuningen","population":25435},"id":"GM0209","arcs":[[779,780,781,782,783,784]]},{"type":"Polygon","properties":{"name":"Brummen","population":21325},"id":"GM0213","arcs":[[785,786,787,788,789,790,791,792,-731,793]]},{"type":"Polygon","properties":{"name":"Buren","population":25950},"id":"GM0214","arcs":[[794,795,796,797,798,799,800,801,802,803,804,805,806]]},{"type":"Polygon","properties":{"name":"Culemborg","population":27630},"id":"GM0216","arcs":[[-804,-803,807,808,809,810,811,812,-805]]},{"type":"Polygon","properties":{"name":"Doesburg","population":11600},"id":"GM0221","arcs":[[813,814,815,816,817]]},{"type":"Polygon","properties":{"name":"Doetinchem","population":56250},"id":"GM0222","arcs":[[818,819,820,821,822,823,-824,824,825,826,827]]},{"type":"Polygon","properties":{"name":"Druten","population":18195},"id":"GM0225","arcs":[[-782,828,829,830,831]]},{"type":"Polygon","properties":{"name":"Duiven","population":25525},"id":"GM0226","arcs":[[832,-833,832,833,-714,834,835,836]]},{"type":"Polygon","properties":{"name":"Ede","population":108765},"id":"GM0228","arcs":[[-735,-734,-758,-757,837,838,839,840,841,842,843,844,-760,-759]]},{"type":"Polygon","properties":{"name":"Elburg","population":22415},"id":"GM0230","arcs":[[845,846,847,848,849,850,851]]},{"type":"Polygon","properties":{"name":"Epe","population":32520},"id":"GM0232","arcs":[[852,853,-740,-739,854,-848,-847,855,856]]},{"type":"Polygon","properties":{"name":"Ermelo","population":26125},"id":"GM0233","arcs":[[-737,-779,857,858,859,860,861,862,863]]},{"type":"Polygon","properties":{"name":"Geldermalsen","population":26335},"id":"GM0236","arcs":[[-802,-801,800,864,865,866,867,868,869,-809,-808]]},{"type":"Polygon","properties":{"name":"Groesbeek","population":18885},"id":"GM0241","arcs":[[870,871,872,873,874,875,876,877,-878,878]]},{"type":"MultiPolygon","properties":{"name":"Harderwijk","population":45430},"id":"GM0243","arcs":[[[879,880,-863,-862,881,882,883,884,885,886],[887,888,889],[-883,890,-888]]]},{"type":"Polygon","properties":{"name":"Hattem","population":11805},"id":"GM0244","arcs":[[891,892,-636,-704]]},{"type":"Polygon","properties":{"name":"Heerde","population":18245},"id":"GM0246","arcs":[[-703,893,-857,894,-892]]},{"type":"Polygon","properties":{"name":"Heumen","population":16415},"id":"GM0252","arcs":[[-876,-875,895,896,897,898,899,900,901]]},{"type":"Polygon","properties":{"name":"Lochem","population":33265},"id":"GM0262","arcs":[[902,903,904,-905,904,905,906,907,908,909,910,911,912,913,-914,913,914,915,916,917,918,919,920,921,922,-565,-564,-563,-562,-561,-560,559,-560,-559,-558,-557,923]]},{"type":"Polygon","properties":{"name":"Maasdriel","population":24020},"id":"GM0263","arcs":[[924,925,926,927,928,929]]},{"type":"Polygon","properties":{"name":"Millingen aan de Rijn","population":5905},"id":"GM0265","arcs":[[-712,930,931,932]]},{"type":"Polygon","properties":{"name":"Nijkerk","population":40125},"id":"GM0267","arcs":[[933,-777,-776,934,935,936,937,938]]},{"type":"Polygon","properties":{"name":"Nijmegen","population":165180},"id":"GM0268","arcs":[[939,940,941,942,-878,-877,-902,943,944,779,-780,-785,945,946,947,-948,947,948]]},{"type":"Polygon","properties":{"name":"Oldebroek","population":22715},"id":"GM0269","arcs":[[-893,-895,-856,846,-847,-846,-852,949,-637]]},{"type":"Polygon","properties":{"name":"Putten","population":23860},"id":"GM0273","arcs":[[-859,-858,-778,-934,950,-860]]},{"type":"Polygon","properties":{"name":"Renkum","population":31630},"id":"GM0274","arcs":[[951,952,-838,-756]]},{"type":"Polygon","properties":{"name":"Rheden","population":43610},"id":"GM0275","arcs":[[-791,-790,953,-817,954,955,-745,-744,743,-744,-743,-742,956,-792]]},{"type":"Polygon","properties":{"name":"Rozendaal","population":1515},"id":"GM0277","arcs":[[-741,-732,-793,-957]]},{"type":"Polygon","properties":{"name":"Scherpenzeel","population":9355},"id":"GM0279","arcs":[[957,958,959,960,-762]]},{"type":"Polygon","properties":{"name":"Tiel","population":41525},"id":"GM0281","arcs":[[961,962,963,964,965,-865,-801,-800,-799,966]]},{"type":"Polygon","properties":{"name":"Ubbergen","population":9385},"id":"GM0282","arcs":[[-932,967,-879,877,-943,-942,-941,968]]},{"type":"Polygon","properties":{"name":"Voorst","population":23720},"id":"GM0285","arcs":[[969,-569,-568,-567,-566,-923,970,-794,-730,-729,-728,-727,-854]]},{"type":"Polygon","properties":{"name":"Wageningen","population":37050},"id":"GM0289","arcs":[[971,972,973,974,-840,-839,-953]]},{"type":"Polygon","properties":{"name":"Westervoort","population":15295},"id":"GM0293","arcs":[[975,-747,-746,-956,976,-836]]},{"type":"Polygon","properties":{"name":"Winterswijk","population":28945},"id":"GM0294","arcs":[[-716,977,978,979,980]]},{"type":"Polygon","properties":{"name":"Wijchen","population":40735},"id":"GM0296","arcs":[[-781,-780,779,-780,-945,-944,-901,981,982,983,-829]]},{"type":"Polygon","properties":{"name":"Zaltbommel","population":26775},"id":"GM0297","arcs":[[984,985,-928,986,987,988,989,990]]},{"type":"Polygon","properties":{"name":"Zevenaar","population":32430},"id":"GM0299","arcs":[[-816,991,-824,-823,992,993,994,995,996,997,-709,-834,-833,832,-833,-837,-977,-955]]},{"type":"Polygon","properties":{"name":"Zutphen","population":47145},"id":"GM0301","arcs":[[-921,-920,-919,998,999,1000,-788,-787,-786,-971,-922]]},{"type":"Polygon","properties":{"name":"Nunspeet","population":26610},"id":"GM0302","arcs":[[-849,-855,-738,-864,-863,862,-881,-880,1001,-850]]},{"type":"MultiPolygon","properties":{"name":"Dronten","population":40470},"id":"GM0303","arcs":[[[1002]],[[1003]],[[1004]],[[1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020]],[[-1020,1021,-1018,1022,1023,-1015,-1014,1024,1025,1026,1027,-1009,1028,1029,1030,1031]],[[1032,1033,1034,-239,1035,1036,-657]]]},{"type":"Polygon","properties":{"name":"Neerijnen","population":11930},"id":"GM0304","arcs":[[-965,1037,-929,-986,-985,1038,-868,-867,-866,-966]]},{"type":"Polygon","properties":{"name":"Amersfoort","population":148250},"id":"GM0307","arcs":[[-936,-935,-775,1039,1040,1041,1042,1043,1044,1045,1046,1047,-937]]},{"type":"Polygon","properties":{"name":"Baarn","population":24350},"id":"GM0308","arcs":[[-1046,1048,1049,1050,1051,-1052,1052,1053,1054,1055,1056,1057,1058,1059,1060]]},{"type":"Polygon","properties":{"name":"De Bilt","population":42080},"id":"GM0310","arcs":[[-1054,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,-1055]]},{"type":"Polygon","properties":{"name":"Bunnik","population":14450},"id":"GM0312","arcs":[[1071,1072,1073,-1074,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084]]},{"type":"Polygon","properties":{"name":"Bunschoten","population":20200},"id":"GM0313","arcs":[[-938,-1048,-1047,-1061,-1060,1059,1085,1086]]},{"type":"Polygon","properties":{"name":"Eemnes","population":8825},"id":"GM0317","arcs":[[1087,-1086,-1060,-1059,-1058,1088,1089,1090,1091]]},{"type":"Polygon","properties":{"name":"Houten","population":48310},"id":"GM0321","arcs":[[-1081,-1080,1079,1092,-812,1093,1094,-1095,1095,1096,1097,-1082]]},{"type":"Polygon","properties":{"name":"Leusden","population":28905},"id":"GM0327","arcs":[[-774,-773,772,-773,-772,-771,-770,-769,-768,-767,-766,1098,1099,1100,-1040]]},{"type":"Polygon","properties":{"name":"Lopik","population":14050},"id":"GM0331","arcs":[[1101,1102,1103,1104,1105,1106,1107,1108,1109,1110]]},{"type":"Polygon","properties":{"name":"Montfoort","population":13600},"id":"GM0335","arcs":[[1111,1112,1113,-1110,1114,1115,1116,1117,1118,1119,1120]]},{"type":"Polygon","properties":{"name":"Renswoude","population":4820},"id":"GM0339","arcs":[[-844,1121,1122,1123,1124,-960,-959,-958,-761,-845]]},{"type":"Polygon","properties":{"name":"Rhenen","population":19065},"id":"GM0340","arcs":[[-841,-975,-974,1125,-795,1126,1127,1128,1129]]},{"type":"Polygon","properties":{"name":"Soest","population":45610},"id":"GM0342","arcs":[[-1049,-1045,-1044,-1043,-1042,1130,-1052,-1051,-1050]]},{"type":"Polygon","properties":{"name":"Utrecht","population":316275},"id":"GM0344","arcs":[[1131,1132,1133,-1065,1134,-1072,-1085,-1084,-1083,-1098,-1097,1135,1136,1137,-1112,1138,1139,1140,1141,1142,1143]]},{"type":"Polygon","properties":{"name":"Veenendaal","population":62870},"id":"GM0345","arcs":[[-843,-842,-1130,-1129,1144,-1123,-1122]]},{"type":"Polygon","properties":{"name":"Woudenberg","population":12035},"id":"GM0351","arcs":[[-765,-764,-763,-961,-1125,1145,1146,1147,1148,1149,1150,-1100,-1099]]},{"type":"Polygon","properties":{"name":"Wijk bij Duurstede","population":23065},"id":"GM0352","arcs":[[1151,-806,-813,-1093,-1080,-1079,1152]]},{"type":"Polygon","properties":{"name":"IJsselstein","population":34270},"id":"GM0353","arcs":[[-1138,-1137,1153,1154,1155,1156,-1102,-1111,-1114,-1113]]},{"type":"Polygon","properties":{"name":"Zeist","population":61235},"id":"GM0355","arcs":[[1051,-1131,-1041,-1101,-1151,1157,-1074,-1073,-1135,-1064,-1063,-1062,-1053]]},{"type":"Polygon","properties":{"name":"Nieuwegein","population":60720},"id":"GM0356","arcs":[[-1096,1094,1158,-1156,-1155,-1154,-1136]]},{"type":"Polygon","properties":{"name":"Aalsmeer","population":30365},"id":"GM0358","arcs":[[1159,1160,1161,1162,1163,1164,1165]]},{"type":"Polygon","properties":{"name":"Alkmaar","population":94270},"id":"GM0361","arcs":[[1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177]]},{"type":"Polygon","properties":{"name":"Amstelveen","population":83365},"id":"GM0362","arcs":[[1178,1179,1180,1181,1182,1160,-1161,-1160,-1166,1183,1184]]},{"type":"MultiPolygon","properties":{"name":"Amsterdam","population":790110},"id":"GM0363","arcs":[[[1185,1186,1187,1188,1189,1190,1191,1192]],[[1193]],[[1194]],[[1195,1196,-1197,1196,1197,1198,1199,1200,1201,1202,1203,1204,-1185,1205,1206,1207,1208]]]},{"type":"Polygon","properties":{"name":"Graft-De Rijp","population":6435},"id":"GM0365","arcs":[[1209,1210,-1211,1211,1212,1213,1214,1215,1216]]},{"type":"Polygon","properties":{"name":"Beemster","population":8720},"id":"GM0370","arcs":[[1217,1218,1219,-1212,1210,1220,1221,1222]]},{"type":"Polygon","properties":{"name":"Bergen (NH.)","population":30680},"id":"GM0373","arcs":[[1223,1224,1225,-1177,-1176,-1175,-1174,-1173,-1172,-1171,1226,1227,1228,1229,1230,1231,1232,1233,1234]]},{"type":"Polygon","properties":{"name":"Beverwijk","population":39845},"id":"GM0375","arcs":[[1235,1236,1237,-1238,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248]]},{"type":"MultiPolygon","properties":{"name":"Blaricum","population":9040},"id":"GM0376","arcs":[[[1249]],[[-1092,1250,1251,1252,1253]]]},{"type":"Polygon","properties":{"name":"Bloemendaal","population":22055},"id":"GM0377","arcs":[[1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266]]},{"type":"Polygon","properties":{"name":"Bussum","population":32585},"id":"GM0381","arcs":[[1267,1268,1269,1270]]},{"type":"Polygon","properties":{"name":"Castricum","population":34475},"id":"GM0383","arcs":[[1271,-1216,1272,1273,1274,1275,-1276,1276,1277,1278,1279,-1231,-1230,-1229,-1228,1280,1281,-1169]]},{"type":"MultiPolygon","properties":{"name":"Diemen","population":24935},"id":"GM0384","arcs":[[[1282,1283,1284,1285,-1284,1286,-1186,-1193,1287,1288,-1204]]]},{"type":"Polygon","properties":{"name":"Edam-Volendam","population":28700},"id":"GM0385","arcs":[[1289,1290,1291,1292]]},{"type":"MultiPolygon","properties":{"name":"Enkhuizen","population":18270},"id":"GM0388","arcs":[[[1293,1294,1295]]]},{"type":"Polygon","properties":{"name":"Haarlem","population":151820},"id":"GM0392","arcs":[[1296,1297,1298,1299,1300,-1259,-1258,-1257,1301]]},{"type":"Polygon","properties":{"name":"Haarlemmerliede en Spaarnwoude","population":5475},"id":"GM0393","arcs":[[-1207,1302,-1298,1303,1304,-1208]]},{"type":"Polygon","properties":{"name":"Haarlemmermeer","population":143945},"id":"GM0394","arcs":[[-1206,-1184,-1165,1305,1306,1307,1308,-1262,1309,-1299,-1303]]},{"type":"Polygon","properties":{"name":"Harenkarspel","population":16195},"id":"GM0395","arcs":[[1310,1311,1312,1313,1314,-1225,-1224,1315,1316,1317]]},{"type":"Polygon","properties":{"name":"Heemskerk","population":39270},"id":"GM0396","arcs":[[1318,1319,1320,-1242,-1241,-1240,-1239,-1238,1237,-1238,-1237,-1236,-1249,-1248,-1247,-1246,1321,-1279]]},{"type":"Polygon","properties":{"name":"Heemstede","population":26240},"id":"GM0397","arcs":[[-1300,-1310,-1261,-1260,-1301]]},{"type":"Polygon","properties":{"name":"Heerhugowaard","population":52485},"id":"GM0398","arcs":[[1322,1323,1324,-1167,1325,-1314,1326]]},{"type":"Polygon","properties":{"name":"Heiloo","population":22650},"id":"GM0399","arcs":[[-1282,-1281,-1227,-1170]]},{"type":"Polygon","properties":{"name":"Den Helder","population":57065},"id":"GM0400","arcs":[[1327,1328,1329]]},{"type":"Polygon","properties":{"name":"Hilversum","population":85535},"id":"GM0402","arcs":[[-1270,1330,1331,-1056,-1071,-1070,-1069,1332,1333,1334,1335]]},{"type":"Polygon","properties":{"name":"Hoorn","population":71255},"id":"GM0405","arcs":[[1336,1337,1338,1339,1340,1341,1342]]},{"type":"MultiPolygon","properties":{"name":"Huizen","population":41575},"id":"GM0406","arcs":[[[-1253,-1252,-1331,-1269,1343,1344]]]},{"type":"Polygon","properties":{"name":"Landsmeer","population":10335},"id":"GM0415","arcs":[[1345,1346,1347,-1199,1348,1349,1350]]},{"type":"Polygon","properties":{"name":"Langedijk","population":26990},"id":"GM0416","arcs":[[-1326,-1178,-1226,-1315]]},{"type":"Polygon","properties":{"name":"Laren","population":11360},"id":"GM0417","arcs":[[-1091,-1090,-1089,-1057,-1332,-1251]]},{"type":"MultiPolygon","properties":{"name":"Medemblik","population":43115},"id":"GM0420","arcs":[[[1351,1352,1353,1354,1355,1356,1357,1358,1359,1360]],[[-1360,1361,-1358,1362,-1356,1363,1364,1365,-1352,1366,-1296,1367,1368,1369,-1343,1370,1371,1372,1373,1374,1375,1376,1377]]]},{"type":"MultiPolygon","properties":{"name":"Muiden","population":6465},"id":"GM0424","arcs":[[[1378,1379,1380,1381,-1187,-1287,1283,-1286,1382]]]},{"type":"Polygon","properties":{"name":"Naarden","population":17165},"id":"GM0425","arcs":[[-217,1383,-1344,-1268,-1271,-1336,1384,1385,-1386,1385,1386,1387,-1379,1388]]},{"type":"Polygon","properties":{"name":"Oostzaan","population":9095},"id":"GM0431","arcs":[[-1198,-1197,1196,-1197,-1196,1389,1390,1391,-1349]]},{"type":"Polygon","properties":{"name":"Opmeer","population":11395},"id":"GM0432","arcs":[[-1376,-1375,-1374,-1373,1392,1393,1394,1395,-1396,1395,1396,-1323,1397]]},{"type":"Polygon","properties":{"name":"Ouder-Amstel","population":13230},"id":"GM0437","arcs":[[-1288,-1192,1398,-1179,-1205,-1289]]},{"type":"Polygon","properties":{"name":"Purmerend","population":79265},"id":"GM0439","arcs":[[1399,-1291,1400,-1347,-1346,-1351,1401,-1219,1402]]},{"type":"Polygon","properties":{"name":"Schagen","population":18655},"id":"GM0441","arcs":[[1403,1404,1405,-1312,-1311,-1318,1406]]},{"type":"MultiPolygon","properties":{"name":"Texel","population":13670},"id":"GM0448","arcs":[[[1407]],[[1408]],[[1409]]]},{"type":"Polygon","properties":{"name":"Uitgeest","population":12895},"id":"GM0450","arcs":[[-1274,-1273,-1215,1410,-1320,-1319,-1278,-1277,1275,-1276,-1275]]},{"type":"Polygon","properties":{"name":"Uithoorn","population":28305},"id":"GM0451","arcs":[[-1181,1411,1412,1413,-1163,-1162,-1161,-1183,-1182]]},{"type":"MultiPolygon","properties":{"name":"Velsen","population":67285},"id":"GM0453","arcs":[[[1414,-1304,-1297,-1302,-1256,-1255,-1267,1415,-1244]]]},{"type":"Polygon","properties":{"name":"Weesp","population":18020},"id":"GM0457","arcs":[[-1381,-1380,-1388,-1387,-1386,1385,-1386,-1385,-1335,-1334,1416,1417,1418,1419,1420,-1188,-1382]]},{"type":"Polygon","properties":{"name":"Schermer","population":5455},"id":"GM0458","arcs":[[1421,1422,1221,-1222,-1221,-1211,-1210,-1217,-1272,-1168,-1325]]},{"type":"Polygon","properties":{"name":"Zandvoort","population":16650},"id":"GM0473","arcs":[[1423,1424,1425,-1265]]},{"type":"Polygon","properties":{"name":"Zijpe","population":11590},"id":"GM0476","arcs":[[1426,-1407,-1317,-1316,-1235,-1234,1427,-1329]]},{"type":"Polygon","properties":{"name":"Zeevang","population":6345},"id":"GM0478","arcs":[[-1292,-1400,-1403,-1218,1428,1429]]},{"type":"Polygon","properties":{"name":"Zaanstad","population":148280},"id":"GM0479","arcs":[[-1214,1430,-1391,-1390,-1209,-1305,-1415,-1243,-1321,-1411]]},{"type":"Polygon","properties":{"name":"Alblasserdam","population":19465},"id":"GM0482","arcs":[[1431,1432,1433,1434,1435]]},{"type":"Polygon","properties":{"name":"Alphen aan den Rijn","population":72855},"id":"GM0484","arcs":[[1436,-1437,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445]]},{"type":"Polygon","properties":{"name":"Barendrecht","population":47055},"id":"GM0489","arcs":[[1446,1447,1448,1449,1450,1451,1452,1453,1454]]},{"type":"Polygon","properties":{"name":"Bergambacht","population":9910},"id":"GM0491","arcs":[[1455,1456,1457,1458,1459,1460,1461,1462]]},{"type":"Polygon","properties":{"name":"Drechterland","population":19300},"id":"GM0498","arcs":[[1463,1464,1465,-1339,-1338,-1337,-1370,1466]]},{"type":"Polygon","properties":{"name":"Boskoop","population":15085},"id":"GM0499","arcs":[[-1440,1467,1468,1469,1470,-1441]]},{"type":"Polygon","properties":{"name":"Brielle","population":16070},"id":"GM0501","arcs":[[1471,1472,1473,1474,1475,1476]]},{"type":"Polygon","properties":{"name":"Capelle aan den IJssel","population":66120},"id":"GM0502","arcs":[[1477,1478,1479,1480]]},{"type":"Polygon","properties":{"name":"Delft","population":98675},"id":"GM0503","arcs":[[1481,1482,1483,1484,1485,1486,1487]]},{"type":"Polygon","properties":{"name":"Dirksland","population":8475},"id":"GM0504","arcs":[[1488,1489,1490,1491,1492,1493,1494,1495]]},{"type":"Polygon","properties":{"name":"Dordrecht","population":118860},"id":"GM0505","arcs":[[1496,1497,1498,1499,1500,1501,1502,1503,1504,1505]]},{"type":"MultiPolygon","properties":{"name":"Goedereede","population":11380},"id":"GM0511","arcs":[[[1506]],[[1507]],[[1508]],[[1509,1510,1511,1512]],[[1513,-1510,1514,1515,1516,-1495,-1494,1517,1518,1519]]]},{"type":"Polygon","properties":{"name":"Gorinchem","population":35085},"id":"GM0512","arcs":[[1520,1521,1522,-1523,1522,1523,-990,1524,1525,1526,1527,1528]]},{"type":"Polygon","properties":{"name":"Gouda","population":71235},"id":"GM0513","arcs":[[1529,1530,1531,1532,1533]]},{"type":"Polygon","properties":{"name":"'s-Gravenhage","population":502055},"id":"GM0518","arcs":[[1534,1535,1536,1537,1538,1539,1540,1541,-1488,1542,1543,1544,1545,1546,1547]]},{"type":"Polygon","properties":{"name":"Hardinxveld-Giessendam","population":17655},"id":"GM0523","arcs":[[-1527,1548,-1497,1549,1550,1551]]},{"type":"Polygon","properties":{"name":"Hellevoetsluis","population":39440},"id":"GM0530","arcs":[[-1473,1552,1553,1554,1555,-1474]]},{"type":"Polygon","properties":{"name":"Hendrik-Ido-Ambacht","population":28255},"id":"GM0531","arcs":[[1556,1557,1558,1559,1560,-1434]]},{"type":"Polygon","properties":{"name":"Stede Broec","population":21470},"id":"GM0532","arcs":[[-1295,1561,-1465,-1464,-1467,-1369,-1368]]},{"type":"Polygon","properties":{"name":"Hillegom","population":20830},"id":"GM0534","arcs":[[-1309,1562,1563,-1263]]},{"type":"Polygon","properties":{"name":"Katwijk","population":62475},"id":"GM0537","arcs":[[1564,1565,1566,1567,1568,1569,1570,1571]]},{"type":"Polygon","properties":{"name":"Krimpen aan den IJssel","population":28690},"id":"GM0542","arcs":[[1572,1573,1574,1575,1576,1577,-1479,1578]]},{"type":"Polygon","properties":{"name":"Leerdam","population":20665},"id":"GM0545","arcs":[[1579,-1580,1579,1580,-810,-870,1581,1582,1583,1584,1585,1586,1587]]},{"type":"Polygon","properties":{"name":"Leiden","population":118750},"id":"GM0546","arcs":[[1588,1589,1590,1591,1592,-1569,1593,1594]]},{"type":"Polygon","properties":{"name":"Leiderdorp","population":26705},"id":"GM0547","arcs":[[1595,1596,1597,1598,1599,1600,-1589,1601]]},{"type":"Polygon","properties":{"name":"Lisse","population":22510},"id":"GM0553","arcs":[[-1308,1602,1603,1604,-1563]]},{"type":"Polygon","properties":{"name":"Maassluis","population":31850},"id":"GM0556","arcs":[[1605,1606,1607,1608,1609,1610]]},{"type":"MultiPolygon","properties":{"name":"Middelharnis","population":18050},"id":"GM0559","arcs":[[[1611,1612,1613,1614,1615,1616,1617,1618,1619,-1492,-1491,-1490,-1489,1620]],[[1621,1622]]]},{"type":"MultiPolygon","properties":{"name":"Bernisse","population":12425},"id":"GM0568","arcs":[[[1623,1624,1625,1626,1627,-1553,-1472,1628,1629]]]},{"type":"Polygon","properties":{"name":"Nieuwkoop","population":26975},"id":"GM0569","arcs":[[1630,1631,1632,1633,1634,1635,1636,-1438,-1437,1436,-1437,-1446,1637,1638,-1413]]},{"type":"Polygon","properties":{"name":"Nieuw-Lekkerland","population":9520},"id":"GM0571","arcs":[[1639,-1436,1640,1641,1642]]},{"type":"Polygon","properties":{"name":"Noordwijk","population":25515},"id":"GM0575","arcs":[[1643,1644,1645,1646,1647,-1565,-1572,1648,-1425,1649]]},{"type":"Polygon","properties":{"name":"Noordwijkerhout","population":15650},"id":"GM0576","arcs":[[-1564,-1605,1650,-1647,-1646,-1645,-1644,-1650,-1424,-1264]]},{"type":"Polygon","properties":{"name":"Oegstgeest","population":22790},"id":"GM0579","arcs":[[-1594,-1568,-1567,1651]]},{"type":"MultiPolygon","properties":{"name":"Oostflakkee","population":10405},"id":"GM0580","arcs":[[[1652]],[[1653,1654,1655,1656,1657,1658]],[[1659]],[[-1658,1660,-1656,1661,-1654,1662,1663,1664,-1666,1666,-1617,-1616,-1615,-1614,-1613,1667,1668]]]},{"type":"Polygon","properties":{"name":"Oud-Beijerland","population":23415},"id":"GM0584","arcs":[[1669,1670,1671,1672,1673,1674]]},{"type":"Polygon","properties":{"name":"Binnenmaas","population":28960},"id":"GM0585","arcs":[[1675,-1503,1676,1677,1678,1679,1680,1681,1682,-1683,1682,1683,1684,1685,-1675,1686,-1449]]},{"type":"MultiPolygon","properties":{"name":"Korendijk","population":10800},"id":"GM0588","arcs":[[[1687]],[[1688]],[[-1671,1689,1690,1691,1626,-1627,-1626,1692,-1672]]]},{"type":"Polygon","properties":{"name":"Oudewater","population":9850},"id":"GM0589","arcs":[[-1117,-1116,-1115,-1109,-1108,1693,1694,1695,1696,1697,-1118]]},{"type":"Polygon","properties":{"name":"Papendrecht","population":32030},"id":"GM0590","arcs":[[1698,-1505,1699,-1557,-1433,1700]]},{"type":"Polygon","properties":{"name":"Ridderkerk","population":45210},"id":"GM0597","arcs":[[-1641,-1435,-1561,1701,-1455,1702,1703]]},{"type":"Polygon","properties":{"name":"Rotterdam","population":616260},"id":"GM0599","arcs":[[-1610,1704,1705,1706,1707,-1484,1708,1709,1710,1711,1712,-1480,-1578,-1703,-1454,-1453,-1452,-1451,1713,1714,-1629,-1477,1715,1716,1717]]},{"type":"Polygon","properties":{"name":"Rijswijk","population":46990},"id":"GM0603","arcs":[[-1487,-1486,1718,1719,-1543]]},{"type":"Polygon","properties":{"name":"Schiedam","population":76245},"id":"GM0606","arcs":[[-1706,1720,1721,-1707]]},{"type":"Polygon","properties":{"name":"Schoonhoven","population":11815},"id":"GM0608","arcs":[[1722,-1106,1723,-1458,1724,1725]]},{"type":"Polygon","properties":{"name":"Sliedrecht","population":24230},"id":"GM0610","arcs":[[-1550,-1506,-1699,1726,1727,1728]]},{"type":"Polygon","properties":{"name":"Cromstrijen","population":12780},"id":"GM0611","arcs":[[1729,1730,1731,1732,-1691,-1690,-1670,-1686]]},{"type":"Polygon","properties":{"name":"Spijkenisse","population":72170},"id":"GM0612","arcs":[[-1715,1733,-1673,-1693,-1625,-1624,-1630]]},{"type":"Polygon","properties":{"name":"Albrandswaard","population":25005},"id":"GM0613","arcs":[[-1450,-1687,-1674,-1734,-1714]]},{"type":"Polygon","properties":{"name":"Westvoorne","population":13900},"id":"GM0614","arcs":[[-1476,-1475,-1556,-1555,1734,-1716]]},{"type":"MultiPolygon","properties":{"name":"Strijen","population":8850},"id":"GM0617","arcs":[[[1735,1736]],[[-1684,-1683,1682,-1683,-1682,-1681,-1680,-1679,-1678,-1677,-1502,1737,-1732,-1731,-1730,-1685]]]},{"type":"Polygon","properties":{"name":"Vianen","population":19670},"id":"GM0620","arcs":[[-1095,-1094,-811,-1581,-1580,1579,-1580,-1588,1738,1739,-1103,-1157,-1159]]},{"type":"Polygon","properties":{"name":"Vlaardingen","population":71040},"id":"GM0622","arcs":[[-1705,-1609,1740,-1721]]},{"type":"Polygon","properties":{"name":"Vlist","population":9775},"id":"GM0623","arcs":[[-1107,-1723,-1726,-1725,-1457,-1456,-1463,1741,-1530,1742,-1694]]},{"type":"Polygon","properties":{"name":"Voorschoten","population":24310},"id":"GM0626","arcs":[[1743,1744,-1592]]},{"type":"Polygon","properties":{"name":"Waddinxveen","population":25280},"id":"GM0627","arcs":[[1745,-1533,1746,1747,-1470]]},{"type":"Polygon","properties":{"name":"Wassenaar","population":25760},"id":"GM0629","arcs":[[-1593,-1745,1748,-1548,1749,-1570]]},{"type":"Polygon","properties":{"name":"Woerden","population":50050},"id":"GM0632","arcs":[[1750,-1142,-1141,-1140,-1139,-1121,-1120,1751,1752,1753,1754,-1755,1754,1755,-1634,-1633,-1632,1756]]},{"type":"Polygon","properties":{"name":"Zoetermeer","population":122330},"id":"GM0637","arcs":[[1757,1758,1759,1760,-1761,1761,1762,-1763,1763,-1541,-1540,1764,1765,1766]]},{"type":"Polygon","properties":{"name":"Zoeterwoude","population":8170},"id":"GM0638","arcs":[[-1601,1767,-1767,-1766,1768,1769,-1590]]},{"type":"Polygon","properties":{"name":"Zwijndrecht","population":44500},"id":"GM0642","arcs":[[-1560,-1559,-1558,-1700,-1504,-1676,-1448,-1447,-1702]]},{"type":"Polygon","properties":{"name":"Nederlek","population":13990},"id":"GM0643","arcs":[[1770,-1642,-1704,-1577,-1576,-1575,-1574,-1573,1771,1772,1773,-1460]]},{"type":"Polygon","properties":{"name":"Ouderkerk","population":8050},"id":"GM0644","arcs":[[-1742,-1462,-1461,-1774,-1773,-1772,-1579,-1478,1774,-1531]]},{"type":"Polygon","properties":{"name":"Gaasterlân-Sleat","population":10195},"id":"GM0653","arcs":[[-259,-400,-399,-398,-397,1775,1776,1777]]},{"type":"MultiPolygon","properties":{"name":"Borsele","population":22675},"id":"GM0654","arcs":[[[1778,1779]],[[1780,1781,-1782,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799]]]},{"type":"MultiPolygon","properties":{"name":"Goes","population":36920},"id":"GM0664","arcs":[[[1800,1801,1802,-1783,-1782,1781,-1782,-1781,-1800,1803,1804,1805,1806]],[[1807,1808]],[[1809]]]},{"type":"Polygon","properties":{"name":"West Maas en Waal","population":18325},"id":"GM0668","arcs":[[-830,-984,1810,-930,-1038,-964,1811,-831]]},{"type":"MultiPolygon","properties":{"name":"Hulst","population":27630},"id":"GM0677","arcs":[[[1812,1813,1814]],[[1815,1816,1817]],[[1818,1819,1820]],[[1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846],[1847,1848,1849,1850,-1845,1851,-1843,1852],[-1848,1853,-1840,1854,-1838,1855,1856],[1857,1858,-1828,1859,-1826,1860,1861,-1823,1862,1863]]]},{"type":"Polygon","properties":{"name":"Kapelle","population":12400},"id":"GM0678","arcs":[[1864,1865,1866,-1784,-1803,1867]]},{"type":"MultiPolygon","properties":{"name":"Middelburg","population":47770},"id":"GM0687","arcs":[[[1868]],[[1869,1870,1871,1872,-1806,-1805,-1804,-1799,1873,1874,1875,1876]]]},{"type":"Polygon","properties":{"name":"Giessenlanden","population":14510},"id":"GM0689","arcs":[[1877,-1878,1877,1878,-1584,-1583,1879,-1521,-1529,-1528,-1552,1880,1881,1882,1883]]},{"type":"Polygon","properties":{"name":"Graafstroom","population":9795},"id":"GM0693","arcs":[[-1882,-1881,-1551,-1729,-1728,-1727,-1701,-1432,-1640,1884,1885]]},{"type":"Polygon","properties":{"name":"Liesveld","population":9785},"id":"GM0694","arcs":[[-1883,-1886,-1885,-1643,-1771,-1459,-1724,-1105,1886]]},{"type":"Polygon","properties":{"name":"Reimerswaal","population":21705},"id":"GM0703","arcs":[[1887,1888,1889,1890,-1866,-1865,1891]]},{"type":"Polygon","properties":{"name":"Zederik","population":13435},"id":"GM0707","arcs":[[-1740,-1739,-1587,-1586,-1585,-1879,-1878,1877,-1878,-1884,-1887,-1104]]},{"type":"Polygon","properties":{"name":"Terneuzen","population":54740},"id":"GM0715","arcs":[[1892,1893,-1836,-1835,1894,1895,1896,1897,-1893,1898,-1899]]},{"type":"MultiPolygon","properties":{"name":"Tholen","population":25540},"id":"GM0716","arcs":[[[1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911]],[[1912,1913,-1911,1914,-1909,1915,-1907,1916,1917,-1904,1918,1919,1920,1921,1922,1923,1924,-1888,1925]]]},{"type":"MultiPolygon","properties":{"name":"Veere","population":21960},"id":"GM0717","arcs":[[[1926]],[[1927]],[[1928,1929,-1870,-1877,-1876,1930,1931]],[[1932,1933,1934,1935]],[[-1933,1936,1937,1938]]]},{"type":"MultiPolygon","properties":{"name":"Vlissingen","population":44500},"id":"GM0718","arcs":[[[-1792,-1791,-1790,-1789,1939,1940]],[[-1794,1941]],[[-1796,1942]],[[-1798,1943,-1780,1944,-1931,-1875,-1874]]]},{"type":"Polygon","properties":{"name":"Lingewaal","population":10895},"id":"GM0733","arcs":[[-1039,-991,-1524,-1523,1522,-1523,-1522,-1880,-1582,-869]]},{"type":"Polygon","properties":{"name":"De Ronde Venen","population":42975},"id":"GM0736","arcs":[[-1189,-1421,1945,1946,-1757,-1631,-1412,-1180,-1399,-1191,-1190]]},{"type":"Polygon","properties":{"name":"Tytsjerksteradiel","population":32165},"id":"GM0737","arcs":[[1947,1948,1949,-1950,1949,1950,1951,-326,-325,-423,-422,-421,-420,-419,-418,-271,-293,-380,-379,-387,-390,-389,1952]]},{"type":"Polygon","properties":{"name":"Aalburg","population":12750},"id":"GM0738","arcs":[[1953,1954,1955,1956,-988]]},{"type":"Polygon","properties":{"name":"Asten","population":16405},"id":"GM0743","arcs":[[1957,1958,1959,1960,-1961,1960,1961,1962,1963,1964,1965,1966,1967,-1968,1968,1969,1970,1971,1972,-1973,1973,1974,1975,-1976,1976,-1977,1977,1978,1979,1980,1981,1982,-1983,1983,1984]]},{"type":"MultiPolygon","properties":{"name":"Baarle-Nassau","population":6720},"id":"GM0744","arcs":[[[1985,1986,1987,1988,-1989,1988,1989,1990,1991],[1992],[1993],[1994,1995],[1996]]]},{"type":"Polygon","properties":{"name":"Bergen op Zoom","population":66130},"id":"GM0748","arcs":[[1997,1998,1999,2000,2001,-1889,-1925,2002,2003]]},{"type":"Polygon","properties":{"name":"Best","population":28695},"id":"GM0753","arcs":[[2004,2005,2006,2007,-2008,2008,2009,2010,2011]]},{"type":"Polygon","properties":{"name":"Boekel","population":9965},"id":"GM0755","arcs":[[2012,2013,2014,2015,2016,2017]]},{"type":"Polygon","properties":{"name":"Boxmeer","population":28395},"id":"GM0756","arcs":[[2018,2019,2020,2021,2022,2023,2024]]},{"type":"Polygon","properties":{"name":"Boxtel","population":30285},"id":"GM0757","arcs":[[2025,2026,-2011,2027,2028,2029,2030,2031,2032,-2033,2033,2034,2035]]},{"type":"Polygon","properties":{"name":"Breda","population":176400},"id":"GM0758","arcs":[[2036,2037,-2038,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,-2048,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059]]},{"type":"Polygon","properties":{"name":"Deurne","population":31760},"id":"GM0762","arcs":[[2060,2061,-1978,1976,-1977,1975,-1976,-1975,-1974,1972,-1973,-1972,-1971,-1970,-1969,1967,-1968,-1967,-1966,-1965,-1964,-1963,-1962,-1961,1960,-1961,-1960,-1959,-1958,-1985,2062,2063,2064]]},{"type":"Polygon","properties":{"name":"Pekela","population":12870},"id":"GM0765","arcs":[[-20,-227,-232,-231,2065,2066]]},{"type":"Polygon","properties":{"name":"Dongen","population":25205},"id":"GM0766","arcs":[[2067,2068,2069,2070,2071,2072,2073]]},{"type":"Polygon","properties":{"name":"Eersel","population":18165},"id":"GM0770","arcs":[[2074,2075,2076,2077,-2078,2078,2079,2080,2081]]},{"type":"Polygon","properties":{"name":"Eindhoven","population":217225},"id":"GM0772","arcs":[[2082,2083,2084,-2085,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,-2094,2093,2094,2095,2096,2097,2098,-2076,-2075,2099,-2008,-2007,-2006,2100]]},{"type":"Polygon","properties":{"name":"Etten-Leur","population":42050},"id":"GM0777","arcs":[[2101,2102,2103,2104,-2057]]},{"type":"Polygon","properties":{"name":"Geertruidenberg","population":21470},"id":"GM0779","arcs":[[2105,-2073,2106,2107,2108]]},{"type":"Polygon","properties":{"name":"Gilze en Rijen","population":25590},"id":"GM0784","arcs":[[2109,2110,2111,2112,2113,-2114,2114,2115,2116,2117,-2118,2117,2118,2119,-2044,-2043,2120,2121,2122,-2071]]},{"type":"Polygon","properties":{"name":"Goirle","population":22805},"id":"GM0785","arcs":[[2123,2124,2125,2126,2127,2128,2129,-2130,2129,2130,-2111,2131]]},{"type":"Polygon","properties":{"name":"Grave","population":12800},"id":"GM0786","arcs":[[-900,2132,2133,2134,2135,2136,-982]]},{"type":"Polygon","properties":{"name":"Haaren","population":13620},"id":"GM0788","arcs":[[2137,2138,2139,2140,-2034,2032,-2033,-2032,-2031,-2030,2141,2142,2143,2144,2145]]},{"type":"Polygon","properties":{"name":"Helmond","population":88800},"id":"GM0794","arcs":[[2146,2147,-2063,-1984,1982,2148,2149,-2150,2149,2150,2151,2152,2153,2154]]},{"type":"Polygon","properties":{"name":"'s-Hertogenbosch","population":141895},"id":"GM0796","arcs":[[2155,2156,2157,2158,-2159,2159,2160,2161,2162,2163,2164,-926,2165,2166]]},{"type":"Polygon","properties":{"name":"Heusden","population":43110},"id":"GM0797","arcs":[[-2165,-2164,2167,-2145,-2144,2143,2168,2169,2170,-1954,-987,-927]]},{"type":"Polygon","properties":{"name":"Hilvarenbeek","population":15045},"id":"GM0798","arcs":[[2171,2172,2173,2174,2175,-2126,-2125,2176]]},{"type":"Polygon","properties":{"name":"Loon op Zand","population":23070},"id":"GM0809","arcs":[[2177,-2069,2178,-2170]]},{"type":"Polygon","properties":{"name":"Mill en Sint Hubert","population":10925},"id":"GM0815","arcs":[[2179,2180,2181,2182,2183,-2134]]},{"type":"Polygon","properties":{"name":"Nuenen, Gerwen en Nederwetten","population":22550},"id":"GM0820","arcs":[[-2154,2184,2185,-2186,2185,2186,-2092,-2091,-2090,-2089,-2088,-2087,-2086,-2085,2084,-2085,-2084,-2083,2187,2188,2189,2190,2191]]},{"type":"Polygon","properties":{"name":"Oirschot","population":17860},"id":"GM0823","arcs":[[-2010,-2009,2007,-2100,-2082,2192,-2173,2193,2194,-2028]]},{"type":"Polygon","properties":{"name":"Oisterwijk","population":25775},"id":"GM0824","arcs":[[-2029,-2195,-2194,-2172,2195,2196,-2142]]},{"type":"Polygon","properties":{"name":"Oosterhout","population":54005},"id":"GM0826","arcs":[[-2072,-2123,-2122,-2121,-2042,-2041,-2040,2039,2197,-2107]]},{"type":"Polygon","properties":{"name":"Oss","population":84640},"id":"GM0828","arcs":[[-983,-2137,2198,2199,2200,2201,2202,2203,-2166,-925,-1811]]},{"type":"Polygon","properties":{"name":"Rucphen","population":22320},"id":"GM0840","arcs":[[2204,-2103,2205,2206,2207,2208,2209,2210]]},{"type":"Polygon","properties":{"name":"Schijndel","population":23015},"id":"GM0844","arcs":[[2211,2212,2213,2214,2215,2216,2217,2218,2219]]},{"type":"Polygon","properties":{"name":"Sint-Michielsgestel","population":28130},"id":"GM0845","arcs":[[2220,-2220,-2219,-2218,-2217,-2216,2221,-2036,2222,-2161,-2160,2158,-2159,-2158,2223]]},{"type":"Polygon","properties":{"name":"Sint-Oedenrode","population":17910},"id":"GM0846","arcs":[[-2215,2224,2225,-2226,2226,-2191,-2190,2227,-2012,-2027,-2026,-2222]]},{"type":"Polygon","properties":{"name":"Someren","population":18580},"id":"GM0847","arcs":[[-2150,2149,-2150,-2149,-1983,-1982,-1981,2228,2229,2230,2231,2232,2233,2234,-2152,-2151]]},{"type":"Polygon","properties":{"name":"Son en Breugel","population":15820},"id":"GM0848","arcs":[[-2189,-2188,2082,-2083,-2101,-2005,-2228]]},{"type":"MultiPolygon","properties":{"name":"Steenbergen","population":23355},"id":"GM0851","arcs":[[[2235,2236,2237,-2004,-2003,-1924,2238,2239,2240]]]},{"type":"Polygon","properties":{"name":"Waterland","population":17010},"id":"GM0852","arcs":[[2241,-1202,-1201,-1200,-1348,-1401,-1290]]},{"type":"Polygon","properties":{"name":"Tilburg","population":207580},"id":"GM0855","arcs":[[-2144,-2143,-2197,-2196,-2177,-2124,-2132,-2110,-2070,-2178,-2169]]},{"type":"Polygon","properties":{"name":"Uden","population":40805},"id":"GM0856","arcs":[[2242,-2183,2243,-2018,-2017,2244,2245,2246,2247]]},{"type":"Polygon","properties":{"name":"Valkenswaard","population":30665},"id":"GM0858","arcs":[[2248,2249,2250,2251,2252,2253,2254,2255,2256]]},{"type":"Polygon","properties":{"name":"Veghel","population":37555},"id":"GM0860","arcs":[[-2016,2257,2258,2259,-2226,-2225,-2214,-2213,2260,-2245]]},{"type":"Polygon","properties":{"name":"Veldhoven","population":43880},"id":"GM0861","arcs":[[2261,2262,2263,2264,2265,2266,2267,-2078,-2077,-2099]]},{"type":"Polygon","properties":{"name":"Vught","population":25790},"id":"GM0865","arcs":[[-2162,-2223,-2035,-2141,-2140,-2139,-2138,-2146,-2168,-2163]]},{"type":"Polygon","properties":{"name":"Waalre","population":16505},"id":"GM0866","arcs":[[2268,-2256,-2255,-2254,2269,-2267,-2266,-2265,-2264,-2263,-2262,-2098]]},{"type":"Polygon","properties":{"name":"Waalwijk","population":46420},"id":"GM0867","arcs":[[-1955,-2171,-2179,-2068,-2074,-2106,2270]]},{"type":"Polygon","properties":{"name":"Werkendam","population":26425},"id":"GM0870","arcs":[[-1956,-2271,-2109,2271,-1498,-1549,-1526,2272]]},{"type":"Polygon","properties":{"name":"Woensdrecht","population":21675},"id":"GM0873","arcs":[[-2000,2273,2274,-1890,-2002,-2001]]},{"type":"Polygon","properties":{"name":"Woudrichem","population":14415},"id":"GM0874","arcs":[[-989,-1957,-2273,-1525]]},{"type":"Polygon","properties":{"name":"Zundert","population":21220},"id":"GM0879","arcs":[[-2055,-2054,-2053,2275,-2206,-2102,-2056]]},{"type":"Polygon","properties":{"name":"Wormerland","population":15780},"id":"GM0880","arcs":[[-1402,-1350,-1392,-1431,-1213,-1220]]},{"type":"Polygon","properties":{"name":"Onderbanken","population":7965},"id":"GM0881","arcs":[[2276,2277,2278,2279]]},{"type":"Polygon","properties":{"name":"Landgraaf","population":38065},"id":"GM0882","arcs":[[2280,2281,2282,2283,2284]]},{"type":"Polygon","properties":{"name":"Beek","population":16455},"id":"GM0888","arcs":[[2285,2286,2287,2288,2289,2290,2291,2292,2293,2294]]},{"type":"Polygon","properties":{"name":"Beesel","population":13740},"id":"GM0889","arcs":[[2295,2296,2297,2298,-2299,2299,2300,2301,2302,2303,2304,2305,2306]]},{"type":"Polygon","properties":{"name":"Bergen (L.)","population":13285},"id":"GM0893","arcs":[[2307,2308,2309,-2019,2310,2311,2312]]},{"type":"Polygon","properties":{"name":"Brunssum","population":29200},"id":"GM0899","arcs":[[2313,-2284,2314,2315,-2278,-2277]]},{"type":"Polygon","properties":{"name":"Gennep","population":17365},"id":"GM0907","arcs":[[2316,-2312,-2311,-2025,2317,2318,-873,-872,2319]]},{"type":"Polygon","properties":{"name":"Heerlen","population":89015},"id":"GM0917","arcs":[[-2283,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,-2315]]},{"type":"Polygon","properties":{"name":"Kerkrade","population":47280},"id":"GM0928","arcs":[[-2321,-2282,-2281,2330]]},{"type":"Polygon","properties":{"name":"Maastricht","population":121050},"id":"GM0935","arcs":[[2331,2332,2333,2334,2335,-2336,2335,2336,2337,2338,-2339,2339,2340,2341]]},{"type":"Polygon","properties":{"name":"Meerssen","population":19430},"id":"GM0938","arcs":[[2342,2343,-2292,-2291,-2290,2344,2345,2346,2347,2348,-2337,-2336,2335,-2336,-2335,-2334,-2333,-2332,-2342,2349,2350]]},{"type":"Polygon","properties":{"name":"Mook en Middelaar","population":7875},"id":"GM0944","arcs":[[-2319,2351,-898,-897,-896,-874]]},{"type":"Polygon","properties":{"name":"Nederweert","population":16770},"id":"GM0946","arcs":[[2352,2353,-2354,2353,2354,2355,2356,2357,2358,2359,2360,2361,-2229,-1980,2362]]},{"type":"Polygon","properties":{"name":"Nuth","population":15645},"id":"GM0951","arcs":[[-2329,-2328,-2327,-2326,-2325,2363,2364,2365,2366,2367,-2346,-2345,-2289,-2288,2368,2369]]},{"type":"Polygon","properties":{"name":"Roermond","population":56165},"id":"GM0957","arcs":[[-2303,-2302,2370,2371,2372,2373,2374,2375,-2304]]},{"type":"Polygon","properties":{"name":"Schinnen","population":13200},"id":"GM0962","arcs":[[-2279,-2316,-2330,-2370,-2369,-2287,-2286,2376,2377,2378]]},{"type":"Polygon","properties":{"name":"Simpelveld","population":10915},"id":"GM0965","arcs":[[2379,2380,2381,2382,2383,-2323]]},{"type":"Polygon","properties":{"name":"Stein","population":25625},"id":"GM0971","arcs":[[2384,2385,-2293,-2344,-2343,-2351,2386,2387]]},{"type":"Polygon","properties":{"name":"Vaals","population":9750},"id":"GM0981","arcs":[[2388,2389,-2390,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400]]},{"type":"Polygon","properties":{"name":"Venlo","population":100025},"id":"GM0983","arcs":[[-2300,2298,-2299,-2298,-2297,-2296,-2307,2401,2402,-2308,2403]]},{"type":"Polygon","properties":{"name":"Venray","population":42960},"id":"GM0984","arcs":[[-2310,2404,2405,2406,-2407,2406,2407,2408,-2065,2409,2410,-2020]]},{"type":"Polygon","properties":{"name":"Voerendaal","population":12665},"id":"GM0986","arcs":[[-2384,-2383,2411,2412,2413,2414,2415,2416,2417,-2365,-2364,-2324]]},{"type":"Polygon","properties":{"name":"Weert","population":48670},"id":"GM0988","arcs":[[-2360,-2359,-2358,2418,2419,2420,2421,-2361]]},{"type":"Polygon","properties":{"name":"Valkenburg aan de Geul","population":16945},"id":"GM0994","arcs":[[-2366,-2418,-2417,-2416,-2415,-2414,2422,2423,-2339,-2338,-2349,-2348,-2347,-2368,-2367]]},{"type":"MultiPolygon","properties":{"name":"Lelystad","population":75310},"id":"GM0995","arcs":[[[2424]],[[2425]],[[-247,-219,2426,-1036]],[[-2428,2428,2429]],[[2430]]]},{"type":"Polygon","properties":{"name":"Horst aan de Maas","population":41915},"id":"GM1507","arcs":[[-2309,-2403,2431,-2061,-2409,-2408,-2407,2406,-2407,-2406,-2405]]},{"type":"Polygon","properties":{"name":"Oude IJsselstreek","population":39840},"id":"GM1509","arcs":[[-725,-724,-723,-722,-721,720,-721,-720,-719,-718,2432,2433,2434,2435,2436,-821,-820,2437,2438]]},{"type":"Polygon","properties":{"name":"Teylingen","population":35685},"id":"GM1525","arcs":[[-1307,2439,2440,2441,-1602,-1595,-1652,-1566,-1648,-1651,-1604,-1603]]},{"type":"Polygon","properties":{"name":"Utrechtse Heuvelrug","population":48265},"id":"GM1581","arcs":[[-1150,-1149,-1148,-1147,-1146,-1124,-1145,-1128,-1127,-807,-1152,-1153,-1078,-1077,-1076,-1075,1073,-1158]]},{"type":"Polygon","properties":{"name":"Oost Gelre","population":30005},"id":"GM1586","arcs":[[2442,2443,-980,-979,-978,-715,-726,724,-2439,2444,2445,2446,2447]]},{"type":"Polygon","properties":{"name":"Koggenland","population":22345},"id":"GM1598","arcs":[[-1396,1395,-1396,-1395,-1394,-1393,-1372,-1371,-1342,-1341,2448,-1429,-1223,-1222,-1423,-1422,-1324,-1397]]},{"type":"Polygon","properties":{"name":"Lansingerland","population":55265},"id":"GM1621","arcs":[[2449,-1710,2450,2451,2452,2453,2454,2455,2456,-1759,2457]]},{"type":"Polygon","properties":{"name":"Leudal","population":36460},"id":"GM1640","arcs":[[-2305,-2376,2458,2459,2460,2461,-2420,-2419,-2357,-2356,-2355,-2354,2353,-2354,-2353,2462]]},{"type":"Polygon","properties":{"name":"Maasgouw","population":24095},"id":"GM1641","arcs":[[-2375,2463,2464,2465,2466,-2461,-2460,-2459]]},{"type":"MultiPolygon","properties":{"name":"Eemsmond","population":16235},"id":"GM1651","arcs":[[[-25,-105,-210,-212,-5,-15,-262,2467,2468,2469,2470]],[[2471]],[[2472]],[[2473]],[[2474]],[[2475]],[[2476]],[[2477]]]},{"type":"Polygon","properties":{"name":"Gemert-Bakel","population":29040},"id":"GM1652","arcs":[[-2410,-2064,-2148,2478,2479,-2258,-2015,-2014,2480]]},{"type":"Polygon","properties":{"name":"Halderberge","population":29325},"id":"GM1655","arcs":[[-2104,-2205,-2211,-2210,2209,2481,2482,-2237,2483]]},{"type":"Polygon","properties":{"name":"Heeze-Leende","population":15350},"id":"GM1658","arcs":[[2484,2485,2486,-2257,-2269,-2097,2487,2488,-2234]]},{"type":"Polygon","properties":{"name":"Laarbeek","population":21610},"id":"GM1659","arcs":[[-2479,-2147,-2155,-2192,-2227,2225,-2260,-2259,-2480]]},{"type":"MultiPolygon","properties":{"name":"De Marne","population":10430},"id":"GM1663","arcs":[[[2489]],[[2490]],[[2491]],[[2492,-2469,-2468,-270,-269,-268,-294,2493,-301,2494],[2495,2496,2497,2498],[-2500,-2501,-2502,-2503]]]},{"type":"Polygon","properties":{"name":"Reusel-De Mierden","population":12655},"id":"GM1667","arcs":[[2503,2504,-2175,-2174]]},{"type":"Polygon","properties":{"name":"Roerdalen","population":21090},"id":"GM1669","arcs":[[2505,2506,-2465,-2464,-2374,-2373,-2372,2507]]},{"type":"Polygon","properties":{"name":"Maasdonk","population":11260},"id":"GM1671","arcs":[[-2203,-2202,-2201,2508,-2224,-2157,-2156,-2167,-2204]]},{"type":"Polygon","properties":{"name":"Rijnwoude","population":18620},"id":"GM1672","arcs":[[-1442,-1471,-1748,2509,-2458,-1758,-1768,-1600,2510,-1444,-1443]]},{"type":"Polygon","properties":{"name":"Roosendaal","population":77425},"id":"GM1674","arcs":[[-2210,-2209,-2208,2511,-2274,1999,-2000,-1999,-1998,-2238,-2483,-2482]]},{"type":"MultiPolygon","properties":{"name":"Schouwen-Duiveland","population":34150},"id":"GM1676","arcs":[[[2512,2513,-1913,2514,2515,2516,2517],[-2516,2518,2519,2520]],[[2521,2522,2523,2524,2525,2526,2527,-2529],[2529,2530,-2523,2531]],[[2532]],[[2533]],[[2534]],[[2535]],[[2536,2537,2538,-1938,2539,-1519,2540]]]},{"type":"Polygon","properties":{"name":"Aa en Hunze","population":25740},"id":"GM1680","arcs":[[-233,-225,2541,-473,2542,-458,-457,-456,454,-455,-454,-453,-452,-451,-450,2543,2544,2545,-199]]},{"type":"Polygon","properties":{"name":"Borger-Odoorn","population":25860},"id":"GM1681","arcs":[[-223,-238,-478,-477,-476,-474,-2542,-224]]},{"type":"Polygon","properties":{"name":"Cuijk","population":24650},"id":"GM1684","arcs":[[-2318,-2024,-2023,-2022,2546,-2181,-2180,-2133,-899,-2352]]},{"type":"Polygon","properties":{"name":"Landerd","population":15065},"id":"GM1685","arcs":[[-2136,-2135,-2184,-2243,-2248,2547,2548,-2199]]},{"type":"Polygon","properties":{"name":"De Wolden","population":23755},"id":"GM1690","arcs":[[2549,2550,-481,-480,-604,-603,-602,-601,-600,-599,-598,-597,-596,-595,-594,-593,-592,-591,-679,-678,-487,-486,-485,484,-485,-484,2551,2552,2553]]},{"type":"MultiPolygon","properties":{"name":"Noord-Beveland","population":7520},"id":"GM1695","arcs":[[[-1808,2554]],[[2555,2556,-1929,2557,-1935,2558]]]},{"type":"Polygon","properties":{"name":"Wijdemeren","population":23295},"id":"GM1696","arcs":[[-1418,-1417,-1333,-1068,2559,2560,2561,2562,-2561,2563,2564,2565,2566,2567,-2566,2568,2569,-2570,2570,2571,2572,2573,2574,2575,2576,-2577,2577,-2575,2578,2579]]},{"type":"Polygon","properties":{"name":"Noordenveld","population":30955},"id":"GM1699","arcs":[[-170,2580,2581,-463,2582,-402,-401,400,-401,-410,-411,-204,-203,-171]]},{"type":"Polygon","properties":{"name":"Twenterand","population":33930},"id":"GM1700","arcs":[[2583,-693,-692,-691,-690,-689,-688,-518,-517,-531,-530,-701,-611,-610,-609,-608,-607,-606,-605,-669,-668,-667,-666,-665,-664,-586]]},{"type":"Polygon","properties":{"name":"Westerveld","population":19200},"id":"GM1701","arcs":[[2584,2585,2586,-482,-2551,-2550,-2554,-2553,-2552,-502,-501,2587,-447,-404]]},{"type":"Polygon","properties":{"name":"Sint Anthonis","population":11805},"id":"GM1702","arcs":[[-2021,-2411,-2481,-2013,-2244,-2182,-2547]]},{"type":"Polygon","properties":{"name":"Lingewaard","population":45770},"id":"GM1705","arcs":[[-748,-976,-835,-713,-933,-969,-940,2588,-751,-750,-749]]},{"type":"Polygon","properties":{"name":"Cranendonck","population":20430},"id":"GM1706","arcs":[[-2232,-2231,-2230,-2362,-2422,2589,-2486,-2485,-2233]]},{"type":"Polygon","properties":{"name":"Steenwijkerland","population":43400},"id":"GM1708","arcs":[[-500,-499,498,-686,2590,2591,2592,-655,-394,-449,-448,-2588]]},{"type":"MultiPolygon","properties":{"name":"Moerdijk","population":36520},"id":"GM1709","arcs":[[[2593,2594,2595]],[[2596,2597,2598,-1664,2599]],[[2600]],[[-1736,2601]],[[2602,2603,2604,2605,-2059,2058,-2059,-2058,-2105,-2484,-2236,2606,-1500,2607]]]},{"type":"Polygon","properties":{"name":"Echt-Susteren","population":32165},"id":"GM1711","arcs":[[-2507,-2506,2608,2609,2610,2611,2612,-2466]]},{"type":"MultiPolygon","properties":{"name":"Sluis","population":23890},"id":"GM1714","arcs":[[[2613,2614,2615,2616,2617,-1899,1892,-1898,-1897,-1896,2618,2619,2620,2621],[-2617,2622,-2615,2623,2624],[-2621,2625,2626]]]},{"type":"Polygon","properties":{"name":"Drimmelen","population":26665},"id":"GM1719","arcs":[[-2108,-2198,-2040,-2039,-2038,2037,-2038,-2037,-2060,-2059,2058,-2606,-2605,-2604,-2603,-2608,-1499,-2272]]},{"type":"Polygon","properties":{"name":"Bernheze","population":29800},"id":"GM1721","arcs":[[-2549,-2548,-2247,-2246,-2261,-2212,-2221,-2509,-2200]]},{"type":"Polygon","properties":{"name":"Ferwerderadiel","population":8835},"id":"GM1722","arcs":[[-310,-309,308,2627,-1953,388,-389,-388,-392,-338,2628,2629,2630,-311]]},{"type":"Polygon","properties":{"name":"Alphen-Chaam","population":9525},"id":"GM1723","arcs":[[-2119,-2118,2117,-2118,-2117,-2116,-2115,2113,-2114,-2113,-2112,-2131,-2130,2129,-2130,-2129,-2128,2631,-1990,-1989,1988,-1989,-1988,-1987,-1986,-1992,2632,-2051,-2050,-2049,-2048,2047,-2048,-2047,-2046,-2045,-2120]]},{"type":"Polygon","properties":{"name":"Bergeijk","population":18125},"id":"GM1724","arcs":[[-2270,-2253,-2252,-2251,-2250,2633,2634,-2079,2077,-2268]]},{"type":"Polygon","properties":{"name":"Bladel","population":19580},"id":"GM1728","arcs":[[-2081,-2080,-2635,2635,-2504,-2193]]},{"type":"Polygon","properties":{"name":"Gulpen-Wittem","population":14480},"id":"GM1729","arcs":[[-2382,-2381,2636,-2400,-2399,-2398,-2397,-2396,-2395,-2394,-2393,-2392,-2391,2389,-2390,-2389,2637,2638,2639,-2423,2413,-2414,-2413,-2412]]},{"type":"Polygon","properties":{"name":"Tynaarlo","population":32355},"id":"GM1730","arcs":[[-194,-193,-192,-191,-190,-200,-2546,-2545,-2544,-466,-465,464,-465,-464,-2582,-2581,-169,-168]]},{"type":"Polygon","properties":{"name":"Midden-Drenthe","population":33560},"id":"GM1731","arcs":[[-461,-460,-459,-2543,-472,-483,-2587,-2586,-2585,-403,-2583,-462]]},{"type":"Polygon","properties":{"name":"Overbetuwe","population":46270},"id":"GM1734","arcs":[[-753,-752,-2589,-949,-948,947,-948,-947,-946,-784,2640,2641,2642,2643,2644,2645,-2646,2645,2646,-972,-952,-755,-754]]},{"type":"Polygon","properties":{"name":"Hof van Twente","population":35600},"id":"GM1735","arcs":[[-535,-624,-623,-622,621,-622,-621,-620,-619,-618,-583,-582,-581,2647,2648,2649,-903,2650,-696,-526,-536]]},{"type":"Polygon","properties":{"name":"Neder-Betuwe","population":22615},"id":"GM1740","arcs":[[-2647,-2646,2645,-2646,-2645,-2644,-2643,-2642,-2641,-783,-832,-1812,-963,-962,-967,-798,-797,-796,-1126,-973]]},{"type":"Polygon","properties":{"name":"Rijssen-Holten","population":37560},"id":"GM1742","arcs":[[698,-699,-698,-697,-2651,-924,-556,-671,-613,-700]]},{"type":"Polygon","properties":{"name":"Geldrop-Mierlo","population":38670},"id":"GM1771","arcs":[[-2235,-2489,-2488,-2096,-2095,-2094,2093,-2094,-2093,-2187,-2186,2185,-2186,-2185,-2153]]},{"type":"Polygon","properties":{"name":"Olst-Wijhe","population":17660},"id":"GM1773","arcs":[[-673,-672,-571,-570,-970,-853,-894,-702,-674]]},{"type":"Polygon","properties":{"name":"Dinkelland","population":26075},"id":"GM1774","arcs":[[-651,-663,-662,-661,-577,-617,-616,-625,532,-533,-532,-687,2651]]},{"type":"Polygon","properties":{"name":"Westland","population":101980},"id":"GM1783","arcs":[[-1545,-1544,-1720,2652,-1611,-1718,2653,-1546]]},{"type":"Polygon","properties":{"name":"Midden-Delfland","population":18225},"id":"GM1842","arcs":[[1485,-1486,-1485,-1708,-1722,-1741,-1608,-1607,-1606,-2653,-1719]]},{"type":"Polygon","properties":{"name":"Berkelland","population":44910},"id":"GM1859","arcs":[[-2649,-2648,-580,-579,2654,-2443,-2448,-2447,2655,2656,2657,2658,2659,-917,-916,-915,-914,913,-914,-913,-912,-911,-910,-909,-908,-907,-906,-905,904,-905,-904,-2650]]},{"type":"Polygon","properties":{"name":"Bronckhorst","population":37440},"id":"GM1876","arcs":[[-2660,-2659,-2658,-2657,-2656,-2446,-2445,-2438,-819,-828,-827,-826,-825,823,-992,-815,-814,-818,-954,-789,-1001,-1000,-999,-918]]},{"type":"Polygon","properties":{"name":"Sittard-Geleen","population":94535},"id":"GM1883","arcs":[[-2611,-2610,2660,-2378,-2377,-2295,-2294,-2386,-2385,-2388,2661,-2612]]},{"type":"Polygon","properties":{"name":"Kaag en Braassem","population":25735},"id":"GM1884","arcs":[[-1414,-1639,-1638,-1445,-2511,-1599,-1598,-1597,-1596,-2442,-2441,-2440,-1306,-1164]]},{"type":"Polygon","properties":{"name":"Dantumadiel","population":19265},"id":"GM1891","arcs":[[-377,-376,-375,-327,-1952,-1951,-1950,1949,-1950,-1949,-1948,-2628,-309,-308,-307,-306]]},{"type":"Polygon","properties":{"name":"Zuidplas","population":40675},"id":"GM1892","arcs":[[-1532,-1775,-1481,-1713,-1712,-1711,-2450,-2510,-1747]]},{"type":"Polygon","properties":{"name":"Peel en Maas","population":43270},"id":"GM1894","arcs":[[-2306,-2463,-2363,-1979,-2062,-2432,-2402]]},{"type":"MultiPolygon","properties":{"name":"Oldambt","population":39095},"id":"GM1895","arcs":[[[2662,2663]],[[-100,2664,2665,2666,-21,-2067,2667,2668,2669,2670,-2671,2670,2671,2672,2673,-229,-228,-101]],[[2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688],[2689,2690,2691],[2692,2693,2694],[-2685,2695,2696,2697,2698],[2699,2700,2701,2702,2703,2704,-2698]],[[2705]]]},{"type":"Polygon","properties":{"name":"Zwartewaterland","population":22050},"id":"GM1896","arcs":[[-684,-683,-682,-681,-708,-707,-706,-705,-634,-633,2706,2707,-2591,-685]]},{"type":"MultiPolygon","properties":{"name":"Súdwest-Fryslân","population":82635},"id":"GM1900","arcs":[[[2708]],[[2709,2710]],[[2711]],[[-359,-358,-352,-351,-350,-349,-348,-515,-514,-513,-512,-511,-510,-509,-508,-286,-285,-260,-1778,-1777,2712,2713,2714,2715,-360]]]},{"type":"Polygon","properties":{"name":"Bodegraven-Reeuwijk","population":32835},"id":"GM1901","arcs":[[-1755,1754,-1755,-1754,-1753,-1752,-1119,-1698,-1697,-1696,-1695,-1743,-1534,-1746,-1469,-1468,-1439,-1637,-1636,-1635,-1756]]},{"type":"Polygon","properties":{"name":"Eijsden-Margraten","population":24995},"id":"GM1903","arcs":[[-2640,-2639,2716,-2340,2338,-2424]]},{"type":"Polygon","properties":{"name":"Stichtse Vecht","population":63315},"id":"GM1904","arcs":[[-2580,-2579,2574,-2578,2576,-2577,-2576,-2575,-2574,-2573,-2572,-2571,2569,-2570,-2569,2565,-2568,-2567,-2566,-2565,-2564,2560,-2563,-2562,-2561,-2560,-1067,-1066,-1134,-1133,-1132,-1144,-1143,-1751,-1947,-1946,-1420,-1419]]},{"type":"Polygon","properties":{"name":"Menameradiel","population":13775},"id":"GM1908","arcs":[[-391,-385,-384,-383,-382,-507,-506,-505,-504,-503,-516,-343,-342,-341,340,-341,-340,-339,-334,-333]]},{"type":"MultiPolygon","properties":{"name":"Hollands Kroon","population":47705},"id":"GM1911","arcs":[[[2717,2718,-1377,-1398,-1327,-1313,-1406,-1405,-1404,-1427,-1328,2719]],[[2720,2721,-2710,2722]]]},{"type":"Polygon","properties":{"name":"Leidschendam-Voorburg","population":72405},"id":"GM1916","arcs":[[-1770,-1769,-1765,-1539,-1538,-1537,-1536,-1535,-1749,-1744,-1591]]},{"type":"Polygon","properties":{"name":"Pijnacker-Nootdorp","population":50105},"id":"GM1926","arcs":[[-1764,1762,-1763,-1762,1760,-1761,-1760,-2457,-2456,-2455,-2454,-2453,-2452,-2451,-1709,-1483,-1482,-1542]]},{"type":"Polygon","properties":{"name":"Montferland","population":35045},"id":"GM1955","arcs":[[-2437,-2436,-2435,-2434,2723,-996,-995,-994,-993,-822]]},{"type":"Polygon","properties":{"name":"Menterwolde","population":12360},"id":"GM1987","arcs":[[-2673,-2672,-2671,2670,-2671,-2670,-2669,-2668,-2066,-234,-196,-195,-230,-2674]]}]}},"arcs":[[[9120,9081],[-20,0],[0,-3],[-51,-6],[0,5],[-22,1],[-14,-23],[-46,3],[-8,22],[-22,-8],[-6,8]],[[8931,9080],[-18,27],[11,4],[-9,19],[-12,16],[6,3],[-4,26],[8,6],[20,0],[22,8],[26,-2],[11,8],[-8,18],[-3,22],[2,9]],[[8983,9244],[4,6],[18,-1],[5,-5],[10,5]],[[9020,9249],[47,-10],[18,3],[7,16],[23,-8],[0,-14],[-8,-9],[1,-18],[-2,-31],[4,-3],[-2,-29],[7,-25],[6,3],[-1,-43]],[[8332,9244],[15,-5],[11,15],[9,4]],[[8367,9258],[14,-25],[8,2],[1,-13],[-32,-3],[3,-2]],[[8361,9217],[0,-1]],[[8361,9216],[11,1],[9,-22],[23,2],[10,-18],[-3,-8],[18,-31],[46,0],[13,-22],[18,4],[11,-1]],[[8517,9121],[0,-2]],[[8517,9119],[-16,-30],[-2,-8],[-24,-50],[-30,-63],[18,-21],[6,-30]],[[8469,8917],[-1,-1]],[[8468,8916],[-42,-7],[-1,8],[-31,0],[0,8],[-52,6],[3,19],[-5,2],[-47,0],[-2,8],[-39,-5],[-4,8]],[[8248,8963],[1,1]],[[8249,8964],[11,29],[6,28],[9,119],[4,9],[16,65],[-2,22],[3,16],[13,-2],[7,8]],[[8316,9258],[16,-14]],[[9900,8571],[1,-24],[-15,-20],[-1,-8],[-11,-5],[5,-39],[11,-13],[-6,-8],[50,-30],[-8,-115],[13,-92]],[[9939,8217],[-45,-3],[-146,-55],[-5,9],[-28,38],[-16,0],[-2,8],[-21,24],[-35,-16],[-8,3],[1,10],[-16,4]],[[9618,8239],[-14,11],[-19,7]],[[9585,8257],[-4,3],[-32,-5],[-51,-5],[-38,24],[-9,2]],[[9451,8276],[69,104],[1,3],[-30,22],[-13,16],[10,9]],[[9488,8430],[10,4],[2,9],[41,36],[1,5],[27,13],[41,27],[11,9],[14,5],[30,-8],[19,3],[52,27],[20,3],[16,6],[14,24],[75,-46],[7,15],[16,9],[16,0]],[[8823,9029],[-75,-38],[-23,-9],[-53,-29],[-89,-44],[-34,-17],[-37,-24],[-22,-11]],[[8490,8857],[-5,14],[-17,45]],[[8517,9119],[18,-6],[37,-8],[37,-25],[49,46],[25,-8],[18,-10],[11,0],[7,19],[14,8],[12,-6],[14,3],[4,-8],[-11,-8],[7,-16],[13,-14],[8,2],[13,-16],[9,11],[20,-24],[-6,-3],[7,-11],[-8,-3],[8,-13]],[[9075,9478],[11,-3]],[[9086,9475],[11,-10],[24,-33],[-6,-8],[13,-17],[-6,-21],[1,-11],[11,-30],[7,-8],[-2,-20],[4,-8],[2,-22],[13,-29],[18,0],[25,-17],[30,-27],[16,-3],[19,-16],[-1,-8],[28,-11],[45,-11],[52,-16],[33,0]],[[9423,9149],[-1,-1]],[[9422,9148],[-2,-2]],[[9420,9146],[-3,0]],[[9417,9146],[-5,0]],[[9412,9146],[-1,0]],[[9411,9146],[-16,0]],[[9395,9146],[-1,0]],[[9394,9146],[-2,0]],[[9392,9146],[-3,0]],[[9389,9146],[-3,0]],[[9386,9146],[-6,2]],[[9380,9148],[-3,1]],[[9377,9149],[-3,0]],[[9374,9149],[-9,4]],[[9365,9153],[-3,1]],[[9362,9154],[-3,0]],[[9359,9154],[-4,2]],[[9355,9156],[-20,7]],[[9335,9163],[-3,2]],[[9332,9165],[-3,0]],[[9329,9165],[-14,3]],[[9315,9168],[-13,2]],[[9302,9170],[-7,1]],[[9295,9171],[-2,2]],[[9293,9173],[-3,0]],[[9290,9173],[-2,0]],[[9288,9173],[-1,0]],[[9287,9173],[-12,3]],[[9275,9176],[-1,0]],[[9274,9176],[-1,2]],[[9273,9178],[-2,1]],[[9271,9179],[-1,0]],[[9270,9179],[-2,0]],[[9268,9179],[-2,2]],[[9266,9181],[-11,8],[-13,17],[-9,-14],[-6,2]],[[9227,9194],[-1,-2]],[[9226,9192],[-2,-3]],[[9224,9189],[11,-7],[11,2],[16,-8],[-4,-14],[9,11],[28,-8],[20,-8],[17,2],[8,-5]],[[9340,9154],[6,0]],[[9346,9154],[2,-1]],[[9348,9153],[2,-2]],[[9350,9151],[2,0]],[[9352,9151],[1,-2]],[[9353,9149],[1,0]],[[9354,9149],[1,0]],[[9355,9149],[3,-1]],[[9358,9148],[2,0]],[[9360,9148],[4,-2]],[[9364,9146],[1,0]],[[9365,9146],[3,-1]],[[9368,9145],[4,-2]],[[9372,9143],[2,0]],[[9374,9143],[4,-2]],[[9378,9141],[1,0]],[[9379,9141],[5,-1]],[[9384,9140],[4,-2]],[[9388,9138],[2,0]],[[9390,9138],[1,-1]],[[9391,9137],[3,-2]],[[9394,9135],[1,0]],[[9395,9135],[2,0]],[[9397,9135],[4,-1]],[[9401,9134],[-1,0]],[[9400,9134],[-3,-2]],[[9397,9132],[15,-10],[27,16],[5,-11],[-8,-16],[41,-12],[16,0],[13,6],[6,-8],[15,-3],[6,-6],[75,1],[12,13],[21,5]],[[9641,9107],[-1,1]],[[9640,9108],[2,0]],[[9642,9108],[2,2]],[[9644,9110],[1,0]],[[9645,9110],[3,1]],[[9648,9111],[1,2]],[[9649,9113],[3,0]],[[9652,9113],[13,8],[1,-13],[-8,-3],[-25,-24],[-5,-1],[-4,-24],[6,-32],[-7,-7],[-10,-32],[0,-14],[8,-13],[12,-6],[14,-18]],[[9647,8934],[-15,-6],[-23,-19],[6,-5],[-30,-20],[-20,20],[-7,-3],[-37,41],[-7,3],[-15,-1],[-6,-11]],[[9493,8933],[-25,-11],[-22,28],[-1,21],[-42,1],[-70,-25],[-45,-13],[-17,-28],[-1,-16],[-8,-8],[-12,8],[-24,-25],[-18,8],[-14,16],[-13,-2]],[[9181,8887],[-4,0],[6,46],[1,27],[-7,0],[2,17],[-6,0],[3,38],[-56,0],[-1,8],[22,17],[-11,2],[-1,14],[-9,25]],[[8983,9244],[0,6]],[[8983,9250],[-7,-1],[-1,11],[-16,-2],[-4,7],[7,23],[-10,16],[-11,-2],[-5,7],[-12,-5],[-27,21],[6,8],[-14,12],[-3,16],[-42,58],[-9,19],[40,21]],[[8875,9459],[22,11],[110,55],[18,-15],[31,-24],[19,-8]],[[9224,9189],[2,3]],[[9226,9192],[1,2]],[[9227,9194],[-3,-5]],[[9397,9132],[3,2]],[[9401,9134],[-4,1]],[[9397,9135],[-2,0]],[[9394,9135],[-3,2]],[[9390,9138],[-2,0]],[[9388,9138],[-4,2]],[[9384,9140],[-5,1]],[[9378,9141],[-4,2]],[[9374,9143],[-2,0]],[[9372,9143],[-4,2]],[[9368,9145],[-3,1]],[[9365,9146],[-5,2]],[[9358,9148],[-3,1]],[[9354,9149],[-1,0]],[[9353,9149],[-1,2]],[[9352,9151],[-2,0]],[[9350,9151],[-2,2]],[[9348,9153],[-2,1]],[[9346,9154],[-6,0]],[[9340,9154],[18,-6]],[[9358,9148],[6,-2]],[[9364,9146],[33,-14]],[[9652,9113],[-3,0]],[[9649,9113],[-1,-2]],[[9645,9110],[-1,0]],[[9644,9110],[-2,-2]],[[9642,9108],[-2,0]],[[9640,9108],[1,-1]],[[9641,9107],[11,6]],[[9290,9173],[3,0]],[[9295,9171],[7,-1]],[[9302,9170],[13,-2]],[[9315,9168],[14,-3]],[[9332,9165],[3,-2]],[[9335,9163],[20,-7]],[[9359,9154],[-22,11],[-41,8],[-30,8]],[[9266,9181],[2,-2]],[[9268,9179],[2,0]],[[9271,9179],[2,-1]],[[9273,9178],[1,-2]],[[9275,9176],[12,-3]],[[9288,9173],[2,0]],[[9365,9153],[9,-4]],[[9374,9149],[3,0]],[[9377,9149],[3,-1]],[[9380,9148],[6,-2]],[[9386,9146],[3,0]],[[9392,9146],[2,0]],[[9395,9146],[16,0]],[[9412,9146],[5,0]],[[9417,9146],[3,0]],[[9420,9146],[2,2]],[[9423,9149],[-28,-3],[-33,8]],[[8490,8857],[0,-14],[-7,-8],[8,-11],[12,-30],[35,-43],[12,-11]],[[8550,8740],[-25,-16],[-18,-16]],[[8507,8708],[-1,0]],[[8506,8708],[-25,-9],[17,-9],[-18,-7]],[[8480,8683],[-1,0]],[[8479,8683],[-38,15],[-16,9],[-38,14],[-20,-6],[6,-16],[-45,-16],[-1,-9],[-25,-2],[-11,5],[-22,-8],[-3,6],[-22,-11]],[[8244,8664],[-15,-8],[-21,19],[-14,40],[-3,3],[-31,8]],[[8160,8726],[-2,0]],[[8158,8726],[-22,8],[-33,-8],[-3,11]],[[8100,8737],[-12,8],[-18,0],[-46,-13]],[[8024,8732],[-2,8],[11,8],[-6,11]],[[8027,8759],[24,84]],[[8051,8843],[17,47],[2,22],[18,-4],[0,-5],[19,-6],[10,9],[10,-3],[21,22],[-8,14]],[[8140,8939],[6,-3],[21,6],[14,-8]],[[8181,8934],[27,13],[12,0],[-3,14],[9,-1],[22,3]],[[8248,8963],[1,1]],[[7543,8923],[-6,-1],[9,-29],[55,8],[30,2],[21,6],[64,10],[0,-8],[13,0],[25,6],[-1,-25],[12,3],[0,-16],[22,5],[0,-19],[11,6],[7,-14],[12,6],[5,-11],[10,5],[28,-35],[7,-17],[9,-11]],[[7876,8794],[-7,-5]],[[7869,8789],[-13,3],[-6,-6],[-18,3],[-23,-2],[-6,-9],[-34,0],[-20,-17]],[[7749,8761],[-20,1],[-43,-9],[-9,-5]],[[7677,8748],[-17,-5],[-11,3],[1,-17],[-10,0],[1,-11],[-86,-19],[6,-19],[8,-6],[-9,-7],[-20,-3],[-75,-25],[-5,-8],[-23,-11]],[[7437,8620],[1,-8],[-6,-24],[-11,-4],[3,-10],[-20,-14],[-17,-8],[-64,-35],[-43,-15]],[[7280,8502],[0,26],[3,60]],[[7283,8588],[3,31],[9,9],[13,33],[24,43],[9,4],[2,19],[11,5],[13,0],[14,16],[13,6],[14,21],[0,11],[12,8],[1,19],[-12,9],[-1,18],[-18,6],[-9,8]],[[7381,8854],[5,1]],[[7386,8855],[-3,10],[25,6],[-17,11],[18,10],[14,0],[2,9],[-4,11],[11,2],[2,11],[-9,8]],[[7425,8933],[116,-2],[2,-8]],[[8480,8683],[40,-17],[7,-5],[11,-30],[18,-8],[10,-11],[13,-5],[17,-19],[11,-17],[4,-14],[-12,-11],[10,-16],[8,-49],[7,-30]],[[8624,8451],[-64,-17],[-49,-18],[-43,-17]],[[8468,8399],[5,6],[-8,22],[-15,5],[3,10],[-5,15],[-11,8],[-12,24]],[[8425,8489],[-13,3],[2,11],[-20,13],[-16,20],[-32,2],[-6,24]],[[8340,8562],[4,14],[-9,6],[-6,21]],[[8329,8603],[-47,-21],[-9,41],[-29,41]],[[8924,8682],[4,-3],[34,0]],[[8962,8679],[-14,-13],[4,-21],[-18,-41],[3,0],[0,-50],[6,-13],[-28,3],[7,-17],[-22,-8],[2,-5],[-23,-8],[24,-44]],[[8903,8462],[7,-14],[-11,-3],[15,-87],[8,-38]],[[8922,8320],[8,-48]],[[8930,8272],[-98,86]],[[8832,8358],[-62,55],[-11,11],[-26,22],[-109,5]],[[8550,8740],[19,-6],[22,0],[28,-30],[63,-67],[72,-17],[74,0],[0,5],[-25,1],[0,32],[68,8],[47,11],[6,5]],[[7953,8783],[5,1],[5,-16],[64,-9]],[[8024,8732],[-40,-11],[-10,-30],[-15,-9],[-36,-16],[-41,-11],[-11,-16],[0,-19],[-27,-22]],[[7844,8598],[-6,-10],[-25,-22],[1,-16],[-14,-34],[-28,-60],[-5,-51],[-20,-3],[-31,-71],[-75,25]],[[7641,8356],[-48,14]],[[7593,8370],[-22,73],[55,10],[-6,30],[103,17],[-10,36],[2,7],[-18,72],[-6,-3]],[[7691,8612],[-4,8],[27,16],[-7,33],[8,3],[-7,36]],[[7708,8708],[-3,16],[-10,-11],[-11,-3],[-6,10],[-1,28]],[[7876,8794],[15,6],[7,11],[37,5],[18,-33]],[[8862,9473],[13,-14]],[[8931,9080],[-108,-51]],[[8367,9258],[18,10],[8,-5],[25,2],[26,4],[5,7],[-5,31],[10,5],[31,3],[9,11],[5,-6],[13,0],[33,8],[15,-8],[12,8],[14,-5],[9,5],[19,-5],[14,-9],[13,14],[11,3],[21,19],[40,28],[47,51],[44,22],[23,17],[12,16],[14,-5],[0,-7],[9,1]],[[7593,8370],[-15,5],[-21,27],[-22,14],[-32,11],[-41,-3],[-32,0],[-27,5],[-48,3],[-29,25],[-19,24]],[[7307,8481],[-27,21]],[[5149,5882],[-7,-12],[-22,-4],[-19,-11],[-47,-25],[-4,2],[-30,-16],[88,-106],[84,-98],[29,-38],[-64,-16],[-14,-1],[-39,19],[-42,-40]],[[5062,5536],[-26,18],[-52,30],[-51,22],[-67,22],[-44,11],[-19,-10],[-11,2],[-18,11],[-4,9],[-20,4],[-24,-2],[-57,-17],[-22,-8],[-21,0],[-11,-8],[-1,-11],[-8,9],[-7,-3]],[[4599,5615],[0,2]],[[4599,5617],[1,8],[12,3],[5,9],[-21,19],[-20,5],[5,19],[8,0],[0,19],[-7,58],[-25,38],[4,13],[14,11],[33,17],[42,22],[11,21],[5,5],[108,53],[44,24],[7,2],[-44,-24],[21,0],[18,5],[11,9],[13,18],[-6,-2],[72,38]],[[4910,6007],[30,-33],[15,-10],[79,-33],[79,-33],[16,-13],[20,-3]],[[9618,8239],[-8,-36],[-17,-3]],[[9593,8200],[-3,-19]],[[9590,8181],[-5,-3],[18,-2],[20,3],[12,-9],[-9,-10],[-1,-22],[-6,-11],[6,-17],[15,3],[11,-13],[13,-5],[6,-17],[-73,-44],[-2,-82],[-2,-40],[-1,-60],[-14,-6],[-3,-73],[-70,-6],[-22,-25],[-2,-10]],[[9481,7732],[-1,0]],[[9480,7732],[-15,8],[-28,29],[-48,58],[-67,77],[-77,92]],[[9245,7996],[-14,11],[-40,38],[-46,38],[-92,82]],[[9053,8165],[10,8],[9,-6],[33,19],[45,-51],[23,24]],[[9173,8159],[7,-13],[65,-57],[15,-8],[36,-11],[34,51],[50,74],[7,21],[9,3],[41,63],[8,-14],[6,8]],[[9181,8887],[-4,-21]],[[9177,8866],[-2,-12],[11,-32]],[[9186,8822],[-21,-8],[-15,-1],[-21,5],[-12,7],[-18,-12],[-12,-2],[-17,-8],[-37,-14],[1,-14],[-17,-3],[1,-5],[-17,-3],[2,-11],[-12,-7],[-29,-4],[-23,-15],[2,-6],[-10,-11],[15,-9],[-22,-19]],[[9311,8411],[-2,-50],[-15,-11],[-28,-40]],[[9266,8310],[-21,-17],[-17,-22],[-12,-46],[21,-14],[1,-14],[-34,-2],[2,-14],[-40,-5],[7,-17]],[[9053,8165],[-123,107]],[[8903,8462],[45,17],[6,-9],[100,-6],[32,-3],[0,6],[26,0],[5,11],[28,-3],[0,3],[54,-10],[45,-6],[32,-11],[30,-3],[5,-37]],[[9939,8217],[9,-74],[9,-49],[4,-35],[12,-14],[-20,-24],[-35,-101],[-39,-110],[-91,-125],[-34,-49],[-28,-38],[-45,-63],[-44,-51],[14,-41]],[[9651,7443],[-53,2]],[[9598,7445],[0,23],[10,18],[-16,-8],[-11,12],[-9,0],[-26,35],[-15,16],[-8,-2],[-9,27],[-65,0]],[[9449,7566],[79,153],[-47,13]],[[5765,5920],[68,-8],[19,0],[-14,-84],[-14,-36],[6,-16]],[[5830,5776],[-9,-17],[-8,-3]],[[5813,5756],[-2,-2]],[[5811,5754],[-1,0]],[[5810,5754],[-3,2]],[[5807,5756],[-1,0]],[[5806,5756],[-9,0]],[[5797,5756],[-39,-8],[-15,1],[-44,16],[-64,-60],[-5,-17],[13,-35],[27,-6],[-11,-27],[11,-25],[-9,-15],[0,-17],[-9,-5],[-9,-33],[-5,-8],[-4,-20],[-5,3],[-9,-35],[-17,-35],[-13,0],[-20,-8],[-85,-20],[-13,-5],[-34,-8],[-31,-11],[-70,-14],[-20,-8],[-38,2],[-4,7],[-11,2],[-6,11],[-21,18],[-100,80],[-37,33],[-38,27]],[[5149,5882],[31,16],[64,36],[36,24],[50,38],[7,0],[9,11],[30,25],[25,-25],[66,-52],[63,-57],[45,-40],[45,-33],[10,2],[40,36],[66,54],[14,5],[15,-2]],[[5797,5756],[9,0]],[[5807,5756],[3,-2]],[[5811,5754],[2,2]],[[5813,5756],[-4,4],[-12,-4]],[[6255,8116],[1,-6]],[[6256,8110],[5,9],[65,-1],[9,-4],[34,43],[35,-27],[37,27],[15,-9],[-5,-5],[11,-8],[16,-3],[-4,-14],[8,-15],[65,-8],[8,-4]],[[6555,8091],[3,-10],[-34,7],[0,-7],[21,-6],[-11,-11],[8,-3]],[[6542,8061],[-5,-3],[8,-10],[-18,-3],[13,-41],[-14,-10],[14,-12],[-16,-10],[10,-11],[0,-28],[15,-25],[16,-24],[36,-62],[0,-16],[18,-28]],[[6619,7778],[35,-62],[12,-11]],[[6666,7705],[-13,-17],[-57,-33],[-25,-2],[-4,-6],[-27,0],[-11,-8],[-4,-14]],[[6525,7625],[-80,36],[-25,13],[-114,-29],[-99,-25],[-87,24],[-7,3],[-65,17],[-1,-24],[-36,5],[-12,-9],[-10,0],[-31,-14]],[[5958,7622],[-39,58],[12,11],[-15,16],[-20,36]],[[5896,7743],[6,49],[96,-11],[15,3],[11,-3],[-4,8],[8,98],[-2,46],[-8,28],[11,19],[12,-8],[26,-9],[4,9],[15,15],[5,15],[17,13],[23,9],[14,-1],[16,5],[-2,9],[19,10],[-42,28],[6,20],[3,32],[49,60]],[[6194,8187],[12,0],[-1,-71],[50,0]],[[8242,9539],[3,-10],[-12,-61],[-22,-1],[-3,-33],[-33,3],[-1,-11],[5,0],[2,-19],[-2,-16],[7,-5],[14,2],[23,-24],[15,7],[13,-10],[15,-22],[-13,-38],[24,-6],[19,1],[20,-38]],[[8140,8939],[-5,40],[-29,1],[-4,-3],[-25,2],[0,11],[-22,-3],[-8,14],[-2,14],[-18,0],[-16,16],[-12,-5]],[[7999,9026],[-17,-5]],[[7982,9021],[-11,8],[-30,-17],[-6,9],[-15,5],[11,14],[12,0],[7,10],[-1,11],[-8,9],[-7,-4],[-16,9],[-4,19],[17,21],[2,15]],[[7933,9130],[-1,11]],[[7932,9141],[0,8],[27,2]],[[7959,9151],[7,-2],[24,21],[-9,12],[16,10],[4,9],[17,10],[3,-3],[8,15],[20,-1],[6,22],[14,-5],[8,10]],[[8077,9249],[0,31],[-30,21],[1,8],[18,12],[-31,81],[4,11],[19,-3],[20,30],[17,0]],[[8095,9440],[17,-9],[3,9],[23,6],[-7,8],[15,8],[0,6],[-15,-1],[14,9],[-11,5],[12,27],[6,0],[7,30],[16,1],[18,-9],[49,9]],[[6680,8454],[1,0]],[[6681,8454],[5,-19],[10,-41],[-8,-5],[-35,21],[-66,-2],[-65,-6],[6,-19],[4,-27],[-21,-11]],[[6511,8345],[14,-5]],[[6525,8340],[0,-1]],[[6525,8339],[-1,0]],[[6524,8339],[-15,-14]],[[6509,8325],[0,-2]],[[6509,8323],[-6,0]],[[6503,8323],[-11,-13],[3,-25],[56,5],[4,11],[23,2],[7,-4],[55,0]],[[6640,8299],[1,0]],[[6641,8299],[14,0],[6,-17],[-14,-8],[17,-22],[7,-3]],[[6671,8249],[12,3],[8,-11],[-12,-30],[37,0],[-11,-13],[-22,-3],[-2,-17],[-14,0],[12,-11]],[[6679,8167],[-38,-24],[-14,14],[-6,-1],[7,-16]],[[6628,8140],[-22,-10],[1,-4],[-33,-10],[-8,19],[-10,-2],[18,-41],[-19,-1]],[[6194,8187],[-14,2],[-58,36]],[[6122,8225],[-25,14],[-18,2],[-1,8],[-11,3],[-19,14],[8,8],[-8,11],[15,5],[-6,11]],[[6057,8301],[16,30],[1,8],[12,11],[19,14],[10,11],[37,24],[0,3]],[[6152,8402],[46,32]],[[6198,8434],[-1,17],[-5,14]],[[6192,8465],[38,0],[0,5],[31,0],[9,-13],[5,8],[13,-8],[12,7],[1,-8],[44,20],[7,24],[15,6],[6,34],[14,12]],[[6387,8552],[8,5],[-14,19]],[[6381,8576],[-18,24],[17,7],[6,-6],[16,5],[15,17],[32,2],[20,6]],[[6469,8631],[73,-6],[72,-5],[24,0],[15,8],[2,-13],[-4,-22],[-33,-41],[-27,-16],[13,-20],[23,-29],[22,-9],[22,-14],[9,-10]],[[7582,9227],[20,-16],[32,-16],[8,-16],[1,-20],[10,-10],[18,-6],[13,0],[27,14],[20,-6],[9,-11],[18,3],[10,19],[12,5],[21,-7],[35,0],[29,-3],[18,8],[15,24],[18,-3],[18,4],[9,-3],[15,-22],[1,-14]],[[7425,8933],[1,3]],[[7426,8936],[18,6],[-4,10],[20,22],[23,0],[5,11],[-11,19],[4,43],[16,11],[29,0],[0,9],[10,10],[5,15]],[[7541,9092],[8,10],[27,6],[10,10],[-3,8],[-15,6],[-16,2],[16,102]],[[7568,9236],[14,-9]],[[7259,9299],[-3,2]],[[7256,9301],[-2,19],[9,-14],[-4,-7]],[[7321,9486],[0,-2]],[[7321,9484],[-30,11],[-35,-11],[-15,-11],[1,-8],[-10,-14],[-7,-32],[7,-20],[11,-13],[-5,-8],[13,-20],[-6,-24],[2,-14],[9,-19]],[[7256,9301],[3,-2]],[[7259,9299],[-2,-23],[3,-15],[11,-17],[12,-11],[5,-8],[-9,-9],[-3,-16],[11,-38],[-24,-5],[-27,0],[2,-8]],[[7238,9149],[-15,-11],[0,-11],[-7,-11],[-20,-9],[-18,-16],[-14,9],[14,21],[-1,11],[-7,6],[-20,-3],[-13,14],[7,10],[-19,9],[-17,-11],[-9,0],[-11,16],[-25,-6],[-10,12],[-15,-3],[-10,-8]],[[7028,9168],[-9,10],[-15,-5],[-32,3],[-8,3],[-16,-4],[-14,4],[-17,-3],[-3,3],[-25,-3]],[[6889,9176],[-7,-14],[0,-32],[-3,-11],[-22,0],[-6,5],[-23,3],[-28,-1],[-25,-10],[-11,-3],[-13,24],[8,14],[-5,14],[-11,5],[-34,-5],[-13,-11]],[[6696,9154],[-30,-9],[-8,1]],[[6658,9146],[-1,0]],[[6657,9146],[-6,11],[10,5],[-7,17],[-10,-6],[-12,16],[8,1],[-19,11],[-8,-3],[-5,13],[-13,2],[14,6],[-23,25],[-25,11],[-15,5],[-13,-2],[-15,15],[8,4],[-1,15],[-19,15]],[[6506,9307],[-8,13],[-21,0],[-32,33]],[[6445,9353],[-5,3]],[[6440,9356],[-6,7]],[[6434,9363],[49,12],[12,8],[17,19],[19,3],[-20,24],[10,-2],[12,-23],[15,1],[9,-6],[11,6],[44,-1],[38,1],[40,8],[35,11],[21,2],[7,12],[7,-6],[42,5],[65,19],[61,3],[62,11],[19,2],[19,-7],[10,3],[10,-6],[16,19],[4,-6],[24,-5],[65,-5],[28,-8],[66,29],[36,12],[29,-7],[5,-5]],[[6973,9644],[17,-7],[-4,-9],[-11,0],[-14,-8],[1,-8],[-13,5],[-3,13],[9,14],[17,6],[1,-6]],[[6978,9705],[4,-6]],[[6982,9699],[-21,3],[17,3]],[[6954,9721],[-8,0],[-16,-17],[-11,-5],[-18,0],[4,11],[22,11],[12,11],[15,-11]],[[7331,8982],[0,-2]],[[7331,8980],[56,-14]],[[7387,8966],[1,-5]],[[7388,8961],[4,-14],[14,-11],[20,0]],[[7283,8588],[-63,-31],[-11,25],[-68,-46],[-7,4],[1,12],[-15,3],[-13,8]],[[7107,8563],[-9,-3]],[[7098,8560],[24,87],[-15,1],[-10,12],[-11,20],[-31,28],[-8,5],[-8,13],[-3,17],[-5,11],[13,8],[-11,19],[15,5]],[[7048,8786],[-151,55],[-10,14],[-10,24]],[[6877,8879],[5,5],[17,-2],[41,5]],[[6940,8887],[38,11],[39,6],[81,32],[15,11],[18,0],[60,16],[10,-16],[8,0],[27,13],[6,-7],[8,8],[18,-9],[14,-2],[7,-6],[5,6],[25,8],[-14,16],[11,8],[15,0]],[[5969,9525],[13,4],[-14,-10],[-11,3],[12,3]],[[5969,9525],[-13,-3],[-23,10],[-9,0],[-51,20],[-29,22],[-9,13],[-10,27],[4,16],[39,44],[29,14],[40,6],[34,2],[25,-5],[38,-3],[-30,-5],[-14,3],[-33,2],[0,-10],[29,-9],[14,-1],[16,-8],[18,1],[71,-3],[79,0],[32,0],[70,6],[39,5],[35,0],[157,14],[88,3],[32,4],[59,0],[32,-5],[26,-8],[3,-8],[-14,-16],[-22,-6],[-50,-2],[-29,5],[-53,0],[-46,-22],[-37,-8],[-19,0],[-6,-6],[-42,-5],[-22,-8],[-43,-8],[-17,-6],[-34,-8],[-41,3],[-33,0],[-6,-19],[1,19],[-21,8],[-37,0],[-28,6],[-36,4],[-14,-5],[-17,-22],[-30,-18],[-1,-3],[-35,-8],[-23,-11],[-18,2],[-15,-10]],[[6143,9070],[-13,0],[-25,-55]],[[6105,9015],[-2,-16],[4,-11],[13,-11],[21,-11],[-12,-16],[15,-30],[1,-14],[-8,0]],[[6137,8906],[-15,0],[-46,-13],[-8,-4],[-44,8],[-1,-18],[-19,0],[-29,6],[-21,7],[2,12],[-30,8],[-7,-6],[-18,13],[-7,-3],[-21,3],[-1,3],[-28,8]],[[5844,8930],[-5,1],[-1,-17],[-8,-8],[37,-30],[-32,-22],[-22,-5],[-19,-11]],[[5794,8838],[-21,-14],[-10,11],[-83,103]],[[5680,8938],[-13,15],[-15,-1],[-16,8],[-3,8]],[[5633,8968],[44,34],[15,32],[51,46],[14,11],[68,28],[33,10],[28,11],[23,14],[27,9],[51,8],[16,5],[46,16],[51,22]],[[6100,9214],[7,-35],[-1,-33],[22,5],[50,-13],[-28,-38],[-7,-30]],[[5794,8838],[23,-24],[4,-9],[-12,-5],[13,-16],[8,0],[16,-22],[-42,-14],[9,-13]],[[5813,8735],[-1,0]],[[5812,8735],[1,0]],[[5813,8735],[1,-3]],[[5814,8732],[3,-16],[23,-14],[-20,-19],[-16,-8]],[[5804,8675],[-45,-30],[3,-14],[-21,-14]],[[5741,8617],[0,-5]],[[5741,8612],[-2,-12],[21,-5],[8,-10],[4,-28],[17,1],[13,-15],[-1,-13],[-14,0],[-2,-9],[-27,-7],[13,-25],[-11,-5],[-15,13],[-17,1],[-2,-11],[-14,-6],[-16,3],[-6,16],[-7,0]],[[5683,8500],[-8,-6],[-19,14]],[[5656,8508],[0,1]],[[5656,8509],[-24,18],[1,8],[-18,11],[-8,-6],[-23,1],[-20,-1],[4,-26],[-21,-14]],[[5547,8500],[-6,3]],[[5541,8503],[0,8],[-14,11],[-13,3],[-10,-12],[-11,-5],[-8,6]],[[5485,8514],[16,8],[-25,8],[2,8],[-15,5]],[[5463,8543],[5,14],[6,0]],[[5474,8557],[8,24],[6,3]],[[5488,8584],[11,22],[-2,11]],[[5497,8617],[10,17],[11,2],[6,19],[-42,-8],[10,28],[-5,0],[16,35],[6,2],[-2,23],[-17,-3],[-43,-1],[-11,6],[-11,-5],[-2,10],[-49,25]],[[5374,8767],[20,30],[17,16],[27,16],[27,28],[17,11],[7,8],[18,6],[39,24],[29,13],[5,6],[18,6],[28,26],[7,11]],[[5463,8543],[-10,-13],[-9,3]],[[5444,8533],[-9,2],[3,9],[-26,3],[-3,8],[-22,3],[-20,8]],[[5367,8566],[-35,2],[-12,-11],[-14,5]],[[5306,8562],[2,17],[8,19],[-3,30],[-10,8],[1,11],[21,9],[-10,0],[12,15],[15,4],[26,21],[7,14],[-8,5],[-7,-8],[6,-5],[-15,-16],[-18,-7],[12,31],[29,57]],[[6679,8167],[27,-10],[-4,-5],[37,-14]],[[6739,8138],[1,-1]],[[6740,8137],[-1,1]],[[6740,8137],[32,-13],[15,-14],[-20,-54],[-13,-2],[6,-26],[13,-16],[-13,-13],[7,-6],[-38,-41],[7,-5],[-17,-22],[3,-2],[48,-6],[36,-8],[85,-14],[5,-2],[43,5],[37,14],[39,22],[29,26],[9,1]],[[7053,7961],[15,3]],[[7068,7964],[0,2]],[[7068,7966],[16,16],[-8,12],[24,18],[5,6],[15,8],[21,14],[21,11],[3,11],[24,7],[29,11],[27,3],[31,8],[31,17],[34,33],[6,11],[11,2]],[[7358,8154],[-8,-164],[-4,-11],[-25,-13],[-88,-35],[-28,-19],[-13,-12],[-32,-43],[-11,-8],[-23,-3],[-64,-35],[-14,-17]],[[7048,7794],[0,-2]],[[7048,7792],[-1,0]],[[7047,7792],[-1,0]],[[7046,7792],[-18,-17],[-93,-49],[-17,5],[-83,53],[-12,-1],[-30,-19],[-19,-5],[-23,5],[-30,-2],[-11,-6]],[[6710,7756],[-44,-51]],[[6940,8887],[8,33],[8,49],[5,0],[6,87],[26,6],[24,0],[-11,16],[6,0],[2,67]],[[7014,9145],[5,8]],[[7019,9153],[0,14],[9,1]],[[7238,9149],[16,5],[28,3],[12,5],[-6,13],[-8,25],[0,13],[15,14],[14,-10],[11,-3],[6,5],[-12,6],[-5,8],[-31,35],[2,17],[13,8],[41,-14],[4,-16],[-4,-11],[13,-11],[-1,13],[9,28],[33,0],[4,-14],[-3,-13],[13,-19],[15,-6],[4,-21],[5,10],[35,-10],[18,-3],[-38,11],[-36,32],[-9,14],[9,10],[11,-26],[16,-9],[22,6],[19,16],[10,0],[24,-8],[22,-2],[18,-9],[21,-5]],[[6583,8786],[2,-14],[-21,-8],[-65,-10]],[[6499,8754],[-40,-6],[-3,-5],[13,-33],[-28,-8],[6,-4],[12,-38],[10,-29]],[[6192,8465],[8,30],[18,35],[-1,35],[4,11],[0,25],[-5,22],[5,19],[-29,-6],[-43,-2]],[[6149,8634],[5,14]],[[6154,8648],[9,24],[6,8],[-13,0],[5,22],[-6,0],[11,24],[-12,17]],[[6154,8743],[-10,13],[-3,17],[23,0],[9,13],[-4,3],[-29,0],[-5,52],[14,3],[-20,15]],[[6129,8859],[35,20]],[[6164,8879],[2,-1],[41,-2],[7,-21],[23,-1],[9,-16],[0,-11],[18,0],[67,-8],[19,5],[8,19],[15,12],[4,11],[11,5],[5,14]],[[6393,8885],[70,2],[-10,-21],[-7,-25],[41,3],[29,8],[2,-30],[23,0],[-1,-8],[20,0],[1,-6],[-21,0],[0,-13],[13,2],[-2,-8],[12,-3],[20,0]],[[6174,9067],[43,3],[4,-3],[93,-43],[23,-3],[7,-6],[-7,-6],[17,-5],[56,-3]],[[6410,9001],[0,-2]],[[6410,8999],[-17,-25],[0,-27],[-6,-16],[8,-31],[-2,-15]],[[6164,8879],[-27,27]],[[6143,9070],[31,-3]],[[6525,7625],[-18,-10],[-19,-20],[-9,-16],[-24,-21],[1,-9],[-33,-46],[-11,-27],[1,-14],[-11,-9],[-1,-7],[-17,-25],[-8,-8],[5,-8],[-22,-16],[2,-20]],[[6361,7369],[-16,-8],[-49,-32]],[[6296,7329],[-12,-9],[-5,9],[-9,38],[-92,81],[-62,16],[6,-29],[6,-8],[-24,11],[-19,5]],[[6085,7443],[-8,13],[-6,-15],[-13,0],[-9,10],[-2,14],[-34,5],[-3,-3],[-27,1],[9,26],[-14,-26],[-9,-3],[4,-12],[-13,12],[-19,-3],[-4,36],[-32,27]],[[5905,7525],[-3,13]],[[5902,7538],[-1,17],[2,11],[16,13],[11,16]],[[5930,7595],[-1,6]],[[5929,7601],[-2,14],[31,7]],[[7773,8239],[0,-1]],[[7773,8238],[-2,-21],[-7,-77],[36,-46],[65,-87],[30,-38]],[[7895,7969],[37,-49],[-45,-71],[-43,-68],[-64,-39]],[[7780,7742],[-25,-16],[-68,-41],[-77,68],[-120,9],[-24,-16]],[[7466,7746],[-87,10],[-9,22],[-24,24],[1,6]],[[7347,7808],[-2,8],[-35,-16],[-35,-9],[-58,-24],[-15,-3],[-15,-16],[-40,-22],[-19,-3],[-15,-13],[-65,84]],[[7048,7794],[0,-2]],[[7047,7792],[-1,0]],[[7358,8154],[19,-5],[5,8],[21,3],[59,24],[51,25],[39,19],[2,21],[74,22],[57,17]],[[7685,8288],[91,-28],[-3,-21]],[[7641,8356],[-26,-47],[70,-21]],[[6641,8299],[7,10],[135,-13],[11,11],[38,0],[36,-14],[7,2],[13,-13],[32,0],[40,-3]],[[6960,8279],[49,-2],[6,-3],[43,-2],[40,24],[20,27],[31,57],[23,9],[31,19],[38,35],[35,22]],[[7276,8465],[31,16]],[[6978,9705],[12,-3],[0,-17],[-8,14]],[[7151,9753],[4,-24],[-1,-19],[-11,-33],[-7,-11],[-13,8],[-4,22],[14,19],[4,19],[0,19],[-6,-14],[3,17],[16,22],[26,14],[5,0],[-30,-39]],[[7751,9852],[25,0],[9,-11],[-27,-19],[-44,-15],[-19,0],[-10,4],[-15,-4],[-55,-24],[-20,-2],[-1,-5],[-55,-12],[-15,-17],[-7,0],[-19,-12],[8,-1],[-21,-10],[-29,-6],[-10,0],[-4,14],[-3,-14],[-26,2],[-41,-7],[-40,-9],[-71,0],[-4,-16],[-3,14],[-13,0],[-6,-19],[-13,0],[3,-11],[-11,-22],[-16,-8],[-10,-11],[5,-14],[-22,6],[-25,41],[5,-3],[5,14],[18,8],[-12,7],[-2,23],[4,21],[14,30],[9,9],[21,15],[25,12],[-8,2],[-23,-2],[-14,-16],[5,26],[50,1],[4,2],[36,0],[26,3],[72,2],[184,12],[35,5],[96,17],[19,-1],[23,3],[13,-2]],[[6681,8454],[-1,0]],[[6680,8454],[0,8]],[[6680,8462],[18,8],[9,8],[36,16]],[[6743,8494],[17,6],[46,36]],[[6806,8536],[10,10],[35,19],[7,6],[16,3],[50,3],[106,2],[17,8],[1,-10],[12,-6]],[[7060,8571],[10,5],[23,-19],[5,3]],[[4890,8931],[47,-9],[-1,-5],[-16,0],[-17,-9],[-18,3],[-2,11],[-11,3],[18,6]],[[5461,9470],[-1,0]],[[5460,9470],[-1,2]],[[5459,9472],[0,1]],[[5459,9473],[1,2]],[[5460,9475],[2,0]],[[5462,9475],[1,1]],[[5463,9476],[1,0]],[[5464,9476],[1,0]],[[5465,9476],[0,2]],[[5465,9478],[2,0]],[[5467,9478],[1,0]],[[5468,9478],[14,6],[-4,-8],[-17,-6]],[[5467,9478],[-2,0]],[[5465,9476],[-1,0]],[[5463,9476],[-1,-1]],[[5460,9475],[-1,-2]],[[5459,9472],[1,-2]],[[5460,9470],[1,0]],[[5461,9470],[-37,-10],[-23,2],[-62,-2],[-9,2],[-42,0],[-42,-6],[-27,-10],[-11,-9],[-15,-8],[-29,-27],[-32,-16],[-18,-6],[-13,0],[-16,-11],[-37,6],[0,-6],[-15,-10],[-20,-1],[-8,-16],[-7,-2],[-32,10],[-14,0],[-18,-6],[-20,6],[-13,-5],[-5,-6],[-27,-16],[-11,5],[-28,-3],[-3,-7],[-13,0],[-8,-8],[-2,-17],[-12,-5],[-6,4],[-30,-18],[-18,-3],[0,-5],[26,2],[-24,-11],[-17,-5],[-6,3],[-32,5],[-30,19],[-9,-5],[-11,8],[0,8],[13,30],[11,11],[12,16],[23,17],[25,22],[0,7],[19,22],[17,14],[17,6],[41,7],[31,8],[34,6],[103,25],[57,8],[60,11],[114,25],[49,10],[90,27],[35,6],[40,13],[62,20],[76,16],[36,0],[36,-5],[39,-20],[-3,-15],[8,-26],[-10,6],[-6,32],[-12,-21],[-43,-16],[-41,-3],[-5,14],[0,-19],[-38,-17],[-19,11],[11,-13],[-6,-4],[-35,-8],[-33,17],[-6,2],[16,-18],[23,-6],[-16,-2],[8,-11],[-17,0],[-21,5],[-22,16],[-14,-5],[21,-14],[19,-10],[38,-3],[-4,-6]],[[4655,9075],[-31,-5],[-14,-12],[-21,-10],[-12,-11],[-18,-5],[-11,-11],[-11,15],[-2,14],[12,12],[23,18],[21,6],[22,0],[42,-11]],[[4590,9094],[-19,-3],[7,5],[12,-2]],[[4414,9118],[29,-2],[8,-3],[38,-5],[8,-3],[0,-11],[-10,-17],[-10,-7],[-7,7],[-34,-2],[-31,-6],[-5,-8],[-37,-24],[-36,-16],[-78,-25],[-37,-9],[-42,-23],[-1,-11],[7,-19],[8,-11],[-26,0],[-33,-22],[4,-3],[-7,-11],[-19,5],[-3,-13],[-32,-16],[11,-11],[-5,-6],[1,-11],[-6,-8],[-17,-8],[-16,-16],[-15,-6],[-3,-10],[-74,2],[-24,-5],[-18,-17],[-19,-8],[4,-6],[15,5],[0,-5],[-28,-5],[-20,30],[0,25],[14,15],[20,4],[43,24],[11,8],[39,22],[21,14],[56,32],[46,35],[25,23],[60,38],[46,25],[39,19],[29,18],[41,17],[63,21],[7,0]],[[7466,7746],[-7,-14],[-32,-19],[-60,-76],[-10,-9],[-85,-44],[-125,-78],[-12,-6]],[[7135,7500],[-70,-35],[-12,-5],[-18,-15],[-32,3],[-19,-2],[-21,-6],[7,-24],[12,-17],[-20,-6],[-15,-13],[-39,-19],[-19,27],[-44,-10],[-28,-11]],[[6817,7367],[-18,19],[-7,-1],[-12,23],[-14,21],[-9,30],[-38,-11],[-7,-10],[2,-11],[-27,13],[-15,-6],[-20,0],[-15,-8],[10,-8],[-13,1],[-7,-6],[9,-6],[-9,-5],[2,-13],[-16,-6],[-10,-11],[-10,-16],[-25,-9],[-3,-10],[-17,-9],[-24,-7],[-12,-12],[-27,8],[-5,6],[-16,0],[-6,9],[-5,-6],[-18,3],[-12,-5],[-4,10],[-16,-6],[3,8],[-11,14],[-22,3],[-12,16]],[[8458,8113],[-4,-11],[8,-5],[-8,-22],[-10,-3],[-10,-11]],[[8434,8061],[-3,-8],[-12,-5]],[[8419,8048],[-10,-11]],[[8409,8037],[2,-5]],[[8411,8032],[0,-1]],[[8411,8031],[0,1]],[[8411,8031],[-5,-13]],[[8406,8018],[-3,-8]],[[8403,8010],[-7,-14],[2,-8],[-6,-25],[-16,-8],[-10,-13],[1,-19],[-38,-20],[-29,-32],[-12,-28],[-10,-13]],[[8278,7830],[-48,30],[-11,-41],[-7,-39],[-14,4]],[[8198,7784],[-34,21],[5,11]],[[8169,7816],[-58,32],[-10,-13],[-9,0],[-15,8],[26,30],[-16,9],[19,27],[-26,14],[29,38],[-7,7]],[[8102,7968],[14,17],[-16,11],[-12,44]],[[8088,8040],[47,16],[17,2],[-7,22],[-16,-2],[-23,52],[20,5],[-7,22],[13,29]],[[8132,8186],[14,-8],[34,6]],[[8180,8184],[1,0]],[[8181,8184],[13,-11],[12,-17],[21,-4],[-1,-6],[15,-1],[9,11],[5,17],[-7,11],[3,14],[7,10],[-3,9],[9,2],[-2,9],[37,5],[1,-17],[13,-2],[2,16],[28,3],[2,-6],[24,6],[12,6],[6,-9],[10,-32],[0,-17],[-3,-27],[-9,-16],[73,-25]],[[9023,7323],[-18,-40],[-22,-41],[-7,-9],[-2,-13],[8,-11],[-8,-16],[7,-14],[16,-11],[-12,-17],[7,-2],[2,-14],[-14,-17],[-7,-18],[18,-25],[-29,-14],[10,-21],[5,-22],[23,-69],[21,-2],[13,-82],[9,-35],[11,-60]],[[9054,6770],[-30,-3],[-28,11],[-20,0],[-5,-6],[-19,-8],[-16,3],[-22,1],[-10,10],[-28,-3],[-5,6],[-35,-3],[-14,-5],[-11,-12],[-24,6],[-13,-10],[-8,4],[-22,-5],[-29,-27],[-13,-17],[-19,-7],[-21,-12]],[[8662,6693],[-21,-2],[-3,8],[10,14],[-4,11],[9,11],[-12,11],[10,2],[-1,9],[7,10],[-66,19],[-137,57]],[[8454,6843],[-1,0]],[[8454,6843],[6,14],[1,49],[-8,17],[1,71],[-34,0],[-54,4],[2,36],[-52,3],[29,41]],[[8345,7078],[51,65],[1,5],[79,94],[59,70],[35,-16],[9,8],[-7,3],[10,10],[4,17],[28,8],[6,17],[-9,27],[-1,13],[15,3],[30,35],[-3,22],[-6,16],[40,6],[24,19],[-8,11],[-16,16],[6,17],[-20,5]],[[8672,7549],[58,38]],[[8730,7587],[10,-27],[12,3],[21,-36],[0,-10],[40,-25],[-9,-8],[48,-30],[23,-16],[53,-33],[37,-30],[32,-27],[1,-3],[25,-22]],[[9651,7443],[-28,-49],[-27,-51],[-3,-56],[-12,-203],[-4,-55],[-24,-276],[2,-5],[-36,-38],[-14,8],[-23,0],[-34,6],[-19,6],[-13,13],[-24,-3],[-34,16],[-12,1],[-17,-14],[-24,0],[-13,-11],[-26,2],[-11,-5],[-25,8],[-28,-2],[-9,8],[-2,16],[-31,8],[-10,8],[-21,3],[-26,-5],[-24,11],[-17,-12],[-8,-2]],[[9023,7323],[11,22],[12,11],[15,6],[12,13],[33,16],[71,41],[102,49]],[[9279,7481],[9,8],[-1,16],[5,4]],[[9292,7509],[17,26],[15,0],[29,8],[78,25],[18,-2]],[[8453,6843],[-38,14],[-67,-11],[-85,-18],[-25,-7],[-44,-32]],[[8194,6789],[4,63],[-81,3],[0,8],[-17,2],[2,28],[-23,2],[4,33],[-37,2],[-22,-4],[-2,7],[-36,-5],[6,19],[-3,22],[3,6],[-38,-3]],[[7954,6972],[-28,-6],[-14,-11],[-33,19],[-9,-5],[7,30],[8,2],[13,11],[-4,12],[-17,27],[37,11],[-14,33],[19,8],[-5,19],[14,11],[-17,16],[-9,0],[-15,32],[9,4],[34,7],[18,6],[28,21],[3,8],[3,30]],[[7982,7257],[8,28],[14,24]],[[8004,7309],[94,-27],[10,-24],[-14,-55],[44,-6],[13,-26],[58,22],[7,-11],[74,2],[-24,-73],[42,-19],[2,2],[35,-16]],[[7425,7099],[8,-5],[-29,-43],[-18,-33],[1,-57],[24,2],[14,9],[17,-1],[28,9],[9,-11],[15,0]],[[7494,6969],[1,0]],[[7495,6969],[25,0]],[[7520,6969],[14,3],[0,-11],[8,2],[-1,-10],[8,-6],[-9,-13],[26,13],[-3,-33],[-23,1],[-1,-9],[16,-11],[3,-8],[-22,5],[-12,-5],[7,-33],[-9,1],[-10,-19]],[[7512,6836],[-15,8],[-9,-1]],[[7488,6843],[-4,0]],[[7484,6843],[-6,1]],[[7478,6844],[-5,5]],[[7473,6849],[-2,0]],[[7471,6849],[2,0]],[[7471,6849],[-5,3],[2,11],[-7,7]],[[7461,6870],[-5,4],[-17,-4],[-12,6],[1,8],[-13,0]],[[7415,6884],[-18,4],[-5,7]],[[7392,6895],[-11,6]],[[7381,6901],[-7,-6],[-26,0],[-25,-29],[-1,10],[-11,1],[-4,10],[-14,-3],[10,-16],[-8,-6],[-48,17],[18,22],[-28,22]],[[7237,6923],[-1,0]],[[7236,6923],[-5,-1],[-11,33],[-42,87],[-18,44],[-24,46],[5,11],[26,17],[18,0],[47,13],[18,14],[13,3],[11,21]],[[7274,7211],[2,-3]],[[7276,7208],[10,-15],[62,-139],[44,68],[33,-23]],[[5812,8660],[32,-18]],[[5844,8642],[-3,-8],[13,-14],[13,5]],[[5867,8625],[12,-6],[15,12],[35,-19],[25,16]],[[5954,8628],[8,17],[9,-8],[16,16],[5,-5],[5,10],[15,11],[6,-8],[15,0],[12,-8],[4,-14],[18,-2],[19,8],[13,-22],[14,3],[3,-14]],[[6116,8612],[9,13],[12,-2],[12,11]],[[6057,8301],[-2,3],[-21,-14],[-34,-16]],[[6000,8274],[-8,21],[-32,-13],[-23,-24],[-11,2],[-4,8],[-28,-10],[-10,8],[-1,11],[-10,-3]],[[5873,8274],[-12,0],[-6,14],[-23,-3],[-11,-6]],[[5821,8279],[-1,-5],[-31,-9],[-4,7],[-13,-1],[-8,19]],[[5764,8290],[9,3],[-2,14],[-9,13],[-38,6],[-16,-6],[-15,17],[-8,3],[5,29],[-9,13],[-31,-4],[-15,5],[-23,0],[-8,9],[-4,16],[7,8]],[[5607,8416],[-3,10],[14,12]],[[5618,8438],[9,-6],[7,5],[-1,17],[11,10],[4,12]],[[5648,8476],[13,-3],[10,10],[-15,3],[-4,6],[4,16]],[[5804,8675],[11,-8],[-3,-7]],[[8574,5866],[21,-17],[3,3]],[[8598,5852],[-1,5],[21,-2],[14,3]],[[8632,5858],[-3,-9],[18,-41],[6,-8],[17,-3]],[[8670,5797],[1,0]],[[8671,5797],[-2,-11],[13,-40],[4,-3],[2,-33],[-27,-30],[29,-8]],[[8690,5672],[-29,-38],[-8,5],[-25,-8],[-1,-14]],[[8627,5617],[1,0]],[[8628,5617],[26,-18],[-3,-11],[-29,-11]],[[8622,5577],[-13,-19],[3,-3]],[[8612,5555],[-22,-11],[-30,-21],[-34,-17],[-28,-5],[-26,-9],[-27,-3]],[[8445,5489],[14,41],[-34,17],[-19,3],[9,16]],[[8415,5566],[-8,5],[-16,-3]],[[8391,5568],[5,9],[15,13],[0,6],[14,21],[-5,11],[-25,16],[-21,23],[-3,10],[18,6],[11,19],[3,16],[12,9],[1,24],[-18,13],[-5,19],[-19,39]],[[8374,5822],[28,22],[14,-11]],[[8416,5833],[10,11],[8,0],[35,19],[13,14],[17,-12],[12,11],[31,-32],[21,-3],[11,25]],[[8788,5639],[8,-5],[3,-11],[29,-33],[12,-2],[18,2],[3,-5],[39,-12]],[[8900,5573],[-1,0]],[[8899,5573],[-1,-18],[-11,-8],[-25,-5],[13,-17],[-20,-2],[-28,-25],[-15,-3],[-13,-13],[-26,-3],[-6,-8],[-21,-8]],[[8746,5463],[-31,29],[-3,-2],[-16,21],[-29,27],[-16,9]],[[8651,5547],[-17,8],[-22,0]],[[8690,5672],[32,-6],[26,-13],[19,-24],[21,10]],[[7663,6568],[1,-5],[56,-139],[18,-41],[21,-60],[-19,-5],[-5,3],[-21,-12]],[[7714,6309],[-14,6],[-16,0],[4,-21],[-3,-12],[7,-5]],[[7692,6277],[5,-11],[-5,-5],[5,-22],[18,-63],[0,-35],[-4,-58],[92,-2]],[[7803,6081],[-17,-22],[4,-11],[8,3],[15,-28],[6,-2],[-9,-35]],[[7810,5986],[0,-6],[-31,0],[-33,5],[-1,-11],[-15,0],[-1,-5],[-15,2],[-15,7],[-8,-9]],[[7691,5969],[-18,13],[-22,12],[-11,3],[-32,-4],[-1,14],[-26,-3],[0,11],[-8,22],[3,9],[-29,4],[-1,34],[-64,21],[-16,1],[-25,8],[-68,-3],[-21,14],[-44,-1],[-25,8],[-5,-8],[-10,1]],[[7268,6125],[-21,21]],[[7247,6146],[21,11],[19,2],[-2,6],[12,-3],[3,6]],[[7300,6168],[17,0],[9,8],[-3,9],[11,16],[10,3]],[[7344,6204],[-1,16],[-9,2],[-19,11],[-6,9],[-6,22],[-28,40],[22,3],[14,13],[-1,6],[15,24],[-8,17],[17,33]],[[7334,6400],[0,2]],[[7334,6400],[0,2]],[[7334,6402],[36,76],[-12,27],[-9,36]],[[7349,6541],[114,17],[31,8],[3,5],[24,3]],[[7521,6574],[5,2]],[[7526,6576],[11,-5],[73,13]],[[7610,6584],[43,6],[10,-22]],[[7435,5595],[-1,-19],[52,-32],[35,-17],[97,0],[53,3]],[[7671,5530],[6,-73],[60,-36],[48,-40],[5,3],[11,-7],[-6,-13],[7,-3],[-2,-14],[14,-15]],[[7814,5332],[-40,-17],[-40,2],[-5,-12],[-20,-4]],[[7709,5301],[-9,-5],[1,-32],[-33,-1],[-11,-3],[-60,-2],[-3,14],[-10,5],[-18,-2],[-23,-6]],[[7543,5269],[-17,-1],[1,-7],[-14,2],[-11,8]],[[7502,5271],[-2,0]],[[7500,5271],[-8,-7],[-23,2]],[[7469,5266],[-9,3],[-19,-3],[-6,3]],[[7435,5269],[-15,3]],[[7420,5272],[-23,0],[-16,7],[6,-16],[-36,9],[-37,0]],[[7314,5272],[-17,16],[-41,-9]],[[7256,5279],[-9,-13]],[[7247,5266],[4,-8]],[[7251,5258],[11,-16]],[[7262,5242],[-2,-8],[-13,-1],[3,14],[-8,11],[-32,6],[-17,24],[0,13],[31,25],[-1,8],[-9,6],[-16,-6],[-23,11],[-25,3],[-4,5],[3,17],[14,14],[-14,10],[-9,30],[-17,14],[-9,16],[1,27],[-17,20],[0,13],[-9,14]],[[7089,5528],[20,-12],[22,3],[54,17],[78,18],[34,1],[-2,22],[20,0],[26,3],[9,5]],[[7350,5585],[10,14],[75,-4]],[[9184,5473],[4,-13],[12,5],[53,2]],[[9253,5467],[21,-10],[54,-47],[4,-5],[8,-65],[-2,-16],[-18,-25],[3,-22],[39,-35]],[[9362,5242],[-3,-22],[-9,-16],[-7,-20],[-29,-37],[0,-11],[-28,-36],[-36,-6],[-11,-3],[-32,-2],[-24,-3],[-15,-11],[0,-14],[-42,-32]],[[9126,5029],[-52,5],[-107,30],[-36,0],[-22,-16],[-35,27],[-24,20],[-42,40]],[[8808,5135],[-1,44],[-18,24],[-9,27],[34,33],[-11,22],[27,19],[100,-32],[14,51],[19,17],[41,19],[-6,27],[8,11],[0,8],[-30,25],[15,10],[8,0]],[[8999,5440],[72,-13],[21,8],[10,14],[-1,8],[7,8],[19,-5],[44,13],[13,0]],[[9126,5029],[-24,-19],[4,0],[-22,-79],[0,-13],[-16,-6],[-32,-28],[-41,-5],[-38,-3],[-30,1],[-121,0],[-14,2]],[[8792,4879],[-7,-2],[-107,-1],[-49,20],[-54,8],[-36,14],[16,24],[11,11],[4,11],[-2,19],[-6,8],[3,8],[-3,16],[6,14]],[[8568,5029],[-6,16],[-17,5],[-7,6],[-44,19]],[[8494,5075],[4,11]],[[8498,5086],[0,3]],[[8498,5089],[-10,13],[-7,-2],[-14,18],[-17,3],[-7,6],[70,17],[50,18],[66,-8],[15,9],[24,27]],[[8668,5190],[23,-9],[117,-46]],[[8662,6693],[10,-4],[12,-17],[11,-6],[11,-18],[-7,-23],[-2,-21],[-7,-16],[2,-12],[-8,-22],[124,-90],[-6,-7],[-27,-8],[-10,0],[-25,10],[-19,-2],[-20,5],[-11,-36],[-12,-10],[0,-6],[-93,17],[29,-49],[32,-60],[4,-6],[-6,-24],[-15,-99]],[[8629,6189],[-15,1],[-58,30],[-40,-25],[2,-19],[-19,-16],[10,-11],[-3,-8],[-21,-6],[-3,6],[-13,-5],[-22,7],[-27,-16],[-10,-13],[-30,49],[-15,4]],[[8365,6167],[12,17],[25,27],[-62,35],[-66,42],[18,6],[-2,7],[-16,6],[-13,-14],[5,-8],[-9,-3],[-10,9],[-11,5],[4,6],[-14,4]],[[8226,6306],[3,6]],[[8229,6312],[-2,19],[-21,9],[-7,21],[-4,41],[-15,38],[-9,19],[-39,49],[-29,-19],[-20,-6],[-124,1],[-27,8],[-33,-5],[-32,76],[-42,0],[-78,3],[-84,2]],[[7610,6584],[25,88],[14,54],[8,25],[13,47],[3,5]],[[7673,6803],[13,-6],[0,-8],[24,-3],[14,-16],[16,-5],[0,-8],[16,-1],[7,-5]],[[7763,6751],[5,-11],[-3,-8],[17,-11],[-3,-8],[16,-19]],[[7795,6694],[-3,-16]],[[7792,6678],[10,-12]],[[7802,6666],[-2,-13],[7,-3]],[[7807,6650],[9,0],[0,-13],[23,8],[5,8]],[[7844,6653],[10,3],[16,-4],[7,6]],[[7877,6658],[-2,8],[10,4]],[[7885,6670],[16,-9],[8,0],[8,16],[12,3],[0,9],[16,5],[-2,-8],[9,-17]],[[7952,6669],[-3,-5],[12,-11],[38,-8]],[[7999,6645],[4,2]],[[8003,6647],[12,3],[9,27],[16,6],[8,-3]],[[8048,6680],[1,-11]],[[8049,6669],[10,0],[2,-8],[40,0],[5,-3],[26,-5],[18,-11],[16,2],[-6,61],[-4,54],[38,30]],[[7990,6100],[9,-6],[11,-21],[18,-17],[6,-13],[16,-9],[5,-8],[88,-13],[21,2],[9,11]],[[8173,6026],[2,-2]],[[8175,6024],[16,2]],[[8191,6026],[10,20],[16,11]],[[8217,6057],[14,5],[21,-6]],[[8252,6056],[18,0],[10,-13],[20,7],[4,-4],[63,29]],[[8367,6075],[6,-55],[-28,-19],[-36,-37],[-3,0],[9,-20]],[[8315,5944],[-50,-14],[-105,-27],[-19,-51],[14,-36],[-5,0],[-44,-21],[2,-28],[8,-16],[34,-3],[23,-5],[-6,-22],[-32,0],[-1,-9],[-13,1],[-13,-11],[-14,-2],[-6,-20],[-9,-8],[-43,-54]],[[8036,5618],[-18,-22],[-81,18],[-20,1],[-72,-11],[-14,-2],[-85,-12]],[[7746,5590],[-21,28],[-12,21],[-25,68],[25,66],[36,25],[67,13],[15,-3],[6,20],[23,67],[14,41],[-40,46]],[[7834,5982],[100,36],[26,19],[-1,16],[11,6],[9,27],[-3,8],[14,6]],[[8947,5533],[0,-14],[28,-16],[30,-5],[18,-17],[7,-11],[-2,-10]],[[9028,5460],[-16,-9],[5,-3],[-18,-8]],[[8668,5190],[-27,38],[2,8],[24,25],[13,51]],[[8680,5312],[10,-8],[-3,19],[-5,0],[4,17],[12,16],[54,-3]],[[8752,5353],[21,1],[-6,32],[-8,19],[3,13]],[[8762,5418],[-2,14]],[[8760,5432],[2,0]],[[8762,5432],[-4,14],[-9,13]],[[8749,5459],[-3,4]],[[8900,5573],[13,-2],[5,-10],[11,2],[26,-8],[6,-8],[-14,-14]],[[6387,6511],[-5,-19],[-3,3],[8,16]],[[6300,6566],[8,-8],[-28,3],[10,-14],[-10,5],[-8,11],[3,6],[25,-3]],[[6337,6571],[18,-8],[-16,0],[-7,-8],[-15,8],[-7,19],[15,-2],[12,-9]],[[6353,6612],[12,-13],[-3,-4],[15,-2],[4,-22],[-8,-2],[-8,8],[0,10],[-12,25]],[[6353,6612],[1,6],[21,-20],[-9,0],[-8,19],[-5,-5]],[[6337,6618],[-2,-3],[7,-24],[11,0],[10,-12],[-13,6],[-15,2],[-20,17],[0,8],[14,8],[8,-2]],[[6397,6620],[-25,-8],[-8,5],[33,3]],[[6792,6683],[14,-14],[-3,-27],[-30,-33],[-5,-14],[-15,-21],[3,-11],[27,-49],[46,16],[30,14]],[[6859,6544],[53,-95]],[[6912,6449],[-39,-16],[-3,-4],[-34,-13],[9,-19],[40,-14],[19,-11],[0,-40],[-16,2],[-14,-5],[-9,-16],[0,-12],[9,-14],[25,-16]],[[6899,6271],[-6,-10],[-16,-6],[-18,3],[-18,-8],[-12,-12]],[[6829,6238],[-22,-21],[-14,-11],[-55,-52],[-19,27],[-20,0],[-35,-27],[-6,3],[-24,-13],[-21,49],[-22,40],[-21,25],[-35,40],[-21,17],[-8,0],[-26,-11]],[[6480,6304],[-9,13],[3,12],[-6,8],[2,16],[-6,19],[0,9],[-6,8]],[[6458,6389],[-3,11]],[[6455,6400],[0,24],[-9,5],[-5,14],[-22,16],[-6,25],[-11,14],[0,7],[-15,6]],[[6387,6511],[-6,5]],[[6381,6516],[0,1]],[[6381,6517],[-5,5],[-18,0],[-11,9],[-76,2],[48,0],[69,-2],[23,-3],[1,5],[-41,3],[-116,0],[-3,16],[9,-11],[15,-3],[52,0],[27,17],[7,-5],[-16,-3],[0,-6],[13,0],[5,6],[18,2],[30,-16],[5,3],[-17,13],[-7,9],[9,26],[-9,1],[0,13],[12,19],[11,1],[-4,10],[9,5]],[[6421,6633],[137,25]],[[6558,6658],[26,0],[0,-11],[11,3],[14,-11],[43,3],[0,5],[18,3],[13,11],[28,8],[4,13],[28,-5],[32,0],[17,6]],[[9598,5784],[0,-74],[-42,-51],[-2,-20],[-19,-25],[-2,-37],[-21,-8],[6,-6],[-6,-14],[-14,-16],[-19,-38],[0,-16],[9,-25],[-6,-8],[2,-14],[11,-11],[25,-52],[61,-54],[-11,-22],[-58,-27],[-33,-6],[-24,1],[-35,8],[-22,-6],[-12,1],[-14,-7],[2,-5],[-12,-10]],[[9253,5467],[-7,23]],[[9246,5490],[12,-1],[14,9],[-11,21],[16,22],[4,14]],[[9281,5555],[-3,27],[3,11],[-11,6]],[[9270,5599],[-6,5],[-23,2],[6,15],[3,21]],[[9250,5642],[18,-2],[23,5],[-5,13],[4,11],[21,24],[23,4],[-19,54],[21,57],[37,-27],[58,-30],[14,3],[42,11],[55,8],[56,11]],[[6422,6642],[-24,-8],[-196,0],[0,2],[193,-2],[27,8]],[[6421,6633],[55,14],[15,3],[7,6],[38,10],[22,-8]],[[6833,6767],[19,-5],[5,-11],[-9,-6],[-18,6],[-6,13],[9,3]],[[6296,7329],[28,-41],[34,-25],[0,-11],[46,3],[16,-3],[18,0],[41,-17],[45,-31],[5,-6],[25,-17],[14,-13],[16,0],[43,-38],[18,-38],[14,-33],[19,-55],[22,-11],[11,-16],[-1,-14],[11,0],[15,-19],[1,-16],[-8,-13],[-7,-1],[-17,-16],[-10,0],[-10,-11],[-29,-24],[-3,-9],[5,-13],[13,-1],[5,6],[32,-11],[11,0],[32,-8],[22,-18],[13,-12]],[[6786,6797],[-19,-29],[-24,-28],[-11,-8],[-79,-22],[-62,-19],[-84,-22],[-110,-30],[-217,0],[-1,-6],[-11,0],[-13,6],[-150,0],[-56,1],[-18,8],[-6,-1]],[[5925,6647],[-3,3]],[[5922,6650],[4,5],[-56,74],[-37,46]],[[5833,6775],[16,-5],[69,0],[4,17],[-19,22],[33,19],[-36,43],[5,16],[-47,1],[-41,-7],[-4,3],[-28,-19],[-10,0]],[[5775,6865],[2,112],[2,63],[2,139],[16,25],[142,190],[14,17],[22,10],[103,9],[7,13]],[[9184,5473],[-47,28],[-12,-3],[-42,16],[-21,0],[-13,5],[4,28],[15,7],[-1,6],[12,9],[14,-1],[8,23],[11,-1],[5,14]],[[9117,5604],[12,5]],[[9129,5609],[19,16],[6,17],[18,-3],[16,-6],[17,1],[28,-5],[2,11],[15,2]],[[8365,6167],[-21,6],[-84,19],[-127,12],[-5,-33],[-20,0],[-18,-17],[-28,3],[-14,-6],[-19,-2],[-10,-6]],[[8019,6143],[0,-8]],[[8019,6135],[-7,-5]],[[8012,6130],[-9,-1]],[[8003,6129],[-12,-5]],[[7991,6124],[6,-13],[-11,8],[-3,-8],[7,-11]],[[7834,5982],[-24,4]],[[7746,5590],[-37,-33],[-38,-27]],[[7435,5595],[1,31],[-9,3],[-2,22],[11,16],[-26,21],[-18,8],[-56,14],[-2,17],[-19,27],[1,41],[16,-6],[2,-8],[13,-3],[-3,13]],[[7344,5791],[8,12],[-6,8],[2,11],[14,-3],[-1,8],[-11,0],[3,6],[33,0],[4,-5],[29,15],[7,14],[-2,17],[-21,32],[-2,9],[22,49],[-60,8],[0,8],[-29,-3],[-11,14]],[[7323,5991],[-3,5],[-35,-5],[-14,21],[-37,60],[-7,-2]],[[7227,6070],[-7,16],[0,11]],[[7220,6097],[1,0]],[[7221,6097],[-14,19],[-8,6],[48,24]],[[7512,6836],[12,-11],[9,0],[14,15],[18,-7],[4,-12],[22,-5],[4,14],[21,0],[23,6],[3,5]],[[7642,6841],[25,3],[11,-17],[-9,-8],[4,-16]],[[7349,6541],[-13,-3],[-18,3],[-19,9],[-38,-3],[-54,-6],[0,-3]],[[7207,6538],[-42,-11],[-8,20]],[[7157,6547],[-10,16],[3,3],[-13,18],[-38,23]],[[7099,6607],[-7,7],[9,4],[-7,21],[8,8],[-1,17]],[[7101,6664],[1,5]],[[7102,6669],[-8,16],[-14,0],[-5,19],[2,17],[14,21],[6,23],[-1,32],[10,6],[30,22],[-1,10]],[[7135,6835],[21,16],[9,-2],[12,10],[0,9],[22,9],[21,16],[7,14],[-2,10],[11,6]],[[9275,6012],[5,-15],[-29,0],[-23,5],[-78,-3],[-118,-22],[-5,-44],[14,-16],[14,-8],[3,-51],[0,-102],[1,-5],[-23,-11],[-8,6],[-36,0],[-52,10],[-28,-10],[-61,-8],[-11,-31],[-14,-18],[-28,-9],[-6,-6],[-4,-35]],[[8632,5858],[-28,34],[-48,50],[12,18]],[[8568,5960],[1,11]],[[8569,5971],[2,6]],[[8571,5977],[7,6]],[[8578,5983],[-11,21],[-1,22],[9,13],[15,6],[20,3]],[[8610,6048],[19,16],[7,27],[27,44],[19,25]],[[8682,6160],[15,-5],[75,-45],[57,-16],[123,0],[24,0],[34,-2],[24,2],[-4,-35],[24,5],[77,-19],[33,-13],[62,-16],[34,-9],[15,5]],[[5833,6775],[-34,20],[-2,13],[-13,-6],[-13,9],[3,10],[1,44]],[[8445,5489],[-54,-70],[-20,2],[-42,-5],[-20,-1],[-14,3],[-11,9],[-26,38]],[[8258,5465],[-10,16],[9,41],[-9,44],[-13,24],[-6,-5]],[[8229,5585],[-1,0]],[[8228,5585],[1,0]],[[8228,5585],[-16,-6],[-11,9],[-20,27],[-1,-6],[-16,5],[-41,-5],[-14,0],[-73,9]],[[8315,5944],[47,-95],[12,-27]],[[7227,6070],[-20,-31],[-14,-2],[-5,-8],[-54,2],[-25,-5]],[[7109,6026],[-15,9],[-4,13],[3,25]],[[7093,6073],[-3,45],[-8,15],[-27,24],[-29,8],[-21,11],[-12,13],[-19,41],[-32,25],[-43,16]],[[6912,6449],[1,-1],[77,30],[19,-32],[8,3],[1,-11],[17,-9],[23,-7],[21,24],[3,13],[11,19],[18,-5]],[[7111,6473],[0,-19],[12,-2],[8,-9],[12,-3]],[[7143,6440],[19,-3]],[[7162,6437],[27,-15],[68,48],[-21,36],[-2,19],[-7,8],[-20,5]],[[6925,4151],[18,-7],[32,2],[3,5],[25,-4],[30,2],[13,-3],[26,-13],[-8,-11],[9,-6],[5,-16],[22,-11],[-7,-17]],[[7093,4072],[1,0]],[[7094,4072],[11,-4],[25,2],[49,-22],[19,-35],[2,-22],[16,-14],[12,0],[31,-19],[-8,-5],[-1,-24],[4,-9],[3,-33],[-57,19],[-37,6],[-51,0],[-29,5],[-18,8],[-24,15],[-29,23],[-22,12]],[[6990,3975],[-14,8],[-30,11]],[[6946,3994],[-26,18],[-12,12],[-11,21],[-10,34],[-17,19],[-34,16],[-26,16],[-17,16]],[[6793,4146],[14,-3],[19,1],[21,10],[49,3],[19,-10],[10,4]],[[8317,4358],[59,-7],[32,-6],[42,-6],[15,-7],[13,-11]],[[8478,4321],[1,-11],[-15,-16],[-11,-17],[10,-8],[4,-11],[-2,-33],[25,-19],[20,-6],[6,6],[14,-5],[-3,-17],[10,-10],[-2,-20],[8,3],[12,-10]],[[8555,4147],[-36,-17],[-46,-17],[-7,-11],[-23,3],[-57,-18],[-46,-9],[-41,-22],[-23,-14],[0,-7],[-12,-3],[-9,16],[-9,-2],[2,-8],[-15,5],[-14,-16],[-26,-12],[-13,-10],[-22,-1],[-10,-10],[-27,-9],[3,-13],[-15,-14],[-22,-5],[-12,-8],[-14,0],[-13,-11],[-21,5]],[[8027,3939],[9,17],[0,15],[9,3]],[[8045,3974],[1,14],[25,19],[6,14],[-11,27],[2,28],[-20,48]],[[8048,4124],[16,9],[11,2],[13,9]],[[8088,4144],[2,0]],[[8090,4144],[-4,5],[15,11],[-2,27]],[[8099,4187],[12,17],[-4,2]],[[8107,4206],[20,33],[4,24],[33,6],[3,24],[37,28],[-14,13]],[[8190,4334],[-1,0]],[[8190,4334],[50,24],[32,6],[27,-8],[18,2]],[[6920,5411],[-3,-9]],[[6917,5402],[7,-8],[-7,-19],[-8,2],[-3,-24],[-5,-11],[-11,0],[12,-16],[-3,-19],[16,-16],[0,-11]],[[6915,5280],[-1,-25],[3,0]],[[6917,5255],[13,0],[17,-11],[7,-35],[13,-43],[9,-12],[-10,-10],[-12,-28],[32,-44],[11,-32],[1,-11],[-6,-16],[27,-30],[3,-16]],[[7022,4967],[8,-17],[-19,-16],[-5,-9],[-45,-26],[-12,-20],[-14,-10],[-3,-14],[-14,-11],[-7,-27],[4,-22],[-7,0],[-35,-44],[-23,-33]],[[6850,4718],[-49,19],[-16,0],[-50,-10],[-22,-11]],[[6713,4716],[-27,16]],[[6686,4732],[-1,0]],[[6685,4732],[8,46],[7,33],[-13,-3],[-47,5],[-42,-2],[-29,14],[-44,10],[-30,46],[-18,22],[-7,33],[-2,35],[-4,14],[-37,11],[-8,-2],[-84,0]],[[6335,4994],[0,54],[-20,38],[25,28],[-32,35],[-16,8],[-111,-11],[-23,28],[-27,24],[-10,38],[38,3],[4,13],[-14,28],[-18,0],[-3,27],[-8,13]],[[6120,5320],[69,12],[20,8],[-31,71]],[[6178,5411],[11,5],[74,3],[40,-3],[36,3],[26,8],[25,-6],[31,-13],[19,5]],[[6440,5413],[11,-32],[16,-14],[14,13],[35,20],[34,8],[29,5],[83,19],[53,-6],[43,3],[20,27],[2,9],[9,8]],[[6789,5473],[18,-3],[-9,-38],[16,0],[34,8],[51,0],[7,-5],[-7,-14],[5,-6],[16,-4]],[[6713,4716],[-33,-38],[-16,-50],[7,-109],[3,-24],[19,-16],[7,-25]],[[6700,4454],[11,-22]],[[6711,4432],[14,-19],[18,-11],[28,-10],[18,-16]],[[6789,4376],[1,0]],[[6790,4376],[11,-12]],[[6801,4364],[-28,-3],[-36,-8],[-22,-11],[-10,-11],[-9,-21],[0,-14],[14,-22]],[[6710,4274],[1,-2]],[[6711,4272],[-1,2]],[[6710,4274],[-36,22],[-15,17],[-9,-3],[0,-8]],[[6650,4302],[-1,-9]],[[6649,4293],[-5,-14],[-33,0],[-13,-11],[2,-8],[-25,-40],[-12,0]],[[6563,4220],[-26,6]],[[6537,4226],[-2,2]],[[6535,4228],[-26,9],[-20,12],[-21,1],[-29,6],[-1,-4],[-32,3],[0,5],[-19,0],[-4,17],[8,19],[-4,19],[11,8],[5,17]],[[6403,4340],[-2,21]],[[6401,4361],[17,-2],[33,-12],[17,0],[11,4],[14,14],[-11,2],[-7,9],[8,7],[-2,16],[-8,3],[4,20],[-6,2],[3,16],[-21,1],[-28,8],[-28,0],[-79,21],[11,27],[2,25],[13,19]],[[6344,4541],[25,36],[39,43],[31,19],[24,1],[59,-9],[45,1],[-4,48],[31,-5],[30,21],[61,36]],[[6685,4732],[1,0]],[[6335,4994],[-63,0],[-28,3],[-32,-17],[-49,5],[-59,-8],[3,-6],[0,-24],[-13,-6],[-31,-4],[-44,5],[-12,-17],[-9,-2],[-9,8],[-19,3],[-8,-6],[-47,-8],[-26,0],[-35,-11],[-21,1],[-17,-9],[-22,0],[-7,-3],[-23,-2],[-11,-8],[-23,-3],[-17,5],[-4,-14],[-7,14],[-5,0],[-24,-32],[-17,-6]],[[5656,4852],[9,-22]],[[5665,4830],[-13,-3],[2,-8],[-13,6],[-26,-6]],[[5615,4819],[-16,-5],[-5,13],[-10,-14],[-8,3],[-15,23],[-9,0],[-14,10],[-19,1]],[[5519,4850],[-6,12]],[[5513,4862],[-2,1]],[[5511,4863],[-12,3]],[[5499,4866],[34,2],[10,-8],[11,0],[-9,11]],[[5545,4871],[3,11],[-22,-1],[-5,18],[5,2],[2,17]],[[5528,4918],[4,2]],[[5532,4920],[15,2]],[[5547,4922],[7,1]],[[5554,4923],[11,3],[0,7]],[[5565,4933],[5,6],[-10,8]],[[5560,4947],[-1,0]],[[5559,4947],[-32,11],[5,22],[-7,0],[-29,5],[-11,6]],[[5485,4991],[8,13],[1,14],[-16,14],[-14,0],[1,7],[17,6]],[[5482,5045],[13,20],[1,38],[18,10],[22,14],[29,0],[24,11],[22,-3],[9,-6],[18,-4],[-13,-9],[4,-17],[14,-10],[5,-11],[28,3],[36,11],[-10,7],[-1,17],[5,3],[30,0],[-8,22],[7,8],[27,0]],[[5762,5149],[32,11],[19,-14],[46,-5],[24,40],[-4,15]],[[5879,5196],[78,49],[18,8],[28,5],[6,54]],[[6009,5312],[38,-3],[44,1],[8,5],[21,5]],[[6219,3857],[-1,0]],[[6218,3857],[-84,20],[-23,3],[-116,16],[-3,11],[12,0],[-1,8],[9,0],[-9,13],[1,17],[-9,5],[4,8],[-18,3],[-13,16]],[[5968,3977],[24,41],[21,65]],[[6013,4083],[26,-2],[30,-6]],[[6069,4075],[58,-25],[34,-5],[36,-10],[31,-11],[30,-6],[35,-3],[22,-5],[38,-17]],[[6353,3993],[23,-16],[-5,-8],[5,-13],[-11,-17],[-11,-21],[-12,0],[-11,8],[-9,-9],[-45,-30],[-20,14],[-12,-2],[-26,-42]],[[7304,5029],[-9,-30],[-22,0],[-39,19],[-29,0],[-12,-11]],[[7193,5007],[-4,-24],[6,-9],[19,-7],[36,10],[24,-5]],[[7274,4972],[2,-20],[12,-2],[3,-13],[10,-3],[-2,-31],[9,-5],[-3,-17],[4,-12],[14,-7],[27,0],[17,-5],[14,-11],[10,-26],[-1,-17]],[[7390,4803],[-4,-8],[-19,-11],[-15,5],[-14,0],[-24,-10],[-26,2],[-12,-8],[-5,-30],[-9,-16],[-24,-14],[-31,-28],[-15,-7],[-11,-12]],[[7181,4666],[-3,9],[-19,3],[-1,7],[-17,-2],[-3,16]],[[7138,4699],[-12,-2],[-10,16]],[[7116,4713],[-25,21],[-55,14],[-9,5],[-3,14],[-23,1],[-26,-11],[-32,-19],[-15,-14],[-40,-30],[-36,-5],[-11,2]],[[6841,4691],[9,27]],[[7022,4967],[63,26],[65,17],[28,8],[24,3],[32,8],[26,0],[-1,3],[26,-3],[19,0]],[[5477,4395],[20,2],[39,-19],[23,-16],[15,-6],[58,-14],[15,-13],[9,-14],[14,-13],[29,-11],[40,-6],[18,-5]],[[5757,4280],[-5,-14],[-17,-11]],[[5735,4255],[-13,-8],[-16,0],[-14,8],[-29,-6],[-21,4],[-20,0],[15,-22],[24,-11],[12,0]],[[5673,4220],[0,-41],[8,-9],[-13,-8],[-12,12],[-15,2],[-76,-2],[-16,10],[-19,-3],[-13,-18],[-18,2],[4,16],[-20,-2],[-10,-6],[-27,11],[-15,0],[-7,-5],[-10,0]],[[5414,4179],[-16,-8],[-7,3],[-25,-3],[-8,-8],[-11,2],[-14,-8],[-6,-10],[-23,-6],[-3,-16],[-22,-22],[-5,-11],[-10,-3],[-74,-47],[-34,-21]],[[5156,4021],[-24,-5],[-6,-12],[-7,1]],[[5119,4005],[-1,0]],[[5118,4005],[2,14],[-13,15],[-30,1],[-15,-8],[-6,7],[21,17],[0,8],[-27,25],[-16,0],[-24,19],[-6,-5],[-15,19],[-15,24],[-25,29],[28,7],[5,27],[-13,13],[-36,-3],[-31,11]],[[4902,4225],[-1,5],[-20,14],[-12,17],[45,22]],[[4914,4283],[-11,8]],[[4903,4291],[38,41]],[[4941,4332],[20,-6],[62,-10],[38,-22],[13,-1],[31,9],[10,8],[31,32],[28,9],[39,-6],[18,0],[21,6]],[[5252,4351],[23,8],[39,8],[23,11],[19,19],[22,8],[17,-2],[19,-6],[51,-3],[12,1]],[[4902,4225],[-30,-29],[-23,-12],[-60,-16],[-10,22],[-10,-3],[-42,-3],[-33,-11],[-41,-5],[19,22]],[[4672,4190],[-19,10],[-25,-2],[-17,-11]],[[4611,4187],[16,19],[1,11]],[[4628,4217],[6,0],[6,14],[26,38],[7,14],[35,56]],[[4708,4339],[14,-10],[27,-14],[25,-5],[21,5],[20,16],[14,25],[11,16],[16,8],[24,-5],[24,-24]],[[4904,4351],[22,-14],[15,-5]],[[7280,4595],[-1,-27],[4,-2],[-9,-13],[9,-9],[-5,-8],[7,-5],[-10,-14],[-24,-3]],[[7251,4514],[1,-8],[-9,-3],[-4,-24],[-15,-11],[12,2],[1,-16]],[[7237,4454],[-23,8],[-34,-16],[-21,-3],[-38,0],[-12,-2]],[[7109,4441],[7,8],[7,24],[23,9],[10,16],[0,16],[8,14],[5,13],[-9,25],[-19,13]],[[7141,4579],[13,-3],[24,3],[15,6],[9,13],[11,6],[15,-2],[8,-14],[23,-1],[21,8]],[[7677,4378],[-5,-9],[22,-5],[50,0],[37,5],[1,-8],[-9,-7],[-2,-9],[9,-3],[12,5],[19,-7],[25,2],[-5,28],[-19,5],[31,9],[12,-1],[12,9],[35,-34]],[[7902,4358],[-26,-40],[-6,-16],[-18,-14],[-33,-43],[-10,-17],[4,-11],[-15,-13],[-39,-23]],[[7759,4181],[-30,1],[-2,5],[-41,2],[-15,14],[-16,23],[-16,2],[-11,11],[-12,-3]],[[7616,4236],[-7,8],[-2,11],[-56,-2],[-10,-6],[-14,5],[-39,0],[-69,6],[-23,0],[-4,-6],[-26,1],[-15,-4],[0,-13],[6,-8],[-32,16],[-11,9],[-10,16],[-14,2],[-18,17],[-25,8],[-11,11],[-20,28],[-10,27],[-5,24]],[[7201,4386],[40,0]],[[7241,4386],[0,2]],[[7241,4386],[3,-3],[19,0],[10,3],[17,-5],[15,2],[15,-3],[37,4],[16,-6],[9,3],[27,-3],[10,-6],[6,16],[-23,9],[13,13],[10,-5],[1,6]],[[7426,4411],[10,-11],[3,-12],[16,-2],[-1,-11],[17,-6],[8,14],[12,3],[-2,6],[-21,5],[2,8]],[[7470,4405],[13,8],[22,-10]],[[7505,4403],[12,-6],[31,3],[33,30],[10,-17],[42,20],[22,0],[13,-6],[5,-9],[21,-15],[-17,-25]],[[5968,3977],[-59,5],[-22,0],[1,-11],[7,-8],[2,-21],[-11,-19],[0,-13],[18,-9],[-52,-14],[-35,-16]],[[5817,3871],[-29,6],[0,5],[-34,0],[-4,25],[-7,19],[11,18],[-19,12],[-1,16],[-6,-3],[-57,-5],[2,29],[15,0],[2,17],[20,5],[4,11],[-7,16],[13,0],[2,6]],[[5722,4048],[12,24],[-66,-16],[-19,0],[-14,12],[-21,-1],[1,12]],[[5615,4079],[34,16],[21,5],[29,5],[27,0],[25,-5],[40,-5],[90,0],[57,-9],[42,-5],[33,2]],[[6981,4321],[0,-1]],[[6981,4320],[-4,-15],[-15,-20],[28,-11],[-5,-13],[-22,-19],[-3,-33],[-8,2],[-17,-13],[11,-3],[-4,-25],[-9,-16],[-8,-3]],[[6793,4146],[-21,30],[-27,22],[12,3],[-14,19],[-5,16]],[[6738,4236],[16,5],[20,11],[12,0],[1,12],[8,13],[-8,6],[6,38],[-5,5],[4,17],[-7,13],[16,0],[23,9],[6,10]],[[6830,4375],[11,6],[42,-5],[13,-25],[19,2],[23,25],[9,8],[38,3],[19,-3],[-3,-21],[-17,-1],[-3,-43]],[[6344,4541],[-42,-8],[-59,0],[-55,-3],[-20,-5],[-19,-27],[2,-14],[-11,-5],[4,-17],[-9,-5],[-21,0]],[[6114,4457],[-9,-3],[-81,-16],[-18,-11],[-18,-5],[-14,13],[-17,2],[-21,-7],[-5,8],[-20,-6]],[[5911,4432],[-23,-6],[-10,12],[-14,-8],[-7,7],[-14,-8],[-13,25],[-19,-8],[-2,-13]],[[5809,4433],[-9,4],[-32,28],[2,16],[-4,8]],[[5766,4489],[-8,9],[0,13],[8,0],[2,16],[-9,1],[-1,38],[8,0],[1,11],[-58,22],[6,16]],[[5715,4615],[1,11],[-32,3]],[[5684,4629],[8,67],[-5,11],[7,11],[3,17],[-6,10],[1,11],[-15,8]],[[5677,4764],[2,17],[-4,14],[-10,3],[10,13],[-10,19]],[[6475,6103],[-1,-6],[19,-11],[17,-16],[-11,-22],[-11,-8],[9,-6],[29,-38],[42,-44],[41,-26],[-25,-14],[7,-13],[39,-48]],[[6630,5851],[0,-2]],[[6630,5849],[-32,-16],[-56,-63],[-36,-40]],[[6506,5730],[-13,13],[-16,-6],[-54,58],[-26,21],[-34,36],[0,19],[-8,0],[-2,16],[-13,-3],[-1,6],[-53,-20],[-7,11],[-22,-7]],[[6257,5874],[-23,-9],[-5,11],[-12,0],[-12,16],[-6,14]],[[6199,5906],[30,17],[37,30],[18,8],[13,16],[20,11],[23,22],[26,33],[8,24],[-21,11],[4,10],[22,36],[-11,-21],[1,-11],[15,-4],[7,4],[12,26],[9,-2],[6,16]],[[6418,6132],[17,-13],[34,-19],[6,3]],[[7028,5754],[5,-8],[29,-8],[10,-11],[-22,-11],[-22,-4],[-6,-7],[-1,-31],[4,-5],[-4,-24],[-4,-11]],[[7017,5634],[-54,0],[-1,-19],[-43,-103],[-2,-17],[22,-46],[0,-12],[-7,-15],[6,-9],[-18,-2]],[[6440,5413],[-6,22],[11,19],[-18,22],[-3,29],[-8,17],[-1,17],[24,15],[51,50],[13,21],[4,14],[12,11],[-26,38],[-16,19],[21,16],[8,7]],[[6630,5851],[41,15],[29,10]],[[6700,5876],[15,-21],[92,-52],[63,-30],[36,-8],[18,-19],[13,5],[-3,-25],[10,1],[17,14],[58,4],[9,9]],[[6009,5312],[-6,5],[-13,31],[-24,19],[-11,5],[-13,16],[-27,22],[-12,5],[-9,9],[-49,14],[-22,-1],[-2,6],[-17,3]],[[5804,5446],[-36,0],[-16,5],[-18,11]],[[5734,5462],[-26,8],[-31,6],[-8,13],[-11,6]],[[5658,5495],[6,16],[26,55],[-4,7],[5,17],[17,3],[21,25]],[[5729,5618],[15,-14],[16,-3],[14,-8],[23,-5],[0,7],[18,-2],[38,30],[18,-3],[73,-60],[30,-21],[21,-9],[21,39],[19,24],[32,33]],[[6067,5626],[1,0]],[[6068,5626],[52,-19],[63,-22],[-5,-30],[-14,-36],[2,-37],[5,-6],[21,-14],[2,-18],[-22,-23],[6,-10]],[[5118,4005],[-7,-16],[-21,-17],[0,-19]],[[5090,3953],[-15,-3],[-18,-6],[-18,-18],[-6,5],[-24,6],[-25,2],[-14,6],[-19,0],[-33,-6]],[[4918,3939],[-52,3],[-6,-6],[-15,4]],[[4845,3940],[-10,2],[-28,-16],[-15,-1],[-52,-13],[-36,2],[-63,-4]],[[4641,3910],[-13,0],[4,51],[-34,41],[-41,-8],[-8,11],[-1,13],[6,6],[1,14],[-17,21]],[[4538,4059],[9,13],[3,20],[34,60],[12,-1],[-3,12],[18,24]],[[6692,3782],[22,-4],[16,-10],[34,-30],[8,-4],[-12,-7],[7,-6],[-11,-16],[4,-16],[14,2],[21,-11],[6,1],[-18,-15],[-2,-18],[25,-14],[-5,-13],[-30,-23],[-26,-10],[-26,-19],[-17,-9],[4,-3]],[[6706,3557],[-3,-12]],[[6703,3545],[-23,-12],[-13,0]],[[6667,3533],[-14,1],[-8,15],[9,8],[-47,15],[-4,24],[-5,11],[-19,16],[-28,39]],[[6551,3662],[-1,2]],[[6550,3664],[-15,24],[1,38],[-17,20],[-6,30]],[[6513,3776],[26,2],[-13,12],[-7,27],[7,0],[35,16],[22,6],[7,7]],[[6590,3846],[0,1]],[[6590,3846],[19,-24],[25,-16],[25,-11],[21,-1],[12,-12]],[[5997,5806],[1,-9],[41,-56],[8,-1]],[[6047,5740],[1,-27],[14,-22],[5,-27],[12,-1],[5,-7],[0,-19],[-16,-11]],[[5729,5618],[15,13],[31,13],[20,15],[28,29],[9,25],[-2,14],[-16,19],[-6,3],[-11,-8],[-22,5],[10,5]],[[5785,5751],[1,0]],[[5786,5751],[6,0]],[[5792,5751],[18,-2],[21,-23],[24,-16],[-11,11],[10,3],[-16,2],[2,14]],[[5840,5740],[1,1]],[[5841,5741],[20,-14],[6,13],[31,11],[-1,6],[10,8],[12,0],[11,-11],[25,16],[11,11],[26,17],[5,8]],[[5786,5751],[0,-3]],[[5786,5748],[6,3]],[[5792,5751],[-6,0]],[[5785,5751],[1,-3]],[[7093,6073],[-8,0],[-13,-8],[-7,10],[-41,-11],[-34,0],[-73,-27],[-32,0]],[[6885,6037],[16,27],[16,38],[-3,6],[6,14],[2,16],[-11,24],[-13,14],[-24,6],[1,16],[-19,22],[-27,18]],[[7109,6026],[12,-10],[14,-17],[-6,-6],[2,-21],[-11,-23],[2,-15],[-8,-25],[6,-2],[14,-17],[14,-3],[7,-8],[9,2],[-15,-26],[3,-28],[-9,-16],[-10,-8],[-73,-19],[-13,0],[-17,-11],[-2,-19]],[[6700,5876],[1,9],[16,5],[32,16],[23,22],[68,77],[33,34],[12,-2]],[[6551,3662],[-1,2]],[[6550,3664],[-18,2],[-20,-7],[-28,-4],[-1,-31],[6,-15],[-9,-13]],[[6480,3596],[-3,-6]],[[6477,3590],[-29,6],[-97,-8],[-37,-5],[-29,-7]],[[6285,3576],[-20,-5],[-35,0],[-37,9],[-25,16],[-27,38],[-13,11]],[[6128,3645],[11,24],[12,-7],[78,18],[2,9],[11,-4],[22,3],[39,27],[8,9]],[[6311,3724],[25,-16],[44,32],[-4,3],[30,21],[4,-7],[6,11],[19,3],[11,-3],[30,8],[37,0]],[[7903,5318],[0,-17],[17,-19],[12,-29],[13,-12],[18,-13],[18,-16],[17,-22],[3,-14],[9,-5],[27,-3],[3,-22],[8,-21],[13,-11],[3,-9],[31,-10],[4,-9]],[[8099,5086],[5,-18],[-17,-41],[-10,-12],[-7,0],[-25,-11],[-23,-5]],[[8022,4999],[-1,0]],[[8021,4999],[0,-8]],[[8021,4991],[11,-5]],[[8032,4986],[-2,-1]],[[8030,4985],[4,-5]],[[8034,4980],[9,-9]],[[8043,4971],[2,-2]],[[8045,4969],[16,-5]],[[8061,4964],[10,-1],[4,-15]],[[8075,4948],[0,-1]],[[8075,4947],[13,-13],[0,-14]],[[8088,4920],[0,-13],[11,-11],[-13,-28],[-9,-6]],[[8077,4862],[-6,-10],[1,-21],[-9,-17],[-15,3],[1,8],[-16,10],[-14,-10],[-4,11],[-12,3],[-6,-3],[-21,-3],[-15,-11],[-4,3],[-36,-25]],[[7921,4800],[-21,19],[-61,38],[17,17],[-16,22],[10,26],[-9,1],[-25,-9],[-9,-10],[-7,2],[-21,-10],[-12,7],[-16,17],[0,17],[-77,8]],[[7674,4945],[-3,35],[-7,19],[-14,-3]],[[7650,4996],[-34,-3],[-12,-7],[-25,0],[-19,-3]],[[7560,4983],[-8,5],[-17,-3],[-11,4],[-14,-11],[-44,2],[-25,-5],[-6,33],[-10,2],[-21,-6],[0,6],[-10,0],[-10,10],[2,12]],[[7386,5032],[-11,2],[-13,14],[-18,-5],[-5,-8],[-15,24]],[[7324,5059],[5,21],[-17,17],[-23,8],[-22,22],[-9,5],[-19,-2],[-9,16],[3,19],[13,8],[26,-2],[11,8],[19,3],[16,14],[3,10],[-4,22],[-27,25],[-12,5],[-22,21]],[[7814,5332],[2,-6],[16,-6],[23,1],[43,-1],[5,-2]],[[5315,3817],[-20,5],[-15,-5],[-18,-30],[-27,-25],[-16,-27],[-28,-38],[-14,-31],[-3,-24],[0,-38],[-8,-13],[-10,-9]],[[5156,3582],[-56,-19],[-38,-18],[-39,-25],[-17,-4],[-32,12],[-23,0],[-26,-5],[-22,-14],[-15,-5],[-13,2],[-25,21],[-22,11],[-25,3],[-28,-8]],[[4775,3533],[-32,-5],[-21,6]],[[4722,3534],[-3,21],[3,16],[-8,17],[-20,14],[-2,11],[17,10],[22,-5],[7,8],[13,0],[28,6],[17,-3],[65,10],[24,0],[8,4],[27,8],[20,-1],[-9,68],[18,3],[39,19],[-19,8],[8,17],[-9,13],[6,8],[-4,31]],[[4970,3817],[29,10],[31,0],[17,-2],[25,-12],[10,-7],[19,-25],[14,-14],[29,-11],[20,1],[20,10],[18,19],[19,33],[16,23],[22,21],[19,13]],[[5278,3876],[13,-11],[4,-18],[20,-17],[0,-13]],[[6990,3975],[-7,-14],[-2,-14],[-21,-3],[10,-16],[-35,-19],[-24,-16],[-9,10],[-32,-15],[-5,-12]],[[6865,3876],[-12,1],[9,13],[-17,8],[11,19],[24,4],[19,24],[-9,5],[5,11],[-7,3],[6,8],[-35,22],[-40,-5],[-30,-6]],[[6789,3983],[11,17],[26,24],[19,8],[25,-1],[18,-10],[22,-16],[22,-9],[14,-2]],[[5478,5373],[4,-25],[-4,-11],[3,-27],[8,0],[18,-14],[20,0],[6,-8],[17,-8],[13,6],[5,10],[6,-6],[-2,-11],[12,-2],[20,-27],[16,-14],[3,0],[43,-60],[79,5],[63,3],[71,12]],[[5482,5045],[-75,6],[-20,6],[-8,7],[-2,47]],[[5377,5111],[3,19],[-2,46]],[[5378,5176],[0,8],[-12,5],[-35,25],[-30,19],[-7,-18],[-30,21]],[[5264,5236],[-5,3],[2,13],[24,79],[0,3]],[[5285,5334],[28,-5],[26,16],[17,2],[11,7],[44,5],[26,5],[8,16],[15,-2],[2,11],[5,-17],[11,1]],[[6458,4078],[1,-22],[36,1],[11,-26],[11,-43],[7,-11],[10,-2]],[[6534,3975],[-13,-22],[15,-1],[-1,-34]],[[6535,3918],[-18,-17],[32,-16]],[[6549,3885],[15,-14],[-6,-14],[16,-2],[16,-8]],[[6311,3724],[-9,10],[-9,0],[-4,11],[-26,26],[-2,10],[-17,36],[-8,7],[-35,3]],[[6201,3827],[18,30]],[[6353,3993],[19,9],[20,-3],[6,14]],[[6398,4013],[-3,8],[13,19],[-11,25],[-9,3],[0,8],[23,-1],[27,3]],[[6438,4078],[1,0]],[[6439,4078],[19,0]],[[6418,6132],[15,30],[8,31],[3,24],[17,19],[6,30],[4,5],[4,22],[5,11]],[[5478,5373],[27,18],[46,8],[9,-2],[47,-3],[-13,8],[16,-2],[5,7],[-1,15],[12,-1],[15,23],[3,18],[14,33]],[[6401,4361],[-32,-2],[-22,-9],[-76,-40],[-20,-1],[-19,6],[-22,9],[-36,23],[-15,1],[-31,-8],[-18,-14]],[[6110,4326],[-5,11],[-18,3],[11,21],[-1,6],[8,19],[-12,3],[9,24],[12,44]],[[7181,4666],[-18,-16],[-33,-18],[-16,-20],[2,-19],[14,-11],[11,-3]],[[7109,4441],[-19,-8],[-28,-4],[-18,8],[-17,25],[3,22],[-10,11],[-22,13],[-23,-2],[-29,-20],[-6,-21],[-8,-8],[-26,-16],[-19,0],[-17,3],[-12,-4],[-15,-16],[-12,-38]],[[6831,4386],[-10,-14],[-20,-8]],[[6700,4454],[22,3],[8,-2],[30,10],[10,14],[4,21],[1,20],[12,5],[29,22],[-27,60],[-11,22],[-8,19],[34,2],[21,-2],[12,8],[6,21],[-2,14]],[[5615,4819],[5,-8],[16,-8],[-11,-17],[9,0],[-4,-16],[-17,5],[-9,-18]],[[5604,4757],[10,-3],[-1,-8],[-19,-14],[-10,6],[-12,-3]],[[5572,4735],[-12,2],[-5,-8],[-8,0],[0,-11],[-13,-10],[-9,2]],[[5525,4710],[-18,-2],[-14,-6],[-11,8],[-33,14],[-5,11],[-15,5],[39,36],[30,13],[-3,11],[-1,30],[25,20]],[[5437,4174],[6,-11],[-12,-11],[2,-14],[13,-2],[8,-12]],[[5454,4124],[-34,-10],[0,-8],[20,-47]],[[5440,4059],[-16,-3],[-28,-11],[-17,-13],[-23,-22],[-19,-27],[-15,-31],[-6,-26]],[[5316,3926],[-20,10],[-19,-2],[-12,-3],[-10,3]],[[5255,3934],[-28,24],[-6,9],[-24,-11],[-23,-6],[-30,0],[-11,-5],[-16,5],[-26,-5],[-1,8]],[[5414,4179],[1,-8],[22,3]],[[6865,3876],[-33,-19],[-20,-5],[-20,-2],[-33,10],[-7,0],[-22,14],[-45,-46],[0,-3],[34,-24],[-14,-6],[-12,5],[-7,-5],[6,-13]],[[6534,3975],[23,19],[35,11],[36,2],[24,-3],[13,-8],[37,-44],[23,-15],[25,-1],[13,6],[15,13],[11,28]],[[7017,5634],[-6,-28],[-13,-8],[1,-10],[34,0],[2,-22],[11,0],[-5,-14],[3,-22],[14,-5],[25,0],[6,3]],[[7324,5059],[-15,-17],[-5,-13]],[[6110,4326],[-33,-3],[-73,-13],[-41,-24]],[[5963,4286],[-9,-1],[-23,6],[-14,0],[-10,-6],[12,-8],[-9,-13],[0,-8],[-14,-22],[-9,-6],[-19,0],[-26,17],[-34,7]],[[5808,4252],[27,22],[10,-5],[-1,13],[20,3],[-3,17],[-17,33],[-3,-1]],[[5841,4334],[11,8],[8,19],[-16,12],[-13,19],[-1,24],[-12,16],[-9,1]],[[6738,4236],[-10,0],[-9,27],[-8,9]],[[6831,4386],[-1,-11]],[[8478,4321],[-3,8],[10,3],[16,16],[20,19],[-8,68],[0,16],[14,44]],[[8527,4495],[-6,8],[17,11]],[[8538,4514],[22,19],[19,24],[15,-2],[10,41]],[[8604,4596],[68,2],[15,-8],[86,-35],[28,-21],[5,-12],[16,-3],[30,-22],[72,-49],[-10,-11],[48,-5],[11,-27],[-2,-29],[6,-12],[1,-13],[-10,-25],[-38,-2],[-4,-6],[-36,-11],[-5,-49],[2,-8],[-9,-27],[-20,-14],[8,-5],[-49,-49],[-11,0],[-32,-11],[1,-11],[-7,-9],[-37,-10],[-11,-20],[-29,-10],[-48,37],[3,11],[-17,1],[-6,21],[-6,-3],[-22,4],[-1,5],[-39,-13]],[[6128,3645],[-24,8],[-25,0]],[[6079,3653],[-21,8],[-13,25],[-16,16],[-14,8],[-54,9],[-14,10],[-16,17],[-8,14],[-13,35],[-8,8],[-18,8],[-30,-2],[-11,2],[-27,16],[-29,14]],[[5787,3841],[12,1],[16,10],[2,19]],[[4654,3800],[29,3],[29,-6],[34,-15],[25,-4],[24,0],[35,8],[17,6],[46,14],[24,2]],[[4917,3808],[24,3],[29,6]],[[4722,3534],[-22,5],[-29,0],[-72,-14],[-27,-5]],[[4572,3520],[-3,0],[-2,22],[39,30],[5,10],[-11,6],[-7,13],[8,27],[-2,15],[-27,10],[-31,14],[-25,22],[-12,7],[-19,1],[-10,-3],[-22,-22]],[[4453,3672],[-12,-5],[-18,2],[-18,14],[-27,44],[-11,8],[-32,13],[-21,6],[-27,14],[-14,13],[-8,24],[-22,12]],[[4243,3817],[36,-1],[31,-8]],[[4310,3808],[22,-5],[24,0],[34,11],[15,8],[34,14],[14,2],[30,-2],[30,-11],[43,-25],[28,-8],[23,0],[47,8]],[[7237,4454],[14,-3],[-12,-3],[6,-18],[-1,-31],[-3,-11]],[[7201,4386],[-42,-10],[-21,-17],[5,-6],[-23,-8],[-15,-8],[-17,-2],[-27,5],[-3,-16],[4,-1],[0,-74],[3,-13]],[[7065,4236],[6,-6],[47,-32]],[[7118,4198],[47,-33]],[[7165,4165],[31,-19],[25,-16],[7,10],[6,-18],[12,-12],[15,-8]],[[7261,4102],[-7,-8],[-21,22],[-60,-16],[-22,-8],[-20,13],[-9,-16],[-6,6],[-5,-14],[-17,-9]],[[7094,4072],[-1,0]],[[7674,4945],[-53,-25],[-35,-8],[-7,-6],[-36,-18],[-12,-28],[-39,-13],[-56,13],[-10,-11],[-15,-5],[-1,-8],[-9,0],[6,-25],[-11,2],[-4,-29],[4,-11]],[[7396,4773],[-2,-2]],[[7394,4771],[-7,21],[3,11]],[[5997,5806],[29,-1],[13,8],[11,1],[19,11],[3,10],[21,1],[32,19],[6,10],[24,8],[26,22],[9,0],[9,11]],[[6424,6192],[5,-7],[-7,-14],[-5,2],[7,19]],[[6469,6326],[-1,-13],[-6,-3],[-1,15],[8,1]],[[6197,6582],[4,-24],[-11,-4],[-4,6],[2,16],[9,6]],[[6172,6607],[4,-3]],[[6176,6604],[3,2]],[[6179,6606],[1,-2]],[[6180,6604],[3,0]],[[6183,6604],[1,0]],[[6184,6604],[1,-1]],[[6185,6603],[2,-2]],[[6187,6601],[1,-2]],[[6188,6599],[0,-1]],[[6188,6598],[0,-2]],[[6188,6596],[0,-5]],[[6188,6591],[0,-3]],[[6188,6588],[0,-1]],[[6188,6587],[1,0]],[[6189,6587],[1,0]],[[6190,6587],[-7,-19],[0,-13],[-9,11],[-12,7],[-11,-10],[-11,16],[0,22],[23,8],[9,-2]],[[6189,6587],[-1,0]],[[6188,6588],[0,3]],[[6188,6591],[0,5]],[[6188,6599],[-1,2]],[[6187,6601],[-2,2]],[[6185,6603],[-1,1]],[[6184,6604],[-1,0]],[[6180,6604],[-1,2]],[[6179,6606],[-3,-2]],[[6176,6604],[-4,3]],[[6172,6607],[8,0],[14,-9],[-4,-11]],[[5925,6647],[-23,-16],[-6,-9],[28,-31],[17,-9],[253,-52],[7,-10],[8,7],[8,-8],[41,3],[65,0],[20,-8],[46,-44],[19,-16],[37,-35],[7,-22]],[[6452,6397],[1,-3]],[[6453,6394],[2,-52],[1,-41],[-3,0],[-6,-27],[1,-16],[-9,-22],[0,-14],[-21,-33],[-13,-16],[-57,-92],[-11,-1],[-4,-16],[-34,-46],[-47,-33],[-13,-11],[-66,-41],[-14,-3],[-5,6],[-29,6],[-20,-3],[-41,-19],[-99,-41],[-21,-9],[-36,-24],[-1,-5],[-18,-9],[-3,-13],[-10,5],[-22,-18],[-24,-30]],[[5765,5920],[0,8],[-58,81],[17,9],[31,35],[-51,79],[38,19],[66,31],[-38,56],[-8,49],[8,1],[-5,65],[-5,106],[-12,44],[-25,76]],[[5723,6579],[92,22],[57,14],[47,30],[3,5]],[[5316,3926],[-18,-30],[-20,-20]],[[4654,3800],[-3,28],[-15,26],[5,56]],[[5485,4991],[-10,6],[-45,2],[-14,11],[-38,21],[-22,-11],[-13,-2],[-21,-11],[-3,-16],[-30,-41],[-18,-19],[-7,0],[-27,-6],[-28,-3],[-10,1],[-37,19],[-56,-58],[-15,-7],[-27,-19],[-18,-17]],[[5046,4841],[-13,6]],[[5033,4847],[9,10],[57,49],[6,17],[-8,14],[15,38],[6,51],[11,0],[14,46]],[[5143,5072],[3,9]],[[5146,5081],[-23,8],[-9,16],[-13,3],[-17,-5],[-6,2],[0,14]],[[5078,5119],[-6,14],[-29,5],[-1,11],[13,30]],[[5055,5179],[42,0],[-7,19],[7,22]],[[5097,5220],[71,-17]],[[5168,5203],[14,0],[13,-5],[61,-11],[8,49]],[[5055,5179],[-10,2]],[[5045,5181],[-4,3],[-13,-16],[-55,-28],[-29,-11],[-25,-18]],[[4919,5111],[-39,-36],[-9,-13]],[[4871,5062],[0,-1]],[[4871,5062],[-13,-9],[-34,-8]],[[4824,5045],[-3,0],[-4,33],[-4,11],[-22,-5]],[[4791,5084],[9,38],[-6,11],[2,38],[3,11]],[[4799,5182],[9,29]],[[4808,5211],[15,47]],[[4823,5258],[70,-3],[73,-3],[14,-2],[40,2],[15,-16],[17,9],[4,10],[-10,0],[1,8]],[[5047,5263],[-13,16],[14,6]],[[5048,5285],[1,0]],[[5049,5285],[28,-10],[33,-6],[-4,-30],[-9,-19]],[[4824,5045],[11,-98],[0,-30],[4,-46],[-33,-11],[5,-24]],[[4811,4836],[5,-11],[-29,-11],[4,-14],[-10,-13],[6,-11],[-10,-14]],[[4777,4762],[-4,-5],[-32,5]],[[4741,4762],[-8,0],[-10,24],[-9,6],[-5,-5],[-36,2],[-16,3],[-11,14],[15,30],[-31,13],[-2,25],[-6,10],[-17,1],[-36,13],[-50,31]],[[4519,4929],[35,43],[-16,11],[-50,25],[61,62]],[[4549,5070],[-9,25]],[[4540,5095],[23,5]],[[4563,5100],[5,0]],[[4568,5100],[21,-3]],[[4589,5097],[39,0],[92,-8],[20,0],[59,93]],[[4673,4729],[12,6],[21,-3],[5,-5],[27,5],[8,-2]],[[4746,4730],[14,-1],[27,-19],[37,-24],[-15,-19],[53,-3],[19,0]],[[4881,4664],[1,0]],[[4881,4664],[10,-17]],[[4891,4647],[2,-7],[-10,-17],[7,-5],[-4,-14],[3,-8],[21,-8]],[[4910,4588],[-3,-17],[22,-8],[12,-11]],[[4941,4552],[-18,-11],[17,-21],[4,-12],[22,-16]],[[4966,4492],[-11,-16],[5,-22],[-17,-8],[-12,8],[-1,11],[-18,-6],[-41,-8]],[[4871,4451],[-2,0]],[[4869,4451],[-20,23],[-14,21],[-25,14],[-46,8],[3,8],[-9,14],[-1,11],[5,16],[-16,19],[-6,-8],[-10,11],[7,21],[-10,3]],[[4727,4612],[-22,6],[-48,-1],[-20,39]],[[4637,4656],[13,6],[-2,19],[5,5]],[[4653,4686],[1,8]],[[4654,4694],[-7,5],[-3,12],[12,21],[17,-3]],[[5049,5285],[3,11],[-6,19],[-1,17],[8,21],[24,3],[14,8],[0,6],[-16,16],[0,8],[13,11],[10,25]],[[5098,5430],[22,-12],[23,-5],[21,3],[18,-5],[10,-8],[17,-20],[20,-8],[8,-14],[41,-24],[7,-3]],[[5033,5444],[13,-12],[14,0],[9,-6],[29,4]],[[4823,5258],[-5,0]],[[4818,5258],[14,27],[40,68],[2,8]],[[4874,5361],[-1,1]],[[4873,5362],[15,27],[42,71],[93,-16],[10,0]],[[4869,4451],[7,-10],[28,-9],[-7,-5],[1,-22],[46,-17],[-18,-23],[-22,-14]],[[4708,4339],[-13,6],[-40,5],[-27,12],[-9,14],[-9,43],[-14,21],[-44,14]],[[4552,4454],[-2,0]],[[4552,4454],[22,88],[7,0],[-24,19],[20,70],[-13,1],[5,18]],[[4569,4650],[41,-8]],[[4610,4642],[11,0],[16,14]],[[5499,4866],[-18,8],[-8,-17]],[[5473,4857],[0,-14],[-9,-26],[-15,-4],[-24,17],[-34,6],[-14,-19],[-2,-6],[-24,-14],[-20,3],[-28,22],[-15,3],[-10,-47],[1,-5],[-65,5],[-72,11],[-31,8],[-35,20]],[[5076,4817],[-30,24]],[[4381,4441],[-1,-3],[24,-14]],[[4404,4424],[-9,-8],[-29,-19],[-19,-22]],[[4347,4375],[-11,-22],[-9,-6],[-19,-2],[-20,8],[-21,14],[-17,9],[-14,-1],[-24,-13],[-32,-38],[-19,-14],[-12,0],[-31,13],[-22,3],[-24,-11],[-20,-35]],[[4052,4280],[-21,-25],[-10,-5],[-58,-11],[-37,-6]],[[3926,4233],[-14,53],[-17,27]],[[3895,4313],[-12,27],[-9,3],[-27,24],[-4,0],[-29,35],[2,3]],[[3816,4405],[14,6]],[[3830,4411],[61,27],[27,14],[86,40],[15,3],[16,-5]],[[4035,4490],[25,7],[65,20],[12,0],[55,13],[30,0],[8,3]],[[4230,4533],[64,13],[21,-41],[15,-37],[22,6],[29,-33]],[[4241,4691],[48,-14],[-2,-5]],[[4287,4672],[-6,-5]],[[4281,4667],[-12,-20],[-10,6],[-30,-11],[-10,0],[-19,-43],[-13,-3],[12,-43],[28,7],[3,-27]],[[4035,4490],[-7,13]],[[4028,4503],[-31,46]],[[3997,4549],[17,-5],[32,5],[7,12],[-40,37],[15,12],[-26,35],[-29,-9],[-2,-8]],[[3971,4628],[-2,1],[-49,46],[-9,-9],[-9,14]],[[3902,4680],[13,19]],[[3915,4699],[46,1],[23,5],[15,0],[4,5],[26,11]],[[4029,4721],[33,17],[15,2],[13,-11],[39,-24],[2,-16],[37,5],[33,-8],[33,8],[7,-3]],[[5684,4629],[-34,2],[-10,-24],[-23,-11]],[[5617,4596],[-7,2]],[[5610,4598],[-9,3],[-24,24],[-2,23],[-28,8],[-19,2]],[[5528,4658],[-5,52],[2,0]],[[5808,4252],[-33,20],[-18,8]],[[5477,4395],[0,16],[5,5]],[[5482,4416],[1,6],[12,-11],[1,13],[15,19],[9,-6],[34,61],[13,22]],[[5567,4520],[40,-17],[14,-3]],[[5621,4500],[-3,-7],[21,-14],[24,-22],[8,-6],[13,17],[32,-25],[50,46]],[[5033,4847],[-20,7],[-15,9],[-26,-8],[-27,52],[-20,-6],[-22,43],[1,27],[-7,23],[-26,67]],[[4260,4939],[12,-21],[14,-14],[41,-33]],[[4327,4871],[4,2],[13,25],[21,19],[36,-25],[23,15]],[[4424,4907],[6,-6],[9,6],[28,32],[34,-21],[8,-1],[10,12]],[[4741,4762],[5,-32]],[[4569,4650],[-15,-2],[-12,11],[-12,3],[-10,-30],[-9,0],[-2,12],[-17,23],[-10,-3],[-7,8],[-48,5],[-6,-5],[-13,-33],[-1,-57],[-2,-32]],[[4405,4550],[-4,-1],[-26,12],[-18,21],[-13,25],[-30,30],[-4,16],[-8,0]],[[4302,4653],[-6,2],[-9,17]],[[4241,4691],[6,43],[3,-2],[5,38],[-27,6]],[[4228,4776],[-13,38],[-37,-3],[-6,8],[7,11],[0,8],[11,3],[-3,16]],[[4187,4857],[-1,0]],[[4186,4857],[-22,35]],[[4164,4892],[12,25],[28,9],[2,10],[42,24]],[[4248,4960],[12,-21]],[[5567,4520],[43,78]],[[5528,4658],[-21,1],[-14,-6],[-18,-11],[-36,-10],[-8,-9],[-17,9],[-13,-23],[-6,6],[-28,10],[-15,19],[-2,15],[16,8],[7,27]],[[5373,4694],[1,16],[-38,5],[-28,-10],[-28,-20]],[[5280,4685],[-6,9]],[[5274,4694],[1,8],[18,11],[-7,11],[-12,-3],[-28,0],[-10,13],[-6,1]],[[5230,4735],[-102,14],[-28,5]],[[5100,4754],[-6,5],[-81,39],[63,19]],[[5273,4465],[43,-22],[-41,-32],[-35,-3],[-20,-3],[29,-41],[3,-13]],[[4966,4492],[19,-2],[9,-6],[19,21],[42,45],[24,-14],[44,-9],[10,0],[14,-16],[81,-49],[45,3]],[[4405,4550],[7,-28]],[[4412,4522],[9,-17]],[[4421,4505],[13,-34],[-3,-16],[7,2],[5,-11]],[[4443,4446],[-29,-13],[-10,-9]],[[5100,4754],[1,-19],[-27,-28],[-4,-2],[-76,59],[-62,-56],[-25,-20],[-2,-8],[-11,-3],[-12,-13]],[[4550,4454],[-32,11],[-36,-3],[-39,-16]],[[3713,5386],[-1,-2]],[[3712,5384],[0,-1]],[[3712,5383],[0,-2],[-62,-36],[-8,-8],[2,-11],[12,-13]],[[3656,5313],[-128,-87]],[[3528,5226],[-2,12],[4,45],[-54,5],[-18,-6],[-29,-21],[-22,0],[-17,16]],[[3390,5277],[19,14],[7,13],[30,16],[23,4],[32,40],[20,14],[10,13],[12,9],[26,8],[17,18],[25,6],[30,12],[34,21],[20,19],[11,14],[8,24],[15,13],[22,9]],[[3751,5544],[4,-8],[31,-46],[-37,-52],[-28,-44],[-8,-8]],[[3727,6808],[-4,-22],[-19,-24],[-17,-33],[17,1]],[[3704,6730],[-3,-6],[-21,-22],[-10,-27],[-14,-22],[-14,-3],[-6,-32],[-3,-4],[-21,-51]],[[3612,6563],[-11,2]],[[3601,6565],[-37,6],[0,16],[-5,17],[2,10],[-8,6],[16,22],[-2,5],[-27,19],[-35,17]],[[3505,6683],[1,3]],[[3506,6686],[-14,10],[4,5]],[[3496,6701],[-6,18],[2,27],[12,0],[-5,13],[12,0],[0,11],[13,5]],[[3524,6775],[8,3]],[[3532,6778],[2,5]],[[3534,6783],[8,11],[-4,9],[9,0],[1,11],[7,3]],[[3555,6817],[14,2],[8,-8],[12,11],[14,27],[-17,22],[-11,11]],[[3575,6882],[13,5],[17,-3],[65,-18],[0,-14],[-11,-27],[10,-1],[-13,-40],[7,-1],[-6,-16],[70,41]],[[4007,5590],[-9,-8],[0,-22],[5,-14],[-23,-21],[4,-16],[-18,-1],[-6,-14],[-11,-7],[9,-6],[-11,-5],[-3,-9],[-15,-21],[7,-9],[0,-16],[-5,-16],[8,-8],[-9,-9],[-13,-2],[-1,-11],[-9,-17]],[[3907,5358],[-39,-27],[0,-13],[-9,0]],[[3859,5318],[-44,27]],[[3815,5345],[-102,41]],[[3713,5386],[-1,-2]],[[3751,5544],[19,25],[-3,2],[7,36],[-1,8]],[[3773,5615],[18,0],[35,6],[2,7],[41,5],[2,-32],[97,3],[22,-3],[17,-11]],[[4236,5574],[48,38]],[[4284,5612],[5,-5]],[[4289,5607],[9,-74]],[[4298,5533],[-4,0]],[[4294,5533],[-15,5],[-17,-8],[-15,-32],[-11,-12],[-37,3],[0,-2],[-36,-22],[-8,-9]],[[4155,5456],[-11,-2],[-2,-8],[-15,0]],[[4127,5446],[-58,93],[-8,18],[16,12],[13,26],[-9,12],[19,13]],[[4100,5620],[6,5],[14,-21],[38,19],[7,-5],[13,16],[24,0],[17,-16],[16,-31],[1,-13]],[[4207,5756],[9,-5],[-9,-11],[-15,-8],[-15,14],[8,8],[17,-11],[5,13]],[[4298,5825],[-14,-25],[1,13],[13,12]],[[3888,5988],[20,2],[15,-16]],[[3923,5974],[1,0]],[[3924,5974],[16,-2],[27,0],[14,-5]],[[3981,5967],[31,-17],[33,-14],[17,-13],[14,0],[23,10],[8,25]],[[4107,5958],[13,6]],[[4120,5964],[9,-4]],[[4129,5960],[44,1],[25,16],[10,-14],[10,9],[25,0],[46,-23],[7,7],[14,-3],[10,-17],[12,9],[20,-3],[17,-8],[23,5],[27,0]],[[4419,5939],[-2,-11],[-28,6],[-13,-6],[-15,-24],[-19,-6],[-24,-22],[-10,-38],[-12,-2],[-9,-11],[-10,0],[1,-20],[-4,-19],[-10,-3],[-16,8],[-10,14],[-24,-5],[-14,-13],[-9,-1],[-18,22],[-12,0],[-13,14],[-13,-11],[11,-9],[33,-26],[13,-6],[-19,-2],[6,-9],[-16,0],[0,9],[-29,0],[0,-9],[8,0],[7,-13],[27,-6],[0,-11],[29,0],[16,14],[45,-30],[8,2],[7,-21]],[[4281,5694],[-15,-20],[-21,1],[-5,-3],[-55,41],[-17,11],[-14,-5],[-8,-15],[-26,-37],[-7,-6]],[[4113,5661],[-35,-13],[-21,7],[-12,-5],[-5,-10],[-22,-6],[1,-22],[-7,-10],[8,-6],[-13,-6]],[[3773,5615],[-10,11],[-42,24],[-19,24],[-60,33],[-28,14],[-4,6],[2,19],[7,30],[0,13],[-6,13]],[[3613,5802],[7,4],[-3,35],[0,27],[-9,3],[-67,13]],[[3541,5884],[2,11],[24,88],[1,8]],[[3568,5991],[73,-13],[0,5],[40,-9],[40,-5],[39,-8],[111,-20],[9,11],[-6,17],[14,19]],[[3803,6492],[13,6],[51,-4],[23,-2]],[[3890,6492],[1,0]],[[3890,6492],[-2,-24],[-10,-19],[-12,-9],[-26,-35],[-5,-14],[-18,-8],[-4,-6]],[[3813,6377],[-24,12],[-9,-16],[-12,-9],[20,-6],[-14,-10],[-21,-5],[-15,-15],[-17,-5],[-14,-16],[-8,-1]],[[3699,6306],[-19,1]],[[3680,6307],[-12,43],[0,8]],[[3668,6358],[0,36],[10,46]],[[3678,6440],[13,-3],[11,1],[5,11],[-1,18],[6,16],[-5,17],[19,3],[26,-3],[5,9],[29,0],[2,-15],[15,-2]],[[4113,6577],[-1,-9],[12,-21],[2,-25],[21,6],[14,10],[30,9],[7,-6],[22,-10],[14,-17],[1,-9],[-23,-24],[-30,-24],[3,-30],[-7,-14],[4,-9],[-11,-15],[-28,-23],[-12,-26]],[[4131,6340],[-7,-44],[-19,-14],[-33,-3]],[[4072,6279],[-12,-4],[-18,2],[-35,22],[-40,0],[-23,7],[-27,3],[-38,17],[-27,0],[-13,5],[-18,17],[-8,29]],[[3891,6492],[11,14],[24,11],[20,21],[10,33],[12,16],[15,14],[40,24],[17,-2],[13,-5]],[[4053,6618],[1,-1]],[[4054,6617],[3,-5],[17,3],[26,19],[8,8],[11,2],[9,-7],[8,-30],[-22,-12],[-1,-18]],[[3441,7067],[15,-16],[17,-23],[12,-13],[6,-10],[15,-17],[3,-11]],[[3509,6977],[11,-38],[21,-19]],[[3541,6920],[28,-28],[6,-10]],[[3505,6683],[-18,-17],[-12,6],[-35,6],[-10,-14],[-6,-25],[-7,-8],[-7,-17],[-10,-10],[-5,-43]],[[3395,6561],[-22,-12]],[[3373,6549],[-11,-5]],[[3362,6544],[-10,-1]],[[3352,6543],[-7,-12],[-109,-31],[-2,0]],[[3234,6500],[16,85],[24,171],[4,38],[7,38],[3,27],[8,36],[0,28],[12,60],[3,57],[-3,2],[15,63],[12,46]],[[3335,7151],[-3,0]],[[3332,7151],[3,0]],[[3335,7151],[5,-2],[21,-22],[0,-8],[11,-3],[18,-19],[21,-6],[13,-21],[17,-3]],[[3385,6236],[5,-5]],[[3390,6231],[10,-8]],[[3400,6223],[1,0]],[[3401,6223],[1,-1]],[[3402,6222],[15,-8]],[[3417,6214],[2,-3]],[[3419,6211],[22,-7],[12,2],[0,-11],[8,-3],[5,9],[22,-12]],[[3488,6189],[-6,-15],[-14,-6],[-6,-35],[-9,-9],[-24,-16],[-3,-5],[-24,-25]],[[3402,6078],[-34,22],[14,24],[-36,31],[-16,0],[2,5],[-91,19],[-22,-8],[-18,16],[-38,11]],[[3163,6198],[13,35]],[[3176,6233],[31,-6]],[[3207,6227],[0,1]],[[3207,6228],[0,-1]],[[3207,6227],[-2,-5],[23,-5],[9,8],[70,9],[30,0],[15,-4],[28,12],[5,-6]],[[5059,5506],[23,0],[9,-9],[-10,-5],[-24,6],[2,8]],[[4873,5362],[-20,24],[-25,24],[-3,17],[-43,-25],[-13,5]],[[4769,5407],[9,25],[9,11],[41,0],[15,14],[25,0],[11,8],[64,27],[17,17],[8,-6]],[[4968,5503],[17,13]],[[4985,5516],[10,-5],[21,8],[7,12],[10,0],[9,10],[19,-13],[-14,0],[-34,-17],[15,5],[-21,-22],[0,-16],[26,-34]],[[3278,5945],[2,-11]],[[3280,5934],[0,-9],[11,-2]],[[3291,5923],[-11,-25],[-11,-35],[2,-11],[-6,-14],[-28,6],[-4,-8]],[[3233,5836],[-24,-16],[-2,-20],[5,-16],[8,-6],[0,-13]],[[3220,5765],[8,-1],[-5,-13]],[[3223,5751],[-2,-3],[-21,-62],[-16,-60]],[[3184,5626],[20,-3],[18,-14],[15,-5]],[[3237,5604],[1,-31]],[[3238,5573],[-38,15],[-36,2],[-24,-11],[-11,3],[-15,-24]],[[3114,5558],[-42,16]],[[3072,5574],[48,112],[51,125],[16,41],[-97,24],[-33,9]],[[3057,5885],[31,62],[12,36],[6,32]],[[3106,6015],[71,-11],[96,-40],[5,-19]],[[4673,5457],[29,10],[18,-21]],[[4720,5446],[42,-36]],[[4762,5410],[-47,-14],[-6,1],[-48,-30],[-63,14],[0,11],[15,24],[0,16],[-5,12],[6,7]],[[4614,5451],[10,-2],[8,8],[29,8],[8,5],[4,-13]],[[3612,6563],[-14,-38],[-5,-25],[-10,-24],[21,-16],[51,-9],[23,-11]],[[3668,6358],[-22,1],[-13,11],[-13,0],[-10,-6],[-31,19],[-34,16]],[[3545,6399],[-7,3]],[[3538,6402],[-11,2],[-9,-10],[-2,27],[-6,-2]],[[3510,6419],[-1,0]],[[3510,6419],[-1,0]],[[3509,6419],[-11,-6],[-16,-3],[-5,-11],[-24,-5],[1,-25],[6,-26],[-5,-11]],[[3455,6332],[-74,15],[-15,3],[-20,-3],[-50,1],[-90,0]],[[3206,6348],[7,37],[18,90],[3,25]],[[3395,6561],[-1,-12],[16,-8],[-1,-3],[23,-5],[-3,-8],[30,-6],[3,11],[15,-6],[33,0],[22,-4],[37,-1],[6,14]],[[3575,6533],[7,25],[16,-3],[3,10]],[[4281,5694],[30,5],[21,-16],[-1,-14],[-20,-11]],[[4311,5658],[2,0]],[[4313,5658],[1,0]],[[4314,5658],[-1,0]],[[4311,5658],[-8,-3],[-27,-21],[8,-22]],[[4100,5620],[-6,8]],[[4094,5628],[16,9],[-7,8],[10,16]],[[4395,6185],[0,19],[-52,-9],[-20,1],[-1,-4],[-17,-8],[-69,35]],[[4236,6219],[70,96],[0,3]],[[4306,6318],[16,-11],[34,-6],[5,6],[50,24]],[[4411,6331],[3,-13],[12,-14],[10,2],[0,-15],[15,-8],[12,-33],[-12,-16],[-12,-25],[-12,0],[-11,-8],[-7,-11],[-9,3],[-5,-8]],[[4945,7116],[16,-13],[12,-1],[0,-8],[10,-14],[1,-11],[-9,-7],[10,-11],[-8,-5],[3,-22],[8,-6],[-3,-14],[25,-19],[11,-5],[14,2],[-2,-10],[-15,7],[-4,-8],[14,-4],[-25,-17],[-38,-14],[8,-11],[-32,-19],[-14,3],[-15,-5]],[[4912,6904],[-4,103]],[[4908,7007],[-5,51],[0,34],[-3,26],[10,-7],[31,0],[4,5]],[[3398,5950],[21,0],[3,-19]],[[3422,5931],[-19,-16],[-8,0],[6,-11],[-14,-9],[-1,-10],[25,-6],[-14,-21],[4,-9],[18,-3],[3,-8],[11,-2],[-3,-17],[-21,-21]],[[3409,5798],[-14,-9],[-2,-16],[14,-52],[-10,-16],[-64,-38],[-23,-4]],[[3310,5663],[4,14],[-1,27],[-10,9],[-4,13],[5,9],[-2,8]],[[3302,5743],[-17,-3],[-10,6],[-25,-3],[-27,8]],[[3291,5923],[11,-3],[21,33],[16,30],[27,-9],[14,-2],[15,-11],[3,-11]],[[3613,5802],[-17,15],[-19,8],[-27,8],[-45,-9],[-96,-26]],[[3422,5931],[21,14],[25,27],[23,5],[33,22]],[[3524,5999],[44,-8]],[[3390,5277],[-15,-13],[-29,-11],[-55,-28],[-29,-5],[-49,0],[-45,14],[-28,-6],[-40,6]],[[3100,5234],[-10,13]],[[3090,5247],[-9,19],[14,16],[15,4],[4,13],[11,43],[4,42],[-3,27],[11,10]],[[3137,5421],[42,35],[5,14],[15,24],[3,20],[17,30],[19,24],[0,5]],[[3237,5604],[4,17],[9,15],[14,11],[24,11],[22,5]],[[3709,7171],[5,-9],[14,5],[5,9],[24,-1]],[[3757,7175],[0,-2]],[[3757,7173],[44,-52],[17,-24],[11,-24],[10,-8],[13,-23],[-3,-19]],[[3849,7023],[-56,-10]],[[3793,7013],[-30,-9],[-26,-2],[-18,18],[0,4],[-28,0],[-4,5],[4,22],[-21,11],[-13,-39],[-9,-46],[2,-24],[-3,-8],[-46,-4],[-60,-21]],[[3441,7067],[8,5],[27,-5],[6,5],[-2,14],[15,0],[12,11],[2,6],[18,26],[0,15],[9,24]],[[3536,7168],[-2,3],[14,16],[8,14],[16,19]],[[3572,7220],[11,-6],[24,3],[8,5],[22,0],[22,11],[9,-19],[34,-30],[12,-2],[-5,-11]],[[3455,6332],[-10,-20],[-2,-22],[10,-18]],[[3453,6272],[0,-8],[24,4],[14,4],[-3,-12],[-12,-11],[6,-13],[15,-11],[23,-5]],[[3520,6220],[-10,-3],[-22,-22],[0,-6]],[[3176,6233],[11,33],[19,82]],[[3981,6974],[3,-32]],[[3984,6942],[-23,-9],[-6,-16],[-33,-16],[9,-22],[-14,-13],[-1,-12],[-19,-46],[-9,-13],[0,-12],[6,-13],[28,-27],[1,-22],[-8,-5]],[[3915,6716],[-25,3],[-8,15],[-35,9],[-11,14],[-11,2],[-9,-13],[-1,-19],[-12,-17],[-16,5],[-42,0],[-41,15]],[[3727,6808],[-4,13],[7,14],[13,9],[8,11],[31,-3],[14,13],[-4,27],[3,25],[-8,47],[-12,19],[14,8],[24,8],[-11,14],[-9,0]],[[3849,7023],[12,9],[14,2],[8,-10],[27,-14],[15,-17],[51,-19],[5,0]],[[3756,7710],[-10,5],[-8,-14],[-26,6],[-15,-30],[-47,-90]],[[3650,7587],[-159,17]],[[3491,7604],[7,46],[4,71],[1,62],[3,30],[13,36],[28,38],[24,5],[37,-2],[19,6],[45,-1],[-3,-8],[16,11],[-5,-14],[-22,-5],[12,-19],[24,-22],[7,2],[-26,22],[2,11],[9,-7],[1,-9],[15,1],[13,8],[6,10],[-5,8],[-7,-8],[-11,11],[16,6],[14,0],[6,-22],[-6,-20],[-23,-35],[0,-35],[7,-3],[1,-14],[24,-43],[14,-5],[5,-6]],[[4762,5410],[7,-3]],[[4769,5407],[-40,-70],[28,-24],[51,-102]],[[4563,5100],[-6,16],[28,11],[16,11],[17,17],[1,15],[-20,34],[-9,13],[-31,17],[1,10],[18,0],[-6,11],[33,0],[3,3],[0,46],[2,19],[-6,8],[-1,30],[-7,-2],[-1,22],[-26,0],[-10,29],[-9,20],[-41,13],[-3,9]],[[4506,5452],[0,5]],[[4506,5457],[6,16]],[[4512,5473],[20,-8],[24,-5],[10,-11],[30,-1],[12,14],[3,8],[11,-7],[-8,-12]],[[4479,6874],[18,-27],[-5,-3],[17,-19]],[[4509,6825],[2,-3]],[[4511,6822],[0,-5],[19,-20],[3,-10],[12,-15],[-39,-10],[10,-41],[-13,-3]],[[4503,6718],[-21,22],[-10,6],[-35,-8],[0,-3],[-18,-17],[-14,8],[0,-13],[-18,0],[3,16],[-9,9],[-21,5],[-13,-9],[-3,-10],[-26,-3],[-27,-20]],[[4291,6701],[-14,1],[5,21]],[[4282,6723],[10,9],[21,8],[26,25],[4,27],[-11,38]],[[4332,6830],[2,14],[13,3],[58,7],[-2,14],[52,25],[12,-3],[12,-16]],[[4720,5446],[25,11],[1,27],[-17,14],[20,10],[-1,12],[7,5],[12,-3],[14,3],[1,6],[14,-12],[39,11],[3,12],[-6,23]],[[4832,5565],[37,1],[6,-3],[12,19],[0,-8],[13,-22],[8,-5],[14,0],[29,-8],[34,-23]],[[4062,6195],[19,-6]],[[4081,6189],[10,-4],[6,8],[13,-3],[-2,-9]],[[4108,6181],[-3,-27],[0,-29],[10,-39],[-8,-19],[8,-49],[0,-54],[-8,-6]],[[3981,5967],[1,32],[-12,13],[5,33],[-9,28],[0,10],[21,41],[13,41]],[[4000,6165],[4,11],[20,11],[12,16]],[[4036,6203],[26,-5],[0,-3]],[[4665,7088],[1,-2]],[[4666,7086],[2,0]],[[4668,7086],[0,-3]],[[4668,7083],[-2,0]],[[4666,7083],[-2,0]],[[4664,7083],[-17,1]],[[4647,7084],[-3,0]],[[4644,7084],[-2,0]],[[4642,7084],[-1,0]],[[4641,7084],[1,7],[17,3],[6,-6]],[[4642,7084],[2,0]],[[4647,7084],[17,-1]],[[4666,7083],[2,0]],[[4668,7083],[0,3]],[[4668,7086],[-2,0]],[[4665,7088],[5,9],[28,-5],[16,15],[-6,9],[14,0],[18,30],[49,0],[50,-8],[70,3],[30,-20],[-27,-5],[0,-5],[28,2],[5,3]],[[4908,7007],[-90,6],[-32,-3],[-46,-16],[-18,-8]],[[4722,6986],[4,-9]],[[4726,6977],[-79,-27],[-14,-6],[-47,-18],[-31,-12],[-76,-40]],[[4332,6830],[-36,-6],[-17,11],[-20,9],[-12,13]],[[4247,6857],[2,3],[-50,2],[-10,15]],[[4189,6877],[0,15],[5,34],[12,21]],[[4206,6947],[-21,22],[0,6],[-15,18],[31,17],[11,-12],[59,34],[0,11],[-9,-3]],[[4262,7040],[-12,22],[-10,11],[-10,32],[7,5],[-4,9]],[[4233,7119],[1,16]],[[4234,7135],[87,0],[40,6],[32,16],[17,18],[13,18],[27,5],[33,0],[16,13],[12,5]],[[4511,7216],[21,1],[8,-13],[16,-6],[-6,-6],[5,-35],[14,-16],[22,-14],[30,-30],[9,-2],[11,-11]],[[4577,5615],[-44,-38],[27,-14],[-39,-27],[-19,24]],[[4502,5560],[-20,14]],[[4482,5574],[-20,10]],[[4462,5584],[-22,6],[-32,19],[3,-14],[-7,-8],[-14,-5],[-7,8],[-41,14],[-10,-5],[-11,5],[-32,3]],[[4314,5658],[10,-14],[13,0],[-1,17],[28,-11],[19,8],[36,-2],[4,-19],[-1,24],[3,-3],[19,8],[40,-3],[42,-32],[38,-3],[13,-13]],[[4599,5615],[19,-31],[15,-15],[23,-17],[2,-5],[20,-8],[22,0],[44,18],[23,0],[48,6],[17,2]],[[4512,5473],[-15,17],[1,8]],[[4498,5498],[1,0]],[[4499,5498],[18,8]],[[4517,5506],[0,13],[-13,-2],[-12,8],[-1,24],[11,11]],[[4577,5615],[7,5],[15,-3]],[[3888,5988],[-1,0]],[[3887,5988],[-3,-2],[-22,48],[-25,33],[5,16],[11,14],[7,35]],[[3860,6132],[23,-8],[12,6],[34,13],[31,19],[10,-2],[30,5]],[[4189,6877],[-7,-7],[-16,7],[-12,-9]],[[4154,6868],[-10,-3],[0,-8],[-24,-6]],[[4120,6851],[-9,9],[-78,27]],[[4033,6887],[0,1]],[[4033,6888],[-34,13],[1,6],[28,18],[3,14],[-5,8],[-14,3],[-28,-8]],[[3981,6974],[16,20],[67,105],[6,26],[17,5],[12,11],[25,7],[4,-7],[81,-3],[25,-3]],[[4127,5446],[-20,3],[-15,-3],[-18,10],[-21,-5],[0,-24],[8,-14],[-14,-8],[-1,-11],[-15,-5],[1,-14],[-21,-21],[-21,4],[-14,-8],[-16,6],[-7,-6],[-12,9],[-16,-3],[-8,-8],[-10,10]],[[4231,6315],[14,19],[24,2],[37,-18]],[[4236,6219],[-60,-87],[-23,3],[-19,0],[-13,17],[1,24],[-14,5]],[[4036,6203],[10,9],[0,16],[6,10],[-4,19],[26,17],[-2,5]],[[4131,6340],[26,-4],[5,-5],[33,-11],[26,-13],[10,8]],[[3814,7334],[-6,-33],[-2,-52],[-10,0],[5,-30],[-24,-5],[2,-16],[-19,6],[-17,-4]],[[3743,7200],[5,-13],[9,-12]],[[3757,7175],[0,-2]],[[3572,7220],[19,35],[51,36],[14,4],[14,15],[18,11],[13,16],[20,2],[20,-8],[73,3]],[[3404,7955],[15,-11],[-26,9],[-18,-3],[6,-13],[31,-3],[62,7],[17,-4],[-54,-29],[8,9],[-27,-3],[-7,-5],[1,-14],[-17,-16],[-20,-2],[-24,15],[-2,28],[11,29],[14,11],[9,1],[21,-6]],[[3778,8536],[-13,-15],[-9,1],[22,14]],[[3880,8674],[-2,-2],[35,-36],[4,-16],[14,-14],[-6,0],[1,-24],[8,-8],[14,2],[23,-22],[18,-30],[15,-21],[-2,-14],[-15,3],[0,-11],[10,5],[-13,-21],[-4,-95],[4,-31],[0,-14],[-9,-29],[-24,-19],[-20,-6],[-2,-13],[-16,-8],[2,-33],[-32,-27],[-2,-12],[-12,-13],[-7,9],[-2,-14],[-15,-20],[-27,-13],[-43,-3],[-68,-74],[1,-10],[9,-3],[-9,-9],[-28,-2],[-25,16],[-13,0],[-29,12],[-14,2],[-5,-6],[18,-19],[36,-10],[9,-14],[-13,0],[-24,-8],[-27,-1],[-14,-5],[4,-8],[-11,-6],[-51,-16],[-7,9],[-1,40],[-14,31],[-8,27],[0,52],[10,54],[6,24],[17,47],[17,32],[5,12],[14,21],[9,22],[24,30],[3,5],[34,44],[2,5],[81,96],[10,-8],[-8,-6],[9,-6],[17,1],[2,7],[38,28],[6,-3],[15,6],[-11,11],[-13,0],[-4,21],[-9,-21],[5,-4],[-15,-15],[-24,-6],[-7,-6],[-9,4],[13,21],[29,36],[10,18],[49,55],[21,30],[20,3],[23,-6]],[[3680,6307],[-47,0],[-8,-3],[-24,8],[-5,-2],[-4,-19],[12,-17],[-59,-52],[-25,-2]],[[3859,5318],[0,-11],[-13,3],[-10,-17],[-12,0],[-9,-8],[-21,-11],[-22,-3],[-9,-7],[-51,-1]],[[3712,5263],[-36,8],[-12,-5],[-3,-9],[-39,-26],[-16,0],[-14,-11],[-13,0],[-18,-22],[-9,-5],[-12,10]],[[3540,5203],[-10,11],[-2,12]],[[3402,6078],[93,-68],[29,-11]],[[3106,6015],[2,31],[-17,56],[19,-8],[7,9],[32,-3],[9,-9],[3,12],[22,-11],[16,-3],[-36,17],[21,2],[-9,3],[25,2],[0,5],[21,1],[0,5],[-31,6],[22,0],[1,5],[-12,3],[30,3],[-24,5],[-34,-10],[-10,-4],[-39,-10],[0,11],[19,27],[20,38]],[[4506,5452],[-38,7],[-7,-8],[-18,-5],[-34,0],[1,6]],[[4410,5452],[-1,4]],[[4409,5456],[2,15],[-16,15],[-16,-10]],[[4379,5476],[-6,5],[-21,-19],[-24,14],[-7,6],[-15,-25],[-7,5]],[[4299,5462],[-1,71]],[[3915,6716],[21,-3],[17,-20],[3,-15],[-5,-3],[-9,-35],[35,2],[56,-8]],[[4033,6634],[12,0],[8,-16]],[[3072,5574],[-10,3]],[[3062,5577],[-112,43],[-17,5]],[[2933,5625],[33,63],[18,41],[43,90],[30,66]],[[3650,7587],[-31,-106],[17,0],[44,9],[30,-14],[40,-38],[8,-17],[56,-87]],[[3332,7151],[3,0],[12,39],[15,22],[18,35],[7,24],[10,20],[15,43],[10,43],[11,34],[7,27],[22,60],[5,22],[13,37],[10,36],[1,11]],[[4113,6577],[142,8],[8,38],[-4,8],[34,8]],[[4293,6639],[0,-24],[7,-6],[-4,-8],[9,-10],[-11,-14],[9,-17],[13,-17],[11,-45],[-5,-17],[6,-10],[24,-17],[0,-8],[31,-49],[-2,-19],[11,-8],[19,-39]],[[3699,6306],[-4,-29],[14,-16],[4,-39],[-9,-14],[19,-2],[29,-17],[18,-15],[51,-9],[2,-11],[12,-16],[9,-6],[16,0]],[[3468,4026],[-24,-44],[-11,-2],[-15,-25],[6,-40]],[[3424,3915],[-5,2],[-2,-16],[-22,-22]],[[3395,3879],[-5,14],[-29,30],[-25,38],[-18,16],[-18,14]],[[3300,3991],[-23,38]],[[3277,4029],[7,2],[20,-18],[13,14],[57,-19],[31,0],[29,15],[34,3]],[[3466,5015],[1,0]],[[3467,5015],[15,-18],[-5,-12],[3,-14],[48,41],[7,9],[40,13],[45,-98],[2,-18],[-9,-22],[-44,-60],[-1,-1]],[[3568,4835],[2,-8],[-15,-10],[-30,-9],[-45,-16]],[[3480,4792],[-19,3]],[[3461,4795],[-7,0],[-78,13],[-61,-5]],[[3315,4803],[-20,51],[-30,75]],[[3265,4929],[17,19],[-23,13],[-4,17],[5,29]],[[3260,5007],[-2,14]],[[3258,5021],[60,11],[97,2],[4,17]],[[3419,5051],[47,-36]],[[3134,3909],[-8,-11],[-23,-21],[0,-6]],[[3103,3871],[-14,-22]],[[3089,3849],[-18,6],[-21,0],[-34,-6],[-31,6],[-19,8],[-25,5],[-19,0]],[[2922,3868],[2,19],[6,3],[-13,25],[6,11],[-25,13],[2,25]],[[2900,3964],[-2,11]],[[2898,3975],[26,8]],[[2924,3983],[9,5],[76,0],[24,-2],[27,8]],[[3060,3994],[17,11]],[[3077,4005],[38,-72],[15,-4],[4,-20]],[[3490,4332],[-9,-9],[29,-35],[9,-32],[48,19],[-2,-19],[104,26],[30,6],[64,17],[-6,40],[27,14]],[[3784,4359],[12,-11]],[[3796,4348],[13,-112]],[[3809,4236],[-54,-51],[-25,-9],[-16,-3],[-31,-11],[-29,-5],[-22,-5],[-31,-19],[-20,-17]],[[3581,4116],[2,96],[-60,-8],[-18,0],[-13,5],[-16,-2],[-24,-6],[-7,13]],[[3445,4214],[-15,9]],[[3430,4223],[-27,19],[11,11],[3,22],[-5,29],[22,41],[32,25],[3,8],[22,21]],[[3491,4399],[29,-21],[-25,-20],[4,-16],[-9,-10]],[[4771,6871],[3,16],[12,6],[59,8],[24,0]],[[4869,6901],[10,-3]],[[4879,6898],[-7,-14],[-3,-32],[-11,-25],[-5,-29],[-14,-17],[-30,-11],[-8,-8],[-24,-8],[-18,-17],[-6,-13],[-22,0],[-26,-6],[-49,-36],[-2,-5],[-27,0],[-52,-13],[-8,6],[8,18],[-20,22],[-38,-3],[-14,11]],[[4726,6977],[26,-65],[19,-41]],[[3480,4792],[10,-3],[11,-35],[5,-11],[-5,-14],[-23,0],[-19,-11],[-6,-21],[-24,5]],[[3429,4702],[-9,-36],[-8,1],[-4,21],[-30,0],[1,-5],[-15,0]],[[3364,4683],[-20,0],[-36,3],[-5,32],[-29,3],[0,6]],[[3274,4727],[15,0],[6,5],[-3,33],[38,-3],[-15,41]],[[2277,4002],[-114,-66],[-27,-18]],[[2136,3918],[-7,13],[-16,8],[4,8],[21,17]],[[2138,3964],[-42,13],[-12,6],[-13,-3],[-16,25],[0,8],[12,8],[-8,11]],[[2059,4032],[12,6]],[[2071,4038],[-11,13],[-22,36],[-30,34],[0,12],[5,11],[12,5],[16,3],[12,22],[-27,19],[7,18]],[[2033,4211],[18,-10],[27,-8],[13,-16],[1,-12],[20,-2],[21,-17],[38,-21],[56,-41],[21,-31],[8,-29],[6,-9],[15,-13]],[[3259,4217],[-6,-8]],[[3253,4209],[-8,-16],[-15,-4],[-21,4],[-27,-16],[-19,-4],[-12,-21],[-31,-22],[-42,-8]],[[3078,4122],[4,11],[15,2],[-1,16],[-5,6],[-12,-6],[-7,-29],[-13,-1],[-13,28],[9,3],[-8,16],[29,-2],[32,10],[12,14],[-14,54],[31,9],[-22,26],[-7,22],[9,11],[12,-5],[37,25]],[[3166,4332],[24,-27],[24,-31],[-7,-6],[52,-51]],[[2639,4550],[15,-9],[23,-46],[-15,-6],[0,-15]],[[2662,4474],[-7,-3],[29,-91],[10,-2],[7,-22],[11,-14]],[[2712,4342],[-13,-8]],[[2699,4334],[-14,30],[-9,11],[-26,-6],[3,-16],[-41,-10],[-2,10],[-24,-5],[-8,25],[-46,-11],[-15,24],[-1,14],[-10,3],[-10,16],[3,8],[20,3],[-4,18],[16,3],[-5,6],[14,8],[-7,9],[-6,-3],[-9,11],[-26,-11],[-5,18],[10,3],[2,8]],[[2499,4500],[2,0]],[[2501,4500],[82,50]],[[2583,4550],[5,0],[36,21],[15,-21]],[[1982,3716],[-23,-30],[-11,-20],[-1,-10],[-10,-33],[38,-3],[-6,-14],[6,-4]],[[1975,3602],[-2,-9],[14,-16],[-12,-8],[-9,-25],[7,-19],[10,-11],[18,-38]],[[2001,3476],[-6,-16],[-8,-6],[12,-19],[-9,-3],[-24,1]],[[1966,3433],[-8,-22]],[[1958,3411],[-14,2],[-39,-2],[-13,-8],[-21,5],[-11,8],[-24,-3],[-27,14],[-18,0],[-6,8],[1,14],[-23,33],[1,10],[-8,20],[-13,11],[6,18],[-15,14],[2,-16],[-14,-6],[-7,6],[-9,32],[0,11],[20,6],[-19,14],[8,13],[0,22]],[[1715,3637],[29,16]],[[1744,3653],[34,16],[8,9],[10,-9],[43,5],[-9,9],[13,11],[16,19],[14,54]],[[1873,3767],[22,-8],[63,-33],[8,-7],[16,-3]],[[3755,3808],[60,3],[34,-2],[51,-4],[25,0],[16,3],[3,-8]],[[3944,3800],[-48,-38],[-21,-14],[-26,-10],[-31,-4],[-18,1],[-33,5],[-24,3],[-26,-3],[-38,-13],[-23,-9],[-20,-15],[-26,-26],[-12,-21],[-15,-44],[-11,-17],[-41,-40],[-54,-38],[-28,-16],[-30,-14],[-14,-14]],[[3405,3473],[-47,-13],[-34,-6]],[[3324,3454],[-2,-2]],[[3322,3452],[-8,16],[-37,-11],[-7,5]],[[3270,3462],[7,23]],[[3277,3485],[7,21],[5,33],[-1,32],[-11,36],[-2,22],[4,22],[0,35],[-13,33],[-2,26]],[[3264,3745],[23,3],[21,8],[22,14],[20,24],[25,17],[19,5]],[[3394,3816],[26,-2],[21,5],[36,6],[30,0],[36,-5]],[[3543,3820],[50,0],[19,-7],[23,-13],[13,-3],[46,0],[26,6],[35,5]],[[1360,3599],[-4,-11],[-15,5],[19,6]],[[1491,3707],[0,-5],[19,-19],[58,-33],[-30,8],[-40,0],[-32,-5],[-33,-16],[-15,-1],[-4,4],[43,35],[12,22],[22,10]],[[1567,3749],[-4,-8],[10,-9],[-21,6],[-6,8],[21,3]],[[1817,3803],[1,0]],[[1818,3803],[-3,-5],[-16,11]],[[1799,3809],[0,2]],[[1799,3811],[18,-8]],[[1762,3825],[-5,-8],[13,-9],[0,-5],[15,13],[14,-3],[19,-10]],[[1817,3803],[-18,8]],[[1799,3811],[0,-2]],[[1799,3809],[22,-20],[52,-22]],[[1715,3637],[-3,27],[-44,46],[-5,17],[-27,21],[-54,-3],[-7,9],[-40,2],[-45,-24],[-24,2],[-36,-10],[3,-3],[-14,-8],[-25,6],[-19,-6],[-3,-10],[14,-12],[-7,-13],[-33,-11],[-22,11],[-15,-25],[-14,-36],[12,-22],[27,-15],[-10,-14],[-17,0],[-4,6],[-22,0],[-3,10],[-12,6],[-15,-3]],[[1251,3585],[-10,8]],[[1241,3593],[32,16],[19,19],[15,36],[2,28],[-22,48],[-3,31],[4,13],[24,22],[26,8],[19,8],[35,9],[20,0],[20,7],[55,23],[76,26],[19,9],[22,3],[36,16],[36,8],[13,0],[15,-6],[-24,0],[-34,-8],[-18,-10],[4,-6],[-21,0],[-19,-5],[-3,-6],[32,10],[57,3],[19,-10],[-10,-6],[3,-8],[43,-30],[18,-16],[5,8],[-13,8],[0,6],[15,-6],[18,3],[-4,-13],[7,-12],[-17,6]],[[4151,3961],[14,-3],[34,-13],[-6,-19],[40,-9],[5,11]],[[4238,3928],[4,-29],[8,2],[15,-8],[38,-1],[20,-4],[-3,-31],[-7,-35]],[[4313,3822],[0,-2]],[[4313,3820],[-3,-12]],[[4243,3817],[-20,-1],[-24,3],[-36,6]],[[4163,3825],[-26,6],[-39,7],[-22,4],[-22,0]],[[4054,3842],[-7,42]],[[4047,3884],[-4,1]],[[4043,3885],[19,0],[21,16],[10,0],[-4,47],[-6,21],[49,-16],[4,13],[15,-5]],[[3598,4505],[16,-45],[-25,3],[-19,13],[-29,5],[-15,-8],[9,-13]],[[3535,4460],[-19,-11],[-12,8],[-3,-6],[-16,9],[-16,-14],[-31,-5]],[[3438,4441],[-12,5],[-11,-3],[-25,19],[-19,5],[-10,6],[22,19],[8,3],[-10,5]],[[3381,4500],[23,17],[15,6],[-4,7],[-25,6],[-7,8],[50,19],[49,35]],[[3482,4598],[27,-7],[2,-11],[8,0],[0,-31],[36,-5],[7,-8],[17,0],[7,-22],[12,-9]],[[2621,4792],[1,-8],[-14,-11],[-84,-52],[52,-24],[-35,-25],[15,-16],[13,11],[13,-11],[7,8]],[[2589,4664],[-12,11],[18,8],[45,38],[11,6],[11,-12],[6,3]],[[2668,4718],[10,8],[9,-3],[14,9]],[[2701,4732],[4,-3]],[[2705,4729],[18,-18],[22,-33]],[[2745,4678],[-1,-1]],[[2744,4677],[6,-18],[-20,-1],[19,-19]],[[2749,4639],[-54,6],[-8,-8],[-10,10],[-12,-13],[-7,2],[-37,-35],[19,-19],[20,9],[16,-20],[-37,-21]],[[2583,4550],[-12,16],[-9,30],[-10,16],[17,17],[-21,19],[6,11],[-16,16],[-27,-16],[-22,-9],[1,-6],[-45,-24],[-16,-2],[-4,-8],[-15,-8],[20,-42],[-2,-2],[25,-38]],[[2453,4520],[-14,-6],[-3,5],[-14,-11],[-15,9],[11,6],[-18,13]],[[2400,4536],[-10,14]],[[2390,4550],[-4,2],[-11,19],[-5,-2],[-7,13],[-42,-27],[-22,-11],[-34,51],[-16,-16],[-15,-2],[-23,-8],[-43,79]],[[2168,4648],[36,33],[32,35],[47,43],[24,28],[14,21],[10,0],[-3,-8],[18,0],[-2,8],[-16,9],[9,3],[57,53],[49,37]],[[2443,4910],[69,-71],[7,-8],[-2,-9],[-23,-14],[10,-13],[24,11],[14,-3],[42,27],[37,-38]],[[4054,3842],[-20,-1],[-21,-6],[-29,-13],[-40,-22]],[[3755,3808],[0,9],[-17,2],[-4,88]],[[3734,3907],[29,14],[61,37]],[[3824,3958],[12,-57],[14,-44],[18,0],[21,3],[8,6],[4,-11],[30,2],[38,12],[45,13],[33,2]],[[2136,3918],[19,-1],[14,3],[0,-11],[-7,-10],[-15,-11],[-7,-20],[-51,-35],[-18,-6],[-2,-10]],[[2069,3817],[-5,5],[-26,-3],[-19,3],[-7,-8],[-13,-3],[-24,8],[-15,0],[1,12],[-6,7],[-31,1],[-2,-3],[-21,8],[-20,17],[-25,26],[-12,6],[-39,-19],[-10,0],[20,16],[15,8],[2,6]],[[1832,3904],[40,6],[2,10],[18,11],[18,0],[50,17],[0,5]],[[1960,3953],[9,5],[-3,19],[23,17],[5,19],[4,3],[61,16]],[[3395,3879],[1,-6],[-9,-29],[3,-19]],[[3390,3825],[-23,29],[-44,-15]],[[3323,3839],[-3,-3]],[[3320,3836],[-16,-5],[-96,48]],[[3208,3879],[13,35],[22,9],[12,0],[22,13],[7,0],[10,-16],[9,-2],[28,27],[-18,18],[-13,28]],[[4912,6904],[-33,-6]],[[3137,5421],[-11,8],[-37,31],[-29,16]],[[3060,5476],[7,16],[25,30],[22,36]],[[2795,5195],[21,17],[8,-3],[22,13],[11,3]],[[2857,5225],[6,-11],[-27,-21],[17,-14],[-6,-3],[9,-8]],[[2856,5168],[-4,-11]],[[2852,5157],[8,0],[-7,-22],[-10,-27],[-11,2],[-48,-13],[24,-3],[7,-7],[2,-14],[-8,-14],[0,-11],[7,-16]],[[2816,5032],[-21,-22]],[[2795,5010],[-23,10],[-13,1],[-16,13],[-6,-3],[-17,9],[-5,19],[-11,-8],[-19,22],[-15,8],[-44,40]],[[2626,5121],[28,38],[53,79]],[[2707,5238],[35,-19],[16,6],[9,-13],[11,3],[17,-20]],[[3320,4143],[-20,-10],[-36,-6],[-48,-3]],[[3216,4124],[-21,0],[-5,-10]],[[3190,4114],[-2,2]],[[3188,4116],[-1,1]],[[3187,4117],[-7,-11],[-12,7],[-20,-5]],[[3148,4108],[-24,6],[-34,5],[-13,-3],[1,6]],[[3253,4209],[67,-66]],[[4586,4233],[2,0]],[[4588,4233],[38,-13],[2,-3]],[[4538,4059],[-4,-3],[-18,3],[-21,-5],[-18,5],[-8,-6],[-4,-26],[-14,-17],[-17,-5],[-32,2],[-23,-11],[-3,-13],[5,-8],[22,-11],[1,-11],[-9,-5],[-20,-1],[-15,6],[-49,-3]],[[4311,3950],[2,6]],[[4313,3956],[0,15],[-14,15],[3,26],[9,22]],[[4311,4034],[64,23],[32,15],[-7,9]],[[4400,4081],[-15,32],[1,6]],[[4386,4119],[15,14],[-11,5],[29,27],[27,39],[22,-9],[29,47],[-3,2],[11,19]],[[4505,4263],[13,-8],[61,-32],[7,10]],[[2998,5103],[0,-28],[-9,-11],[2,-19],[-3,-16],[17,-22],[7,-27]],[[3012,4980],[-23,-11],[-10,-11],[5,-5],[-54,-38],[-13,-6],[-37,-30]],[[2880,4879],[-4,22],[-11,14],[-6,-6]],[[2859,4909],[12,22],[-6,11],[-4,43],[-17,3],[-24,-30],[-15,0],[-3,14]],[[2802,4972],[3,3],[-13,26],[3,9]],[[2816,5032],[6,16],[9,16],[35,-2],[0,6],[29,26],[6,1],[30,-15],[9,11],[4,20]],[[2944,5111],[31,0],[23,-8]],[[3048,5097],[2,-11]],[[3050,5086],[12,-24],[12,-16]],[[3074,5046],[8,-9],[7,0],[17,11]],[[3106,5048],[4,-21],[24,-26]],[[3134,5001],[-2,-40],[-13,-27],[-14,-9],[-24,22]],[[3081,4947],[-19,11],[-24,0],[-20,9],[-6,13]],[[2998,5103],[25,-8],[25,2]],[[3090,5247],[-18,8],[-17,17],[-25,11],[-16,10],[12,11],[1,11],[-14,11],[5,10],[-14,11]],[[3004,5347],[-20,17]],[[2984,5364],[24,25],[26,38],[-7,5],[14,17],[2,-3],[17,30]],[[2279,4250],[53,-57],[31,-11]],[[2363,4182],[2,0]],[[2365,4182],[49,-8]],[[2414,4174],[-33,-30],[-31,-27]],[[2350,4117],[-44,24],[-32,13],[-20,22],[-19,25],[-28,18],[18,26]],[[2225,4245],[22,23],[10,-16],[17,3],[5,-5]],[[2331,3492],[-1,-2]],[[2330,3490],[-7,-19],[-15,-4]],[[2308,3467],[-12,0],[-3,-18],[-6,-6]],[[2287,3443],[-101,9],[-24,0],[-12,2],[-32,1]],[[2118,3455],[13,-17],[-16,-1],[-15,-12],[-1,-36],[4,-13],[17,-14]],[[2120,3362],[4,-3],[-17,-16],[-23,-6]],[[2084,3337],[-10,-5]],[[2074,3332],[-13,-6]],[[2061,3326],[16,16],[-14,25],[-15,11],[-59,21],[-16,9],[-15,3]],[[1982,3716],[9,-3],[-9,-11],[16,-5],[4,11],[11,-6],[-1,-11],[11,0],[5,8],[34,-18],[22,-15],[65,-16],[8,3],[0,-11],[59,-52],[39,-27],[21,-11],[20,-16],[-1,-5],[36,-39]],[[2054,3749],[6,-3]],[[2060,3746],[-19,-1],[-8,-8],[-10,3],[3,8],[28,1]],[[2432,3888],[-8,-6],[7,-11],[-7,-2],[10,-31]],[[2434,3838],[14,-11],[4,-10],[23,0],[-3,-6],[5,-30]],[[2477,3781],[-25,-6],[-28,-26],[-68,10],[-15,-5],[-40,-55],[-6,-10]],[[2295,3689],[-1,0]],[[2294,3689],[-15,0],[-27,10],[-4,9],[-28,21],[-11,12],[-25,7],[-4,6],[-19,3],[-28,0],[-27,24],[-14,19],[-23,17]],[[2277,4002],[46,-24],[23,-6],[46,0]],[[2392,3972],[3,-16],[0,-35],[9,-9],[17,-3],[13,-17],[-2,-4]],[[3712,5263],[5,-24],[13,-8],[-2,-41],[5,-19],[27,3],[3,-9],[22,-13],[1,-9],[30,-24],[2,-6],[21,-16],[30,-5],[79,-52],[15,-8]],[[3963,5032],[-11,-8],[-36,-12],[1,-62],[-21,-5],[-28,-1],[-9,9],[-23,-1],[-6,8],[-7,-5],[-13,16],[-15,-10],[-17,0],[-10,-9],[-10,1],[-10,-8],[0,-20]],[[3748,4925],[-3,-11],[-9,-8]],[[3736,4906],[-15,-5],[-16,-11]],[[3705,4890],[0,-3]],[[3705,4887],[-1,-3],[-20,1]],[[3684,4885],[-1,-12],[-11,1],[-2,-6],[-22,-3],[-2,-7],[-18,2],[-8,-13],[-22,-8],[-30,-4]],[[3419,5051],[19,87],[16,-9],[34,55],[32,-11],[7,36]],[[3527,5209],[13,-6]],[[3572,4029],[-19,-8],[-10,3],[-29,-3],[-23,-6],[-7,8],[-16,3]],[[3277,4029],[-18,32]],[[3259,4061],[19,0],[22,4],[32,-3],[53,-1],[15,3],[17,9],[65,16],[25,-5],[21,8]],[[3528,4092],[44,-63]],[[2992,5501],[0,-1]],[[2992,5500],[-31,-32],[-38,-28],[-29,-16],[-9,-8]],[[2885,5416],[2,-3]],[[2887,5413],[-6,-11],[-38,-24],[-6,-11],[13,-8],[-22,-17],[10,-13],[-3,-5],[22,-9],[2,-11],[9,-3],[24,-18]],[[2892,5283],[-29,-25],[11,-13],[-1,-7],[-16,-13]],[[2707,5238],[16,22],[13,22],[23,36],[7,13],[32,47],[12,25],[35,59],[79,140],[9,23]],[[3062,5577],[-38,-46],[-14,-4],[-6,-13],[-12,-13]],[[2984,5364],[-26,-19],[-66,-62]],[[2856,5168],[10,6],[23,5],[6,5],[3,-10],[18,8],[11,-1],[5,-32],[-14,-14],[9,-21],[-1,-14],[18,11]],[[2132,3312],[-10,-16],[-2,6],[12,10]],[[2690,3392],[-1,0]],[[2689,3392],[-4,2]],[[2685,3394],[0,1]],[[2685,3395],[0,4]],[[2685,3399],[0,1]],[[2685,3400],[14,0],[-9,-8]],[[2537,3405],[5,-5],[-22,-1],[17,6]],[[2685,3399],[0,-4]],[[2685,3394],[4,-2]],[[2690,3392],[10,-11]],[[2700,3381],[-22,-19]],[[2678,3362],[-6,13],[-11,-5],[-21,13],[0,-10],[9,-3],[-16,-8],[-14,0],[-1,5],[-33,0],[-1,11]],[[2583,3378],[1,0]],[[2583,3378],[-4,8],[-4,-11],[4,-11],[19,-8],[9,-13],[0,-19],[-7,-17],[-23,-27],[-47,-22],[-70,-16],[-31,-1],[-44,-18],[-27,0],[-41,8],[-8,3],[-20,2],[-22,6],[-29,22],[-9,13],[-2,14],[-26,10],[-12,-2],[0,6],[-29,7],[-12,12],[-14,-1],[-41,3],[-9,11]],[[2330,3490],[1,2]],[[2331,3492],[5,-8],[29,-21],[20,-3],[24,-11],[12,0],[53,-36],[8,-8],[27,-11],[37,1],[18,-3],[39,3],[5,11],[-15,2],[11,11],[4,-13],[-4,-11],[52,-1],[24,24],[-2,6],[14,-3],[-7,-8],[0,-13]],[[2755,3691],[-15,-16],[-12,-8]],[[2728,3667],[-14,2],[-6,6],[-29,10],[-4,12],[-25,3],[-14,-3],[12,51],[3,0]],[[2651,3748],[11,0],[-1,17],[3,29],[-17,15],[-1,18]],[[2646,3827],[37,25],[45,-5],[15,0],[12,5],[21,22]],[[2776,3874],[19,-9],[26,-8]],[[2821,3857],[-5,-33],[4,-24],[7,-16],[-45,-8],[-11,2],[1,-24],[-6,-9],[0,-23],[-10,-14],[-1,-17]],[[3089,3849],[11,-19],[7,-24],[8,-12],[14,-13],[33,-13],[49,-6],[46,-16],[7,-1]],[[3277,3485],[-3,4]],[[3274,3489],[-24,17]],[[3250,3506],[-14,13]],[[3236,3519],[-14,12],[-6,-1],[-29,30]],[[3187,3560],[6,8],[45,20],[2,13],[-55,6],[-51,3]],[[3134,3610],[-1,32],[-64,6],[-5,3]],[[3064,3651],[-1,0]],[[3063,3651],[-10,8],[-10,11],[-30,5],[-9,8]],[[3004,3683],[-7,0],[-6,13],[-33,-2],[-2,-9],[-23,-11],[-17,1],[0,-14],[-9,-2]],[[2907,3659],[-25,-1],[-19,31],[-2,10],[-70,-22],[-34,9],[-2,5]],[[2821,3857],[37,-2],[64,13]],[[2542,3462],[-16,-10],[-6,-15],[-4,12],[26,13]],[[2339,3577],[11,-3],[30,0],[12,-5],[70,-16],[66,-26],[42,-10],[13,-13],[-4,-6],[-32,-8],[-21,-11],[-39,0],[-26,5],[-24,8],[-27,14],[-10,11],[-44,24],[-9,9],[-11,2],[-12,8],[3,8],[12,9]],[[2728,3667],[-5,-11]],[[2723,3656],[-34,-69],[-9,-23],[-29,-69]],[[2651,3495],[-2,3],[-51,21],[-15,11],[-28,12],[-20,5],[-59,24],[-47,12],[-36,12],[-15,1],[-29,6],[-24,11],[-24,7],[-21,17],[-13,19],[-12,11],[-1,7],[25,-5],[20,17],[-4,3]],[[2477,3781],[35,6],[16,13],[42,9],[13,0],[21,-6],[15,3],[27,21]],[[3816,4405],[-44,46],[6,3],[86,17],[9,5],[-27,44],[-15,-6],[-28,0],[-12,3],[-24,-12],[-33,0],[-12,29]],[[3722,4534],[12,7]],[[3734,4541],[2,0]],[[3736,4541],[15,9],[-8,24],[16,3],[13,11],[30,44],[38,26]],[[3840,4658],[32,8],[30,14]],[[3578,3887],[-4,0],[-31,-67]],[[3394,3816],[-4,9]],[[3424,3915],[24,-14],[33,-13],[25,0],[57,19],[4,-11],[12,-3],[-1,-6]],[[3208,3879],[-35,13],[-39,17]],[[3077,4005],[31,16],[21,0],[0,5],[18,69],[1,13]],[[3148,4108],[15,-5],[29,-25],[24,-8],[43,-9]],[[2350,4117],[26,-14],[36,-14],[41,-6],[57,-7],[34,7],[27,11],[17,3],[27,-2]],[[2615,4095],[45,-9],[25,1],[42,13],[-4,6],[8,10],[-17,25],[16,8],[6,19],[-17,35],[-6,6],[1,16],[23,11]],[[2737,4236],[-9,3],[-27,-8],[-26,24],[1,11],[-13,-5],[-26,63]],[[2637,4324],[33,5],[5,-8],[24,13]],[[2712,4342],[52,28]],[[2764,4370],[49,-49],[10,11],[20,8],[11,35],[14,9],[35,-22],[35,-23],[1,15],[28,-20],[15,-13],[16,-8],[4,8],[38,19],[2,10],[13,-2],[19,10]],[[3074,4358],[16,-15],[7,-1]],[[3097,4342],[11,9]],[[3108,4351],[16,2],[-26,42],[95,40],[12,-21],[-13,-47],[21,-13],[-25,-12],[-6,0],[-16,-10]],[[2900,3964],[-33,-3],[-20,5],[-36,11],[-13,0],[-17,11],[-40,11],[-25,-2],[-8,5],[-30,-3],[-13,-6],[-9,-16],[-7,-32],[5,-11],[-5,-6],[1,-36]],[[2650,3892],[-32,4],[-45,19],[-25,21],[-23,35],[-43,1],[-90,0]],[[2033,4211],[-83,14],[-13,1],[-16,-31],[1,-13],[-25,32],[-24,5],[-33,-2],[-193,-60]],[[1647,4157],[-21,14],[3,13],[14,22],[27,33],[21,27],[8,30],[-7,19],[-17,5],[-2,25],[14,33],[26,22],[16,8],[22,2],[14,-5],[15,28],[41,-9],[84,-25],[45,28],[38,30]],[[1988,4457],[13,-8],[-4,-5],[12,-17],[38,-16],[-8,-22],[20,-8],[0,-6],[56,-22],[36,-21],[-10,-11],[14,-28],[65,-46],[5,-2]],[[2499,4500],[-16,25],[-24,-14]],[[2459,4511],[-6,9]],[[2615,4095],[-2,29],[-9,31],[-1,21],[-10,8],[5,28],[-8,22],[-27,48]],[[2563,4282],[43,14],[-8,19],[39,9]],[[3861,4293],[34,20]],[[3926,4233],[-23,3],[-28,8],[-26,3],[-33,-6],[-7,-5]],[[3796,4348],[0,3]],[[3796,4351],[39,-22],[2,-8],[12,-17],[-3,-5],[15,-6]],[[3578,3887],[32,14],[12,-3],[19,0]],[[3641,3898],[13,3]],[[3654,3901],[16,6],[22,-6],[21,0],[21,6]],[[2907,3659],[2,-19],[7,-3],[-5,-39],[5,-10],[50,-17],[32,-27],[-1,-13]],[[2997,3531],[-6,5],[-22,-8],[-8,-9],[13,-35],[28,-14],[11,-8]],[[3013,3462],[-16,-19],[0,-5],[44,-27],[0,-19]],[[3041,3392],[-28,0],[-10,5],[-21,3],[-8,8],[-19,2],[-34,15],[-41,10],[-49,6],[-3,-3],[-37,3],[-11,5],[-38,8],[-7,-2],[-23,13],[-12,-8],[2,11],[-51,27]],[[2650,3892],[26,0],[25,4],[27,-1],[24,-10],[24,-11]],[[1832,3904],[2,11],[-48,71],[-48,56],[-2,17],[7,19],[31,46],[-7,-19],[17,19],[5,17],[14,6],[-4,13],[-23,17],[-16,7],[-25,-8],[-34,-5],[-37,-14],[-17,0]],[[3127,3383],[-63,-16]],[[3064,3367],[8,6],[52,11],[3,-1]],[[3270,3462],[-13,6],[-34,-22],[-26,-8],[-22,-11],[-18,0],[-23,-5],[-12,-12],[-19,-8],[-62,-10]],[[4505,4263],[-36,14],[-86,17],[11,21],[15,14]],[[4409,4329],[-27,41],[-14,-8],[-2,10],[-19,3]],[[2414,4174],[54,49],[5,8],[19,19],[3,-3],[32,16],[-2,3],[38,16]],[[3491,4399],[35,27],[31,18],[-22,16]],[[3598,4505],[35,-4],[38,5],[21,10],[30,18]],[[2859,4909],[-35,-35],[-18,-20],[-15,-8],[-12,-21],[-16,-8],[-10,7],[-59,30]],[[2694,4854],[33,34],[10,10],[29,38],[36,36]],[[3364,4683],[10,-22],[15,-8],[-2,-11],[28,-2],[-6,-28],[23,0],[1,-3],[49,-11]],[[3381,4500],[-6,14],[8,13],[-1,9],[-11,5],[-18,-8],[-20,-5],[0,-6],[-30,-25],[-29,9],[-41,33],[-47,40],[42,38],[8,12],[-14,5],[7,27],[-1,27]],[[3228,4688],[-1,41],[47,-2]],[[2694,4854],[-43,-40],[-30,-22]],[[2443,4910],[51,54],[22,27],[32,35],[29,36],[11,11],[38,48]],[[4009,5032],[4,-5],[0,-58],[33,11],[29,-33],[22,-38],[45,19],[22,-36]],[[3915,4699],[-25,0]],[[3890,4699],[-60,1],[-28,-6],[11,19]],[[3813,4713],[-3,8],[-17,0],[-7,60],[-1,49],[4,8],[-18,11],[-57,36]],[[3714,4885],[-1,0]],[[3713,4885],[-8,5]],[[3963,5032],[46,0]],[[3028,4741],[14,-12],[-4,-14],[50,-32],[10,-11]],[[3098,4672],[-19,-17],[-8,-23],[-4,-3],[-28,2],[-48,-35],[-23,-25],[-6,-2],[-73,-1]],[[2889,4568],[-10,22]],[[2879,4590],[0,1]],[[2879,4590],[-1,1]],[[2878,4591],[1,0]],[[2878,4591],[-4,8],[-34,-6],[-17,38],[-74,8]],[[2745,4678],[2,2],[92,55],[48,10],[-4,14],[48,8],[-1,9]],[[2930,4776],[15,-9],[2,6]],[[2947,4773],[3,8],[11,6],[67,-46]],[[3081,4947],[-12,-18],[3,-3],[-17,-39],[4,-10],[-17,7],[3,-62],[1,-68],[-18,-13]],[[2930,4776],[-5,27]],[[2925,4803],[-51,71],[6,5]],[[3581,4116],[-53,-24]],[[3320,4143],[17,17],[16,-5],[12,2]],[[3365,4157],[8,3]],[[3373,4160],[32,17],[14,15],[13,6],[13,16]],[[3259,4217],[11,11],[21,0],[8,5],[16,52],[13,6],[-11,21],[-29,30],[6,8],[43,9],[15,13],[30,6],[11,11],[1,11],[30,30],[14,11]],[[5905,7525],[-25,-11],[-25,-14],[-15,-13],[-25,5],[-19,0],[-42,-8],[-12,-35],[-17,-14],[-16,-6],[-39,-7],[-21,2],[-44,16],[-77,33],[-55,17],[-25,2],[-33,9],[-8,-1],[-10,-10],[-16,-1]],[[5381,7489],[-8,28],[0,10],[-9,27],[-20,14],[13,5],[34,-4],[9,-3],[24,-3]],[[5424,7563],[20,-2],[18,5],[13,-14],[27,16],[7,-7],[14,8],[1,10],[15,13],[-21,12],[-11,10],[12,14],[-23,19],[-21,25],[79,79],[11,10],[135,72],[13,-8],[10,-11],[11,-25],[8,-9],[36,-62],[23,5],[95,20]],[[889,2582],[10,-13]],[[899,2569],[-20,-6],[-8,6],[18,13]],[[1227,2618],[29,2],[17,-5],[18,0],[30,-5],[6,-8],[12,-1]],[[1339,2601],[2,0]],[[1341,2601],[6,3],[39,-3],[47,-3]],[[1433,2598],[0,-5],[-14,-30],[22,-21],[32,-17],[-8,-25]],[[1465,2500],[-2,-24],[-9,-2],[12,-36],[-18,-25],[-5,-22],[-22,-40],[-3,-16],[-7,-8],[-1,-12],[-9,-18],[-15,-3],[-29,5],[-7,5],[-25,3],[-16,-8],[-18,-16],[-24,-3],[-40,-8],[-30,-3],[-24,-5],[-37,33],[-21,13],[-19,16],[-18,8],[3,19],[-30,0],[-24,14],[-11,0],[-18,-11],[-26,0],[-25,14],[-13,41],[-12,0]],[[922,2411],[0,-1]],[[922,2410],[-4,-2]],[[918,2408],[-4,-3]],[[914,2405],[4,3]],[[918,2408],[4,2]],[[922,2410],[0,1]],[[922,2411],[7,3],[-14,13]],[[915,2427],[-11,13]],[[904,2440],[-8,14],[-22,25],[20,16]],[[894,2495],[6,-8],[-14,-17],[6,-5],[19,17],[18,-16],[11,10],[-25,19],[35,19],[-3,8],[-13,-8],[-22,-8],[-4,5]],[[908,2511],[13,31]],[[921,2542],[1,11],[11,21],[0,9],[-12,-14],[-11,2],[-14,19]],[[896,2590],[4,3],[-8,16]],[[892,2609],[-10,3],[-3,33],[17,35]],[[896,2680],[48,0],[39,-8],[61,-3],[33,-7],[18,-8],[37,-28],[18,-9],[18,-5],[25,0],[34,6]],[[1309,2819],[5,1]],[[1314,2820],[0,-6],[39,11],[41,-6],[7,9],[17,0],[11,7],[18,-7],[22,2],[8,-21],[-4,-4],[18,-29],[15,-14],[40,19],[9,-5],[18,0],[9,-6]],[[1582,2770],[-18,-21],[-1,-30],[5,-25],[-31,-14],[-25,-16],[-8,-16],[-38,-5],[-3,-23],[-9,3],[-14,-5],[3,-11],[-10,-9]],[[896,2680],[15,4],[0,12],[88,20],[5,16],[-46,25]],[[958,2757],[-1,2]],[[957,2759],[-2,0]],[[955,2759],[-8,3],[4,19],[14,17],[1,11],[10,10],[25,12],[23,10],[18,-6],[18,1],[-4,-12],[33,1],[35,-6],[20,3],[10,11],[32,14],[48,-6],[24,-11],[7,-16],[34,-3],[13,1],[-3,7]],[[1067,2855],[18,-9]],[[1085,2846],[-5,-4],[-14,8],[1,5]],[[1060,2858],[10,-19],[-32,2],[-11,8],[33,9]],[[5787,3841],[-19,6],[-12,0],[-29,-6],[-42,0],[-20,-16],[-10,-19],[-15,-6],[-13,0],[-20,8],[-30,3],[-29,30],[-27,11],[-19,-3],[-20,-18],[-4,-22],[-11,-15],[-16,-10],[-28,-6],[-42,-2],[-19,2],[-25,12],[-22,27]],[[5440,4059],[27,3],[38,-3],[37,0],[32,6],[41,14]],[[2045,2127],[1,0]],[[2046,2127],[1,-2]],[[2047,2125],[-14,-8],[-29,-3],[-16,19],[17,11],[-17,-3],[8,8],[-1,11],[-29,6],[-3,7],[-9,-2],[-7,8],[23,8],[34,-2],[0,-6],[15,-2],[11,-17],[0,-8],[17,-14],[-2,-11]],[[2088,2209],[12,-2]],[[2100,2207],[2,-1]],[[2102,2206],[3,-32],[-8,-17],[10,-7],[-11,-3],[-23,5],[-6,13],[-16,17],[-2,22],[26,0],[13,5]],[[2102,2206],[-2,1]],[[2100,2207],[-12,2]],[[2088,2209],[-4,3],[20,5],[-2,-11]],[[1861,2188],[3,11]],[[1864,2199],[0,2]],[[1864,2201],[4,-2]],[[1868,2199],[4,-1]],[[1872,2198],[2,0]],[[1874,2198],[1,0]],[[1875,2198],[3,0]],[[1878,2198],[3,-2]],[[1881,2196],[-1,-9]],[[1880,2187],[24,-14],[22,-10],[29,-16],[13,-17],[23,-21],[4,-9],[19,-19],[18,-5],[9,2],[-25,9],[-11,10],[-2,14],[40,8],[4,6]],[[2047,2125],[-1,2]],[[2046,2127],[-1,0]],[[2045,2127],[0,9],[32,-14],[1,-8],[11,-8],[-4,-11],[5,-8],[2,13],[8,6],[-14,5],[-3,16],[37,0],[-11,6],[-35,2],[-11,9],[39,-3],[36,3],[13,-6],[-12,12],[-19,-1],[-20,8],[0,9],[12,10],[7,-8],[15,-5],[14,-8],[15,-3],[-50,30],[9,30],[6,-3],[4,-19],[15,3],[-16,2],[1,25],[10,9],[28,2],[10,-6],[9,1],[16,-15],[10,-32],[12,0],[9,-11],[-3,-16],[-40,-24],[18,8],[27,19],[27,-25],[-28,-29],[-51,-58],[-37,-41],[-27,-30],[-37,-40],[-59,-36],[-86,-54],[-58,-34],[-30,-21],[-27,-14],[-8,-11],[-17,-6],[-40,-5],[-8,14],[-10,-8],[-21,-6],[-9,14],[-17,-2],[-23,-12]],[[1672,1751],[-6,6],[-16,-8],[-8,8],[1,8],[-6,9],[-11,7],[-15,-3],[0,47],[-7,136],[-20,0],[-36,14],[-10,13]],[[1538,1988],[8,50],[13,41],[-6,27],[0,37],[-11,9],[-1,11],[8,24],[-3,3],[-36,0],[-2,3]],[[1508,2193],[9,5],[22,3],[10,-9],[4,22],[9,14],[1,22]],[[1563,2250],[-13,5]],[[1550,2255],[3,4]],[[1553,2259],[3,13]],[[1556,2272],[1,5]],[[1557,2277],[2,3]],[[1559,2280],[0,5]],[[1559,2285],[1,3]],[[1560,2288],[0,2]],[[1560,2290],[0,3]],[[1560,2293],[8,1],[0,11],[24,33],[48,-1],[0,-8],[23,-5],[44,-6],[-8,-6],[7,-8],[8,4],[9,-14],[11,-3],[3,-17],[10,-19],[-5,1],[18,-22],[12,-22],[22,-19],[67,-5]],[[1557,2277],[7,0]],[[1564,2277],[4,0]],[[1568,2277],[0,16],[-8,0]],[[1560,2293],[0,-3]],[[1560,2288],[-1,-3]],[[1559,2280],[-2,-3]],[[1557,2277],[-1,-5]],[[1553,2259],[-3,-4]],[[1563,2250],[12,14],[-7,13]],[[1568,2277],[-4,0]],[[1880,2187],[1,9]],[[1881,2196],[-3,2]],[[1875,2198],[-1,0]],[[1872,2198],[-4,1]],[[1868,2199],[-4,2]],[[1864,2199],[-3,-11]],[[1861,2188],[19,-1]],[[1693,2743],[6,-22]],[[1699,2721],[3,-5],[-9,-17],[-23,-10],[3,-126],[4,-38],[-30,-14],[-7,-13]],[[1640,2498],[-18,10],[-14,22],[-16,8],[-32,-23],[-30,-1],[-42,-27],[-23,13]],[[1582,2770],[7,1],[42,-12],[24,-13],[17,3],[20,-11],[1,5]],[[885,2729],[19,-10],[-14,0],[-5,10]],[[773,2745],[3,-5],[55,55]],[[831,2795],[12,-28],[13,-18],[32,-33],[23,2],[23,3],[-5,5],[-24,-7],[-9,13],[15,3],[22,16],[13,-5],[-2,6],[14,5]],[[958,2757],[-1,2]],[[957,2759],[-2,0]],[[892,2609],[-21,-5],[-35,-19],[-11,-3],[-30,-19],[-28,-5],[-20,8],[-31,25],[-18,13],[-19,-19]],[[679,2585],[-10,8],[-22,-8],[-19,14],[-4,-16],[-7,8],[-11,0],[-10,10],[-5,-2]],[[591,2599],[-10,11],[-10,21],[14,9],[0,10],[-8,23],[-10,7],[-7,16],[21,6],[-11,14],[10,3],[1,22],[33,13],[-5,19],[-11,13],[34,11],[21,1]],[[653,2798],[4,0],[11,-36],[44,3],[2,-19],[20,-3],[24,3],[12,5],[3,-6]],[[4233,4002],[1,0]],[[4234,4002],[77,32]],[[4311,3950],[-32,3],[-21,-6],[-10,3],[-17,13],[-3,-7],[10,-20],[0,-8]],[[3824,3958],[12,6],[74,46]],[[3910,4010],[27,14],[38,3],[-6,18],[29,3],[13,6],[16,19],[27,27],[-5,22],[-15,43]],[[4034,4165],[35,22],[7,13],[9,1]],[[4085,4201],[21,16],[7,-8],[16,-55],[21,-8],[-1,-11],[26,-10],[-2,-36],[17,3],[36,14],[4,-1],[1,-37],[10,-23],[-3,-11],[-9,-21],[4,-11]],[[3572,4029],[4,5],[23,1],[42,8],[18,27],[31,8],[88,38],[25,25],[13,-16],[39,-34],[45,7],[5,-1],[6,-13],[15,5],[20,11],[0,14],[-13,32],[4,0]],[[3937,4146],[23,-2],[24,7],[28,25],[12,5],[10,-16]],[[4052,4280],[15,-11],[18,-68]],[[2221,2629],[31,3]],[[2252,2632],[82,-154],[10,-21]],[[2344,2457],[27,-52],[-26,-19],[-6,-11],[2,-11],[11,-46],[0,-38],[-7,-13],[7,-11],[13,-1],[9,-24]],[[2374,2231],[-87,-6],[2,14],[-2,20],[-31,40],[-36,14],[-19,3],[-9,-3],[-6,14],[-13,13],[-24,-3],[-3,-6],[-41,-11],[-42,-23],[-49,7],[-8,8],[-38,4],[-14,7],[-29,3],[-37,14],[-23,5],[-1,-5],[-20,19],[-28,6],[-25,21],[1,9],[-14,15],[10,12],[-32,8],[-13,2],[2,14],[-10,-3],[-23,11],[-15,3],[3,13],[-11,39],[-7,0],[3,-17],[1,-22],[-2,-11],[-9,1],[-2,13],[-18,11],[-15,14]],[[1693,2743],[11,-3],[10,-24],[31,-19],[10,-3],[12,-13],[27,-1],[9,-21],[-7,-3],[3,-16],[10,-11],[-2,-16],[-7,-6],[10,-24],[7,-3],[46,-55],[11,0],[23,-43],[22,-6],[58,-33],[13,1],[11,-17],[17,-2],[5,5],[23,0],[17,11],[21,8],[21,16],[19,6],[20,-3],[21,-6],[13,1],[8,-11],[22,0],[6,-6],[15,0],[6,8],[-9,60],[7,25],[-12,90]],[[864,2190],[0,-2]],[[864,2188],[18,-14],[19,-8],[28,-22],[18,-11],[44,0],[14,-3],[23,0],[6,-5],[-8,-11],[-2,-11],[36,-16],[7,2],[-4,47],[3,2],[44,-2],[11,-9],[18,-10],[28,-3],[-9,-16],[7,-14],[14,-19],[4,2],[-7,20],[9,0],[0,11],[-9,15],[10,0],[4,-24],[8,16],[10,-2],[8,8],[3,-11],[30,-13],[39,0],[26,2],[10,16],[8,4],[4,16],[39,7],[14,15],[16,8],[6,8],[35,14],[40,8],[22,8]],[[1672,1751],[-15,-8],[0,-5],[-18,-6],[-11,-11],[-7,3],[-17,-32],[-38,-3],[-16,-30],[-13,2],[-27,-7],[-18,-9],[-16,30],[-11,-11],[-15,0],[-10,-10],[7,-23],[-10,1],[-7,-11],[-26,-8],[-7,-4],[-15,6],[-17,-11],[-5,11],[-18,16],[33,22],[7,17],[-12,14],[-42,-20],[-33,-22],[-10,0],[-8,8],[-7,-5],[-10,3],[-11,-3],[-15,6],[-5,-6],[-17,-8],[-18,-2],[-25,13],[-18,2],[3,-11],[-14,1],[-8,10],[-14,3],[-4,6],[-3,29],[3,79],[15,36],[-26,8],[-29,19],[-12,-14],[-18,6],[-18,27],[-13,0],[-48,11],[-13,3],[-20,-2],[0,-3],[-18,2],[-47,14]],[[867,1874],[11,24],[0,8],[22,12],[-4,19],[1,24],[-4,9],[7,15],[-8,9],[23,22],[-19,8],[-43,8],[-7,3]],[[846,2035],[-51,-6],[-7,19],[-10,0],[-5,30],[-10,-5],[-5,5],[-20,30],[14,3],[-5,27],[19,-6],[11,9],[61,8]],[[838,2149],[-2,6],[14,2],[6,-8],[11,-3],[-3,42]],[[864,2190],[0,2]],[[2219,3155],[-1,0]],[[2218,3155],[-2,-1]],[[2216,3154],[-1,-2]],[[2215,3152],[-3,0]],[[2212,3152],[-1,0]],[[2211,3152],[-3,-1]],[[2208,3151],[-1,-2]],[[2207,3149],[-2,0]],[[2205,3149],[-1,0]],[[2204,3149],[-2,0]],[[2202,3149],[-1,2]],[[2201,3151],[-1,0]],[[2200,3151],[-22,1],[-14,11],[11,5],[29,-2],[15,-11]],[[2157,3166],[3,2]],[[2160,3168],[1,-11],[10,-24],[9,16],[20,2]],[[2201,3151],[1,-2]],[[2204,3149],[1,0]],[[2207,3149],[1,2]],[[2208,3151],[3,1]],[[2212,3152],[3,0]],[[2215,3152],[1,2]],[[2216,3154],[2,1]],[[2218,3155],[1,0]],[[2219,3155],[35,-6],[17,0]],[[2271,3149],[-17,-8],[-48,-16],[-19,-12],[-23,-26],[-13,-30],[-2,-19],[2,-23],[9,-21],[11,-16],[77,-79],[14,-22],[5,-25]],[[2267,2852],[-2,-33],[-35,-84],[-5,-19],[-2,-27],[29,-57]],[[2221,2629],[-8,13],[-98,36],[-9,6],[-3,18],[-26,12],[18,-6],[10,2],[-15,9],[20,-3],[3,10],[-20,14],[-12,14],[-36,3],[-7,-6],[-15,-2],[-15,16],[-25,-8],[-22,0],[-15,2],[-24,0],[-3,4],[-23,-1],[0,6],[-32,2],[0,-8],[-14,6],[-8,10],[4,6],[-19,8],[-16,27],[4,11],[-24,12],[-7,18],[-41,6],[-15,8],[8,11],[0,11],[-18,16],[-26,11],[-14,13],[-20,6],[-29,3],[-14,16],[3,22],[14,19],[34,3],[16,10],[5,-5],[22,11],[12,-3],[38,25],[18,0],[18,16],[22,3],[6,8],[36,6],[15,-6],[16,2],[27,-5],[10,-13],[19,-14],[37,-5],[12,2],[46,6],[21,-1],[6,-7],[7,13],[31,0],[3,9],[-16,4],[16,11],[8,14],[-13,6],[-21,-16],[-13,5],[-3,-6],[-18,-2],[-18,3],[-47,-1],[-22,41],[-23,19],[-16,0],[-8,9],[-3,25],[5,13],[8,0],[6,10],[37,28],[43,-3],[6,-5],[25,-5],[42,-20],[20,-5],[22,-14],[31,-16],[0,14]],[[839,2860],[14,-5],[12,-11],[6,-22],[-8,0],[-6,-19],[-7,5],[-3,20],[-12,22],[4,10]],[[813,2880],[7,-9],[-6,-3],[-1,12]],[[723,2991],[3,-5]],[[726,2986],[-25,-9],[-4,-5],[0,-35],[5,-11],[24,-20],[-1,-10],[8,0],[16,-12],[14,-2],[21,-24],[21,-6],[4,-10],[-10,-9],[-3,-11],[16,19],[12,-25],[7,-21]],[[591,2599],[-9,-3],[-4,-11],[-16,-5],[-3,11],[-24,2],[2,-18],[-4,-9],[-11,3],[-14,-11],[-6,11],[-23,-17],[-44,-11]],[[435,2541],[-28,33],[-8,19],[-36,52],[-28,22],[-15,3],[-29,19],[-24,13],[-26,19],[-15,20],[-17,13],[-5,11],[-11,3],[0,13],[8,36],[8,10],[38,20],[22,8],[12,10],[38,22],[34,22],[105,52],[29,19],[25,11],[62,19],[28,0],[12,-3],[48,-5],[21,-14],[25,0],[15,3]],[[842,3095],[3,0]],[[845,3095],[-3,-14],[-4,-49]],[[838,3032],[-6,-3]],[[832,3029],[4,6],[5,38],[-3,13],[-17,8],[-5,6],[19,-10],[7,5]],[[842,3095],[-4,8],[-10,-3],[-4,8],[-12,3],[26,0],[8,19],[25,22],[8,13],[7,-2],[15,10],[2,11],[15,-5],[15,24],[-1,4]],[[932,3207],[8,0]],[[940,3207],[-7,-3],[-12,-22],[-4,-16],[15,2],[-24,-25],[11,-8],[7,3],[18,-11],[17,20],[-21,13],[6,0],[19,-16],[-25,-27],[-35,22],[-12,-6],[7,-19],[-7,-8],[1,13],[-18,11],[-19,-17],[17,-18],[-24,11],[-5,-11]],[[914,2405],[8,6]],[[922,2411],[-7,16]],[[904,2440],[-33,26],[-26,18],[-18,6],[0,6],[18,21],[14,0],[35,-22]],[[908,2511],[-12,-5],[-32,19],[1,3],[40,22],[16,-8]],[[896,2590],[-11,0],[4,-8]],[[899,2569],[-7,-12],[-45,-24],[-5,6],[-14,-6],[-16,0],[8,-13],[-7,0],[-11,8],[-19,-3],[-13,-11],[-1,-13],[-13,-9],[-15,1],[-10,-8],[-2,-14],[-21,-8],[-17,3],[-8,-4],[-15,1],[-22,-3],[-18,10],[-3,31],[-10,-1],[3,-21],[-9,-20],[-13,4],[-36,-4],[-15,1],[-5,11],[-12,7],[-6,11],[-10,4],[-11,-3],[-25,21],[-30,19],[-11,11]],[[4299,5462],[-10,-40],[-27,-142],[-27,-3],[-43,-14],[6,-16],[-25,-6],[-12,-41],[-5,-32],[-14,-3],[-1,-5],[-26,3],[-5,-47],[-8,2],[-21,-24]],[[4081,5094],[-10,-8],[0,-11],[-14,-24],[-26,-9],[-22,-10]],[[6522,9007],[25,-22]],[[6547,8985],[9,-8],[39,-25]],[[6595,8952],[0,-2]],[[6595,8950],[13,-9],[16,-2],[12,-14],[-1,-6],[44,-7],[11,-28],[5,-5],[18,-46],[43,0]],[[6756,8833],[31,8],[59,27],[23,11],[8,0]],[[6410,9001],[17,22],[6,14],[34,11],[36,-20],[19,-21]],[[4572,3520],[-47,-14],[-19,-8],[-38,-22],[-15,-11]],[[4453,3465],[-38,-25],[-21,-10],[-29,-6],[-38,0],[-43,3],[-48,11],[-23,8]],[[4213,3446],[3,8],[19,14],[-1,21],[8,22],[-2,17],[-24,5],[5,16],[-3,1],[0,21]],[[4218,3571],[32,-2],[57,0],[-2,18],[-4,0],[-3,28],[4,0],[-2,21],[32,1],[24,-11],[25,2],[23,-5],[27,0],[22,11],[0,21],[10,-2],[3,11],[-13,8]],[[6249,2383],[3,-2]],[[6252,2381],[1,0]],[[6253,2381],[2,0]],[[6255,2381],[1,0]],[[6256,2381],[1,0]],[[6257,2381],[1,0]],[[6258,2381],[5,-3]],[[6263,2378],[1,-2]],[[6264,2376],[2,-1]],[[6266,2375],[2,-3]],[[6268,2372],[2,0]],[[6268,2372],[2,0]],[[6270,2372],[1,-2]],[[6271,2370],[1,0]],[[6272,2370],[2,-5]],[[6274,2365],[1,-1]],[[6274,2365],[1,-1]],[[6275,2364],[3,-2]],[[6278,2362],[1,0]],[[6278,2362],[1,0]],[[6278,2362],[25,-12],[36,-15],[24,-11],[29,-9],[3,-8],[15,-10],[40,-66],[-3,-13],[8,-68],[26,4],[11,-8]],[[6492,2146],[-79,-19]],[[6413,2127],[-179,-48]],[[6234,2079],[-65,133],[-14,-5],[-7,65],[-9,14],[-19,16]],[[6120,2302],[-58,52],[-8,21],[0,11],[-19,68]],[[6035,2454],[0,1]],[[6035,2454],[15,-2],[21,7],[28,-5]],[[6099,2454],[6,-2],[37,2],[21,-5],[34,-13],[17,-12],[7,-18],[11,-4],[17,-19]],[[3911,2599],[34,-8],[16,3],[67,-36],[3,-5],[36,-26],[32,-10],[6,8],[27,3]],[[4132,2528],[32,-3]],[[4164,2525],[18,8]],[[4182,2533],[1,0]],[[4183,2533],[0,-2],[86,-8]],[[4269,2523],[2,-11],[-15,-16],[-4,-25],[-7,-3],[-18,-16],[-48,-33],[-32,-25],[-60,-62],[-30,-30],[-1,13],[-9,-3],[9,-13],[-18,-5],[-19,3],[10,7],[18,0],[-4,6],[-17,0],[3,8],[-18,6],[-6,8],[4,8],[-25,14],[7,10],[-7,3],[-9,-10],[-15,13],[-20,5],[-13,-10],[-1,5],[-25,-9],[-4,-10],[-15,2],[-1,9],[-27,5],[-3,-6],[-23,6],[-34,-3],[-77,-11],[-12,1],[-7,-6],[-25,11],[-7,6],[-10,-1],[-12,17],[7,18],[-7,23],[28,8],[19,2],[6,-10],[20,-3],[29,-9],[12,0],[31,-13],[5,-6],[17,-5],[9,-8],[12,17],[-19,-6],[-10,2],[-4,11],[-10,38],[3,6],[-6,43],[11,6],[18,30],[8,-10],[16,12],[-21,6],[3,27],[7,15],[1,16],[4,13]],[[3833,2604],[26,-5],[8,-5],[19,-1],[25,6]],[[4117,2508],[-11,-13],[-24,0],[-12,-3],[4,-8],[15,-2],[18,2],[12,9],[-2,15]],[[4106,2479],[-4,-6],[11,-2],[-7,8]],[[4086,2457],[-1,-6],[-11,1],[-2,13],[14,0],[-3,9],[-26,-11],[0,-9],[-7,14],[6,3],[-10,10]],[[4046,2481],[-10,-2],[5,-14],[-10,-24],[22,-6],[4,-11],[14,3],[5,-6],[10,4],[0,32]],[[4075,2348],[-13,-5],[15,-9],[-2,14]],[[2480,2855],[-4,-20],[-23,3],[-1,-11],[18,-8],[35,-21],[1,-17],[-7,-3],[12,-5],[19,-3],[14,-5],[-6,-11],[3,-17],[26,-2],[2,-14],[-8,-37],[9,-20],[14,-19],[37,-16]],[[2621,2629],[-2,-31],[-27,-10],[0,-19],[15,-52]],[[2607,2517],[-1,0]],[[2606,2517],[-58,14],[-10,8],[-12,-11],[-21,16],[-14,-13],[-29,-1],[-9,22],[-25,0],[0,-32]],[[2428,2520],[0,-22],[-11,-20],[-10,-2],[-12,-8],[-6,-11],[-39,2],[-6,-2]],[[2267,2852],[11,3]],[[2278,2855],[9,30],[-1,11],[22,27],[42,-8],[-1,-11],[14,-1],[67,-21],[-7,-19],[57,-8]],[[5337,2793],[28,-37],[33,-40],[-18,-58],[6,-8]],[[5386,2650],[-32,-10],[-23,-14],[-23,-8],[-16,-1],[-7,6],[-19,-5],[-2,-6],[10,-10],[-8,-19]],[[5266,2583],[-14,-11]],[[5252,2572],[0,-1]],[[5252,2572],[0,22]],[[5252,2594],[-2,34],[-15,-2],[-45,14],[-14,7],[-14,12],[-8,35],[-5,0],[0,22],[-5,16],[14,13],[-1,20],[4,11],[29,3],[3,8],[-29,44]],[[5164,2831],[23,2],[7,-5],[52,2],[14,6],[27,8]],[[5287,2844],[17,-22],[23,-11],[10,-18]],[[6181,3109],[13,-66],[9,-36]],[[6203,3007],[-42,-8],[-84,-19],[-2,-3]],[[6075,2977],[-7,6],[-19,-11],[-108,-5],[-15,-1]],[[5926,2966],[-2,19],[-20,63],[-43,63]],[[5861,3111],[28,8],[36,2],[17,6]],[[5942,3127],[18,5],[57,-4],[138,-20],[26,1]],[[6766,3185],[17,-6],[33,-19],[25,-19],[36,-33],[11,-24],[0,-47],[8,-27],[22,-24],[12,-25],[-6,-24],[0,-17],[15,-29],[12,-11]],[[6951,2880],[-9,2],[-10,-8],[-9,5],[-12,-5],[-2,-16],[-36,40],[-35,25],[-12,-5],[-60,-27],[-43,-11],[-56,-15],[-82,-7],[-42,30],[-50,8]],[[6493,2896],[0,38],[20,10],[-4,6],[42,20],[-5,5],[22,13],[9,-5],[74,35],[-3,9],[8,10],[40,19],[-23,14],[-12,14],[-20,40],[-6,19],[-75,44],[-10,-5],[-10,8],[-16,5],[-13,-13],[-16,3],[-2,8],[4,18],[8,6],[-52,33],[11,14],[-4,8],[4,5]],[[6464,3277],[5,6],[35,19],[18,0],[33,16],[12,14],[-12,11]],[[6555,3343],[35,40],[18,11],[4,9],[14,11]],[[6626,3414],[12,4],[13,14],[5,11]],[[6656,3443],[40,-13],[16,-12],[1,-30],[16,-57],[6,-27],[0,-25],[-4,-26],[3,-31],[10,-21],[22,-16]],[[5226,3038],[15,-6],[-7,-14],[-6,-2],[12,-20],[-10,-10],[19,-17],[-1,-8]],[[5248,2961],[12,-3],[-7,-16],[11,3],[17,-8],[0,-9],[-7,1],[0,-33],[16,-3],[-6,-16],[3,-33]],[[5164,2831],[-34,-1],[-15,6],[-11,19],[-21,0],[-44,-19],[-91,24]],[[4948,2860],[-11,3],[-20,27],[-38,65],[2,28]],[[4881,2983],[1,8],[19,13],[22,25],[14,3],[19,14],[14,0]],[[4970,3046],[0,-6],[31,-2],[18,13],[19,30],[22,9],[0,5],[-15,51]],[[5045,3146],[0,1]],[[5045,3147],[0,-1]],[[5045,3147],[1,2]],[[5046,3149],[17,3]],[[5063,3152],[54,-44],[12,3],[-3,-9],[3,-13],[-10,-11],[-12,0],[-6,-8],[10,-30],[11,5],[6,-16],[8,9],[13,5],[6,-11],[16,3],[40,0],[15,3]],[[3641,3133],[5,0]],[[3646,3133],[1,0]],[[3647,3133],[46,27]],[[3693,3160],[1,0]],[[3694,3160],[0,-8],[23,-5],[38,-1],[17,-5],[9,-14]],[[3781,3127],[11,-2],[7,-9],[27,-19],[10,-8],[-10,-28],[12,-18],[-21,-17],[-3,-7],[19,-4],[3,-38],[16,-14],[15,-8],[24,0]],[[3891,2955],[3,-26],[11,-4]],[[3905,2925],[5,-15],[-8,0],[1,-17],[-3,-11],[-10,2],[-2,-7]],[[3888,2877],[-17,-9],[-7,3],[-36,-10],[-6,-12],[-21,0]],[[3801,2849],[-21,-11],[-51,-30]],[[3729,2808],[-5,-10],[-11,0],[-54,-25]],[[3659,2773],[-1,0]],[[3658,2773],[-10,-3],[0,-13]],[[3648,2757],[-14,2],[-12,-19],[-29,0],[-4,-14],[16,-34],[12,-6]],[[3617,2686],[5,-6]],[[3622,2680],[-4,-8],[-15,-2],[-10,-9],[1,-10],[-6,-16],[-33,-14]],[[3555,2621],[19,70]],[[3574,2691],[5,19],[2,28],[-3,24],[-8,6],[5,19],[-7,0],[-23,14],[-4,-6]],[[3541,2795],[-6,-3]],[[3535,2792],[-9,6],[13,5],[-4,5],[-58,41],[-25,-18]],[[3452,2831],[1,51],[-4,11],[2,21],[-8,23],[-5,26],[-18,61],[-18,5],[2,14],[-30,0],[1,18],[-9,4],[-7,29],[16,38],[1,19]],[[3376,3151],[19,-7],[24,2],[17,12],[27,7]],[[3463,3165],[2,0]],[[3465,3165],[12,0],[72,17],[14,0],[25,-13],[23,-4],[12,-7],[18,-25]],[[6504,2482],[62,-93],[21,-32],[62,-96]],[[6649,2261],[-92,-71],[-52,-40],[-13,-4]],[[6099,2454],[-1,20],[31,-1],[-19,33],[-13,36],[-1,16],[14,-3],[3,11],[29,-3],[3,8],[-20,25],[-15,16],[-3,8]],[[6107,2620],[9,-5],[9,8],[16,-6],[30,4],[23,8],[29,3],[20,-1],[10,6],[24,2],[37,11],[132,36]],[[6446,2686],[21,-43],[13,-72],[16,-79],[8,-10]],[[9311,8411],[10,4]],[[9321,8415],[5,1],[33,29],[7,0],[13,-11],[105,0],[4,-4]],[[4108,3301],[14,-21],[11,-35],[1,-33],[75,11]],[[4209,3223],[0,-3],[43,-164]],[[4252,3056],[-48,1],[-15,2],[-39,17],[-30,5],[-13,-13]],[[4107,3068],[-20,-3],[-8,5],[-32,8],[-16,8],[-17,-2]],[[4014,3084],[-4,10],[11,8],[2,6],[-26,8],[17,9],[-4,10],[8,17],[40,43],[11,14],[-1,19],[4,5],[-9,22],[0,12],[-10,7],[-5,14]],[[4048,3288],[0,8],[22,6]],[[4070,3302],[22,8],[16,-9]],[[5197,2549],[-6,-21],[-9,3],[-18,-25]],[[5164,2506],[12,-16],[-1,-22],[-11,-16]],[[5164,2452],[-2,-16],[-22,-15],[-13,6],[2,-14],[-9,-7],[-52,-6],[1,-14],[-10,-2],[3,-17],[16,-30],[21,0],[7,5],[52,4],[41,-39],[9,-32],[38,-44]],[[5246,2231],[2,0]],[[5246,2231],[-19,-19],[-15,-8],[-12,2],[-45,-26],[-20,-17],[-7,-17],[11,-18],[-13,-12],[14,-24],[-40,-14],[-21,-2],[-8,-11],[6,-3],[-16,-19],[-63,-19],[-75,3]],[[4923,2027],[58,62],[-27,96],[8,35],[19,41],[11,5]],[[4992,2266],[-2,11],[24,1],[10,5],[22,0],[-1,19],[8,11],[-17,24],[-8,5],[-21,1],[-17,-14],[-20,3],[-9,16],[-14,2],[-61,45],[-12,15],[-3,-4],[-14,11]],[[4857,2417],[2,18],[36,16],[-12,27],[28,6],[5,3],[50,8],[12,14],[26,3],[7,-8],[15,23],[29,6],[16,0],[19,11],[16,-5],[-5,10],[12,9],[49,-20],[7,17],[28,-6]],[[5562,2661],[2,0]],[[5564,2661],[11,-13],[-8,-14]],[[5567,2634],[-2,0]],[[5565,2634],[-10,-5],[-5,-20],[9,-13],[-5,-22],[3,-11],[25,-22]],[[5582,2541],[0,-2]],[[5582,2539],[0,2]],[[5582,2541],[0,-2]],[[5582,2539],[16,-11],[15,-5],[10,-23],[4,-5]],[[5627,2495],[11,-8],[-4,-9],[13,-21]],[[5647,2457],[9,-21],[3,4]],[[5659,2440],[-18,-11]],[[5641,2429],[0,-2]],[[5641,2427],[-18,2]],[[5623,2429],[-6,1],[-5,-17],[-13,3],[1,-84]],[[5600,2332],[-46,0],[-7,-16]],[[5547,2316],[-13,13],[-68,5],[-70,0],[-27,0],[-12,-11],[-10,3]],[[5347,2326],[-7,8],[13,9],[-7,81],[-24,9],[-8,-9],[-25,24],[-11,-15],[-16,5],[-16,14],[-19,-9],[-35,9],[-10,-11],[-18,11]],[[5197,2549],[24,-5],[13,11],[10,3],[8,13]],[[5386,2650],[31,8],[29,3],[17,-5],[9,5],[21,0],[69,0]],[[3452,2831],[-34,-14],[-57,-55],[-11,-3],[-8,-10],[-21,-11],[-14,-5],[1,26]],[[3308,2759],[3,68],[-4,-5],[-18,8],[-2,11],[-13,0],[-1,17],[-15,2],[-22,6],[-5,-3],[-11,14],[-19,10],[-14,3]],[[3187,2890],[-3,17],[10,2],[4,33],[7,30],[-5,22],[7,8],[38,55],[-9,5],[0,10],[-10,17],[-10,1],[4,15],[-8,14]],[[3212,3119],[12,8],[18,3],[24,-14],[13,-2],[17,5],[7,11],[14,13],[19,4],[36,5],[4,-1]],[[4031,3457],[9,-41],[30,-114]],[[4048,3288],[-31,14],[-15,-6],[-69,-3],[-1,-8],[-12,11],[-24,3],[-22,13],[-2,8],[-34,15],[-3,-22]],[[3835,3313],[-10,21],[-16,19],[-9,22],[-14,50],[35,5]],[[3821,3430],[92,27],[36,0],[21,-5],[40,0],[21,5]],[[4107,3068],[3,-3],[36,-17],[16,-13],[-4,-14],[13,-2],[2,-20],[-8,-52],[-8,-13],[5,-9],[-13,-21],[-34,-14],[5,-32],[5,-6],[17,0],[21,-5],[27,-17],[-12,-14]],[[4178,2816],[-2,-2],[-30,-49]],[[4146,2765],[-15,-27],[-118,-30],[-58,49],[-58,51],[-30,-16],[-12,1]],[[3855,2793],[-15,-3],[2,-17],[-6,-5],[-16,2]],[[3820,2770],[-2,0]],[[3820,2770],[-2,0]],[[3818,2770],[-3,1]],[[3815,2771],[-4,-1]],[[3811,2770],[-1,0]],[[3810,2770],[-9,1],[8,8]],[[3809,2779],[7,5],[5,11],[-6,3],[2,13],[35,14],[39,33],[-3,19]],[[3891,2955],[13,-2],[-3,8],[103,52]],[[4004,3013],[14,8]],[[4018,3021],[-5,8],[19,5],[-5,31],[-13,19]],[[4324,2779],[32,3],[22,-3],[-2,19],[21,8],[35,-3],[7,-5],[-7,-6],[2,-13],[25,5],[4,3],[38,-3]],[[4501,2784],[12,-11],[-17,-13],[7,-14],[-15,-13],[9,-6],[-6,-19],[-22,5],[-30,-25],[-8,-5],[9,-8],[-35,-28]],[[4405,2647],[17,-21],[-3,-6],[-43,6],[-8,-51],[3,-6]],[[4371,2569],[-10,0],[-3,10],[-19,20],[7,25],[-18,2],[-4,-5],[-24,-14],[-15,-22]],[[4285,2585],[-3,3],[-18,-11],[-23,22]],[[4241,2599],[0,8],[-30,5],[13,9],[-2,7],[13,1],[8,14],[-21,7],[12,11],[-5,3],[-22,-8],[0,21],[8,15]],[[4215,2692],[1,0]],[[4216,2692],[5,21],[-5,6],[-19,3],[5,13],[-10,3],[-7,11],[-23,-1],[-16,17]],[[4178,2816],[33,-2],[20,-6],[16,-2],[15,3],[39,0],[20,-31],[3,1]],[[6285,3576],[2,-15],[-13,-19],[27,-14],[-7,-14],[14,-6],[-5,-15],[-7,-1],[9,-30],[-15,-3]],[[6290,3459],[-19,-8],[-23,11],[-26,6],[-22,-6],[-13,3],[-11,-16],[-13,13],[-27,6],[-9,-11],[-42,22]],[[6085,3479],[-9,8],[23,8],[1,8],[-33,-3],[5,16],[-25,6],[7,14],[6,30],[-10,0],[6,16]],[[6056,3582],[-20,0],[-8,14]],[[6028,3596],[13,8],[13,27],[25,22]],[[4888,3168],[-5,-13]],[[4883,3155],[-3,-9]],[[4880,3146],[35,-16],[45,-33],[8,12],[13,2],[23,-6],[6,12]],[[5010,3117],[17,0],[7,10],[5,19],[7,3]],[[4881,2983],[-38,-3],[-48,-3],[-14,20],[-10,-8],[-23,21],[-8,-3],[-5,19],[-13,8],[-16,-13]],[[4706,3021],[-26,22],[14,22],[-24,8],[0,8],[10,14],[-53,71],[-10,7]],[[4617,3173],[0,1]],[[4617,3174],[11,-5],[28,0],[-14,56],[6,9],[2,21],[11,0],[12,19],[99,3]],[[4772,3277],[29,-27],[13,0],[9,-13],[12,-6],[2,-22],[17,3],[20,-11],[8,-16],[-4,-6],[10,-11]],[[5923,2684],[16,15],[18,-19],[28,-10],[-11,16],[6,5],[26,-2],[4,11]],[[6010,2700],[35,-14],[27,-6],[-8,-16],[20,-11],[-1,-13],[15,-8],[9,-12]],[[6035,2455],[-24,29]],[[6011,2484],[0,1]],[[6011,2485],[-31,37],[-17,-5]],[[5963,2517],[-24,0]],[[5939,2517],[-32,0],[-66,-25],[-27,0],[1,8],[-14,9],[-6,-8],[-10,16],[-17,5],[-14,9]],[[5754,2531],[8,11],[-13,8],[23,3],[34,16],[-5,5],[-18,8],[-26,16],[-42,63],[18,9]],[[5733,2670],[8,-3],[76,38],[6,-5],[-3,-11],[10,-14],[10,-8],[21,-1],[1,-8],[21,-5],[19,19],[21,12]],[[5331,3440],[2,-3]],[[5333,3437],[6,-10],[-17,-14],[7,-13],[8,0],[15,-9]],[[5352,3391],[-60,-10],[-26,-1],[-25,9],[-33,-3],[-5,-8],[-15,-3],[-17,6],[14,-33],[13,-17]],[[5198,3331],[0,-2]],[[5198,3331],[0,-2]],[[5198,3329],[19,-19],[-16,5],[-36,6],[-12,-3],[-4,-14],[13,-11],[-6,-11],[-26,-13],[-12,-13],[-29,34],[-22,-10]],[[5067,3280],[-29,-6],[-11,-5],[-13,0]],[[5014,3269],[-15,22],[-26,27],[-41,13],[-50,-5],[-35,8],[-5,12],[-15,4]],[[4827,3350],[3,3],[53,14],[5,19]],[[4888,3386],[-7,8],[-15,-5],[-13,19],[13,27],[-29,-13],[-5,16],[7,33],[-9,10],[-7,0],[-8,9],[-6,-5],[-8,10],[-16,11],[1,14],[-11,13]],[[5156,3582],[6,-13],[22,0],[24,5],[44,25],[54,8]],[[5306,3607],[3,-19],[11,-22],[19,-33],[-14,-5],[-34,-6],[13,-40],[-6,-1],[4,-21],[14,-22],[15,2]],[[4827,3350],[-2,-23],[-7,-36],[-39,0],[-14,-11],[7,-3]],[[4617,3174],[-19,-1],[-23,-10],[-18,2],[-17,-2],[-5,-6],[-18,0]],[[4517,3157],[-9,66],[-3,32],[3,14],[-3,17],[6,10],[-6,6]],[[4505,3302],[13,2],[-9,90],[22,3],[-12,27],[-13,6],[-9,14],[-44,21]],[[4579,2781],[38,-32],[10,8],[22,-19],[8,-5],[27,-23],[15,3],[8,-10],[27,-4],[15,9],[20,0],[18,6],[9,-1],[26,20]],[[4822,2733],[6,-34],[15,4],[9,18],[39,-14],[-1,-13],[-7,0],[-2,-25],[-49,-2],[5,-32],[-12,-3],[-14,-57],[-27,-25],[-13,-36],[-35,-90]],[[4736,2424],[-15,-5],[-19,5],[-11,-8],[-7,6],[-33,8],[0,-11],[-9,0]],[[4642,2419],[-16,-2],[-86,-1],[-34,3]],[[4506,2419],[6,8],[-43,93],[-19,41],[-7,8],[-72,0]],[[4501,2784],[13,6],[12,13],[0,9],[23,24],[21,-49],[9,-6]],[[4517,3157],[-12,-6],[-9,-19],[3,-5],[5,-25],[5,-13],[-11,3],[-7,-19],[-7,-5],[-36,-1],[2,-5],[-16,0],[-9,-5],[-1,8],[-22,-3],[-5,5],[-33,-2],[-5,3],[-7,-17],[-100,5]],[[4209,3223],[12,78],[86,-29],[59,-24],[27,0],[-1,24],[8,0],[-2,11],[41,-1],[33,14],[13,-3],[20,9]],[[6290,3459],[2,-38],[-13,-5],[38,-13],[-9,-6]],[[6308,3397],[15,-11],[28,3],[17,-9],[53,-67]],[[6421,3313],[-35,-22],[-14,-16],[-25,-14],[-12,0],[-7,-14],[-22,-2],[-22,-39],[-29,-18],[-81,-42]],[[6174,3146],[-13,61]],[[6161,3207],[-6,32],[-15,66],[-76,101],[-14,21],[13,36],[14,16],[8,0]],[[5754,2531],[-35,-44],[-13,-24]],[[5706,2463],[-1,0]],[[5705,2463],[-46,-23]],[[5562,2661],[2,8]],[[5564,2669],[18,9],[19,0],[14,13],[21,9],[18,18],[-13,20],[0,8],[11,-3],[-2,13],[-12,9],[-25,-3]],[[5613,2762],[17,17]],[[5630,2779],[26,27]],[[5656,2806],[1,2],[27,-103],[23,-27],[26,-8]],[[4857,2417],[-27,-12],[-9,0],[-4,11],[-14,8],[-3,14],[-15,0],[-3,8],[-30,-19],[-16,-3]],[[4822,2733],[17,13],[11,36],[23,-17]],[[4873,2765],[15,21],[9,28],[22,6],[4,10],[11,-3],[6,9],[18,-5],[2,15],[-15,3],[3,11]],[[4579,2781],[13,11],[-4,5],[20,25],[-8,14],[22,5],[-19,11],[-6,8],[3,27]],[[4600,2887],[-3,9],[20,40],[19,25],[36,30],[34,30]],[[3694,3160],[22,14],[-6,3],[-33,79],[33,18],[47,12],[78,27]],[[6028,3596],[-10,0],[-18,8],[-17,22],[-10,-20],[-6,-35],[-18,11],[-31,33],[-8,-6],[-30,-8],[4,-8],[-6,-3],[-47,-5],[-8,-6],[-37,-13],[-3,-13],[-52,-8],[4,-33],[8,-14]],[[5743,3498],[-29,-3],[-24,6],[-54,26],[-19,3],[-18,-2],[-35,-6],[-32,-11]],[[5532,3511],[-13,5],[-3,20],[15,9]],[[5531,3545],[-25,21]],[[5506,3566],[-7,8],[-17,11]],[[5482,3585],[-14,6],[-2,18],[-15,-5],[-8,8],[-6,25],[-7,2],[-15,-22],[-20,-5],[-15,6],[-74,-11]],[[3066,2855],[5,3],[75,19],[41,13]],[[3308,2759],[-29,-7],[-4,-14],[-16,-8],[0,-16],[-9,-14],[-16,2],[-79,8],[23,-46],[-31,-19],[-6,-14],[5,-2],[-10,-19],[-41,11],[-20,-44]],[[3075,2577],[-27,33],[-119,-17],[-13,-2]],[[2916,2591],[-4,16],[19,5],[-6,14],[21,52],[-6,24],[6,5],[9,25],[32,3],[-3,14],[7,0],[15,35],[4,40],[-30,4],[-11,0]],[[2969,2828],[-23,3],[-2,5],[7,44]],[[2951,2880],[0,2]],[[2951,2882],[3,16],[6,-2],[2,11],[11,-1],[2,11],[41,-8],[29,-2],[-15,-22],[-7,-27],[5,-11],[38,8]],[[5337,3220],[99,-35],[9,-3],[37,-25],[44,-33]],[[5526,3124],[14,-13],[-8,-30]],[[5532,3081],[1,-5],[-12,-12],[-24,-2],[-1,-11],[8,-14],[10,-54]],[[5514,2983],[-61,54],[-134,-49],[-18,33],[-37,3],[-4,10],[-10,-2],[0,16]],[[5250,3048],[13,1],[-11,21]],[[5252,3070],[0,17],[-6,5],[2,13],[-8,-2],[-6,11],[9,7]],[[5243,3121],[-9,6]],[[5234,3127],[-1,14],[-21,8],[-11,-3],[1,16],[22,4],[-19,13],[17,6],[-2,10],[45,-5],[15,10],[12,1],[-1,6],[13,2],[0,8],[10,9]],[[5314,3226],[23,-6]],[[5423,3340],[-21,-63],[-9,-19],[-26,2],[-9,-5],[0,-11],[-8,-14],[-13,-10]],[[5250,3048],[-24,-10]],[[5063,3152],[8,3],[-6,29],[3,20],[-6,10],[-13,6],[-1,14],[-20,19],[0,10],[10,6],[29,11]],[[5352,3391],[26,-5],[10,-10],[-2,-6],[12,-3],[-5,-22],[16,-8],[3,6],[11,-3]],[[5514,2983],[28,0],[55,-11],[24,-25],[4,-8],[14,-5],[-3,-9],[29,-7],[-3,-11],[-10,-6],[-1,-22]],[[5651,2879],[1,0]],[[5651,2879],[-31,0],[31,-59],[-5,-6],[10,-8]],[[5613,2762],[-15,-11],[-5,5],[-10,-5],[-16,8],[-12,-2],[-8,-8],[-12,0],[-1,13],[9,6],[-13,5],[-12,-5],[-13,24],[-1,25],[-3,5],[-48,-5],[-74,-22],[-21,-5],[-6,7],[-15,-4]],[[6234,2079],[-60,-15],[-122,-32],[-74,-19]],[[5978,2013],[-3,10]],[[5975,2023],[0,4]],[[5975,2027],[0,2]],[[5975,2029],[3,14],[-11,10],[-34,99]],[[5933,2152],[-39,125],[0,31],[-4,32],[4,55]],[[5894,2395],[9,43],[4,24],[10,3],[14,16],[8,36]],[[2631,3214],[13,-8],[14,-14],[27,-10],[5,-14],[23,-22],[13,-7],[27,-3],[13,-25],[23,-22]],[[2789,3089],[-10,-3],[-6,-19],[-13,3],[5,-25],[5,-57],[11,-29],[25,-41]],[[2806,2918],[-6,-6],[-2,-32],[-6,-6],[-26,-3],[-6,-13],[-34,-1],[-31,-8],[-68,-21],[-59,13],[-88,14]],[[2271,3149],[8,-6],[19,0]],[[2298,3143],[1,0]],[[2299,3143],[11,0],[5,-21],[7,5],[-7,11],[22,3],[-9,6],[13,10],[19,8],[14,-8],[13,14],[23,3],[8,-9],[11,11],[25,14],[26,3],[30,-5],[20,2],[33,11],[50,30],[18,-17]],[[4395,6185],[0,-14],[3,-17],[11,-6],[10,-23],[-27,-3],[-19,5],[-29,-14],[-16,8],[0,-10],[11,-1],[20,-15],[9,10],[17,-8],[-18,-19],[-2,-25],[7,-13],[-6,-11],[3,-8],[21,-1],[20,-7],[9,7],[26,-10],[23,3],[1,-9],[11,11],[5,35],[-3,15],[19,24],[1,21],[6,9],[-23,74],[3,-1],[18,-65],[12,-5],[17,-22],[18,0],[39,5],[6,-10],[-17,-1],[-25,-16],[-26,-5],[-13,-14],[-18,2],[-11,-7],[-6,-36],[-9,-16],[-10,3],[-10,-14],[-14,-8],[-8,-22],[1,-8],[-13,-14]],[[6145,3253],[0,-6],[-15,-6],[5,-5],[4,-22],[22,-7]],[[6174,3146],[7,-37]],[[5861,3111],[-6,11],[-20,14],[-23,13],[-13,-16],[-18,18],[-7,-2],[-17,19],[6,13],[-22,11],[-19,17],[-7,3]],[[5715,3212],[-6,6],[8,7],[-4,16],[-7,6],[-11,-3],[0,9],[30,49],[8,8]],[[5733,3310],[5,5],[20,9],[27,29],[9,25],[-9,14]],[[5785,3392],[70,5],[-4,-16],[87,-77],[43,-40],[15,-3],[67,14],[69,18],[9,-21],[4,-19]],[[5495,1959],[-14,-11],[-6,-20],[-22,-13],[-9,-11],[-61,-8],[-8,-22],[-13,0],[-41,-49]],[[5321,1825],[-35,40],[-7,1],[-8,13],[-26,27],[24,20],[-11,13]],[[5258,1939],[5,11],[-4,8],[4,27]],[[5263,1985],[7,25]],[[5270,2010],[8,-3],[26,23],[23,-6],[10,-20],[7,1],[20,41],[-25,21],[-4,11],[-3,28],[8,10],[-5,14],[2,14],[-10,22],[1,35],[-4,13],[12,11]],[[5336,2225],[11,-10]],[[5347,2215],[3,-1]],[[5350,2214],[17,-11],[4,-8],[19,6],[59,8],[67,14],[7,-3],[16,3],[17,-5],[21,21]],[[5577,2239],[28,-41],[-37,-18],[-50,-25],[7,-8],[0,-22],[-37,-19],[-22,-27],[9,-22],[18,-25],[14,-8],[4,-11],[-4,-30],[-12,-24]],[[5926,2966],[2,-13],[11,-14],[-10,-19]],[[5929,2920],[-19,-13],[-9,-3],[-34,-30]],[[5867,2874],[-18,-13],[-9,10],[-10,-5],[-16,19],[-61,11],[-81,-17],[-20,0]],[[5526,3124],[23,23],[-2,10],[31,-16],[18,-3],[7,8],[11,0],[7,9],[22,-3],[-1,19],[60,30],[13,11]],[[5347,2326],[-10,-16]],[[5337,2310],[-2,-13]],[[5335,2297],[-14,-20],[8,-13]],[[5329,2264],[1,0]],[[5330,2264],[-1,0]],[[5329,2264],[4,-8]],[[5333,2256],[-13,-3],[-10,5],[-12,-14],[-33,3],[-7,-13],[-10,-3]],[[5547,2316],[21,-64],[9,-13]],[[5336,2225],[3,17],[-6,14]],[[4031,3457],[45,8],[43,3],[28,-3],[40,-11],[26,-8]],[[3821,3430],[9,13],[16,33],[0,38],[8,8],[0,25],[8,16],[-3,22],[-26,3],[-20,-11],[-35,2],[-33,11],[-17,0],[-41,-5],[-7,38],[-26,-27],[-21,3],[-35,-28],[-9,-19],[-25,-19],[-10,-17],[-30,-8],[-62,-45],[-54,-6],[-3,16]],[[4163,3825],[-10,-30],[4,-19],[-21,-28],[-7,-19],[-46,17],[-7,-12],[-9,-43],[4,-17],[-6,-32],[10,-3],[-1,-27],[-4,-32],[61,-14],[24,5],[-1,3],[38,-3],[26,0]],[[2607,2517],[42,-5],[20,-12]],[[2669,2500],[-18,-8],[-4,3],[-8,-13],[21,-4],[10,3],[13,-16],[-4,-22],[10,-2],[-4,-12],[-7,-2],[1,-16],[-10,2],[-4,-10],[-15,-12],[20,-46],[48,-54],[55,-65],[-16,-12],[7,-7],[8,-20],[-21,5],[-44,-21],[-18,-9],[-38,-10],[-15,3],[-30,8],[-42,3],[-24,-1],[-17,71],[-85,-2],[-64,-3]],[[3555,2621],[-14,-6],[-20,-35],[-14,-11],[3,-8],[-34,-6],[1,-6],[-29,-49],[-16,-2],[-51,-25],[8,-63],[-31,-5],[-15,6],[-27,-17],[-25,12],[-113,21],[-35,6],[-101,-36],[-8,41],[-7,54],[48,85]],[[6841,738],[-18,2],[-49,9],[-15,-8],[-21,14],[-9,-14],[-10,-6],[-23,-19]],[[6696,716],[-18,-8]],[[6678,708],[-40,11],[-25,16],[12,6],[-9,7],[11,9],[-14,16],[-13,3],[9,8],[-4,3],[25,16],[-11,8]],[[6619,811],[37,27],[42,6],[13,5],[8,-16],[24,-18],[15,5],[15,8],[13,-3],[62,3],[31,3],[16,-1],[1,-8],[-12,-30],[-18,-37],[-25,-17]],[[7033,553],[-42,-6],[0,-5],[-18,-3]],[[6973,539],[0,-5],[-20,-3],[-16,3],[-2,-25],[-4,-5],[13,-8],[-6,-9],[-7,5],[-8,-8],[-8,-21],[-9,-31],[-22,1],[-14,-6]],[[6870,427],[-19,30],[-4,25],[-17,18],[-13,6],[-5,11],[0,28],[-10,10],[7,14],[26,25],[6,5],[18,27],[-2,1]],[[6857,627],[17,29]],[[6874,656],[56,-14],[15,-8],[14,5],[13,-10],[-6,-16],[37,-6],[9,8],[21,-3],[25,-13],[11,10],[-1,-10],[-30,-33],[-5,-13]],[[6412,711],[5,-5]],[[6417,706],[17,-14],[12,7],[10,-8],[-3,-32],[-13,-25],[-8,-10]],[[6432,624],[-15,-22],[-15,2]],[[6402,604],[-11,-2],[-1,-9],[-76,-10]],[[6314,583],[-37,-6],[-26,-5],[-7,2],[-41,-46],[-10,6],[22,41]],[[6215,575],[0,2]],[[6215,577],[15,16],[17,33],[-12,6]],[[6235,632],[17,18],[4,22],[11,14],[-11,3],[23,17]],[[6279,706],[14,13],[23,-17],[21,23]],[[6337,725],[6,2],[52,-27],[15,0],[2,11]],[[7048,1947],[0,-2]],[[7048,1945],[6,-3]],[[7054,1942],[1,0]],[[7055,1942],[-1,0]],[[7055,1942],[14,0],[23,-24],[10,10],[20,-8],[14,-14],[13,-27]],[[7149,1879],[0,-10],[-73,-69],[-21,-21],[-15,-11],[-25,-14]],[[7015,1754],[-26,14],[-26,22],[-6,0],[-18,-20],[-13,-3],[-17,3],[-10,-5],[-6,6]],[[6893,1771],[-16,11]],[[6877,1782],[-7,0],[-1,13],[-8,6],[-20,10]],[[6841,1811],[0,12],[11,13]],[[6852,1836],[5,3],[29,-1],[13,8],[4,15],[42,46],[17,11],[15,7],[20,-7],[8,8],[5,11],[36,13]],[[7046,1950],[2,-3]],[[7378,2700],[-25,-12],[-37,3],[-52,-8]],[[7264,2683],[-3,11],[-15,19],[-32,14],[-23,14]],[[7191,2741],[-29,27],[-21,13],[-14,22],[-7,25],[-5,10],[-21,6],[-37,-5],[-25,0],[-31,19],[-11,10],[-17,9],[-22,3]],[[6766,3185],[42,27],[22,13],[15,3],[19,16],[2,6],[23,-8],[20,11],[-20,24]],[[6889,3277],[20,24]],[[6909,3301],[11,-13],[33,-11],[59,-21],[9,4],[12,-5],[0,-8],[15,6],[6,-11],[18,0],[13,-6],[5,8],[41,-16],[-5,-8],[3,-11],[-20,-14],[6,-7],[-9,-9],[-15,-49],[-14,-27],[-7,5],[1,-25],[-9,-34],[67,-42],[12,-5],[23,-41],[16,-16],[27,-22],[26,-14],[50,-100],[25,-14],[30,-20],[11,-13],[26,-43],[3,-19]],[[6841,738],[-1,-3],[30,-14],[-4,-18],[8,-47]],[[6857,627],[-61,7],[-35,1],[-10,10],[-22,9],[-21,-3],[-32,-22],[-15,11],[-19,24]],[[6642,664],[14,6],[-7,11],[12,16],[17,11]],[[6703,3545],[-1,-7],[8,-16],[61,1],[17,2],[24,-3],[34,-21],[56,-25],[15,-16],[0,-11],[8,8],[18,-11],[-9,-14],[-24,0],[-11,-5],[-5,-11],[5,-30],[6,-6],[4,-24],[-10,-8],[10,-14],[-6,-27],[6,-6]],[[6656,3443],[-37,6]],[[6619,3449],[4,13],[17,17],[16,27],[-1,16],[12,11]],[[6706,3557],[-3,-12]],[[6870,427],[9,-5],[-34,-28],[2,-5],[-19,-6],[39,-51],[6,0]],[[6873,332],[-5,-17],[5,-3],[-4,-15],[6,-15],[16,-7],[-5,-3],[9,-22],[-7,-8]],[[6888,242],[-15,9],[-6,10],[3,8],[-17,19],[-16,0],[3,19],[-17,16],[-51,28],[-14,17],[-10,23]],[[6748,391],[-11,22],[-27,33],[-24,33],[-17,19],[-26,35],[-15,16]],[[6628,549],[-12,15],[-37,16],[1,3]],[[6580,583],[9,5]],[[6589,588],[-9,5],[-13,0],[-12,9],[14,13]],[[6569,615],[13,17],[19,0]],[[6601,632],[20,14],[-5,5]],[[6616,651],[26,13]],[[7033,553],[0,-8],[-13,-39],[9,-27],[6,-9],[14,-8],[-2,-13],[7,-14],[-12,-27],[-16,-16],[-7,-49],[-37,16],[-9,0],[1,19],[-6,3],[-22,-16],[-13,-6],[-19,-3],[-12,-8],[-27,-6],[-2,-10]],[[6087,558],[-2,-11]],[[6085,547],[0,-6],[18,-11],[-4,-8],[6,-4]],[[6105,518],[11,-17]],[[6116,501],[4,-25],[14,-2],[11,-6],[-9,-24],[9,-5]],[[6145,439],[2,0]],[[6147,439],[13,-1],[1,-8],[12,-2],[21,4],[9,-21],[10,3]],[[6213,414],[1,-9],[-36,-24],[21,-8]],[[6199,373],[1,0]],[[6199,373],[1,-35],[-8,-12],[-34,-7],[-2,-6],[15,-3],[1,-24],[-3,-23],[-6,-10],[-37,-13],[-8,-9],[-22,-3],[-2,-38],[-20,3],[2,14],[-32,0]],[[6044,207],[-11,5],[1,5],[-15,1],[-8,7],[-11,-5],[-5,16],[-13,-2],[-13,5],[-10,-2],[-27,11],[6,16],[-11,11],[-8,-5],[7,19],[-9,5],[-7,22],[-9,5],[1,9],[-8,12],[8,12],[-5,14],[7,10],[-3,27],[19,16],[-13,9],[19,14],[5,-3],[8,8],[27,13],[7,6],[25,-5],[-1,11],[8,19],[27,18],[10,17],[-1,25],[8,19],[23,3],[18,-12]],[[6090,563],[-3,-5]],[[6172,686],[4,-3]],[[6176,683],[4,-11],[-3,-11],[47,-27],[11,-2]],[[6314,583],[-3,-20],[-10,-3],[15,-18],[-9,-6]],[[6307,536],[7,0],[5,-11],[-18,0],[0,-21],[7,-22]],[[6308,482],[-2,-11],[-24,0],[-7,3]],[[6275,474],[-7,-3],[-17,3],[-13,-23]],[[6238,451],[3,-16],[-17,3],[-11,-24]],[[6090,563],[10,-2],[10,5],[10,16],[-2,27],[5,15],[13,18],[21,17],[13,29]],[[6170,688],[2,-2]],[[6619,3449],[-35,3],[-33,11],[-19,18],[-6,38],[-8,25],[-2,19],[-27,22],[-12,5]],[[6511,2018],[-44,-21],[-27,-69],[-32,-41],[3,-8],[-14,-10]],[[6397,1869],[-1,0]],[[6396,1869],[15,-30]],[[6411,1839],[20,-39],[6,4],[15,-9],[1,-16]],[[6453,1779],[-6,-19],[-9,5],[-26,-3],[-11,-13],[-20,0],[-27,3],[-21,-4],[-14,-10],[-23,-3],[-7,2]],[[6289,1737],[-12,14],[-16,23],[-34,26],[-10,1],[-38,21],[-18,19],[-16,36],[-9,11]],[[6136,1888],[-23,10],[-43,3],[-22,-2]],[[6048,1899],[-2,-1]],[[6046,1898],[-42,-13],[-14,-6],[-23,0],[-27,8],[-23,22],[-10,17]],[[5907,1926],[41,52],[30,35]],[[6413,2127],[-20,-32],[52,-63],[66,-14]],[[6628,549],[-7,-5],[-8,5],[-7,-10],[-35,-22],[7,-5],[-35,-20]],[[6543,492],[10,-10],[-12,0],[-22,-11],[-14,3],[-37,-3]],[[6468,471],[-26,-1],[-3,4],[-31,-6],[-8,-3]],[[6400,465],[-6,17],[11,22],[-10,2],[-19,-16]],[[6376,490],[-17,-14],[-22,14],[-21,-3],[-8,-5]],[[6432,624],[6,-6],[18,11],[26,-8],[8,13],[52,22],[6,-14]],[[6548,642],[21,9],[11,-1],[18,8],[18,-7]],[[7015,1754],[21,-43],[12,-28],[-39,-2],[-7,-6],[1,-19],[3,-8],[1,-24],[8,-82]],[[7015,1542],[-16,3],[-15,-1],[-14,3],[-2,-17],[6,-15],[-17,-1],[4,-11],[21,-5],[8,-17],[-16,-8],[-3,-5],[-43,-6]],[[6928,1462],[0,3],[-25,-2],[-9,11],[-20,2],[-14,5],[-29,-11]],[[6831,1470],[-7,-2],[-2,21],[-8,1],[-3,-8],[-10,16],[-11,-5],[8,13],[-4,13],[-19,-7],[-63,-55]],[[6712,1457],[-9,-2],[-13,8],[-21,2],[-29,27],[-27,0],[13,11],[9,20],[-11,5],[18,30],[14,14],[44,35]],[[6700,1607],[37,27],[16,16],[21,36],[12,11],[24,8],[17,13],[14,22],[9,36],[0,11],[-9,24]],[[6412,711],[0,26],[10,23],[23,16],[10,-13],[7,8],[18,-9],[9,9],[10,-14],[12,3],[23,16],[8,14]],[[6542,790],[3,8],[16,2]],[[6561,800],[19,-2],[33,13],[6,0]],[[6888,242],[-4,-5],[6,-11],[-26,-19],[-16,-20],[-12,-5],[-34,25],[-14,8],[-5,-3]],[[6783,212],[-1,5]],[[6782,217],[-9,11],[-27,8],[8,15],[-11,5],[-21,21],[-7,17],[-5,46]],[[6710,340],[-4,8],[4,14]],[[6710,362],[15,11],[15,0],[-2,5],[10,13]],[[6265,820],[3,-8]],[[6268,812],[8,-17],[-9,-16],[7,-22],[0,-30],[5,-21]],[[6170,688],[2,14],[30,11],[0,17],[-21,19],[-15,3],[-15,-14],[-11,-8],[-17,-1],[-16,8],[-4,18],[22,27],[12,8],[8,21],[9,6],[18,3],[13,13],[15,30],[21,17],[5,8],[0,18],[-5,7],[5,24],[15,21]],[[6241,958],[24,-2],[12,2],[-11,-21],[-21,-33],[36,-14],[-17,-48],[1,-22]],[[6661,22],[-13,7],[1,11],[-9,6]],[[6640,46],[-2,0]],[[6640,46],[-2,0]],[[6638,46],[-4,11],[-13,11],[9,19],[20,0],[11,-12],[20,6],[2,20]],[[6683,101],[1,13],[-7,30]],[[6677,144],[5,14],[5,5]],[[6687,163],[3,-2]],[[6690,161],[2,-3]],[[6692,158],[3,0]],[[6695,158],[6,-3],[11,11],[24,19]],[[6736,185],[1,0]],[[6737,185],[9,-5],[20,8]],[[6766,188],[-5,-19],[14,-11],[12,0],[27,-17],[2,-10],[28,-20],[44,-19],[11,-8],[-24,-35],[-1,-9],[7,-27],[-24,2],[-45,-7],[-25,2],[-28,6],[2,11],[-7,6],[-33,10],[-11,-8],[-23,-2],[-2,-4],[-24,-7]],[[7046,1950],[24,19],[5,8],[16,12],[23,35],[13,17],[4,19],[-3,38],[17,16],[-11,8],[-30,36],[-20,5],[-7,19],[-15,33],[-9,-6],[-9,14],[-17,14],[34,29],[-1,11],[-11,3],[-34,21]],[[7015,2301],[-3,12],[3,24],[11,14],[1,35],[4,3],[62,-3],[35,6],[14,-19],[28,-9],[6,9],[5,-22],[10,-54],[31,5],[-5,14],[-5,32],[6,19],[14,16],[4,20],[-13,43],[5,22],[18,27],[36,41],[7,19],[-3,22],[-26,41],[-3,19],[8,35],[-1,11]],[[7378,2700],[2,-17],[-3,-41],[14,-25],[1,1],[12,-33],[-3,-52],[-6,-22],[1,-29],[-16,0],[1,-46],[-12,-55],[-12,-68],[13,5],[42,-2],[-13,-19],[-18,-19],[16,-61],[14,-43],[-59,-47],[-34,-27],[11,-16],[-17,0],[-36,-8],[-14,0],[2,-12],[-13,-13],[-13,-22],[0,-14],[-14,-16],[-1,-13],[-20,-33],[-43,-44],[-11,-30]],[[7191,2741],[-24,-28],[-12,11],[-13,-16],[-40,30],[3,11],[-17,5],[-15,-5],[-24,7],[-16,-2],[-8,6],[-26,-3],[-6,-25],[5,-32],[8,-17],[11,-27],[-14,-27]],[[7003,2629],[-13,0]],[[6990,2629],[0,-1]],[[6990,2628],[-14,4],[-17,2],[-2,3],[-23,-6]],[[6934,2631],[-14,-13],[-3,-8],[-13,-9],[-17,-2],[-23,-8],[-21,-1],[-31,-7],[-83,-33],[-49,-16],[-39,-11],[-137,-41]],[[6446,2686],[-29,171],[-8,52]],[[6409,2909],[84,-13]],[[6710,340],[-19,-3],[-17,-11],[-20,-8],[-7,0],[-14,33],[-24,0],[-35,-14],[-9,-7],[-19,-1]],[[6546,329],[-9,14]],[[6537,343],[0,2]],[[6537,345],[-17,22],[-11,5],[-1,6],[-15,0]],[[6493,378],[-5,0],[10,28]],[[6498,406],[-6,22]],[[6492,428],[-3,10],[-14,13],[-7,20]],[[6289,1737],[-3,-2]],[[6286,1735],[-2,-11],[-23,-52],[-11,0],[-12,-16],[-11,0],[-20,5],[-9,0],[-12,-10],[-3,-14],[9,-13],[-5,-20],[-17,-24],[-1,-14]],[[6169,1566],[-14,-11],[-16,-2],[-43,-6],[-20,-14],[-4,6],[-30,6],[-3,-4],[-14,9],[-35,-9],[-10,11],[-23,1],[-15,-4],[-20,31],[10,2],[-3,12],[-28,13],[-77,28],[-65,23],[-54,20]],[[5705,1678],[11,2],[62,15],[1,-6],[63,19],[12,68],[1,46],[4,43],[19,25],[29,36]],[[6537,343],[-34,0],[7,-20],[-11,-13],[-18,5],[-17,-19]],[[6464,296],[-6,-5],[-18,-2],[-37,16],[1,-22],[-31,0],[-10,6],[2,26],[-20,8],[-15,1],[-7,8],[-9,22],[-3,-6],[-23,6],[-29,-1],[-10,14],[-15,-3],[-17,6],[-17,3]],[[5364,6345],[-2,-17],[-10,-2],[1,16],[11,3]],[[5604,6522],[17,-8],[-11,-8],[-14,11],[8,5]],[[4910,6007],[86,52],[57,33],[135,81],[61,36],[-4,-6],[17,0],[42,35],[-3,3],[16,11],[5,-3],[16,14],[28,14],[14,24],[-12,9],[-2,30],[25,29],[7,-7],[16,32],[3,27],[10,9],[12,2],[0,-10],[77,5],[15,5],[84,71],[70,63],[25,11],[13,2]],[[4985,6920],[-1,-6]],[[4985,6920],[-1,-1]],[[4984,6919],[20,4],[0,-9],[-20,0]],[[5011,6923],[13,-3],[140,-52],[19,-14],[23,-24],[57,-49],[16,-19],[29,-38],[37,-49],[79,-107],[28,-76],[-1,-14],[-13,-8],[-27,-8],[-18,-11],[-16,-21],[-19,-36],[-13,-35],[-1,-30],[-4,5],[6,38],[33,66],[16,16],[19,11],[31,10],[6,9],[-24,68],[-7,16],[-64,90],[-9,11],[-66,88],[-16,18],[-99,88],[-17,8],[-44,17],[-81,29],[-11,-2],[5,-6],[-8,-9],[-28,-13],[28,0],[-11,-3],[-18,1],[-11,10],[22,0],[11,6],[8,22]],[[7015,2301],[-60,-21],[-64,-22],[-48,-14],[-42,-7],[-85,0],[-25,18],[-42,6]],[[8027,3939],[-12,8],[-24,28],[-10,-1],[-6,-8],[-14,-3],[-18,-10],[-8,6],[-2,16],[-21,5],[-20,14],[-7,-5],[-12,5],[-5,-6],[-15,5],[-12,12],[-8,-11],[-6,-25],[2,-6],[18,-10],[13,-13],[21,-4],[3,-8],[-11,-13],[-6,-20],[14,-21],[-13,-3],[12,-30],[-14,-2],[-39,24],[-17,3],[-20,0],[-14,-6],[-12,8],[1,22],[-7,14],[-9,8],[-29,11],[-31,3],[-39,0],[-32,-9],[-10,27],[-9,39]],[[7599,3983],[12,5],[22,0],[23,-2],[21,10]],[[7677,3996],[-6,9],[11,3]],[[7682,4008],[-12,16],[8,3],[-13,32],[20,14],[-4,5],[-24,8]],[[7657,4086],[-29,12],[-9,16],[0,18],[25,14],[-2,17],[-9,8],[-34,-1],[-20,7],[-4,16],[5,11],[12,11],[0,11],[7,7],[17,3]],[[7902,4358],[65,-5],[15,-6],[5,4],[28,8],[6,11],[14,6]],[[8035,4376],[14,-7],[27,-7],[29,-12],[27,-5],[50,-5],[7,-6]],[[3100,5234],[-9,-25],[12,-5],[-3,-6]],[[3100,5198],[0,-11],[10,-6],[-6,-11],[-11,-2],[5,-8],[-27,3],[-5,-19]],[[3066,5144],[-4,-22],[-14,-25]],[[8530,4678],[11,-14],[1,-16],[-5,-9],[44,-16],[13,-8],[11,-3]],[[8605,4612],[-1,-16]],[[8035,4376],[-2,2],[14,17],[9,16],[-40,27],[-1,10],[19,9],[-17,17],[13,7],[-14,25],[4,8],[-6,8]],[[8014,4522],[6,9]],[[8020,4531],[8,-3],[38,44],[10,-6],[8,10],[4,-7],[16,21],[15,-6],[23,28],[15,-13],[6,7],[29,-30]],[[8192,4576],[27,-32],[94,25],[39,24],[1,9],[14,5],[0,16],[25,16],[-3,17],[5,13],[0,17],[17,11],[19,-8],[8,-8],[17,4],[-6,-24],[20,-10],[8,19],[12,-1],[9,19],[11,-7],[21,-3]],[[4291,6701],[-4,-13],[0,-29],[6,-20]],[[3118,4664],[-8,-47],[-2,-16],[6,-19],[-10,-13],[-7,-49],[1,-17],[-6,-25],[-7,-16],[-7,-22],[-8,-16],[5,-25],[14,-24],[-4,-10],[-11,-7]],[[2764,4370],[-9,11]],[[2755,4381],[59,46],[14,17]],[[2828,4444],[-4,4]],[[2824,4448],[-3,9]],[[2821,4457],[23,8]],[[2844,4465],[-9,13],[15,20],[-3,7]],[[2847,4505],[-4,4],[-4,25],[25,10],[25,24]],[[3098,4672],[20,-8]],[[6700,1607],[-16,8],[-44,0],[-27,11],[-8,8],[-20,-11],[6,19],[-14,9],[-24,8],[-13,-1],[-26,-16],[-17,-27],[0,-13],[-12,-17],[14,-14],[-36,-22],[-29,-21],[11,-16],[-16,14],[-34,-19]],[[6395,1507],[-3,-1]],[[6392,1506],[-12,-8],[-3,-14]],[[6377,1484],[-10,-2],[-16,-11],[-3,-14],[-25,14],[-16,-19],[-13,-1],[-19,-10],[-3,-6],[-21,-7],[-6,13],[12,16],[0,14],[-8,8],[-17,-5],[-1,19],[27,8],[-19,6],[11,18],[-26,19],[-29,3],[-17,16],[-9,3]],[[6511,2018],[16,-3],[69,-29],[-7,19],[121,-44],[137,-82],[8,-27],[-3,-16]],[[6712,1457],[-22,-21],[-25,-19],[-18,-17]],[[6647,1400],[-43,-35]],[[6604,1365],[-6,-4],[-9,9],[-9,-5],[-24,7],[-32,-7],[-3,5],[-21,-2],[-3,4],[-37,-67],[-19,-27],[-6,2],[-10,-16],[-19,-6],[-11,-13]],[[6395,1245],[0,18],[-20,12],[-27,-3],[-17,13],[-1,11],[5,16],[13,11],[15,19],[20,12],[30,2],[8,8],[1,16],[5,12],[26,13],[-49,33],[6,11],[-16,10],[1,9],[-14,8],[-4,8]],[[8242,9539],[-5,16]],[[8237,9555],[0,2]],[[8237,9557],[0,3]],[[8237,9560],[103,24],[29,9],[10,0],[21,15],[38,9],[12,8],[43,12],[34,15],[50,9],[20,0],[24,5],[83,11],[58,5],[25,-5],[57,-16],[38,-19],[6,-1],[41,31],[40,-14],[8,11],[-2,-13],[8,-11],[-7,-19],[-46,10],[-3,-10],[36,-6],[5,-11],[-23,5],[-2,-8],[41,-8],[5,3],[26,-6],[2,11],[-25,6],[13,35],[38,-13],[24,-14],[40,-31],[3,-15],[-4,-6],[-18,-47],[-2,-46]],[[7909,9797],[-7,33],[1,14],[8,-25],[-2,-22]],[[7912,9881],[7,-7],[-5,-6],[7,-16],[-11,13],[-21,-3],[-9,-24],[-18,16],[4,11],[16,11],[30,5]],[[8345,9895],[17,-5],[-1,-14],[-10,-3],[-14,6],[-4,13],[12,3]],[[8120,9930],[2,-5],[-15,-5],[-19,0],[-16,8],[22,2],[20,4],[6,-4]],[[8376,9936],[5,-5],[-21,0],[16,5]],[[8315,9961],[41,-6],[2,3],[30,-8],[32,-23],[-38,14],[-17,5],[-16,-10],[-33,-9],[-22,-10],[-5,2],[-2,19],[3,11],[25,12]],[[8098,9979],[52,-43],[2,-5],[-20,10],[-33,24],[-11,12],[-11,-3],[-18,5],[-1,-8],[21,-6],[12,-10],[0,10],[15,-15],[22,-11],[23,-22],[-19,3],[-18,16],[-41,-8],[-10,3],[5,-11],[0,-25],[-9,-22],[-15,-2],[-25,49],[-27,35],[13,22],[13,11],[21,11],[14,0],[33,-11],[12,-9]],[[6010,2700],[5,18],[-5,1],[1,16],[-7,2],[-16,26],[15,2],[1,5]],[[6004,2770],[-18,19],[-17,22],[-21,44],[-19,65]],[[6203,3007],[72,16],[4,-16],[31,-54],[52,-36],[47,-8]],[[2951,2882],[-35,6],[-34,0],[-13,8],[-8,-6],[-22,1],[-10,7],[1,11],[-15,-2]],[[2815,2907],[-9,11]],[[2789,3089],[19,-8],[43,-2],[29,7],[8,9],[17,5],[12,0],[14,-11],[6,-10],[17,-18],[21,-8],[23,3],[27,27],[16,6],[21,3],[26,16],[5,14],[21,13],[29,1],[39,-19],[10,-3],[20,5]],[[5933,2152],[-17,-8],[2,-6],[-22,-13],[1,-25],[-9,5],[0,-11],[15,-2],[4,-14],[-7,3],[-7,-8],[-11,5],[1,-11],[-10,-10],[-23,10],[-8,-5]],[[5842,2062],[-35,11],[-42,-16],[-64,-27],[-84,-53],[-42,-35]],[[5575,1942],[-80,17]],[[5600,2332],[26,0],[2,-6],[20,6],[30,2],[13,3],[9,-5],[5,10],[38,20]],[[5743,2362],[37,16],[64,11],[50,6]],[[7336,9350],[21,-3],[5,-5],[-3,-16],[3,-9],[-25,0],[-21,14],[-20,9],[3,13],[12,-3],[8,-13],[4,19],[13,-6]],[[7308,9402],[7,-8],[-10,-6],[3,14]],[[7421,9421],[3,-5],[-14,-6],[-18,3],[9,6],[20,2]],[[8237,9560],[0,-3]],[[7582,9227],[13,-5],[-22,16],[-29,8],[-15,9],[-16,0],[-15,8],[-27,3],[-19,-17],[-22,-3],[-5,30],[39,6],[15,16],[10,-5],[-4,11],[-17,5],[-21,-11],[-19,6],[7,8],[20,9],[-9,2],[-7,14],[-9,-9],[-34,-5],[-8,-6],[-5,9],[-8,0],[-8,8],[11,11],[20,0],[27,2],[-18,8],[-11,-2],[-15,5],[-40,1],[-22,8],[-14,0],[-1,18],[34,-2],[9,10],[-10,6],[-3,13],[-13,1],[1,5],[-28,6],[-5,8],[8,6],[-3,10],[11,9],[33,0],[12,-14],[22,-12],[12,-21],[13,-6],[34,3],[7,9],[-13,16],[-28,2],[-19,12],[-11,10],[3,6],[-21,0],[-26,16],[-2,6]],[[7321,9486],[13,1],[6,-14],[35,6],[6,-1],[73,22],[22,2],[20,-5],[91,-43],[23,-19],[28,-1],[-2,4],[17,7],[18,9],[15,13],[19,3],[32,11],[29,16],[3,-5],[42,14],[32,-4],[51,9],[16,5],[28,6],[38,3],[63,10],[30,8],[25,1],[65,0],[31,13],[47,3]],[[7445,9337],[1,-3]],[[7446,9334],[2,-3]],[[7448,9331],[4,-3]],[[7452,9328],[5,3],[26,0],[-2,3],[-27,2],[-7,14],[-2,-13]],[[7445,9337],[7,-9]],[[7446,9334],[-1,3]],[[7448,9331],[-2,3]],[[7452,9328],[-4,3]],[[4736,2424],[0,-49],[8,-57],[18,-38],[-10,-19],[5,-8],[-14,-14],[-14,-3],[-1,-11],[-11,0],[19,-10],[1,-23],[15,-10],[-14,-3],[0,-38],[12,-5],[-7,-16],[28,-71],[-12,-9]],[[4759,2040],[-9,-8],[-15,-2],[-45,-14],[-27,-20],[-73,19],[-7,112],[-19,14],[-14,16],[-7,19],[-118,117],[65,104],[16,22]],[[6920,1234],[-16,19],[-5,19],[-11,-3],[-4,25],[-24,11],[2,5],[-33,-14],[-8,17],[-34,6],[-16,-17],[-6,5],[-11,-8],[-17,13],[-9,-5]],[[6728,1307],[-22,-10],[-6,-6],[-28,0],[0,6],[-35,-1],[-16,17],[-15,33],[5,8],[-7,11]],[[7015,1542],[15,-20],[9,-21],[18,-3],[30,-3],[31,17],[7,11],[19,13],[70,30],[39,16],[41,-29],[-109,-46],[95,-53],[-15,-11],[-18,-10],[2,-14],[-16,2],[-12,-5],[-14,3],[-5,-5],[-23,-6],[-29,-3],[-10,-7],[1,-6],[-16,-8],[-25,-4],[-24,-10],[-13,0],[-10,-19],[3,-6],[-13,-13],[-8,6],[-2,-14],[-9,-9],[-39,-10],[-15,-22],[4,-3],[-32,-30],[-4,0],[-18,-16]],[[5532,3511],[-26,-8],[-39,-14],[13,-18],[15,-39],[8,-3],[22,-2],[9,-9],[-3,-8],[-17,-4],[-23,-15],[-13,0],[-22,-45],[-24,2],[-5,8],[-4,-16]],[[3228,4688],[-108,-22],[-2,-2]],[[3134,5001],[3,-4],[121,24]],[[2916,2591],[-28,3],[-10,-6],[-14,-17],[-22,-7],[-41,-3],[-132,-61]],[[2076,3247],[0,-3]],[[2076,3244],[38,0],[17,1],[-13,-6],[-28,2],[-2,-11],[7,-7],[33,-3],[-2,-16],[13,-6],[18,-17],[3,-13]],[[2157,3166],[-8,21],[-17,13],[-15,6],[-14,-8],[-34,19],[-7,8],[8,9],[-8,5],[-9,-14],[-37,6],[1,8],[23,2],[26,4]],[[2066,3245],[3,0]],[[2069,3245],[1,2]],[[2070,3247],[6,0]],[[2066,3245],[10,-1]],[[2076,3244],[0,3]],[[2076,3247],[-7,-2]],[[2064,3323],[-3,-26],[25,-34],[34,-5],[-38,0],[-9,-8]],[[2073,3250],[-2,0]],[[2071,3250],[-3,0]],[[2068,3250],[-4,0]],[[2064,3250],[-9,6],[16,2],[-11,5],[11,4],[-5,18],[-20,22],[-19,-11],[-9,6],[-87,-12],[-19,-11],[-7,-15]],[[1905,3264],[-4,5]],[[1901,3269],[-1,3],[39,32],[31,9],[4,-9],[15,8],[22,-3],[-2,4],[32,-3],[19,16]],[[2064,3323],[-4,3]],[[2064,3250],[4,0]],[[2068,3250],[3,0]],[[2073,3250],[-9,0]],[[1443,3525],[12,0],[33,-11],[-7,-5],[-44,0],[-5,-3],[-4,13],[15,6]],[[1516,3552],[23,-2],[21,0],[-4,-6],[-29,-16],[-28,0],[-4,21],[21,3]],[[1672,3591],[-2,-9],[-13,8],[15,1]],[[1643,3593],[7,0],[-3,-27],[18,-43],[8,-12],[21,-16],[5,-13],[-6,-6],[-25,2],[-18,23],[-4,21],[-13,25],[-30,27],[12,14],[28,5]],[[1901,3269],[4,-5]],[[1905,3264],[12,-11],[13,-17],[-6,-11],[-7,3],[-8,-14],[-1,-16],[-16,-13],[-18,-4],[-8,-13],[-30,-29],[-33,-11],[-17,13],[-29,-16],[-10,-9],[-12,0],[-26,-11],[-7,0],[-17,-13],[-9,-2],[-40,2],[-14,-11],[-47,-2],[-16,11],[-32,29],[-7,-2],[-18,35],[-11,5],[-15,-22],[-11,-7],[3,10],[-20,0],[-2,-8],[-9,3],[-113,-115]],[[1324,3018],[94,96],[18,19],[-31,6],[-19,7],[42,31],[-3,2],[-43,-32],[-7,-1],[0,36],[-14,19],[6,5],[-7,22],[-11,6],[-13,19],[3,16],[-19,17],[-28,19],[-30,-3],[-21,11],[-39,14],[5,12],[-2,14],[-20,20],[-16,2],[-41,-2],[-14,-11],[-5,-19],[-39,-23],[-43,-21],[-3,-8],[-12,-5],[-10,5],[-32,-8],[-23,-9],[-6,-19],[2,-27],[14,-3],[-6,-16],[-11,-2]],[[932,3207],[-10,11],[3,7],[16,6],[-1,22],[-11,11],[-21,2],[-29,19],[-30,30],[-11,22],[-10,36],[0,32],[3,14],[23,40],[32,26],[39,27],[11,5],[30,-3],[82,22],[21,5],[44,0],[66,-11],[11,0],[10,6],[5,22],[-5,5],[27,25],[14,5]],[[1251,3585],[-4,-19],[-13,-5],[11,11],[-8,10],[-18,-13],[1,-9],[-8,0],[-4,-37],[19,4],[25,-4],[7,7],[19,-8],[14,1],[78,19],[19,-6],[19,-16],[10,-17],[14,-8],[16,5],[21,-2],[41,10],[9,-4],[38,0],[21,2],[11,-3],[-8,-24],[4,0],[7,19],[4,-30],[17,11],[5,-19],[-5,-12],[20,-10],[40,-38],[11,-14],[13,-49],[11,-5],[16,0],[12,-9],[12,4],[24,4],[31,-21],[15,-5],[38,-20],[18,0],[14,-5],[-5,-5],[18,-6]],[[9245,7996],[-84,-19],[-13,-2],[-128,-28],[-29,-6],[-63,-29],[-64,-25],[-115,-22],[-42,-7],[9,-61],[-18,-2],[6,-31],[1,-41],[4,-38],[12,-60],[9,-38]],[[8672,7549],[-72,27],[-14,52],[-16,54],[-20,14],[-66,11],[-41,2],[-27,20],[-76,3],[-31,49],[-22,43],[-9,6]],[[8458,8113],[45,0],[-10,47],[-4,5]],[[8489,8165],[-4,6]],[[8485,8171],[2,13],[11,16],[12,8],[7,11],[21,1],[12,5],[-8,8],[4,8],[11,5],[2,14],[-16,6],[6,10],[-8,-2],[-9,11],[0,8],[-12,5],[-3,8],[-12,-2],[0,9],[22,7],[18,-11],[29,-10],[33,-25],[8,-3],[18,-19],[33,17],[5,-4],[31,17],[26,9],[23,15],[15,6],[-14,9],[7,8],[22,8],[51,21]],[[6464,3277],[-33,24],[-10,12]],[[5785,3392],[-4,19],[12,3],[-29,60]],[[5764,3474],[-21,24]],[[7827,7233],[12,0],[6,-6],[15,9],[19,19],[15,9],[9,-6],[0,-17],[14,-2],[2,7],[13,-2],[11,8],[-4,17],[17,8]],[[7956,7277],[26,-20]],[[7425,7099],[14,9],[11,22],[28,27]],[[7478,7157],[27,-1],[17,3],[33,16],[44,12],[0,8],[-15,36]],[[7584,7231],[11,8],[13,27],[-3,8],[10,3],[11,13],[31,0],[49,14],[34,-2],[3,-12],[-12,-13],[-18,-8],[21,-3],[6,-11],[-9,-5],[9,-6],[4,-11],[12,14],[31,-11],[15,18],[25,-21]],[[1067,2855],[11,0],[7,-9]],[[1324,3018],[-6,-5],[20,-25],[8,-21],[25,-30],[8,7],[0,-21],[14,-25],[-1,-13],[-14,-6],[-48,-10],[-5,-11],[-18,-20],[6,-7],[-10,-3]],[[1303,2828],[-23,2],[-24,25],[-22,17],[-29,-1],[-23,-8],[-9,-9],[-19,-12],[-47,10],[-30,14],[-40,2],[-61,-29],[-15,-17],[-24,-13],[-23,-17],[-14,-24],[-14,-1],[-8,23],[8,32],[-4,16],[-29,33],[7,5],[25,33],[-28,-32],[-11,-3],[-29,24],[-18,9],[-36,13],[-12,31],[-7,8],[-7,21],[6,9],[-17,-3]],[[723,2991],[28,5],[51,17],[30,16]],[[838,3032],[4,-11],[23,0],[17,6],[3,-6],[22,-11],[26,3],[7,-14],[19,3],[17,8],[15,-2],[11,10],[33,0],[6,8],[36,-8],[12,17],[25,0],[22,3],[3,10],[25,-2],[9,2],[17,-11],[41,11],[14,-5],[25,0],[3,-8],[30,-8],[14,-14],[7,5]],[[4540,5095],[-87,-22],[-85,-25],[-7,-2],[-11,64],[-23,1],[5,10],[2,14],[6,14],[-2,11],[-7,0],[-29,13]],[[4302,5173],[-1,0]],[[4301,5173],[-3,1]],[[4298,5174],[3,-1]],[[4302,5173],[0,1]],[[4302,5174],[-1,2]],[[4301,5176],[-1,0]],[[4300,5176],[-1,0]],[[4299,5176],[1,0]],[[4301,5176],[1,0]],[[4302,5176],[0,-2]],[[4302,5176],[9,6],[26,-6],[-1,25],[-6,5]],[[4330,5206],[0,11],[7,2]],[[4337,5219],[-2,1]],[[4335,5220],[2,35],[7,0]],[[4344,5255],[2,0]],[[4346,5255],[3,-2]],[[4349,5253],[2,0]],[[4349,5253],[-3,2]],[[4344,5255],[2,8]],[[4346,5263],[1,11],[29,12],[14,10],[-9,9],[-20,16],[2,21],[-7,11],[-2,12],[-8,5],[-14,-14],[-9,11],[2,16],[-15,13],[4,12],[-12,19],[21,0],[6,11],[28,8],[14,-2],[0,13],[26,14],[8,-1],[4,-14]],[[8158,8726],[-8,-8],[14,-24],[-2,-6],[12,-5],[7,-14],[1,-11],[11,-11],[8,-16],[8,2],[-3,-11],[7,-2],[3,-14],[-9,-13],[9,-19],[-9,-14],[11,-22],[-4,-13],[8,-9],[-1,-22],[-75,-8],[4,-19],[-29,-18],[-6,10],[-47,-8],[10,-35],[0,-17],[14,-32],[43,-58],[18,-33],[3,-24]],[[8156,8252],[-6,-25],[-18,-41]],[[8088,8040],[-35,-14],[-158,-57]],[[8629,6189],[53,-29]],[[7780,7742],[43,-24],[-6,-13],[-5,2],[-12,-19]],[[7800,7688],[-13,-11],[-12,-2],[-19,-31],[34,-16],[-17,-32],[7,-16],[9,-3],[-2,19],[24,29],[5,0],[96,-24],[5,-8],[-4,-9],[19,-18],[3,2],[13,-59],[-13,-1],[5,-21],[13,2],[11,-5],[28,0],[26,11],[4,-14],[-3,-16],[3,-20]],[[8022,7445],[31,-2],[13,-5],[-32,-57],[-19,-28],[-5,-29],[-6,-15]],[[7274,7211],[19,14],[37,35],[18,25],[-61,68],[-17,8],[-36,36],[-22,11],[6,2],[-39,36],[-17,21],[-2,9],[-25,24]],[[6458,4078],[-2,9],[37,0],[10,2],[2,16],[-9,0],[3,24],[32,-2],[15,-3],[8,28],[-4,3],[11,18],[-20,16],[22,31]],[[5705,1678],[-14,5],[-13,71],[-1,17],[4,10],[0,36],[3,10],[-7,14],[-31,19],[-28,25],[-35,36],[-8,21]],[[7135,6835],[-33,-8],[-17,-16],[-8,14],[-30,-6],[-51,-30],[-27,-16],[-44,-3],[-30,-24],[-12,-4]],[[6883,6742],[-1,0]],[[6882,6742],[-38,36],[-18,11],[-40,8]],[[2693,3362],[1,2]],[[2694,3364],[3,1]],[[2697,3365],[14,10],[-14,-16],[-17,-8],[13,11]],[[2697,3365],[-3,-1]],[[2694,3364],[-1,-2]],[[2693,3362],[-15,0]],[[2700,3381],[-6,-8],[3,-8]],[[2767,3389],[-17,-6],[-19,-13],[-24,-22],[-39,-25],[1,6],[26,16],[4,11],[29,14],[25,18],[14,1]],[[3127,3383],[8,-5],[44,16],[29,1],[-15,-7],[-64,-15],[-4,-4],[-33,-8],[-25,1],[-3,5]],[[3381,3337],[16,8],[15,-8],[7,6],[29,-22]],[[3448,3321],[12,19]],[[3460,3340],[18,-25],[-5,-3],[19,-22],[-65,-26],[26,-30],[6,-11],[-20,-8],[9,-17],[11,-2],[-5,-12],[9,-19]],[[3463,3165],[2,0]],[[2631,3214],[3,6],[-13,11],[12,14],[27,29],[15,33],[-4,8],[28,16],[19,19],[39,25],[22,-2],[8,3],[18,-4],[18,-16],[8,-2],[25,-12],[46,-10],[6,-3],[38,-6],[56,3],[11,3],[5,8],[29,-5],[0,8],[20,2],[48,12],[28,5],[70,16],[15,8],[29,22],[31,17],[25,10],[18,0],[-9,20]],[[3324,3454],[15,-32],[17,-12],[1,-18],[8,-25],[16,-30]],[[6920,1234],[-40,-14],[-8,6],[-13,-12],[-6,1],[-16,-17],[-25,-16],[-15,-27],[-17,-5],[-7,-6],[7,-6],[-19,-24],[-12,-8],[3,-8],[-9,-11],[7,-3],[-6,-11],[2,-16],[-5,-11],[-24,-11],[5,-9],[-5,-13],[-10,6],[-26,2],[-14,-6],[-19,34],[-12,13],[-20,55],[-15,10],[-15,-14],[-28,-19],[-10,-15],[-12,-3],[-54,-3],[0,-17],[21,-27],[8,-5],[-2,-20]],[[6509,1004],[-14,-5]],[[6495,999],[-19,-7],[-30,2]],[[6446,994],[-9,25],[9,7],[-11,30],[-11,-4],[-16,4],[-6,8],[-22,-5],[1,19],[-4,30],[-6,17],[0,24],[-10,0],[-17,-27],[-10,-22],[-16,-5],[-10,8]],[[6308,1103],[5,11],[-12,32],[9,14],[11,3],[1,14],[-26,32],[17,19],[25,5],[34,-15],[18,13],[5,14]],[[567,2293],[3,-2]],[[570,2291],[1,0]],[[571,2291],[0,-3]],[[571,2288],[-1,0]],[[570,2288],[16,-17],[29,-7],[10,3],[18,-4],[0,-5],[18,-5],[3,-6],[19,-6],[44,-12],[94,-12],[29,-3],[14,-22]],[[867,1874],[-11,16],[-31,0],[-2,9],[-49,24],[-36,0],[-8,-6],[-40,19],[-11,-2],[-7,10],[-15,7],[-57,24],[-1,5],[-11,-16],[-13,-11],[17,-19],[-11,-3],[1,-11],[-5,-8],[-14,5],[-11,14],[-25,14],[-7,-3],[-4,-14],[-14,-7],[-8,7],[-17,0],[-12,-27],[-13,0],[-11,17],[-35,-4],[27,-119],[4,-27],[-44,-6],[-101,-8],[-63,-3],[-39,14],[-12,-3],[-7,35],[-17,11],[-4,9],[-15,-13],[-13,5],[-2,11],[-10,8],[-14,5],[-22,33],[-22,3],[-8,16],[15,8],[-1,21],[-24,12],[-11,13],[-4,17],[15,2],[14,9],[-48,46],[70,68],[-6,25],[-23,26],[-1,22],[2,14],[-7,12],[3,10],[-12,16],[1,9],[14,13],[19,11],[53,16],[36,19],[33,9]],[[182,2283],[3,2]],[[185,2285],[1,0]],[[186,2285],[19,-8],[38,11],[8,5],[25,3],[55,14],[26,11],[21,19],[39,3],[12,-5],[59,-6],[-2,-8],[16,-3],[7,-8],[22,0],[-4,-9],[14,-2],[1,10],[25,-19]],[[571,2288],[0,3]],[[570,2291],[-3,2]],[[567,2293],[3,-5]],[[185,2285],[-3,-2]],[[182,2283],[4,2]],[[6657,9146],[-31,-11],[-2,-5],[-66,-34],[16,-21],[10,-30],[-19,-8],[-12,-14],[-31,-16]],[[6100,9214],[21,14],[64,27],[80,35],[43,12],[22,12],[27,9],[20,11],[18,5],[36,17],[3,7]],[[6434,9363],[6,-7]],[[6440,9356],[5,-3]],[[4285,2585],[-12,-11],[-10,-19],[-3,-11],[9,-21]],[[3833,2604],[-9,3],[-30,0],[-14,5],[-9,19],[0,17],[-9,8],[-12,2],[-27,12],[-14,2],[-9,-6],[-19,4],[-8,18],[-17,1],[-34,-9]],[[5321,1825],[-63,19],[-45,9],[-74,19],[-3,-12],[-7,-11],[-1,-13],[-14,-8],[-55,2],[-52,-8],[-85,19],[-65,-19],[-32,24],[17,44],[19,65],[5,25]],[[4866,1980],[7,13],[39,6],[5,22],[6,6]],[[4866,1980],[-50,27],[-57,33]],[[6783,212],[-10,-17],[-7,-7]],[[6661,22],[-14,0],[-23,-19],[-17,-3],[1,16],[-16,-3],[-2,6],[-13,-6],[-3,-8],[-12,3],[-19,11],[-3,38],[-7,13],[-26,-16],[-33,-8],[-25,-19],[-14,-17],[-10,42]],[[6425,52],[-1,34],[-15,25],[-9,1],[3,16],[-23,14],[-16,26],[2,28],[25,11],[19,-3],[9,8],[7,19],[9,-2],[11,10]],[[6446,239],[-5,6],[10,8],[8,-5],[17,11],[-6,23],[-6,14]],[[6069,4075],[10,11],[-11,5],[4,12]],[[6072,4103],[-8,10],[3,14],[-12,17],[-24,19],[9,8],[-36,-8],[-15,11]],[[5989,4174],[3,10]],[[5992,4184],[-3,6],[7,13],[10,0],[18,11],[18,-5],[-9,11],[-10,3]],[[6023,4223],[-48,-17],[-27,-2],[-2,27],[22,5],[-6,9],[-7,-1],[-4,9],[-19,-8],[-5,5],[-14,-8],[5,19],[7,7]],[[5925,4268],[0,1]],[[5925,4269],[9,-5],[29,22]],[[8494,5075],[-13,-24],[-15,19],[-11,3]],[[8455,5073],[-14,-5],[0,-12],[-7,0],[-12,-13],[-13,-6],[-19,9],[-5,16],[9,10],[-40,31]],[[8354,5103],[-1,2],[-36,-8],[-58,-11],[-22,5],[-87,9],[-39,-14],[-12,0]],[[7903,5318],[25,24],[5,-2],[10,10],[-5,3],[15,6],[15,11],[16,3],[40,23],[20,12],[1,7],[38,20],[58,21],[32,9],[59,-3],[26,3]],[[9275,6012],[35,25],[15,22],[20,35],[8,20],[26,16],[14,-12],[4,-16],[9,-16],[19,-46],[14,-55],[30,-24],[19,-41],[17,-30],[11,0],[15,-6],[23,1],[9,-6],[1,-14],[13,-19],[21,-62]],[[2459,4511],[-54,-32],[-19,-14],[-42,-25],[6,-10],[32,-9],[7,-16],[12,11],[7,-6],[4,-16],[27,-6],[2,-5],[-18,-8],[-22,-16],[4,-5],[-17,-7],[-12,3],[-12,11],[-4,-13],[13,-19],[-34,-17],[-40,-10],[-36,-14],[2,-19],[14,-19]],[[1988,4457],[29,30],[29,35],[40,46],[25,22],[57,58]],[[8792,4879],[-3,-35],[-4,-36],[-7,-16],[-12,5],[-15,-10],[2,-11],[13,-9],[2,-8],[-41,-38],[-55,-6],[-50,-11],[6,-10],[-19,-38],[-8,-1],[4,-13],[0,-30]],[[8020,4531],[-62,13],[5,8],[-11,11],[-7,16],[2,11],[-7,3],[5,6],[-21,8]],[[7924,4607],[3,8],[-7,8],[-11,3]],[[7909,4626],[-10,11],[-4,13],[0,28],[-6,10]],[[7889,4688],[-15,44]],[[7874,4732],[-6,5],[-7,17],[8,16],[16,3],[10,-3],[11,9],[15,21]],[[6509,1004],[-6,-10],[9,-39],[14,-18],[9,2],[21,-10],[0,-23],[27,-8],[-4,-26],[-1,-28],[-22,-22],[-7,-2],[12,-20]],[[6241,958],[8,11],[-2,11],[-17,12],[-22,5],[-6,7],[0,11],[22,28],[13,35],[1,31],[13,5],[15,-3],[12,-8],[17,-5],[13,5]],[[9953,8873],[-5,0]],[[9948,8873],[-5,-3],[8,17],[2,-14]],[[9647,8934],[19,-6],[12,-8],[12,0],[11,-6],[7,6],[40,-11],[11,2],[21,-16],[9,3],[25,-11],[0,5],[17,3],[15,-11],[45,-13],[51,-8],[4,-14],[6,-2],[-7,15],[3,11]],[[9948,8873],[5,0]],[[9953,8873],[7,-40],[-5,2],[17,-49],[2,-49],[-3,-21],[-13,-9],[-10,-16],[51,-27],[-33,-12],[-32,-7],[-30,-47],[-4,-27]],[[9321,8415],[2,4],[-15,45],[1,3],[-15,41]],[[9294,8508],[0,22],[-12,57],[-16,0],[-4,27],[-32,-5],[-2,14],[-66,-9]],[[9162,8614],[17,20]],[[9179,8634],[-1,0]],[[9178,8634],[-5,2]],[[9173,8636],[12,9],[-2,21],[6,6],[4,19],[8,11]],[[9201,8702],[8,-3],[9,14],[-23,3],[5,13],[16,22],[-10,8],[22,21],[-6,4],[-10,22],[7,4],[-14,20],[-19,-8]],[[9785,9165],[-8,0]],[[9777,9165],[-54,-2]],[[9723,9163],[-7,-1]],[[9716,9162],[-2,8]],[[9714,9170],[0,3]],[[9714,9173],[-1,3],[-41,-3]],[[9672,9173],[45,3]],[[9717,9176],[18,2]],[[9735,9178],[8,1]],[[9743,9179],[12,0]],[[9755,9179],[2,0]],[[9757,9179],[10,2]],[[9767,9181],[33,1]],[[9800,9182],[1,-15]],[[9801,9167],[-16,-2]],[[9800,9182],[-21,-1],[-1,-16],[7,0]],[[9785,9165],[16,2]],[[9801,9167],[-1,15]],[[9767,9181],[-10,-2]],[[9757,9179],[0,-14],[20,0]],[[9777,9165],[1,16],[-11,0]],[[9755,9179],[-12,0]],[[9743,9179],[-8,-1]],[[9735,9178],[0,-8]],[[9735,9170],[0,-5],[21,0],[1,14]],[[9735,9178],[-18,-2]],[[9717,9176],[-3,-3]],[[9714,9173],[0,-3]],[[9714,9170],[2,-8]],[[9716,9162],[7,1]],[[9723,9163],[12,7]],[[9672,9182],[31,8],[69,5],[43,0],[-98,-3],[-45,-10]],[[6792,6683],[7,2],[56,41],[21,-5],[6,21]],[[6882,6742],[1,0]],[[5192,8291],[14,-15],[9,-2],[13,5],[12,-13],[2,-13],[10,-22],[12,-14],[-52,3],[-6,15],[-19,28],[-3,27],[8,1]],[[4672,8018],[-1,2]],[[4671,8020],[31,22],[62,44],[66,47],[43,32],[65,46],[61,46],[14,8],[66,15],[10,-1],[-76,-18],[-26,-17],[-176,-126],[-18,-16],[-1,-8],[-26,-11],[-66,-48],[-28,-17]],[[5106,8282],[7,-30],[-12,36],[5,-6]],[[5381,7489],[-23,-3],[-13,-8],[-23,6],[-40,19],[-24,17],[-23,24],[-37,21],[-18,1],[-6,8],[11,6],[-14,10],[-12,19],[17,8],[-12,3],[12,19],[11,6],[15,16],[28,10],[19,12],[12,-3],[18,5],[14,14],[3,14],[-2,18],[6,7],[-8,13],[0,11],[-14,43],[-13,9],[14,8],[7,10],[14,1],[-1,27]],[[5299,7860],[1,0]],[[5300,7860],[1,3]],[[5301,7863],[-5,13],[12,3],[13,13],[43,30],[-37,-24],[-21,-16],[2,7],[-12,42],[-4,2],[-4,17],[-14,38],[-1,24],[2,6],[-8,13],[12,6],[0,6],[11,8],[0,15],[8,19],[-3,9],[-10,1],[-18,10],[-1,22],[16,3],[-3,24],[7,0],[3,22],[-4,14],[-1,-14],[-7,-19],[-2,-20],[-13,-4],[-12,24],[-15,24],[-23,-3],[-5,4],[17,5],[-9,27],[-12,2],[52,0],[2,-21],[4,8],[-5,13],[11,-16],[-4,16],[16,-5],[-24,38],[-5,20],[3,10],[-4,14],[-16,27],[-11,27],[-16,-7],[-59,-47],[-18,-11],[-14,-3],[-1,-13],[-6,29],[7,-7],[29,10],[72,58],[11,14],[4,24],[-10,11],[43,22],[15,11],[9,16],[7,25],[7,34],[4,49]],[[6425,52],[-19,-6],[-16,-17],[-24,0],[-21,-10],[-16,0],[-37,51],[-22,-11],[-13,25],[-7,32],[-29,-2],[-26,-27],[-22,-16],[-17,-26],[3,-7],[-7,-14],[-22,0],[-14,9],[-12,18],[-13,-16],[-13,2],[-8,-10],[-12,2],[-10,-13],[-28,3],[-1,7],[-13,0],[0,17],[27,25],[13,18],[1,14],[9,12],[-2,10],[-14,19],[-11,19],[2,11],[12,11],[7,14],[-6,11]],[[4361,7775],[4,-3]],[[4365,7772],[-13,4],[-10,-3],[-3,-33],[28,14],[0,-4],[66,-108],[15,-14],[-1,-10],[58,-96],[9,-13],[7,2],[11,-11],[-11,-3],[16,-25],[-9,-86],[-15,-136],[-2,-34]],[[3756,7710],[-8,-1],[17,-13],[50,-24],[29,-17],[17,-5],[10,-8],[45,-20],[25,1],[63,17],[25,19],[56,21],[41,44],[9,30],[28,19],[27,3],[19,0],[25,10],[22,5],[15,-7],[25,3],[13,7],[9,14],[11,-8],[-6,-5],[17,-12],[7,3],[14,-11]],[[4365,7772],[-4,3]],[[4361,7775],[-10,11],[17,12],[-1,10],[14,2],[92,66],[62,46],[11,6],[125,92]],[[4672,8018],[-103,-76],[-26,-19],[-161,-117],[-1,-12],[-14,4],[-10,-9],[8,-17]],[[7599,3983],[-8,2],[-20,11],[-13,3],[-16,8],[-16,0],[-22,-22],[-45,6],[-14,-3],[-18,3],[-20,-5],[-26,-3],[-30,13],[-37,27],[-13,12],[-5,13],[25,6],[0,14],[-16,5],[-40,30],[-4,-1]]],"transform":{"scale":[0.00038700704871340546,0.00028052673186612534],"translate":[3.358523786222329,50.7511918994852]}}
<!DOCTYPE html>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<style>
body {
font-size: 10px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
fill: #aaa;
}
.borders {
fill:none;
stroke: #777;
stroke-width: .5px;
stroke-linejoin: round;
stroke-linecap: round;
pointer-events: none;
opacity: 0;
}
.polygons {
fill: none;
stroke: #c5b0d5;
pointer-events: all;
}
circle.station {
fill: #9467bd;
}
circle.station.dimmed {
fill-opacity: 0.25;
}
</style>
<body>
<svg width="400" height="450"></svg>
<a href="#" id="link_0">vertical</a> |
<a href="#" id="link_1">horizontal</a> |
<a href="#" id="link_2">map</a>
</body>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script src="main.js"></script>
<script src="chart.js"></script>
<script src="slope.js"></script>
<script src="map.js"></script>
var svg = d3.select("svg"),
width = +svg.attr("width"),
height = +svg.attr("height"),
margin = {top: 20, right: 30, bottom: 20, left: 30},
legend = {width: 200, height: 12, top: 32, left: 20},
current = 0,
megastations;
var projection = d3.geoMercator()
.center([5.4, 52.088]) // Utrecht
.translate([(width - margin.left - margin.right) / 2, height / 2])
.scale(width * 12);
var path = d3.geoPath()
.projection(projection);
svg.append("g")
.attr("class", "g-map")
.attr("transform", "translate(" + margin.left + "," + margin.top + ")");
d3.queue()
.defer(d3.json, "gemeente.json")
.defer(d3.json, "stations.json")
.defer(d3.csv, "timetable.csv")
.await(ready);
function ready(error, map, stations, departures) {
if (error) return console.error(error);
svg.selectAll(".g-map").append("path")
.datum(topojson.mesh(map, map.objects.area, (a,b) => a === b))
.attr("class", "borders")
.attr("d", path);
megastations = stations.filter(d => d.stationtype === "megastation");
var num_departures = d3.nest()
.key(d => d.station)
.rollup(v => v.length)
.map(departures.filter(d => megastations.map(d => d.code).indexOf(d.station) >= 0));
svg.selectAll(".g-map").append("g")
.attr("class", "stations");
svg.selectAll(".g-map").append("g")
.attr("class", "polygons");
draw();
}
/*
* what chart to draw?
*/
function draw() {
switch(current) {
case 0:
makeChart();
break;
case 1:
makeSlope();
break;
case 2:
makeMap();
break;
default:
console.log("unknown");
}
}
/*
* activate links
*/
d3.select("#link_0")
.on("click", function(e){
current = 0;
draw();
});
d3.select("#link_1")
.on("click", function(e){
current = 1;
draw();
});
d3.select("#link_2")
.on("click", function(e){
current = 2;
draw();
});
function makeMap() {
console.log("map");
var t = d3.transition().duration(2000),
r = 5;
// fade in the map
d3.selectAll(".borders").transition(t)
.style("opacity", 1);
// voronoi
var voronoi = d3.voronoi()
.x(d => projection([d.lon, d.lat])[0])
.y(d => projection([d.lon, d.lat])[1])
.size([width - margin.left - margin.right, height - margin.top - margin.bottom])(megastations);
var polygon = svg.selectAll(".polygons").selectAll("path")
.data(voronoi.polygons());
polygon.exit().remove();
polygon.enter()
.append("path")
.on("mouseover", d => {
console.log(d.data.code);
d3.selectAll(".station").classed("dimmed", true);
d3.selectAll(".station-" + d.data.code).classed("dimmed", false).classed("highlighted", true);
})
.on("mouseout", () => d3.selectAll(".station").classed("dimmed highlighted", false))
.transition(t)
.attr("d", d => d ? "M" + d.join("L") + "Z" : null);
polygon.transition(t)
.attr("d", d => d ? "M" + d.join("L") + "Z" : null);
// stations
var station = svg.selectAll(".stations").selectAll(".station")
.data(megastations);
station.exit().remove();
station.enter()
.append("circle")
.attr("class", d => "station station-" + d.code + " " + d.stationtype)
.attr("cx", d => projection([d.lon, d.lat])[0])
.attr("cy", d => projection([d.lon, d.lat])[1])
.attr("r", r);
station.transition(t)
.attr("cx", d => projection([d.lon, d.lat])[0])
.attr("cy", d => projection([d.lon, d.lat])[1]);
}
function makeSlope() {
console.log("slope");
var t = d3.transition().duration(2000),
r = 5,
s = 25;
// fade out the map
d3.selectAll(".borders").transition(t)
.style("opacity", 0);
// voronoi
var voronoi = d3.voronoi()
.x(10)
.y((d,i) => margin.top + i * s)
.extent([[0, margin.top - s/2],[width - margin.left - margin.right, margin.top + megastations.length * s - s/2]])(megastations);
var polygon = svg.selectAll(".polygons").selectAll("path")
.data(voronoi.polygons());
polygon.exit().remove();
polygon.enter()
.append("path")
.on("mouseover", d => {
console.log(d.data.code);
d3.selectAll(".station").classed("dimmed", true);
d3.selectAll(".station-" + d.data.code).classed("dimmed", false).classed("highlighted", true);
})
.on("mouseout", () => d3.selectAll(".station").classed("dimmed highlighted", false))
.transition(t)
.attr("d", d => d ? "M" + d.join("L") + "Z" : null);
polygon.transition(t)
.attr("d", d => d ? "M" + d.join("L") + "Z" : null);
// stations
var station = svg.selectAll(".stations").selectAll(".station")
.data(megastations);
station.exit().remove();
station.enter()
.append("circle")
.attr("class", d => "station station-" + d.code + " " + d.stationtype)
.attr("cx", 10)
.attr("cy", (d,i) => margin.top + i * s)
.attr("r", r);
station.transition(t)
.attr("cx", 10)
.attr("cy", (d,i) => margin.top + i * s);
}
[
{
"code": "HT",
"country": "NL",
"key": "HT",
"lat": "51.69048",
"lon": "5.29362",
"names": {
"long": "'s-Hertogenbosch",
"middle": "'s-Hertogenbosch",
"short": "Den Bosch"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [
"Hertogenbosch ('s)",
"Den Bosch"
],
"uic_code": "8400319"
},
{
"code": "HTO",
"country": "NL",
"key": "HTO",
"lat": "51.700553894043",
"lon": "5.3183331489563",
"names": {
"long": "'s-Hertogenbosch Oost",
"middle": "Hertogenb. Oost",
"short": "Dn Bosch O"
},
"stationtype": "stoptreinstation",
"synonyms": [
"Hertogenbosch Oost ('s)",
"Den Bosch Oost"
],
"uic_code": "8400320"
},
{
"code": "HDE",
"country": "NL",
"key": "HDE",
"lat": "52.4091682",
"lon": "5.893611",
"names": {
"long": "'t Harde",
"middle": "'t Harde",
"short": "'t Harde"
},
"stationtype": "stoptreinstation",
"synonyms": [
"Harde ('t)"
],
"uic_code": "8400388"
},
{
"code": "ATN",
"country": "NL",
"key": "ATN",
"lat": "51.9213265245505",
"lon": "6.57862722873687",
"names": {
"long": "Aalten",
"middle": "Aalten",
"short": "Aalten"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400045"
},
{
"code": "AC",
"country": "NL",
"key": "AC",
"lat": "52.2785",
"lon": "4.977",
"names": {
"long": "Abcoude",
"middle": "Abcoude",
"short": "Abcoude"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400047"
},
{
"code": "AKM",
"country": "NL",
"key": "AKM",
"lat": "53.0463905334473",
"lon": "5.84361124038696",
"names": {
"long": "Akkrum",
"middle": "Akkrum",
"short": "Akkrum"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400049"
},
{
"code": "AMR",
"country": "NL",
"key": "AMR",
"lat": "52.6377792358398",
"lon": "4.73972225189209",
"names": {
"long": "Alkmaar",
"middle": "Alkmaar",
"short": "Alkmaar"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400050"
},
{
"code": "AMRN",
"country": "NL",
"key": "AMRN",
"lat": "52.6438903808594",
"lon": "4.76416683197022",
"names": {
"long": "Alkmaar Noord",
"middle": "Alkmaar Noord",
"short": "Alkmaar N"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400052"
},
{
"code": "AML",
"country": "NL",
"key": "AML",
"lat": "52.3580551147461",
"lon": "6.65388870239258",
"names": {
"long": "Almelo",
"middle": "Almelo",
"short": "Almelo"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400051"
},
{
"code": "AMRI",
"country": "NL",
"key": "AMRI",
"lat": "52.3419456481934",
"lon": "6.66666650772095",
"names": {
"long": "Almelo de Riet",
"middle": "Almelo de Riet",
"short": "de Riet"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400520"
},
{
"code": "ALMB",
"country": "NL",
"key": "ALMB",
"lat": "52.3941650390625",
"lon": "5.2780556678772",
"names": {
"long": "Almere Buiten",
"middle": "Almere Buiten",
"short": "Buiten"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400081"
},
{
"code": "ALM",
"country": "NL",
"key": "ALM",
"lat": "52.37503",
"lon": "5.21764",
"names": {
"long": "Almere Centrum",
"middle": "Almere C.",
"short": "Almere C"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [
"Almere"
],
"uic_code": "8400080"
},
{
"code": "ALMM",
"country": "NL",
"key": "ALMM",
"lat": "52.3675003051758",
"lon": "5.19027757644653",
"names": {
"long": "Almere Muziekwijk",
"middle": "Muziekwijk",
"short": "Muziekwijk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400082"
},
{
"code": "ALMO",
"country": "NL",
"key": "ALMO",
"lat": "52.4033317565918",
"lon": "5.30055570602417",
"names": {
"long": "Almere Oostvaarders",
"middle": "Oostvaarders",
"short": "Oostvaard"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400226"
},
{
"code": "ALMP",
"country": "NL",
"key": "ALMP",
"lat": "52.3766670227051",
"lon": "5.24472236633301",
"names": {
"long": "Almere Parkwijk",
"middle": "Almere Parkwijk",
"short": "Parkwijk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400104"
},
{
"code": "AMPO",
"country": "NL",
"key": "AMPO",
"lat": "52.342778",
"lon": "5.151944",
"names": {
"long": "Almere Poort",
"middle": "Almere Poort",
"short": "Almere Prt"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400450"
},
{
"code": "APN",
"country": "NL",
"key": "APN",
"lat": "52.1244430541992",
"lon": "4.65777778625488",
"names": {
"long": "Alphen a/d Rijn",
"middle": "Alphen a/d Rijn",
"short": "Alphen"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [
"Alphen aan den Rijn"
],
"uic_code": "8400053"
},
{
"code": "AMF",
"country": "NL",
"key": "AMF",
"lat": "52.1538887023926",
"lon": "5.37055540084839",
"names": {
"long": "Amersfoort",
"middle": "Amersfoort",
"short": "Amersfoort"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400055"
},
{
"code": "AMFS",
"country": "NL",
"key": "AMFS",
"lat": "52.1748221374512",
"lon": "5.40388870239258",
"names": {
"long": "Amersfoort Schothorst",
"middle": "Schothorst",
"short": "Schothorst"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400054"
},
{
"code": "AVAT",
"country": "NL",
"key": "AVAT",
"lat": "52.1927795410156",
"lon": "5.43388891220093",
"names": {
"long": "Amersfoort Vathorst",
"middle": "Vathorst",
"short": "Vathorst"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400228"
},
{
"code": "ASA",
"country": "NL",
"key": "ASA",
"lat": "52.3466682434082",
"lon": "4.91777801513672",
"names": {
"long": "Amsterdam Amstel",
"middle": "Amsterdam Amstel",
"short": "Amstel"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400057"
},
{
"code": "ASB",
"country": "NL",
"key": "ASB",
"lat": "52.3122215270996",
"lon": "4.94694423675537",
"names": {
"long": "Amsterdam Bijlmer ArenA",
"middle": "Bijlmer ArenA",
"short": "Bijlmer A"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400074"
},
{
"code": "ASD",
"country": "NL",
"key": "ASD",
"lat": "52.3788871765137",
"lon": "4.90027761459351",
"names": {
"long": "Amsterdam Centraal",
"middle": "Amsterdam CS",
"short": "Amsterdam"
},
"stationtype": "megastation",
"synonyms": [
"Amsterdam"
],
"uic_code": "8400058"
},
{
"code": "ASHD",
"country": "NL",
"key": "ASHD",
"lat": "52.29844",
"lon": "4.95972",
"names": {
"long": "Amsterdam Holendrecht",
"middle": "Holendrecht",
"short": "Holendrcht"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400231"
},
{
"code": "ASDL",
"country": "NL",
"key": "ASDL",
"lat": "52.3577766418457",
"lon": "4.83388900756836",
"names": {
"long": "Amsterdam Lelylaan",
"middle": "Lelylaan",
"short": "Lelylaan"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400079"
},
{
"code": "ASDM",
"country": "NL",
"key": "ASDM",
"lat": "52.3605537414551",
"lon": "4.93111133575439",
"names": {
"long": "Amsterdam Muiderpoort",
"middle": "Muiderpoort",
"short": "Muiderprt"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400060"
},
{
"code": "RAI",
"country": "NL",
"key": "RAI",
"lat": "52.3372230529785",
"lon": "4.89027786254883",
"names": {
"long": "Amsterdam RAI",
"middle": "Amsterdam RAI",
"short": "RAI"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400056"
},
{
"code": "ASSP",
"country": "NL",
"key": "ASSP",
"lat": "52.35526",
"lon": "4.94651",
"names": {
"long": "Amsterdam Science Park",
"middle": "Science Park",
"short": "Scienceprk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400235"
},
{
"code": "ASS",
"country": "NL",
"key": "ASS",
"lat": "52.3888893127441",
"lon": "4.83777761459351",
"names": {
"long": "Amsterdam Sloterdijk",
"middle": "Sloterdijk",
"short": "Sloterdijk"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400059"
},
{
"code": "VMW",
"country": "NL",
"key": "VMW",
"lat": "52.330134",
"lon": "4.92975",
"names": {
"long": "Amsterdam Van der Madeweg",
"middle": "Van der Madeweg",
"short": "vd Madeweg"
},
"stationtype": "facultatiefStation",
"synonyms": [],
"uic_code": "8400078"
},
{
"code": "ASDZ",
"country": "NL",
"key": "ASDZ",
"lat": "52.3388900756836",
"lon": "4.871666431427",
"names": {
"long": "Amsterdam Zuid",
"middle": "Amsterdam Zuid",
"short": "Amsterdm Z"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400061"
},
{
"code": "ANA",
"country": "NL",
"key": "ANA",
"lat": "52.8672218322754",
"lon": "4.81111097335815",
"names": {
"long": "Anna Paulowna",
"middle": "Anna Paulowna",
"short": "Anna Paulo"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400065"
},
{
"code": "APD",
"country": "NL",
"key": "APD",
"lat": "52.2091674804687",
"lon": "5.97027778625488",
"names": {
"long": "Apeldoorn",
"middle": "Apeldoorn",
"short": "Apeldoorn"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400066"
},
{
"code": "APDM",
"country": "NL",
"key": "APDM",
"lat": "52.2052764892578",
"lon": "6.00055551528931",
"names": {
"long": "Apeldoorn De Maten",
"middle": "De Maten",
"short": "De Maten"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400233"
},
{
"code": "APDO",
"country": "NL",
"key": "APDO",
"lat": "52.2152786254883",
"lon": "6.00444459915161",
"names": {
"long": "Apeldoorn Osseveld",
"middle": "Osseveld",
"short": "Osseveld"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400229"
},
{
"code": "APG",
"country": "NL",
"key": "APG",
"lat": "53.3258135",
"lon": "6.8619577",
"names": {
"long": "Appingedam",
"middle": "Appingedam",
"short": "Appingedam"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400067"
},
{
"code": "AKL",
"country": "NL",
"key": "AKL",
"lat": "51.8719444274902",
"lon": "4.99277782440186",
"names": {
"long": "Arkel",
"middle": "Arkel",
"short": "Arkel"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400068"
},
{
"code": "ARN",
"country": "NL",
"key": "ARN",
"lat": "51.5016670227051",
"lon": "3.66916656494141",
"names": {
"long": "Arnemuiden",
"middle": "Arnemuiden",
"short": "Arnemuiden"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400069"
},
{
"code": "AH",
"country": "NL",
"key": "AH",
"lat": "51.9850006103516",
"lon": "5.89916658401489",
"names": {
"long": "Arnhem Centraal",
"middle": "Arnhem C.",
"short": "Arnhem C"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [
"Arnhem"
],
"uic_code": "8400071"
},
{
"code": "AHPR",
"country": "NL",
"key": "AHPR",
"lat": "51.9880561828613",
"lon": "5.94388866424561",
"names": {
"long": "Arnhem Presikhaaf",
"middle": "Presikhaaf",
"short": "Presikhaaf"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400075"
},
{
"code": "AHP",
"country": "NL",
"key": "AHP",
"lat": "51.985279083252",
"lon": "5.91944456100464",
"names": {
"long": "Arnhem Velperpoort",
"middle": "Velperpoort",
"short": "Velperprt"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400072"
},
{
"code": "AHZ",
"country": "NL",
"key": "AHZ",
"lat": "51.9550018310547",
"lon": "5.85194444656372",
"names": {
"long": "Arnhem Zuid",
"middle": "Arnhem Zuid",
"short": "Arnhem Z"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400227"
},
{
"code": "ASN",
"country": "NL",
"key": "ASN",
"lat": "52.9916648864746",
"lon": "6.57083320617676",
"names": {
"long": "Assen",
"middle": "Assen",
"short": "Assen"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400073"
},
{
"code": "BRN",
"country": "NL",
"key": "BRN",
"lat": "52.2083320617676",
"lon": "5.28083324432373",
"names": {
"long": "Baarn",
"middle": "Baarn",
"short": "Baarn"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400086"
},
{
"code": "NSCH",
"country": "NL",
"key": "NSCH",
"lat": "53.1844",
"lon": "7.19937",
"names": {
"long": "Bad Nieuweschans",
"middle": "Bad Nieuweschans",
"short": "Nweschans"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [
"Nieuweschans"
],
"uic_code": "8400457"
},
{
"code": "BF",
"country": "NL",
"key": "BF",
"lat": "53.3608969",
"lon": "6.5185581",
"names": {
"long": "Baflo",
"middle": "Baflo",
"short": "Baflo"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400089"
},
{
"code": "BRD",
"country": "NL",
"key": "BRD",
"lat": "51.8547210693359",
"lon": "4.5533332824707",
"names": {
"long": "Barendrecht",
"middle": "Barendrecht",
"short": "Barendrcht"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400090"
},
{
"code": "BNC",
"country": "NL",
"key": "BNC",
"lat": "52.1399993896484",
"lon": "5.59027767181396",
"names": {
"long": "Barneveld Centrum",
"middle": "Barneveld C.",
"short": "Barnevld C"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400091"
},
{
"code": "BNN",
"country": "NL",
"key": "BNN",
"lat": "52.1613883972168",
"lon": "5.59805536270142",
"names": {
"long": "Barneveld Noord",
"middle": "Barneveld Noord",
"short": "Barnevld N"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400092"
},
{
"code": "BNZ",
"country": "NL",
"key": "BNZ",
"lat": "52.128853",
"lon": "5.60246",
"names": {
"long": "Barneveld Zuid",
"middle": "Barneveld Zuid",
"short": "Barnevld Z"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400115"
},
{
"code": "BDM",
"country": "NL",
"key": "BDM",
"lat": "53.3068857",
"lon": "6.593054",
"names": {
"long": "Bedum",
"middle": "Bedum",
"short": "Bedum"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400094"
},
{
"code": "BK",
"country": "NL",
"key": "BK",
"lat": "50.9474983215332",
"lon": "5.78666687011719",
"names": {
"long": "Beek-Elsloo",
"middle": "Beek-Elsloo",
"short": "Beek-E"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400096"
},
{
"code": "BSD",
"country": "NL",
"key": "BSD",
"lat": "51.8994445800781",
"lon": "5.19444465637207",
"names": {
"long": "Beesd",
"middle": "Beesd",
"short": "Beesd"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400097"
},
{
"code": "BL",
"country": "NL",
"key": "BL",
"lat": "52.8547210693359",
"lon": "6.52111101150513",
"names": {
"long": "Beilen",
"middle": "Beilen",
"short": "Beilen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400100"
},
{
"code": "BGN",
"country": "NL",
"key": "BGN",
"lat": "51.4938888549805",
"lon": "4.29611110687256",
"names": {
"long": "Bergen op Zoom",
"middle": "Bergen op Zoom",
"short": "Bergen opZ"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400108"
},
{
"code": "BET",
"country": "NL",
"key": "BET",
"lat": "51.5099983215332",
"lon": "5.38916683197022",
"names": {
"long": "Best",
"middle": "Best",
"short": "Best"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400112"
},
{
"code": "BV",
"country": "NL",
"key": "BV",
"lat": "52.4783325195313",
"lon": "4.65666675567627",
"names": {
"long": "Beverwijk",
"middle": "Beverwijk",
"short": "Beverwijk"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400113"
},
{
"code": "BHV",
"country": "NL",
"key": "BHV",
"lat": "52.1300010681152",
"lon": "5.20388889312744",
"names": {
"long": "Bilthoven",
"middle": "Bilthoven",
"short": "Bilthoven"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400114"
},
{
"code": "BR",
"country": "NL",
"key": "BR",
"lat": "51.372501373291",
"lon": "6.15500020980835",
"names": {
"long": "Blerick",
"middle": "Blerick",
"short": "Blerick"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400117"
},
{
"code": "BLL",
"country": "NL",
"key": "BLL",
"lat": "52.404167175293",
"lon": "4.62750005722046",
"names": {
"long": "Bloemendaal",
"middle": "Bloemendaal",
"short": "Bloemendl"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400118"
},
{
"code": "BDG",
"country": "NL",
"key": "BDG",
"lat": "52.0813903808594",
"lon": "4.7461109161377",
"names": {
"long": "Bodegraven",
"middle": "Bodegraven",
"short": "Bodegraven"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400121"
},
{
"code": "BN",
"country": "NL",
"key": "BN",
"lat": "52.2988891601562",
"lon": "6.74805545806885",
"names": {
"long": "Borne",
"middle": "Borne",
"short": "Borne"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400124"
},
{
"code": "BSK",
"country": "NL",
"key": "BSK",
"lat": "52.0777778625488",
"lon": "4.64694452285767",
"names": {
"long": "Boskoop",
"middle": "Boskoop",
"short": "Boskoop"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400125"
},
{
"code": "BHDV",
"country": "NL",
"key": "BHDV",
"lat": "51.832222",
"lon": "4.878056",
"names": {
"long": "Boven-Hardinxveld",
"middle": "Boven-Hardinxv.",
"short": "Boven-Har"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400236"
},
{
"code": "BKF",
"country": "NL",
"key": "BKF",
"lat": "52.6961097717285",
"lon": "5.25277757644653",
"names": {
"long": "Bovenkarspel Flora",
"middle": "Bovenkarspel Fl.",
"short": "Bovenk Flo"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400230"
},
{
"code": "BKG",
"country": "NL",
"key": "BKG",
"lat": "52.6949996948242",
"lon": "5.23777770996094",
"names": {
"long": "Bovenkarspel-Grootebroek",
"middle": "Bovenkarspel-Gr.",
"short": "Bovenk-Gr"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400127"
},
{
"code": "BMR",
"country": "NL",
"key": "BMR",
"lat": "51.6445217676531",
"lon": "5.93903303146362",
"names": {
"long": "Boxmeer",
"middle": "Boxmeer",
"short": "Boxmeer"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400128"
},
{
"code": "BTL",
"country": "NL",
"key": "BTL",
"lat": "51.58433",
"lon": "5.31912",
"names": {
"long": "Boxtel",
"middle": "Boxtel",
"short": "Boxtel"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400129"
},
{
"code": "BD",
"country": "NL",
"key": "BD",
"lat": "51.5955543518066",
"lon": "4.78000020980835",
"names": {
"long": "Breda",
"middle": "Breda",
"short": "Breda"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400131"
},
{
"code": "BDPB",
"country": "NL",
"key": "BDPB",
"lat": "51.606388092041",
"lon": "4.72083330154419",
"names": {
"long": "Breda-Prinsenbeek",
"middle": "Prinsenbeek",
"short": "Prinsenbk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400132"
},
{
"code": "BKL",
"country": "NL",
"key": "BKL",
"lat": "52.17149",
"lon": "4.9906",
"names": {
"long": "Breukelen",
"middle": "Breukelen",
"short": "Breukelen"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400133"
},
{
"code": "BMN",
"country": "NL",
"key": "BMN",
"lat": "52.0911102294922",
"lon": "6.14694452285767",
"names": {
"long": "Brummen",
"middle": "Brummen",
"short": "Brummen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400136"
},
{
"code": "BP",
"country": "NL",
"key": "BP",
"lat": "53.2564547",
"lon": "6.1446496",
"names": {
"long": "Buitenpost",
"middle": "Buitenpost",
"short": "Buitenpost"
},
"stationtype": "knooppuntSneltreinstation",
"synonyms": [],
"uic_code": "8400139"
},
{
"code": "BDE",
"country": "NL",
"key": "BDE",
"lat": "50.8969459533691",
"lon": "5.73666667938232",
"names": {
"long": "Bunde",
"middle": "Bunde",
"short": "Bunde"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400140"
},
{
"code": "BNK",
"country": "NL",
"key": "BNK",
"lat": "52.0630569458008",
"lon": "5.19444465637207",
"names": {
"long": "Bunnik",
"middle": "Bunnik",
"short": "Bunnik"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400141"
},
{
"code": "BSMZ",
"country": "NL",
"key": "BSMZ",
"lat": "52.2658348083496",
"lon": "5.16305541992188",
"names": {
"long": "Bussum Zuid",
"middle": "Bussum Zuid",
"short": "Bussum Z"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400145"
},
{
"code": "CPS",
"country": "NL",
"key": "CPS",
"lat": "51.9541664123535",
"lon": "4.58416652679443",
"names": {
"long": "Capelle Schollevaar",
"middle": "Schollevaar",
"short": "Schollevr"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400147"
},
{
"code": "CAS",
"country": "NL",
"key": "CAS",
"lat": "52.5458335876465",
"lon": "4.65861129760742",
"names": {
"long": "Castricum",
"middle": "Castricum",
"short": "Castricum"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400151"
},
{
"code": "CVM",
"country": "NL",
"key": "CVM",
"lat": "50.8761100769043",
"lon": "6.05972242355347",
"names": {
"long": "Chevremont",
"middle": "Chevremont",
"short": "Chevremont"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400152"
},
{
"code": "CO",
"country": "NL",
"key": "CO",
"lat": "52.6636123657227",
"lon": "6.73555564880371",
"names": {
"long": "Coevorden",
"middle": "Coevorden",
"short": "Coevorden"
},
"stationtype": "knooppuntSneltreinstation",
"synonyms": [],
"uic_code": "8400153"
},
{
"code": "CK",
"country": "NL",
"key": "CK",
"lat": "51.7266825879048",
"lon": "5.87429523468017",
"names": {
"long": "Cuijk",
"middle": "Cuijk",
"short": "Cuijk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400155"
},
{
"code": "CL",
"country": "NL",
"key": "CL",
"lat": "51.9466667175293",
"lon": "5.22694444656372",
"names": {
"long": "Culemborg",
"middle": "Culemborg",
"short": "Culemborg"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400154"
},
{
"code": "DA",
"country": "NL",
"key": "DA",
"lat": "52.4407702",
"lon": "6.5759947",
"names": {
"long": "Daarlerveen",
"middle": "Daarlerveen",
"short": "Daarlervn"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400164"
},
{
"code": "DLN",
"country": "NL",
"key": "DLN",
"lat": "52.6941680908203",
"lon": "6.75805568695068",
"names": {
"long": "Dalen",
"middle": "Dalen",
"short": "Dalen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400161"
},
{
"code": "DL",
"country": "NL",
"key": "DL",
"lat": "52.4983329772949",
"lon": "6.25861120223999",
"names": {
"long": "Dalfsen",
"middle": "Dalfsen",
"short": "Dalfsen"
},
"stationtype": "sneltreinstation",
"synonyms": [],
"uic_code": "8400167"
},
{
"code": "DVNK",
"country": "NL",
"key": "DVNK",
"lat": "52.1472206115723",
"lon": "4.4563889503479",
"names": {
"long": "De Vink",
"middle": "De Vink",
"short": "De Vink"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400188"
},
{
"code": "DWE",
"country": "NL",
"key": "DWE",
"lat": "53.24817",
"lon": "6.03463",
"names": {
"long": "De Westereen",
"middle": "De Westereen",
"short": "Westereen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400745"
},
{
"code": "DEI",
"country": "NL",
"key": "DEI",
"lat": "53.1888115",
"lon": "5.7281572",
"names": {
"long": "Deinum",
"middle": "Deinum",
"short": "Deinum"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400168"
},
{
"code": "DDN",
"country": "NL",
"key": "DDN",
"lat": "52.2599983215332",
"lon": "6.7161111831665",
"names": {
"long": "Delden",
"middle": "Delden",
"short": "Delden"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400169"
},
{
"code": "DT",
"country": "NL",
"key": "DT",
"lat": "52.0066680908203",
"lon": "4.35638904571533",
"names": {
"long": "Delft",
"middle": "Delft",
"short": "Delft"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400170"
},
{
"code": "DTZ",
"country": "NL",
"key": "DTZ",
"lat": "51.9908332824707",
"lon": "4.36472225189209",
"names": {
"long": "Delft Zuid",
"middle": "Delft Zuid",
"short": "Delft Z"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400166"
},
{
"code": "DZ",
"country": "NL",
"key": "DZ",
"lat": "53.3336625",
"lon": "6.9240797",
"names": {
"long": "Delfzijl",
"middle": "Delfzijl",
"short": "Delfzijl"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400171"
},
{
"code": "DZW",
"country": "NL",
"key": "DZW",
"lat": "53.3320834",
"lon": "6.9069092",
"names": {
"long": "Delfzijl West",
"middle": "Delfzijl West",
"short": "Delfzijl W"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400175"
},
{
"code": "DLD",
"country": "NL",
"key": "DLD",
"lat": "52.1402778625488",
"lon": "5.24277782440186",
"names": {
"long": "Den Dolder",
"middle": "Den Dolder",
"short": "Den Dolder"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400179"
},
{
"code": "GVC",
"country": "NL",
"key": "GVC",
"lat": "52.0802764892578",
"lon": "4.32499980926514",
"names": {
"long": "Den Haag Centraal",
"middle": "Den Haag C.",
"short": "Den Haag C"
},
"stationtype": "megastation",
"synonyms": [
"'s-Gravenhage",
"Den Haag"
],
"uic_code": "8400282"
},
{
"code": "GV",
"country": "NL",
"key": "GV",
"lat": "52.0697212219238",
"lon": "4.32250022888184",
"names": {
"long": "Den Haag HS",
"middle": "Den Haag HS",
"short": "Dn Haag HS"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400280"
},
{
"code": "LAA",
"country": "NL",
"key": "LAA",
"lat": "52.0786094665527",
"lon": "4.34277772903442",
"names": {
"long": "Den Haag Laan v NOI",
"middle": "Laan v NOI",
"short": "Laan v NOI"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400380"
},
{
"code": "GVM",
"country": "NL",
"key": "GVM",
"lat": "52.0905570983887",
"lon": "4.36944437026978",
"names": {
"long": "Den Haag Mariahoeve",
"middle": "Mariahoeve",
"short": "Mariahoeve"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400278"
},
{
"code": "GVMW",
"country": "NL",
"key": "GVMW",
"lat": "52.0538902282715",
"lon": "4.3086109161377",
"names": {
"long": "Den Haag Moerwijk",
"middle": "Moerwijk",
"short": "Moerwijk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400279"
},
{
"code": "YPB",
"country": "NL",
"key": "YPB",
"lat": "52.0552787780762",
"lon": "4.39222240447998",
"names": {
"long": "Den Haag Ypenburg",
"middle": "Ypenburg",
"short": "Ypenburg"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400379"
},
{
"code": "HDR",
"country": "NL",
"key": "HDR",
"lat": "52.9552764892578",
"lon": "4.76111125946045",
"names": {
"long": "Den Helder",
"middle": "Den Helder",
"short": "Den Helder"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400311"
},
{
"code": "HDRZ",
"country": "NL",
"key": "HDRZ",
"lat": "52.9324989318848",
"lon": "4.76416683197022",
"names": {
"long": "Den Helder Zuid",
"middle": "Den Helder Zuid",
"short": "Dn Heldr Z"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400303"
},
{
"code": "DN",
"country": "NL",
"key": "DN",
"lat": "51.4558334350586",
"lon": "5.78888893127441",
"names": {
"long": "Deurne",
"middle": "Deurne",
"short": "Deurne"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400172"
},
{
"code": "DV",
"country": "NL",
"key": "DV",
"lat": "52.2574996948242",
"lon": "6.16055536270142",
"names": {
"long": "Deventer",
"middle": "Deventer",
"short": "Deventer"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400173"
},
{
"code": "DVC",
"country": "NL",
"key": "DVC",
"lat": "52.2502784729004",
"lon": "6.21444463729858",
"names": {
"long": "Deventer Colmschate",
"middle": "Colmschate",
"short": "Colmschate"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400185"
},
{
"code": "DID",
"country": "NL",
"key": "DID",
"lat": "51.933502",
"lon": "6.1324106",
"names": {
"long": "Didam",
"middle": "Didam",
"short": "Didam"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400174"
},
{
"code": "DMN",
"country": "NL",
"key": "DMN",
"lat": "52.345832824707",
"lon": "4.9655556678772",
"names": {
"long": "Diemen",
"middle": "Diemen",
"short": "Diemen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400165"
},
{
"code": "DMNZ",
"country": "NL",
"key": "DMNZ",
"lat": "52.3302764892578",
"lon": "4.95583343505859",
"names": {
"long": "Diemen Zuid",
"middle": "Diemen Zuid",
"short": "Diemen Z"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400163"
},
{
"code": "DR",
"country": "NL",
"key": "DR",
"lat": "52.0449981689453",
"lon": "6.10305547714233",
"names": {
"long": "Dieren",
"middle": "Dieren",
"short": "Dieren"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400176"
},
{
"code": "DTC",
"country": "NL",
"key": "DTC",
"lat": "51.9585962",
"lon": "6.2962148",
"names": {
"long": "Doetinchem",
"middle": "Doetinchem",
"short": "Doetinchem"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400177"
},
{
"code": "DTCH",
"country": "NL",
"key": "DTCH",
"lat": "51.9591413",
"lon": "6.2598521",
"names": {
"long": "Doetinchem De Huet",
"middle": "De Huet",
"short": "De Huet"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400184"
},
{
"code": "DDR",
"country": "NL",
"key": "DDR",
"lat": "51.8072204589844",
"lon": "4.66833353042603",
"names": {
"long": "Dordrecht",
"middle": "Dordrecht",
"short": "Dordrecht"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400180"
},
{
"code": "DDRS",
"country": "NL",
"key": "DDRS",
"lat": "51.801944732666",
"lon": "4.71666669845581",
"names": {
"long": "Dordrecht Stadspolders",
"middle": "Stadspolders",
"short": "Stadspldrs"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400186"
},
{
"code": "DDZD",
"country": "NL",
"key": "DDZD",
"lat": "51.7900009155273",
"lon": "4.67138910293579",
"names": {
"long": "Dordrecht Zuid",
"middle": "Dordrecht Zuid",
"short": "Dordrcht Z"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400181"
},
{
"code": "DB",
"country": "NL",
"key": "DB",
"lat": "52.0652770996094",
"lon": "5.25861120223999",
"names": {
"long": "Driebergen-Zeist",
"middle": "Driebergen-Zeist",
"short": "Driebergen"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400182"
},
{
"code": "DRH",
"country": "NL",
"key": "DRH",
"lat": "52.4425010681152",
"lon": "4.63805532455444",
"names": {
"long": "Driehuis",
"middle": "Driehuis",
"short": "Driehuis"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400183"
},
{
"code": "DRP",
"country": "NL",
"key": "DRP",
"lat": "53.1778086",
"lon": "5.6347411",
"names": {
"long": "Dronryp",
"middle": "Dronryp",
"short": "Dronryp"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400192"
},
{
"code": "DRON",
"country": "NL",
"key": "DRON",
"lat": "52.5344",
"lon": "5.72089",
"names": {
"long": "Dronten",
"middle": "Dronten",
"short": "Dronten"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400198"
},
{
"code": "DVN",
"country": "NL",
"key": "DVN",
"lat": "51.9433326721191",
"lon": "6.01472234725952",
"names": {
"long": "Duiven",
"middle": "Duiven",
"short": "Duiven"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400193"
},
{
"code": "DVD",
"country": "NL",
"key": "DVD",
"lat": "52.3233337402344",
"lon": "4.93638896942139",
"names": {
"long": "Duivendrecht",
"middle": "Duivendrecht",
"short": "Duivendrt"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400194"
},
{
"code": "EC",
"country": "NL",
"key": "EC",
"lat": "51.1005554199219",
"lon": "5.87888908386231",
"names": {
"long": "Echt",
"middle": "Echt",
"short": "Echt"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400195"
},
{
"code": "EDC",
"country": "NL",
"key": "EDC",
"lat": "52.0436096191406",
"lon": "5.66833353042603",
"names": {
"long": "Ede Centrum",
"middle": "Ede C.",
"short": "Ede C"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400201"
},
{
"code": "ED",
"country": "NL",
"key": "ED",
"lat": "52.0277786254883",
"lon": "5.67305564880371",
"names": {
"long": "Ede-Wageningen",
"middle": "Ede-Wageningen",
"short": "Ede-Wag"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400200"
},
{
"code": "WTM",
"country": "NL",
"key": "WTM",
"lat": "50.82317",
"lon": "5.92479",
"names": {
"long": "Eijs-Wittem",
"middle": "Eijs-Wittem",
"short": "Eijs-Witt"
},
"stationtype": "facultatiefStation",
"synonyms": [],
"uic_code": "8400608"
},
{
"code": "EDN",
"country": "NL",
"key": "EDN",
"lat": "50.7719459533691",
"lon": "5.71000003814697",
"names": {
"long": "Eijsden",
"middle": "Eijsden",
"short": "Eijsden"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400219"
},
{
"code": "EHV",
"country": "NL",
"key": "EHV",
"lat": "51.4433326721191",
"lon": "5.48138904571533",
"names": {
"long": "Eindhoven",
"middle": "Eindhoven",
"short": "Eindhoven"
},
"stationtype": "megastation",
"synonyms": [],
"uic_code": "8400206"
},
{
"code": "EHS",
"country": "NL",
"key": "EHS",
"lat": "51.4511108398438",
"lon": "5.45583343505859",
"names": {
"long": "Eindhoven Strijp-S",
"middle": "Strijp-S",
"short": "Strijp-S"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400196"
},
{
"code": "EST",
"country": "NL",
"key": "EST",
"lat": "51.9169425964355",
"lon": "5.85500001907349",
"names": {
"long": "Elst",
"middle": "Elst",
"short": "Elst"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400207"
},
{
"code": "EMN",
"country": "NL",
"key": "EMN",
"lat": "52.7900009155273",
"lon": "6.89944458007812",
"names": {
"long": "Emmen",
"middle": "Emmen",
"short": "Emmen"
},
"stationtype": "sneltreinstation",
"synonyms": [],
"uic_code": "8400208"
},
{
"code": "EMNZ",
"country": "NL",
"key": "EMNZ",
"lat": "52.7488663746914",
"lon": "6.87478065490722",
"names": {
"long": "Emmen Zuid",
"middle": "Emmen Zuid",
"short": "Emmen Z"
},
"stationtype": "sneltreinstation",
"synonyms": [],
"uic_code": "8400407"
},
{
"code": "EKZ",
"country": "NL",
"key": "EKZ",
"lat": "52.6991653442383",
"lon": "5.28638887405396",
"names": {
"long": "Enkhuizen",
"middle": "Enkhuizen",
"short": "Enkhuizen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400210"
},
{
"code": "ES",
"country": "NL",
"key": "ES",
"lat": "52.2224998474121",
"lon": "6.8899998664856",
"names": {
"long": "Enschede",
"middle": "Enschede",
"short": "Enschede"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400212"
},
{
"code": "ESE",
"country": "NL",
"key": "ESE",
"lat": "52.2213897705078",
"lon": "6.95111131668091",
"names": {
"long": "Enschede De Eschmarke",
"middle": "De Eschmarke",
"short": "Eschmarke"
},
"stationtype": "stoptreinstation",
"synonyms": [
"De Eschmarke",
"Eschmarke"
],
"uic_code": "8400217"
},
{
"code": "ESK",
"country": "NL",
"key": "ESK",
"lat": "52.2374992370605",
"lon": "6.83888912200928",
"names": {
"long": "Enschede Kennispark",
"middle": "Kennispark",
"short": "Kennispark"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400221"
},
{
"code": "EML",
"country": "NL",
"key": "EML",
"lat": "52.3016662597656",
"lon": "5.61472225189209",
"names": {
"long": "Ermelo",
"middle": "Ermelo",
"short": "Ermelo"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400216"
},
{
"code": "ETN",
"country": "NL",
"key": "ETN",
"lat": "51.5750007629395",
"lon": "4.63583326339722",
"names": {
"long": "Etten-Leur",
"middle": "Etten-Leur",
"short": "Etten-Leur"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400218"
},
{
"code": "EGH",
"country": "NL",
"key": "EGH",
"lat": "50.8905563354492",
"lon": "6.04500007629395",
"names": {
"long": "Eygelshoven",
"middle": "Eygelshoven",
"short": "Eygelshov"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400338"
},
{
"code": "EGHM",
"country": "NL",
"key": "EGHM",
"lat": "50.8960498196442",
"lon": "6.0602474212646396",
"names": {
"long": "Eygelshoven Markt",
"middle": "Eygelshoven Mrkt",
"short": "Eygelsh M"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400234"
},
{
"code": "FWD",
"country": "NL",
"key": "FWD",
"lat": "53.2351834",
"lon": "5.9886615",
"names": {
"long": "Feanwalden",
"middle": "Feanwalden",
"short": "Feanwalden"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400638"
},
{
"code": "FN",
"country": "NL",
"key": "FN",
"lat": "53.1824488",
"lon": "5.5483094",
"names": {
"long": "Franeker",
"middle": "Franeker",
"short": "Franeker"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400232"
},
{
"code": "GDR",
"country": "NL",
"key": "GDR",
"lat": "51.93074",
"lon": "6.3486",
"names": {
"long": "Gaanderen",
"middle": "Gaanderen",
"short": "Gaanderen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400241"
},
{
"code": "GDM",
"country": "NL",
"key": "GDM",
"lat": "51.88301",
"lon": "5.27127",
"names": {
"long": "Geldermalsen",
"middle": "Geldermalsen",
"short": "Geldermlsn"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400244"
},
{
"code": "GP",
"country": "NL",
"key": "GP",
"lat": "51.4197235107422",
"lon": "5.55055570602417",
"names": {
"long": "Geldrop",
"middle": "Geldrop",
"short": "Geldrop"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400245"
},
{
"code": "GLN",
"country": "NL",
"key": "GLN",
"lat": "50.9669456481934",
"lon": "5.84305572509766",
"names": {
"long": "Geleen Oost",
"middle": "Geleen Oost",
"short": "Geleen O"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400246"
},
{
"code": "LUT",
"country": "NL",
"key": "LUT",
"lat": "50.9755554199219",
"lon": "5.82472229003906",
"names": {
"long": "Geleen-Lutterade",
"middle": "Geleen-Lutterade",
"short": "Geleen-Lut"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400248"
},
{
"code": "GZ",
"country": "NL",
"key": "GZ",
"lat": "51.583610534668",
"lon": "4.92611122131348",
"names": {
"long": "Gilze-Rijen",
"middle": "Gilze-Rijen",
"short": "Gilze-Rij"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400251"
},
{
"code": "GBR",
"country": "NL",
"key": "GBR",
"lat": "52.2186126708984",
"lon": "6.97444438934326",
"names": {
"long": "Glanerbrug",
"middle": "Glanerbrug",
"short": "Glanerbrug"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400262"
},
{
"code": "GS",
"country": "NL",
"key": "GS",
"lat": "51.4980545043945",
"lon": "3.89055562019348",
"names": {
"long": "Goes",
"middle": "Goes",
"short": "Goes"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400253"
},
{
"code": "GO",
"country": "NL",
"key": "GO",
"lat": "52.2302780151367",
"lon": "6.58444452285767",
"names": {
"long": "Goor",
"middle": "Goor",
"short": "Goor"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400254"
},
{
"code": "GR",
"country": "NL",
"key": "GR",
"lat": "51.8338890075684",
"lon": "4.96833324432373",
"names": {
"long": "Gorinchem",
"middle": "Gorinchem",
"short": "Gorinchem"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400256"
},
{
"code": "GD",
"country": "NL",
"key": "GD",
"lat": "52.0175018310547",
"lon": "4.70444440841675",
"names": {
"long": "Gouda",
"middle": "Gouda",
"short": "Gouda"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400258"
},
{
"code": "GDG",
"country": "NL",
"key": "GDG",
"lat": "52.0149993896484",
"lon": "4.7408332824707",
"names": {
"long": "Gouda Goverwelle",
"middle": "Gouda Goverwelle",
"short": "Goverwelle"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400257"
},
{
"code": "GBG",
"country": "NL",
"key": "GBG",
"lat": "52.6091651916504",
"lon": "6.67583322525024",
"names": {
"long": "Gramsbergen",
"middle": "Gramsbergen",
"short": "Gramsbergn"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400259"
},
{
"code": "GK",
"country": "NL",
"key": "GK",
"lat": "53.2557403255735",
"lon": "6.30977869033813",
"names": {
"long": "Grijpskerk",
"middle": "Grijpskerk",
"short": "Grijpskerk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400267"
},
{
"code": "GN",
"country": "NL",
"key": "GN",
"lat": "53.2105560302734",
"lon": "6.56472206115723",
"names": {
"long": "Groningen",
"middle": "Groningen",
"short": "Groningen"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400263"
},
{
"code": "GERP",
"country": "NL",
"key": "GERP",
"lat": "53.20480027",
"lon": "6.5854178",
"names": {
"long": "Groningen Europapark",
"middle": "Europapark",
"short": "Europapark"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400238"
},
{
"code": "GNN",
"country": "NL",
"key": "GNN",
"lat": "53.2301469",
"lon": "6.5563172",
"names": {
"long": "Groningen Noord",
"middle": "Groningen Noord",
"short": "Groningn N"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400264"
},
{
"code": "GW",
"country": "NL",
"key": "GW",
"lat": "53.0888900756836",
"lon": "5.82250022888184",
"names": {
"long": "Grou-Jirnsum",
"middle": "Grou-Jirnsum",
"short": "Grou-Jirns"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400266"
},
{
"code": "WIJ",
"country": "NL",
"key": "WIJ",
"lat": "50.833056",
"lon": "5.898056",
"names": {
"long": "Gulpen-Wijlre",
"middle": "Gulpen-Wijlre",
"short": "Gulpen-W"
},
"stationtype": "facultatiefStation",
"synonyms": [],
"uic_code": "8400712"
},
{
"code": "HLM",
"country": "NL",
"key": "HLM",
"lat": "52.3877792358398",
"lon": "4.63833332061768",
"names": {
"long": "Haarlem",
"middle": "Haarlem",
"short": "Haarlem"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400285"
},
{
"code": "HLMS",
"country": "NL",
"key": "HLMS",
"lat": "52.3827781677246",
"lon": "4.67305564880371",
"names": {
"long": "Haarlem Spaarnwoude",
"middle": "Spaarnwoude",
"short": "Spaarnwde"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400270"
},
{
"code": "HWZB",
"country": "NL",
"key": "HWZB",
"lat": "52.385935",
"lon": "4.747165",
"names": {
"long": "Halfweg-Zwanenburg",
"middle": "Halfweg-Zwanenb.",
"short": "Halfweg-Zw"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400400"
},
{
"code": "HDB",
"country": "NL",
"key": "HDB",
"lat": "52.5727767944336",
"lon": "6.62861108779907",
"names": {
"long": "Hardenberg",
"middle": "Hardenberg",
"short": "Hardenberg"
},
"stationtype": "sneltreinstation",
"synonyms": [],
"uic_code": "8400293"
},
{
"code": "HD",
"country": "NL",
"key": "HD",
"lat": "52.3375015258789",
"lon": "5.61972236633301",
"names": {
"long": "Harderwijk",
"middle": "Harderwijk",
"short": "Harderwijk"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400294"
},
{
"code": "HBZM",
"country": "NL",
"key": "HBZM",
"lat": "51.82944",
"lon": "4.81556",
"names": {
"long": "Hardinxveld Blauwe Zoom",
"middle": "Blauwe Zoom",
"short": "Blauwe Zm"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400438"
},
{
"code": "GND",
"country": "NL",
"key": "GND",
"lat": "51.8305549621582",
"lon": "4.83583354949951",
"names": {
"long": "Hardinxveld-Giessendam",
"middle": "Hardinxveld-G.",
"short": "Hardinxvld"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400295"
},
{
"code": "HRN",
"country": "NL",
"key": "HRN",
"lat": "53.1761093139648",
"lon": "6.61722230911255",
"names": {
"long": "Haren",
"middle": "Haren",
"short": "Haren"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400297"
},
{
"code": "HLG",
"country": "NL",
"key": "HLG",
"lat": "53.1704205",
"lon": "5.4251932",
"names": {
"long": "Harlingen",
"middle": "Harlingen",
"short": "Harlingen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400296"
},
{
"code": "HLGH",
"country": "NL",
"key": "HLGH",
"lat": "53.174917",
"lon": "5.4112885",
"names": {
"long": "Harlingen Haven",
"middle": "Harlingen Haven",
"short": "Harl Haven"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400298"
},
{
"code": "HK",
"country": "NL",
"key": "HK",
"lat": "52.4952774047852",
"lon": "4.68694448471069",
"names": {
"long": "Heemskerk",
"middle": "Heemskerk",
"short": "Heemskerk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400317"
},
{
"code": "HAD",
"country": "NL",
"key": "HAD",
"lat": "52.3591651916504",
"lon": "4.60666656494141",
"names": {
"long": "Heemstede-Aerdenhout",
"middle": "Heemstede-A.",
"short": "Heemstede"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400302"
},
{
"code": "HR",
"country": "NL",
"key": "HR",
"lat": "52.9613876342773",
"lon": "5.91416645050049",
"names": {
"long": "Heerenveen",
"middle": "Heerenveen",
"short": "Heerenveen"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400305"
},
{
"code": "HRY",
"country": "NL",
"key": "HRY",
"lat": "52.9352760314941",
"lon": "5.94388866424561",
"names": {
"long": "Heerenveen IJsstadion",
"middle": "IJsstadion",
"short": "IJsstadion"
},
"stationtype": "facultatiefStation",
"synonyms": [],
"uic_code": "8400301"
},
{
"code": "HWD",
"country": "NL",
"key": "HWD",
"lat": "52.6697235107422",
"lon": "4.82277774810791",
"names": {
"long": "Heerhugowaard",
"middle": "Heerhugowaard",
"short": "Heerhugow"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400306"
},
{
"code": "HRL",
"country": "NL",
"key": "HRL",
"lat": "50.8908348083496",
"lon": "5.97499990463257",
"names": {
"long": "Heerlen",
"middle": "Heerlen",
"short": "Heerlen"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400307"
},
{
"code": "HRLK",
"country": "NL",
"key": "HRLK",
"lat": "50.8901689328708",
"lon": "5.99334239959716",
"names": {
"long": "Heerlen De Kissel",
"middle": "Hrl De Kissel",
"short": "De Kissel"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400409"
},
{
"code": "HRLW",
"country": "NL",
"key": "HRLW",
"lat": "50.896667",
"lon": "5.952222",
"names": {
"long": "Heerlen Woonboulevard",
"middle": "Hrl Woonblvd",
"short": "Heerlen W"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400404"
},
{
"code": "HZE",
"country": "NL",
"key": "HZE",
"lat": "51.3849983215332",
"lon": "5.56944465637207",
"names": {
"long": "Heeze",
"middle": "Heeze",
"short": "Heeze"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400308"
},
{
"code": "HLO",
"country": "NL",
"key": "HLO",
"lat": "52.5994453430176",
"lon": "4.70055532455444",
"names": {
"long": "Heiloo",
"middle": "Heiloo",
"short": "Heiloo"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400309"
},
{
"code": "HNO",
"country": "NL",
"key": "HNO",
"lat": "52.4272232055664",
"lon": "6.22111129760742",
"names": {
"long": "Heino",
"middle": "Heino",
"short": "Heino"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400310"
},
{
"code": "HM",
"country": "NL",
"key": "HM",
"lat": "51.4755554199219",
"lon": "5.66194438934326",
"names": {
"long": "Helmond",
"middle": "Helmond",
"short": "Helmond"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400313"
},
{
"code": "HMH",
"country": "NL",
"key": "HMH",
"lat": "51.46794",
"lon": "5.63085",
"names": {
"long": "Helmond 't Hout",
"middle": "Helmond 't Hout",
"short": "'t Hout"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400300"
},
{
"code": "HMBV",
"country": "NL",
"key": "HMBV",
"lat": "51.4622230529785",
"lon": "5.60722208023071",
"names": {
"long": "Helmond Brandevoort",
"middle": "Brandevoort",
"short": "Brandevrt"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400242"
},
{
"code": "HMBH",
"country": "NL",
"key": "HMBH",
"lat": "51.47068",
"lon": "5.70177",
"names": {
"long": "Helmond Brouwhuis",
"middle": "Brouwhuis",
"short": "Brouwhuis"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400299"
},
{
"code": "HMN",
"country": "NL",
"key": "HMN",
"lat": "51.9222129",
"lon": "5.6737254",
"names": {
"long": "Hemmen-Dodewaard",
"middle": "Hemmen-Dodewaard",
"short": "Hemmen-D"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400315"
},
{
"code": "HGL",
"country": "NL",
"key": "HGL",
"lat": "52.2616653442383",
"lon": "6.79388904571533",
"names": {
"long": "Hengelo",
"middle": "Hengelo",
"short": "Hengelo"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400316"
},
{
"code": "HGLG",
"country": "NL",
"key": "HGLG",
"lat": "52.261667",
"lon": "6.773611",
"names": {
"long": "Hengelo Gezondheidspark",
"middle": "Hengelo Gezondh.",
"short": "Gezondhprk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400433"
},
{
"code": "HGLO",
"country": "NL",
"key": "HGLO",
"lat": "52.2688903808594",
"lon": "6.81944465637207",
"names": {
"long": "Hengelo Oost",
"middle": "Hengelo Oost",
"short": "Hengelo O"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400312"
},
{
"code": "HIL",
"country": "NL",
"key": "HIL",
"lat": "52.3025016784668",
"lon": "4.56555557250977",
"names": {
"long": "Hillegom",
"middle": "Hillegom",
"short": "Hillegom"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400329"
},
{
"code": "HVS",
"country": "NL",
"key": "HVS",
"lat": "52.2258338928223",
"lon": "5.18194437026978",
"names": {
"long": "Hilversum",
"middle": "Hilversum",
"short": "Hilversum"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400322"
},
{
"code": "HVSM",
"country": "NL",
"key": "HVSM",
"lat": "52.2380561828613",
"lon": "5.17388868331909",
"names": {
"long": "Hilversum Media Park",
"middle": "Media Park",
"short": "Media Park"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400324"
},
{
"code": "HVSP",
"country": "NL",
"key": "HVSP",
"lat": "52.2161102294922",
"lon": "5.18722200393677",
"names": {
"long": "Hilversum Sportpark",
"middle": "Sportpark",
"short": "Sportpark"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400570"
},
{
"code": "HNP",
"country": "NL",
"key": "HNP",
"lat": "52.9464903",
"lon": "5.423063",
"names": {
"long": "Hindeloopen",
"middle": "Hindeloopen",
"short": "Hindeloopn"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400323"
},
{
"code": "HLD",
"country": "NL",
"key": "HLD",
"lat": "51.9752769470215",
"lon": "4.1288890838623",
"names": {
"long": "Hoek van Holland Haven",
"middle": "Hoek v H. Haven",
"short": "HvH Haven"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400325"
},
{
"code": "HLDS",
"country": "NL",
"key": "HLDS",
"lat": "51.9816665649414",
"lon": "4.11972236633301",
"names": {
"long": "Hoek van Holland Strand",
"middle": "Hoek v H. Strand",
"short": "HvH Strand"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400342"
},
{
"code": "HB",
"country": "NL",
"key": "HB",
"lat": "50.9055557250977",
"lon": "5.93055534362793",
"names": {
"long": "Hoensbroek",
"middle": "Hoensbroek",
"short": "Hoensbroek"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400326"
},
{
"code": "HVL",
"country": "NL",
"key": "HVL",
"lat": "52.16652",
"lon": "5.45718",
"names": {
"long": "Hoevelaken",
"middle": "Hoevelaken",
"short": "Hoevelaken"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400490"
},
{
"code": "HOR",
"country": "NL",
"key": "HOR",
"lat": "52.1777763366699",
"lon": "5.17916679382324",
"names": {
"long": "Hollandsche Rading",
"middle": "Holl. Rading",
"short": "Hol Rading"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400327"
},
{
"code": "HON",
"country": "NL",
"key": "HON",
"lat": "52.2838897705078",
"lon": "6.42027759552002",
"names": {
"long": "Holten",
"middle": "Holten",
"short": "Holten"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400328"
},
{
"code": "HFD",
"country": "NL",
"key": "HFD",
"lat": "52.2933349609375",
"lon": "4.70055532455444",
"names": {
"long": "Hoofddorp",
"middle": "Hoofddorp",
"short": "Hoofddorp"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400332"
},
{
"code": "HGV",
"country": "NL",
"key": "HGV",
"lat": "52.7338905334473",
"lon": "6.47361087799072",
"names": {
"long": "Hoogeveen",
"middle": "Hoogeveen",
"short": "Hoogeveen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400330"
},
{
"code": "HGZ",
"country": "NL",
"key": "HGZ",
"lat": "53.1598181316756",
"lon": "6.77075386047363",
"names": {
"long": "Hoogezand-Sappemeer",
"middle": "Hoogezand-Sap.",
"short": "Hoogezand"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400331"
},
{
"code": "HKS",
"country": "NL",
"key": "HKS",
"lat": "52.6905555725098",
"lon": "5.18388891220093",
"names": {
"long": "Hoogkarspel",
"middle": "Hoogkarspel",
"short": "Hoogkrspl"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400334"
},
{
"code": "HN",
"country": "NL",
"key": "HN",
"lat": "52.6447219848633",
"lon": "5.05555534362793",
"names": {
"long": "Hoorn",
"middle": "Hoorn",
"short": "Hoorn"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400337"
},
{
"code": "HNK",
"country": "NL",
"key": "HNK",
"lat": "52.6536102294922",
"lon": "5.08555555343628",
"names": {
"long": "Hoorn Kersenboogerd",
"middle": "Kersenboogerd",
"short": "Hoorn Kers"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400336"
},
{
"code": "HRT",
"country": "NL",
"key": "HRT",
"lat": "51.4263877868652",
"lon": "6.04222202301025",
"names": {
"long": "Horst-Sevenum",
"middle": "Horst-Sevenum",
"short": "Horst-Sev"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400339"
},
{
"code": "HTN",
"country": "NL",
"key": "HTN",
"lat": "52.03402",
"lon": "5.16821",
"names": {
"long": "Houten",
"middle": "Houten",
"short": "Houten"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400340"
},
{
"code": "HTNC",
"country": "NL",
"key": "HTNC",
"lat": "52.01701",
"lon": "5.17949",
"names": {
"long": "Houten Castellum",
"middle": "Houten Castellum",
"short": "Houten Cas"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400335"
},
{
"code": "SGL",
"country": "NL",
"key": "SGL",
"lat": "50.8733329772949",
"lon": "5.79722213745117",
"names": {
"long": "Houthem-St Gerlach",
"middle": "Houthem-St Gerl.",
"short": "Houthem-St"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400341"
},
{
"code": "HDG",
"country": "NL",
"key": "HDG",
"lat": "53.2187783",
"lon": "5.934543",
"names": {
"long": "Hurdegaryp",
"middle": "Hurdegaryp",
"short": "Hurdegaryp"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400292"
},
{
"code": "IJT",
"country": "NL",
"key": "IJT",
"lat": "53.0146614",
"lon": "5.6160801",
"names": {
"long": "IJlst",
"middle": "IJlst",
"short": "IJlst"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400722"
},
{
"code": "KPN",
"country": "NL",
"key": "KPN",
"lat": "52.5597229003906",
"lon": "5.92166662216186",
"names": {
"long": "Kampen",
"middle": "Kampen",
"short": "Kampen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400353"
},
{
"code": "KPNZ",
"country": "NL",
"key": "KPNZ",
"lat": "52.5331",
"lon": "5.91309",
"names": {
"long": "Kampen Zuid",
"middle": "Kampen Zuid",
"short": "Kampen Z"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400360"
},
{
"code": "BZL",
"country": "NL",
"key": "BZL",
"lat": "51.4808349609375",
"lon": "3.95611119270325",
"names": {
"long": "Kapelle-Biezelinge",
"middle": "Kapelle-Biezel.",
"short": "Kapelle-Bi"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400354"
},
{
"code": "KRD",
"country": "NL",
"key": "KRD",
"lat": "50.8616676330566",
"lon": "6.05749988555908",
"names": {
"long": "Kerkrade Centrum",
"middle": "Kerkrade C.",
"short": "Kerkrade C"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400355"
},
{
"code": "KTR",
"country": "NL",
"key": "KTR",
"lat": "51.9313869",
"lon": "5.5833465",
"names": {
"long": "Kesteren",
"middle": "Kesteren",
"short": "Kesteren"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400359"
},
{
"code": "KBK",
"country": "NL",
"key": "KBK",
"lat": "52.1780548095703",
"lon": "6.08361101150513",
"names": {
"long": "Klarenbeek",
"middle": "Klarenbeek",
"short": "Klarenbk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400361"
},
{
"code": "KMR",
"country": "NL",
"key": "KMR",
"lat": "50.8663902282715",
"lon": "5.8905553817749",
"names": {
"long": "Klimmen-Ransdaal",
"middle": "Klimmen-Ransdaal",
"short": "Klimmen-R"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400362"
},
{
"code": "KZ",
"country": "NL",
"key": "KZ",
"lat": "52.458610534668",
"lon": "4.80555534362793",
"names": {
"long": "Koog aan de Zaan",
"middle": "Koog a.d. Zaan",
"short": "Koog Zaan"
},
"stationtype": "stoptreinstation",
"synonyms": [
"Koog Bloemwijk"
],
"uic_code": "8400363"
},
{
"code": "KMW",
"country": "NL",
"key": "KMW",
"lat": "52.9028197",
"lon": "5.4106913",
"names": {
"long": "Koudum-Molkwerum",
"middle": "Koudum-Molkwerum",
"short": "Koudum-M"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400366"
},
{
"code": "KBD",
"country": "NL",
"key": "KBD",
"lat": "51.4333343505859",
"lon": "4.11694431304932",
"names": {
"long": "Krabbendijke",
"middle": "Krabbendijke",
"short": "Krabbendke"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400367"
},
{
"code": "KMA",
"country": "NL",
"key": "KMA",
"lat": "52.49511",
"lon": "4.75417",
"names": {
"long": "Krommenie-Assendelft",
"middle": "Krommenie-Ass.",
"short": "Krommenie"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400368"
},
{
"code": "KW",
"country": "NL",
"key": "KW",
"lat": "53.1617362",
"lon": "6.7220882",
"names": {
"long": "Kropswolde",
"middle": "Kropswolde",
"short": "Kropswolde"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400369"
},
{
"code": "KRG",
"country": "NL",
"key": "KRG",
"lat": "51.4650001525879",
"lon": "4.03722238540649",
"names": {
"long": "Kruiningen-Yerseke",
"middle": "Kruiningen-Y.",
"short": "Kruiningen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400370"
},
{
"code": "ZLW",
"country": "NL",
"key": "ZLW",
"lat": "51.6911125183105",
"lon": "4.66305541992188",
"names": {
"long": "Lage Zwaluwe",
"middle": "Lage Zwaluwe",
"short": "Lage Zwalu"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400382"
},
{
"code": "LG",
"country": "NL",
"key": "LG",
"lat": "50.8963890075684",
"lon": "6.01916646957398",
"names": {
"long": "Landgraaf",
"middle": "Landgraaf",
"short": "Landgraaf"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400548"
},
{
"code": "LDM",
"country": "NL",
"key": "LDM",
"lat": "51.8947219848633",
"lon": "5.09138870239258",
"names": {
"long": "Leerdam",
"middle": "Leerdam",
"short": "Leerdam"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400386"
},
{
"code": "LW",
"country": "NL",
"key": "LW",
"lat": "53.1958351135254",
"lon": "5.79222202301025",
"names": {
"long": "Leeuwarden",
"middle": "Leeuwarden",
"short": "Leeuwarden"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400387"
},
{
"code": "ADH",
"country": "NL",
"key": "ADH",
"lat": "53.19889",
"lon": "5.81639",
"names": {
"long": "Leeuwarden Achter d Hoven",
"middle": "Achter de Hoven",
"short": "Achter d.H"
},
"stationtype": "facultatiefStation",
"synonyms": [],
"uic_code": "8400406"
},
{
"code": "LWC",
"country": "NL",
"key": "LWC",
"lat": "53.2021808",
"lon": "5.8422968",
"names": {
"long": "Leeuwarden Camminghaburen",
"middle": "Camminghaburen",
"short": "Camminghab"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400389"
},
{
"code": "LEDN",
"country": "NL",
"key": "LEDN",
"lat": "52.1661109924316",
"lon": "4.48166656494141",
"names": {
"long": "Leiden Centraal",
"middle": "Leiden C.",
"short": "Leiden C"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [
"Leiden"
],
"uic_code": "8400390"
},
{
"code": "LDL",
"country": "NL",
"key": "LDL",
"lat": "52.1469459533691",
"lon": "4.49249982833862",
"names": {
"long": "Leiden Lammenschans",
"middle": "Lammenschans",
"short": "Leiden Lam"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400384"
},
{
"code": "LLS",
"country": "NL",
"key": "LLS",
"lat": "52.5077781677246",
"lon": "5.47277784347534",
"names": {
"long": "Lelystad Centrum",
"middle": "Lelystad C.",
"short": "Lelystad C"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400394"
},
{
"code": "LTV",
"country": "NL",
"key": "LTV",
"lat": "52.01188",
"lon": "6.59641",
"names": {
"long": "Lichtenvoorde-Groenlo",
"middle": "Lichtenvoorde-G.",
"short": "Lichtenv-G"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400395"
},
{
"code": "LC",
"country": "NL",
"key": "LC",
"lat": "52.1666679382324",
"lon": "6.42638874053955",
"names": {
"long": "Lochem",
"middle": "Lochem",
"short": "Lochem"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400399"
},
{
"code": "LP",
"country": "NL",
"key": "LP",
"lat": "53.3347145",
"lon": "6.7472625",
"names": {
"long": "Loppersum",
"middle": "Loppersum",
"short": "Loppersum"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400403"
},
{
"code": "LTN",
"country": "NL",
"key": "LTN",
"lat": "52.085277557373",
"lon": "5.62444448471069",
"names": {
"long": "Lunteren",
"middle": "Lunteren",
"short": "Lunteren"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400405"
},
{
"code": "MZ",
"country": "NL",
"key": "MZ",
"lat": "51.3037623603504",
"lon": "5.63034296035766",
"names": {
"long": "Maarheeze",
"middle": "Maarheeze",
"short": "Maarheeze"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400432"
},
{
"code": "MRN",
"country": "NL",
"key": "MRN",
"lat": "52.0641670227051",
"lon": "5.36999988555908",
"names": {
"long": "Maarn",
"middle": "Maarn",
"short": "Maarn"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400417"
},
{
"code": "MAS",
"country": "NL",
"key": "MAS",
"lat": "52.1352767944336",
"lon": "5.03361129760742",
"names": {
"long": "Maarssen",
"middle": "Maarssen",
"short": "Maarssen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400419"
},
{
"code": "MHV",
"country": "NL",
"key": "MHV",
"lat": "51.897222",
"lon": "4.494",
"names": {
"long": "Maashaven",
"middle": "Maashaven",
"short": "Maashaven"
},
"stationtype": "facultatiefStation",
"synonyms": [],
"uic_code": "8400670"
},
{
"code": "MSS",
"country": "NL",
"key": "MSS",
"lat": "51.9161109924316",
"lon": "4.25472211837769",
"names": {
"long": "Maassluis",
"middle": "Maassluis",
"short": "Maassluis"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400422"
},
{
"code": "MSW",
"country": "NL",
"key": "MSW",
"lat": "51.9258346557617",
"lon": "4.23611116409302",
"names": {
"long": "Maassluis West",
"middle": "Maassluis West",
"short": "Maassl W"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400421"
},
{
"code": "MT",
"country": "NL",
"key": "MT",
"lat": "50.8502769470215",
"lon": "5.70555543899536",
"names": {
"long": "Maastricht",
"middle": "Maastricht",
"short": "Maastricht"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400424"
},
{
"code": "MTN",
"country": "NL",
"key": "MTN",
"lat": "50.87087",
"lon": "5.71774",
"names": {
"long": "Maastricht Noord",
"middle": "Maastricht Noord",
"short": "Maastr N"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400449"
},
{
"code": "MTR",
"country": "NL",
"key": "MTR",
"lat": "50.8386116027832",
"lon": "5.71722221374512",
"names": {
"long": "Maastricht Randwyck",
"middle": "Maastricht Randw",
"short": "Maastr Rw"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400426"
},
{
"code": "MG",
"country": "NL",
"key": "MG",
"lat": "53.1296368",
"lon": "5.7131996",
"names": {
"long": "Mantgum",
"middle": "Mantgum",
"short": "Mantgum"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400427"
},
{
"code": "MRB",
"country": "NL",
"key": "MRB",
"lat": "52.5094451904297",
"lon": "6.57527780532837",
"names": {
"long": "Mari\u00ebnberg",
"middle": "Mari\u00ebnberg",
"short": "Mari\u00ebnberg"
},
"stationtype": "knooppuntSneltreinstation",
"synonyms": [],
"uic_code": "8400428"
},
{
"code": "MTH",
"country": "NL",
"key": "MTH",
"lat": "53.1607232",
"lon": "6.7402989",
"names": {
"long": "Martenshoek",
"middle": "Martenshoek",
"short": "Martenshk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400430"
},
{
"code": "MES",
"country": "NL",
"key": "MES",
"lat": "50.882879392551",
"lon": "5.75099945068359",
"names": {
"long": "Meerssen",
"middle": "Meerssen",
"short": "Meerssen"
},
"stationtype": "sneltreinstation",
"synonyms": [],
"uic_code": "8400434"
},
{
"code": "MP",
"country": "NL",
"key": "MP",
"lat": "52.6908340454102",
"lon": "6.19750022888184",
"names": {
"long": "Meppel",
"middle": "Meppel",
"short": "Meppel"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400435"
},
{
"code": "MDB",
"country": "NL",
"key": "MDB",
"lat": "51.4947204589844",
"lon": "3.61722230911255",
"names": {
"long": "Middelburg",
"middle": "Middelburg",
"short": "Middelburg"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400436"
},
{
"code": "MMLH",
"country": "NL",
"key": "MMLH",
"lat": "51.77158",
"lon": "5.88145",
"names": {
"long": "Mook Molenhoek",
"middle": "Molenhoek",
"short": "Mook Molen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400446"
},
{
"code": "NDB",
"country": "NL",
"key": "NDB",
"lat": "52.2802772521973",
"lon": "5.15694427490234",
"names": {
"long": "Naarden-Bussum",
"middle": "Naarden-Bussum",
"short": "Naarden-Bu"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400452"
},
{
"code": "NA",
"country": "NL",
"key": "NA",
"lat": "52.7186126708984",
"lon": "6.84861087799072",
"names": {
"long": "Nieuw Amsterdam",
"middle": "Nieuw Amsterdam",
"short": "Nw A'dam"
},
"stationtype": "sneltreinstation",
"synonyms": [],
"uic_code": "8400454"
},
{
"code": "NVP",
"country": "NL",
"key": "NVP",
"lat": "52.2588882446289",
"lon": "4.64555549621582",
"names": {
"long": "Nieuw Vennep",
"middle": "Nieuw Vennep",
"short": "Nw Vennep"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400460"
},
{
"code": "NWK",
"country": "NL",
"key": "NWK",
"lat": "51.9652786254883",
"lon": "4.61694431304932",
"names": {
"long": "Nieuwerkerk a/d IJssel",
"middle": "Nieuwerkerk",
"short": "Nieuwerkrk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400455"
},
{
"code": "NKK",
"country": "NL",
"key": "NKK",
"lat": "52.2222213745117",
"lon": "5.49388885498047",
"names": {
"long": "Nijkerk",
"middle": "Nijkerk",
"short": "Nijkerk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400469"
},
{
"code": "NM",
"country": "NL",
"key": "NM",
"lat": "51.8436126708984",
"lon": "5.85222244262695",
"names": {
"long": "Nijmegen",
"middle": "Nijmegen",
"short": "Nijmegen"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400470"
},
{
"code": "NMD",
"country": "NL",
"key": "NMD",
"lat": "51.8241653442383",
"lon": "5.79555559158325",
"names": {
"long": "Nijmegen Dukenburg",
"middle": "Dukenburg",
"short": "Dukenburg"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400475"
},
{
"code": "NMGO",
"country": "NL",
"key": "NMGO",
"lat": "51.8273",
"lon": "5.822722",
"names": {
"long": "Nijmegen Goffert",
"middle": "Nijmegen Goffert",
"short": "Goffert"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400477"
},
{
"code": "NMH",
"country": "NL",
"key": "NMH",
"lat": "51.8269462585449",
"lon": "5.86749982833862",
"names": {
"long": "Nijmegen Heyendaal",
"middle": "Nm Heyendaal",
"short": "Heyendaal"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400468"
},
{
"code": "NML",
"country": "NL",
"key": "NML",
"lat": "51.861811",
"lon": "5.859686",
"names": {
"long": "Nijmegen Lent",
"middle": "Nijmegen Lent",
"short": "Lent"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400451"
},
{
"code": "NVD",
"country": "NL",
"key": "NVD",
"lat": "52.36555",
"lon": "6.471111",
"names": {
"long": "Nijverdal",
"middle": "Nijverdal",
"short": "Nijverdal"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400472"
},
{
"code": "NS",
"country": "NL",
"key": "NS",
"lat": "52.3708343505859",
"lon": "5.78527784347534",
"names": {
"long": "Nunspeet",
"middle": "Nunspeet",
"short": "Nunspeet"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400466"
},
{
"code": "NH",
"country": "NL",
"key": "NH",
"lat": "50.9194450378418",
"lon": "5.89277791976929",
"names": {
"long": "Nuth",
"middle": "Nuth",
"short": "Nuth"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400467"
},
{
"code": "OBD",
"country": "NL",
"key": "OBD",
"lat": "52.6780548095703",
"lon": "4.90722227096558",
"names": {
"long": "Obdam",
"middle": "Obdam",
"short": "Obdam"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400480"
},
{
"code": "OT",
"country": "NL",
"key": "OT",
"lat": "51.5822219848633",
"lon": "5.19416666030884",
"names": {
"long": "Oisterwijk",
"middle": "Oisterwijk",
"short": "Oisterwijk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400482"
},
{
"code": "ODZ",
"country": "NL",
"key": "ODZ",
"lat": "52.3063888549805",
"lon": "6.93472242355347",
"names": {
"long": "Oldenzaal",
"middle": "Oldenzaal",
"short": "Oldenzaal"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400483"
},
{
"code": "OST",
"country": "NL",
"key": "OST",
"lat": "52.3347206115723",
"lon": "6.11305570602417",
"names": {
"long": "Olst",
"middle": "Olst",
"short": "Olst"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400486"
},
{
"code": "OMN",
"country": "NL",
"key": "OMN",
"lat": "52.5094451904297",
"lon": "6.41583347320557",
"names": {
"long": "Ommen",
"middle": "Ommen",
"short": "Ommen"
},
"stationtype": "knooppuntSneltreinstation",
"synonyms": [],
"uic_code": "8400487"
},
{
"code": "OTB",
"country": "NL",
"key": "OTB",
"lat": "51.9949989318848",
"lon": "5.84000015258789",
"names": {
"long": "Oosterbeek",
"middle": "Oosterbeek",
"short": "Oosterbeek"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400489"
},
{
"code": "OP",
"country": "NL",
"key": "OP",
"lat": "51.9261615",
"lon": "5.6371145",
"names": {
"long": "Opheusden",
"middle": "Opheusden",
"short": "Opheusden"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400494"
},
{
"code": "O",
"country": "NL",
"key": "O",
"lat": "51.7655563354492",
"lon": "5.53222227096558",
"names": {
"long": "Oss",
"middle": "Oss",
"short": "Oss"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400495"
},
{
"code": "OW",
"country": "NL",
"key": "OW",
"lat": "51.758056640625",
"lon": "5.50555562973022",
"names": {
"long": "Oss West",
"middle": "Oss West",
"short": "Oss W"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400496"
},
{
"code": "ODB",
"country": "NL",
"key": "ODB",
"lat": "51.587776184082",
"lon": "4.53333330154419",
"names": {
"long": "Oudenbosch",
"middle": "Oudenbosch",
"short": "Oudenbosch"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400498"
},
{
"code": "OVN",
"country": "NL",
"key": "OVN",
"lat": "52.3911094665527",
"lon": "4.6061110496521",
"names": {
"long": "Overveen",
"middle": "Overveen",
"short": "Overveen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400501"
},
{
"code": "PMR",
"country": "NL",
"key": "PMR",
"lat": "52.5030555725098",
"lon": "4.95361089706421",
"names": {
"long": "Purmerend",
"middle": "Purmerend",
"short": "Purmerend"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400508"
},
{
"code": "PMO",
"country": "NL",
"key": "PMO",
"lat": "52.5113906860352",
"lon": "4.96833324432373",
"names": {
"long": "Purmerend Overwhere",
"middle": "Overwhere",
"short": "Overwhere"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400506"
},
{
"code": "PMW",
"country": "NL",
"key": "PMW",
"lat": "52.4965906325416",
"lon": "4.93562936782836",
"names": {
"long": "Purmerend Weidevenne",
"middle": "Weidevenne",
"short": "Weidevenne"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400499"
},
{
"code": "PT",
"country": "NL",
"key": "PT",
"lat": "52.2649993896484",
"lon": "5.57527780532837",
"names": {
"long": "Putten",
"middle": "Putten",
"short": "Putten"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400509"
},
{
"code": "RAT",
"country": "NL",
"key": "RAT",
"lat": "52.3916664123535",
"lon": "6.27750015258789",
"names": {
"long": "Raalte",
"middle": "Raalte",
"short": "Raalte"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400513"
},
{
"code": "RVS",
"country": "NL",
"key": "RVS",
"lat": "51.7941665649414",
"lon": "5.63583326339722",
"names": {
"long": "Ravenstein",
"middle": "Ravenstein",
"short": "Ravenstein"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400515"
},
{
"code": "RV",
"country": "NL",
"key": "RV",
"lat": "51.2832191665301",
"lon": "6.07895851135253",
"names": {
"long": "Reuver",
"middle": "Reuver",
"short": "Reuver"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400518"
},
{
"code": "RH",
"country": "NL",
"key": "RH",
"lat": "52.0099983215332",
"lon": "6.03055572509766",
"names": {
"long": "Rheden",
"middle": "Rheden",
"short": "Rheden"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400519"
},
{
"code": "RHN",
"country": "NL",
"key": "RHN",
"lat": "51.958610534668",
"lon": "5.57833337783814",
"names": {
"long": "Rhenen",
"middle": "Rhenen",
"short": "Rhenen"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400517"
},
{
"code": "RSN",
"country": "NL",
"key": "RSN",
"lat": "52.3122215270996",
"lon": "6.52027797698975",
"names": {
"long": "Rijssen",
"middle": "Rijssen",
"short": "Rijssen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400538"
},
{
"code": "RSW",
"country": "NL",
"key": "RSW",
"lat": "52.039722442627",
"lon": "4.31916666030884",
"names": {
"long": "Rijswijk",
"middle": "Rijswijk",
"short": "Rijswijk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400505"
},
{
"code": "RB",
"country": "NL",
"key": "RB",
"lat": "51.422779083252",
"lon": "4.16111087799072",
"names": {
"long": "Rilland-Bath",
"middle": "Rilland-Bath",
"short": "Rilland-Ba"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400521"
},
{
"code": "RM",
"country": "NL",
"key": "RM",
"lat": "51.1930541992188",
"lon": "5.9941668510437",
"names": {
"long": "Roermond",
"middle": "Roermond",
"short": "Roermond"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400523"
},
{
"code": "RD",
"country": "NL",
"key": "RD",
"lat": "53.4192128",
"lon": "6.7606167",
"names": {
"long": "Roodeschool",
"middle": "Roodeschool",
"short": "Roodeschl"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400525"
},
{
"code": "RSD",
"country": "NL",
"key": "RSD",
"lat": "51.5402793884277",
"lon": "4.45833349227905",
"names": {
"long": "Roosendaal",
"middle": "Roosendaal",
"short": "Roosendaal"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400526"
},
{
"code": "RS",
"country": "NL",
"key": "RS",
"lat": "51.7147216796875",
"lon": "5.36805534362793",
"names": {
"long": "Rosmalen",
"middle": "Rosmalen",
"short": "Rosmalen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400524"
},
{
"code": "RTA",
"country": "NL",
"key": "RTA",
"lat": "51.9519462585449",
"lon": "4.55361127853394",
"names": {
"long": "Rotterdam Alexander",
"middle": "Alexander",
"short": "Alexander"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400507"
},
{
"code": "RTB",
"country": "NL",
"key": "RTB",
"lat": "51.9202766418457",
"lon": "4.48888874053955",
"names": {
"long": "Rotterdam Blaak",
"middle": "Rotterdam Blaak",
"short": "Blaak"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400529"
},
{
"code": "RTD",
"country": "NL",
"key": "RTD",
"lat": "51.9249992370605",
"lon": "4.46888875961304",
"names": {
"long": "Rotterdam Centraal",
"middle": "Rotterdam C.",
"short": "Rotterdam"
},
"stationtype": "megastation",
"synonyms": [
"Rotterdam"
],
"uic_code": "8400530"
},
{
"code": "RLB",
"country": "NL",
"key": "RLB",
"lat": "51.8800010681152",
"lon": "4.53138875961304",
"names": {
"long": "Rotterdam Lombardijen",
"middle": "Lombardijen",
"short": "Lombardije"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400542"
},
{
"code": "RTN",
"country": "NL",
"key": "RTN",
"lat": "51.9422225952148",
"lon": "4.48166656494141",
"names": {
"long": "Rotterdam Noord",
"middle": "Rotterdam Noord",
"short": "Rotterdm N"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400531"
},
{
"code": "RTST",
"country": "NL",
"key": "RTST",
"lat": "51.8938903808594",
"lon": "4.51972198486328",
"names": {
"long": "Rotterdam Stadion",
"middle": "R'dam Stadion",
"short": "R'dam Sta"
},
"stationtype": "facultatiefStation",
"synonyms": [],
"uic_code": "8400534"
},
{
"code": "RTZ",
"country": "NL",
"key": "RTZ",
"lat": "51.9044456481934",
"lon": "4.51027774810791",
"names": {
"long": "Rotterdam Zuid",
"middle": "Rotterdam Zuid",
"short": "Rotterdm Z"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400533"
},
{
"code": "RL",
"country": "NL",
"key": "RL",
"lat": "52.0810888",
"lon": "6.4492656",
"names": {
"long": "Ruurlo",
"middle": "Ruurlo",
"short": "Ruurlo"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400537"
},
{
"code": "SPTN",
"country": "NL",
"key": "SPTN",
"lat": "52.4338874816895",
"lon": "4.63250017166138",
"names": {
"long": "Santpoort Noord",
"middle": "Santpoort Noord",
"short": "Santprt N"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400543"
},
{
"code": "SPTZ",
"country": "NL",
"key": "SPTZ",
"lat": "52.4197235107422",
"lon": "4.63138866424561",
"names": {
"long": "Santpoort Zuid",
"middle": "Santpoort Zuid",
"short": "Santprt Z"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400544"
},
{
"code": "SPM",
"country": "NL",
"key": "SPM",
"lat": "53.1589183",
"lon": "6.7955648",
"names": {
"long": "Sappemeer Oost",
"middle": "Sappemeer Oost",
"short": "Sappemr O"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400545"
},
{
"code": "SSH",
"country": "NL",
"key": "SSH",
"lat": "52.215278",
"lon": "4.517222",
"names": {
"long": "Sassenheim",
"middle": "Sassenheim",
"short": "Sassenheim"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400603"
},
{
"code": "SWD",
"country": "NL",
"key": "SWD",
"lat": "53.29113",
"lon": "6.5404",
"names": {
"long": "Sauwerd",
"middle": "Sauwerd",
"short": "Sauwerd"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400547"
},
{
"code": "SGN",
"country": "NL",
"key": "SGN",
"lat": "52.7844429016113",
"lon": "4.80527782440186",
"names": {
"long": "Schagen",
"middle": "Schagen",
"short": "Schagen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400549"
},
{
"code": "SDA",
"country": "NL",
"key": "SDA",
"lat": "53.1655362",
"lon": "6.9777775",
"names": {
"long": "Scheemda",
"middle": "Scheemda",
"short": "Scheemda"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400551"
},
{
"code": "SDM",
"country": "NL",
"key": "SDM",
"lat": "51.9212438128032",
"lon": "4.4089937210083",
"names": {
"long": "Schiedam Centrum",
"middle": "Schiedam C.",
"short": "Schiedam C"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400553"
},
{
"code": "NWL",
"country": "NL",
"key": "NWL",
"lat": "51.9222221374512",
"lon": "4.38222217559814",
"names": {
"long": "Schiedam Nieuwland",
"middle": "Nieuwland",
"short": "Nieuwland"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400563"
},
{
"code": "SOG",
"country": "NL",
"key": "SOG",
"lat": "50.856388092041",
"lon": "5.87222242355347",
"names": {
"long": "Schin op Geul",
"middle": "Schin op Geul",
"short": "Schin op G"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400555"
},
{
"code": "SN",
"country": "NL",
"key": "SN",
"lat": "50.9391670227051",
"lon": "5.87444448471069",
"names": {
"long": "Schinnen",
"middle": "Schinnen",
"short": "Schinnen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400554"
},
{
"code": "SHL",
"country": "NL",
"key": "SHL",
"lat": "52.3094444274902",
"lon": "4.76194429397583",
"names": {
"long": "Schiphol Airport",
"middle": "Schiphol Airport",
"short": "Schiphol"
},
"stationtype": "megastation",
"synonyms": [
"Amsterdam Airport"
],
"uic_code": "8400561"
},
{
"code": "SPV",
"country": "NL",
"key": "SPV",
"lat": "50.8314750744184",
"lon": "5.97973823547363",
"names": {
"long": "Simpelveld",
"middle": "Simpelveld",
"short": "Simpelveld"
},
"stationtype": "facultatiefStation",
"synonyms": [],
"uic_code": "8400559"
},
{
"code": "STD",
"country": "NL",
"key": "STD",
"lat": "51.0016670227051",
"lon": "5.85861110687256",
"names": {
"long": "Sittard",
"middle": "Sittard",
"short": "Sittard"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400564"
},
{
"code": "SDT",
"country": "NL",
"key": "SDT",
"lat": "51.8297233581543",
"lon": "4.77833318710327",
"names": {
"long": "Sliedrecht",
"middle": "Sliedrecht",
"short": "Sliedrecht"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400565"
},
{
"code": "SDTB",
"country": "NL",
"key": "SDTB",
"lat": "51.829722",
"lon": "4.743333",
"names": {
"long": "Sliedrecht Baanhoek",
"middle": "Baanhoek",
"short": "Baanhoek"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400497"
},
{
"code": "SK",
"country": "NL",
"key": "SK",
"lat": "53.0328688",
"lon": "5.6523969",
"names": {
"long": "Sneek",
"middle": "Sneek",
"short": "Sneek"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400566"
},
{
"code": "SKND",
"country": "NL",
"key": "SKND",
"lat": "53.0409319",
"lon": "5.6631808",
"names": {
"long": "Sneek Noord",
"middle": "Sneek Noord",
"short": "Sneek N"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400574"
},
{
"code": "ST",
"country": "NL",
"key": "ST",
"lat": "52.1733322143555",
"lon": "5.30999994277954",
"names": {
"long": "Soest",
"middle": "Soest",
"short": "Soest"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400567"
},
{
"code": "STZ",
"country": "NL",
"key": "STZ",
"lat": "52.1652793884277",
"lon": "5.30305576324463",
"names": {
"long": "Soest Zuid",
"middle": "Soest Zuid",
"short": "Soest Z"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400571"
},
{
"code": "SD",
"country": "NL",
"key": "SD",
"lat": "52.1836128234863",
"lon": "5.30000019073486",
"names": {
"long": "Soestdijk",
"middle": "Soestdijk",
"short": "Soestdijk"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400569"
},
{
"code": "SBK",
"country": "NL",
"key": "SBK",
"lat": "50.94327",
"lon": "5.850529",
"names": {
"long": "Spaubeek",
"middle": "Spaubeek",
"short": "Spaubeek"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400572"
},
{
"code": "SPH",
"country": "NL",
"key": "SPH",
"lat": "50.85355",
"lon": "6.02578",
"names": {
"long": "Spekholzerheide",
"middle": "Spekholzerheide",
"short": "Spekholzer"
},
"stationtype": "facultatiefStation",
"synonyms": [],
"uic_code": "8400670"
},
{
"code": "STV",
"country": "NL",
"key": "STV",
"lat": "52.8865535",
"lon": "5.3600212",
"names": {
"long": "Stavoren",
"middle": "Stavoren",
"short": "Stavoren"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400575"
},
{
"code": "STM",
"country": "NL",
"key": "STM",
"lat": "53.3262092",
"lon": "6.6875551",
"names": {
"long": "Stedum",
"middle": "Stedum",
"short": "Stedum"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400576"
},
{
"code": "SWK",
"country": "NL",
"key": "SWK",
"lat": "52.7915109924316",
"lon": "6.11455576324463",
"names": {
"long": "Steenwijk",
"middle": "Steenwijk",
"short": "Steenwijk"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400578"
},
{
"code": "SRN",
"country": "NL",
"key": "SRN",
"lat": "51.0613899230957",
"lon": "5.86305570602417",
"names": {
"long": "Susteren",
"middle": "Susteren",
"short": "Susteren"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400582"
},
{
"code": "SM",
"country": "NL",
"key": "SM",
"lat": "51.23582",
"lon": "6.03228",
"names": {
"long": "Swalmen",
"middle": "Swalmen",
"short": "Swalmen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400583"
},
{
"code": "TG",
"country": "NL",
"key": "TG",
"lat": "51.33894",
"lon": "6.14253",
"names": {
"long": "Tegelen",
"middle": "Tegelen",
"short": "Tegelen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400591"
},
{
"code": "TBG",
"country": "NL",
"key": "TBG",
"lat": "51.9224549",
"lon": "6.3642466",
"names": {
"long": "Terborg",
"middle": "Terborg",
"short": "Terborg"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400592"
},
{
"code": "TL",
"country": "NL",
"key": "TL",
"lat": "51.8894462585449",
"lon": "5.42222213745117",
"names": {
"long": "Tiel",
"middle": "Tiel",
"short": "Tiel"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400596"
},
{
"code": "TPSW",
"country": "NL",
"key": "TPSW",
"lat": "51.8738899230957",
"lon": "5.39222240447998",
"names": {
"long": "Tiel Passewaaij",
"middle": "Tiel Passewaaij",
"short": "Passewaaij"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400600"
},
{
"code": "TB",
"country": "NL",
"key": "TB",
"lat": "51.5605545043945",
"lon": "5.08361101150513",
"names": {
"long": "Tilburg",
"middle": "Tilburg",
"short": "Tilburg"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400597"
},
{
"code": "TBR",
"country": "NL",
"key": "TBR",
"lat": "51.5736122131348",
"lon": "4.99444437026978",
"names": {
"long": "Tilburg Reeshof",
"middle": "Tilburg Reeshof",
"short": "Reeshof"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400598"
},
{
"code": "TBU",
"country": "NL",
"key": "TBU",
"lat": "51.564998626709",
"lon": "5.05111122131348",
"names": {
"long": "Tilburg Universiteit",
"middle": "Tilburg Univers.",
"short": "Tilburg Un"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400594"
},
{
"code": "TWL",
"country": "NL",
"key": "TWL",
"lat": "52.2377777099609",
"lon": "6.09861087799072",
"names": {
"long": "Twello",
"middle": "Twello",
"short": "Twello"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400599"
},
{
"code": "UTG",
"country": "NL",
"key": "UTG",
"lat": "52.5216674804687",
"lon": "4.70166683197022",
"names": {
"long": "Uitgeest",
"middle": "Uitgeest",
"short": "Uitgeest"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400615"
},
{
"code": "UHZ",
"country": "NL",
"key": "UHZ",
"lat": "53.4099568",
"lon": "6.6748869",
"names": {
"long": "Uithuizen",
"middle": "Uithuizen",
"short": "Uithuizen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400617"
},
{
"code": "UHM",
"country": "NL",
"key": "UHM",
"lat": "53.4145845",
"lon": "6.7202975",
"names": {
"long": "Uithuizermeeden",
"middle": "Uithuizermeeden",
"short": "Uithuizerm"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400618"
},
{
"code": "UST",
"country": "NL",
"key": "UST",
"lat": "53.4014742",
"lon": "6.6093776",
"names": {
"long": "Usquert",
"middle": "Usquert",
"short": "Usquert"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400619"
},
{
"code": "UT",
"country": "NL",
"key": "UT",
"lat": "52.0888900756836",
"lon": "5.11027765274048",
"names": {
"long": "Utrecht Centraal",
"middle": "Utrecht C.",
"short": "Utrecht C"
},
"stationtype": "megastation",
"synonyms": [
"Utrecht"
],
"uic_code": "8400621"
},
{
"code": "UTLR",
"country": "NL",
"key": "UTLR",
"lat": "52.09896",
"lon": "5.06523",
"names": {
"long": "Utrecht Leidsche Rijn",
"middle": "Leidsche Rijn",
"short": "LeidscheRn"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400607"
},
{
"code": "UTLN",
"country": "NL",
"key": "UTLN",
"lat": "52.0655555725098",
"lon": "5.14416646957397",
"names": {
"long": "Utrecht Lunetten",
"middle": "Utrecht Lunetten",
"short": "Lunetten"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400623"
},
{
"code": "UTM",
"country": "NL",
"key": "UTM",
"lat": "52.087776184082",
"lon": "5.13138866424561",
"names": {
"long": "Utrecht Maliebaan",
"middle": "Maliebaan",
"short": "Maliebaan"
},
"stationtype": "stoptreinstation",
"synonyms": [
"Spoorwegmuseum"
],
"uic_code": "8400624"
},
{
"code": "UTO",
"country": "NL",
"key": "UTO",
"lat": "52.1100006103516",
"lon": "5.12472200393677",
"names": {
"long": "Utrecht Overvecht",
"middle": "Overvecht",
"short": "Overvecht"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400620"
},
{
"code": "UTT",
"country": "NL",
"key": "UTT",
"lat": "52.1005554199219",
"lon": "5.04166650772095",
"names": {
"long": "Utrecht Terwijde",
"middle": "Utrecht Terwijde",
"short": "Terwijde"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400614"
},
{
"code": "UTVR",
"country": "NL",
"key": "UTVR",
"lat": "52.078889",
"lon": "5.121667",
"names": {
"long": "Utrecht Vaartsche Rijn",
"middle": "Vaartsche Rijn",
"short": "VaartscheR"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400606"
},
{
"code": "UTZL",
"country": "NL",
"key": "UTZL",
"lat": "52.103055",
"lon": "5.09",
"names": {
"long": "Utrecht Zuilen",
"middle": "Utrecht Zuilen",
"short": "Zuilen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400613"
},
{
"code": "VK",
"country": "NL",
"key": "VK",
"lat": "50.8697204589844",
"lon": "5.83222198486328",
"names": {
"long": "Valkenburg",
"middle": "Valkenburg",
"short": "Valkenburg"
},
"stationtype": "knooppuntSneltreinstation",
"synonyms": [],
"uic_code": "8400632"
},
{
"code": "VSV",
"country": "NL",
"key": "VSV",
"lat": "51.937257",
"lon": "6.458839",
"names": {
"long": "Varsseveld",
"middle": "Varsseveld",
"short": "Varsseveld"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400635"
},
{
"code": "VDM",
"country": "NL",
"key": "VDM",
"lat": "53.10324",
"lon": "6.88475",
"names": {
"long": "Veendam",
"middle": "Veendam",
"short": "Veendam"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400636"
},
{
"code": "VNDC",
"country": "NL",
"key": "VNDC",
"lat": "52.0200004577637",
"lon": "5.54861116409302",
"names": {
"long": "Veenendaal Centrum",
"middle": "Veenendaal C.",
"short": "Veenendl C"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400627"
},
{
"code": "VNDW",
"country": "NL",
"key": "VNDW",
"lat": "52.0280570983887",
"lon": "5.53138875961304",
"names": {
"long": "Veenendaal West",
"middle": "Veenendaal West",
"short": "Veenendl W"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400628"
},
{
"code": "KLP",
"country": "NL",
"key": "KLP",
"lat": "52.0458335876465",
"lon": "5.57388877868652",
"names": {
"long": "Veenendaal-De Klomp",
"middle": "De Klomp",
"short": "De Klomp"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400637"
},
{
"code": "VP",
"country": "NL",
"key": "VP",
"lat": "51.9947204589844",
"lon": "5.98027801513672",
"names": {
"long": "Velp",
"middle": "Velp",
"short": "Velp"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400640"
},
{
"code": "VL",
"country": "NL",
"key": "VL",
"lat": "51.3636093139648",
"lon": "6.17277765274048",
"names": {
"long": "Venlo",
"middle": "Venlo",
"short": "Venlo"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400644"
},
{
"code": "VRY",
"country": "NL",
"key": "VRY",
"lat": "51.526568099007",
"lon": "6.01417779922485",
"names": {
"long": "Venray",
"middle": "Venray",
"short": "Venray"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400646"
},
{
"code": "VLB",
"country": "NL",
"key": "VLB",
"lat": "51.59193",
"lon": "5.99714",
"names": {
"long": "Vierlingsbeek",
"middle": "Vierlingsbeek",
"short": "Vierlingsb"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400647"
},
{
"code": "VDG",
"country": "NL",
"key": "VDG",
"lat": "51.9030570983887",
"lon": "4.34416675567627",
"names": {
"long": "Vlaardingen Centrum",
"middle": "Vlaardingen C.",
"short": "Vlaard C"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400650"
},
{
"code": "VDO",
"country": "NL",
"key": "VDO",
"lat": "51.9102783203125",
"lon": "4.36166667938232",
"names": {
"long": "Vlaardingen Oost",
"middle": "Vlaardingen Oost",
"short": "Vlaard O"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400649"
},
{
"code": "VDW",
"country": "NL",
"key": "VDW",
"lat": "51.904167175293",
"lon": "4.31305551528931",
"names": {
"long": "Vlaardingen West",
"middle": "Vlaardingen West",
"short": "Vlaard W"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400642"
},
{
"code": "VTN",
"country": "NL",
"key": "VTN",
"lat": "52.1030540466309",
"lon": "5.01083326339722",
"names": {
"long": "Vleuten",
"middle": "Vleuten",
"short": "Vleuten"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400651"
},
{
"code": "VS",
"country": "NL",
"key": "VS",
"lat": "51.4458351135254",
"lon": "3.59527778625488",
"names": {
"long": "Vlissingen",
"middle": "Vlissingen",
"short": "Vlissingen"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400652"
},
{
"code": "VSS",
"country": "NL",
"key": "VSS",
"lat": "51.4647216796875",
"lon": "3.59527778625488",
"names": {
"long": "Vlissingen Souburg",
"middle": "Souburg",
"short": "Souburg"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400653"
},
{
"code": "VDL",
"country": "NL",
"key": "VDL",
"lat": "50.8872222900391",
"lon": "5.93027782440186",
"names": {
"long": "Voerendaal",
"middle": "Voerendaal",
"short": "Voerendaal"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400656"
},
{
"code": "VB",
"country": "NL",
"key": "VB",
"lat": "52.0666656494141",
"lon": "4.3594446182251",
"names": {
"long": "Voorburg",
"middle": "Voorburg",
"short": "Voorburg"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400658"
},
{
"code": "VH",
"country": "NL",
"key": "VH",
"lat": "52.2244453430176",
"lon": "4.4844446182251",
"names": {
"long": "Voorhout",
"middle": "Voorhout",
"short": "Voorhout"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400655"
},
{
"code": "VST",
"country": "NL",
"key": "VST",
"lat": "52.1252784729004",
"lon": "4.43249988555908",
"names": {
"long": "Voorschoten",
"middle": "Voorschoten",
"short": "Voorschtn"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400659"
},
{
"code": "VEM",
"country": "NL",
"key": "VEM",
"lat": "52.1575012207031",
"lon": "6.14361095428467",
"names": {
"long": "Voorst-Empe",
"middle": "Voorst-Empe",
"short": "Voorst-E"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400668"
},
{
"code": "VD",
"country": "NL",
"key": "VD",
"lat": "52.1071949",
"lon": "6.3170457",
"names": {
"long": "Vorden",
"middle": "Vorden",
"short": "Vorden"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400661"
},
{
"code": "VZ",
"country": "NL",
"key": "VZ",
"lat": "52.40203",
"lon": "6.60041",
"names": {
"long": "Vriezenveen",
"middle": "Vriezenveen",
"short": "Vriezenvn"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400664"
},
{
"code": "VHP",
"country": "NL",
"key": "VHP",
"lat": "52.4571921",
"lon": "6.5696679",
"names": {
"long": "Vroomshoop",
"middle": "Vroomshoop",
"short": "Vroomshoop"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400666"
},
{
"code": "VG",
"country": "NL",
"key": "VG",
"lat": "51.6555557250977",
"lon": "5.29194450378418",
"names": {
"long": "Vught",
"middle": "Vught",
"short": "Vught"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400667"
},
{
"code": "WAD",
"country": "NL",
"key": "WAD",
"lat": "52.0441665649414",
"lon": "4.6497220993042",
"names": {
"long": "Waddinxveen",
"middle": "Waddinxveen",
"short": "Waddinxvn"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400675"
},
{
"code": "WADN",
"country": "NL",
"key": "WADN",
"lat": "52.0550003051758",
"lon": "4.64833354949951",
"names": {
"long": "Waddinxveen Noord",
"middle": "Waddinxveen N.",
"short": "Waddinxv N"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400674"
},
{
"code": "WFM",
"country": "NL",
"key": "WFM",
"lat": "53.3908431",
"lon": "6.5671364",
"names": {
"long": "Warffum",
"middle": "Warffum",
"short": "Warffum"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400679"
},
{
"code": "WT",
"country": "NL",
"key": "WT",
"lat": "51.2486114501953",
"lon": "5.70361089706421",
"names": {
"long": "Weert",
"middle": "Weert",
"short": "Weert"
},
"stationtype": "intercitystation",
"synonyms": [],
"uic_code": "8400684"
},
{
"code": "WP",
"country": "NL",
"key": "WP",
"lat": "52.3127784729004",
"lon": "5.04305553436279",
"names": {
"long": "Weesp",
"middle": "Weesp",
"short": "Weesp"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400685"
},
{
"code": "WL",
"country": "NL",
"key": "WL",
"lat": "51.9578065",
"lon": "6.213844",
"names": {
"long": "Wehl",
"middle": "Wehl",
"short": "Wehl"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400686"
},
{
"code": "WTV",
"country": "NL",
"key": "WTV",
"lat": "51.96286",
"lon": "5.9695",
"names": {
"long": "Westervoort",
"middle": "Westervoort",
"short": "Westervrt"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400688"
},
{
"code": "WZ",
"country": "NL",
"key": "WZ",
"lat": "52.4541664123535",
"lon": "6.00250005722046",
"names": {
"long": "Wezep",
"middle": "Wezep",
"short": "Wezep"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400690"
},
{
"code": "WDN",
"country": "NL",
"key": "WDN",
"lat": "52.3613891601562",
"lon": "6.59166669845581",
"names": {
"long": "Wierden",
"middle": "Wierden",
"short": "Wierden"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400691"
},
{
"code": "WC",
"country": "NL",
"key": "WC",
"lat": "51.8116683959961",
"lon": "5.73083353042603",
"names": {
"long": "Wijchen",
"middle": "Wijchen",
"short": "Wijchen"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400710"
},
{
"code": "WH",
"country": "NL",
"key": "WH",
"lat": "52.3902778625488",
"lon": "6.1405553817749",
"names": {
"long": "Wijhe",
"middle": "Wijhe",
"short": "Wijhe"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400711"
},
{
"code": "WS",
"country": "NL",
"key": "WS",
"lat": "53.1392377",
"lon": "7.035101",
"names": {
"long": "Winschoten",
"middle": "Winschoten",
"short": "Winschoten"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400696"
},
{
"code": "WSM",
"country": "NL",
"key": "WSM",
"lat": "53.3300994",
"lon": "6.5202905",
"names": {
"long": "Winsum",
"middle": "Winsum",
"short": "Winsum"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400697"
},
{
"code": "WW",
"country": "NL",
"key": "WW",
"lat": "51.9677307",
"lon": "6.7155181",
"names": {
"long": "Winterswijk",
"middle": "Winterswijk",
"short": "Winterswk"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400698"
},
{
"code": "WWW",
"country": "NL",
"key": "WWW",
"lat": "51.97453",
"lon": "6.70417",
"names": {
"long": "Winterswijk West",
"middle": "Winterswijk West",
"short": "Wintersw W"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400700"
},
{
"code": "WD",
"country": "NL",
"key": "WD",
"lat": "52.0849990844727",
"lon": "4.89361095428467",
"names": {
"long": "Woerden",
"middle": "Woerden",
"short": "Woerden"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400702"
},
{
"code": "WF",
"country": "NL",
"key": "WF",
"lat": "52.0055541992188",
"lon": "5.7936110496521",
"names": {
"long": "Wolfheze",
"middle": "Wolfheze",
"short": "Wolfheze"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400704"
},
{
"code": "WV",
"country": "NL",
"key": "WV",
"lat": "52.8808326721191",
"lon": "6.00361108779907",
"names": {
"long": "Wolvega",
"middle": "Wolvega",
"short": "Wolvega"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400705"
},
{
"code": "WK",
"country": "NL",
"key": "WK",
"lat": "52.9724864",
"lon": "5.4564285",
"names": {
"long": "Workum",
"middle": "Workum",
"short": "Workum"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400706"
},
{
"code": "WM",
"country": "NL",
"key": "WM",
"lat": "52.4891662597656",
"lon": "4.79222202301025",
"names": {
"long": "Wormerveer",
"middle": "Wormerveer",
"short": "Wormerveer"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400707"
},
{
"code": "ZD",
"country": "NL",
"key": "ZD",
"lat": "52.4388885498047",
"lon": "4.81361103057861",
"names": {
"long": "Zaandam",
"middle": "Zaandam",
"short": "Zaandam"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400731"
},
{
"code": "ZDK",
"country": "NL",
"key": "ZDK",
"lat": "52.4566650390625",
"lon": "4.82027769088745",
"names": {
"long": "Zaandam Kogerveld",
"middle": "Kogerveld",
"short": "Kogerveld"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400728"
},
{
"code": "ZZS",
"country": "NL",
"key": "ZZS",
"lat": "52.469165802002",
"lon": "4.80499982833862",
"names": {
"long": "Zaandijk Zaanse Schans",
"middle": "Zaanse Schans",
"short": "Zaanse S."
},
"stationtype": "stoptreinstation",
"synonyms": [
"Koog Zaandijk"
],
"uic_code": "8400364"
},
{
"code": "ZBM",
"country": "NL",
"key": "ZBM",
"lat": "51.8088874816895",
"lon": "5.26333332061768",
"names": {
"long": "Zaltbommel",
"middle": "Zaltbommel",
"short": "Zaltbommel"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400732"
},
{
"code": "ZVT",
"country": "NL",
"key": "ZVT",
"lat": "52.3752784729004",
"lon": "4.53277778625488",
"names": {
"long": "Zandvoort aan Zee",
"middle": "Zandvoort a Zee",
"short": "Zandvoort"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400733"
},
{
"code": "ZA",
"country": "NL",
"key": "ZA",
"lat": "51.920056",
"lon": "5.7228408",
"names": {
"long": "Zetten-Andelst",
"middle": "Zetten-Andelst",
"short": "Zetten-And"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400734"
},
{
"code": "ZV",
"country": "NL",
"key": "ZV",
"lat": "51.9230537414551",
"lon": "6.07194423675537",
"names": {
"long": "Zevenaar",
"middle": "Zevenaar",
"short": "Zevenaar"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400735"
},
{
"code": "ZVB",
"country": "NL",
"key": "ZVB",
"lat": "51.64042",
"lon": "4.60904",
"names": {
"long": "Zevenbergen",
"middle": "Zevenbergen",
"short": "Zevenbergn"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400737"
},
{
"code": "ZTM",
"country": "NL",
"key": "ZTM",
"lat": "52.0475006103516",
"lon": "4.47722244262695",
"names": {
"long": "Zoetermeer",
"middle": "Zoetermeer",
"short": "Zoetermeer"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400741"
},
{
"code": "ZTMO",
"country": "NL",
"key": "ZTMO",
"lat": "52.0463905334473",
"lon": "4.49277782440186",
"names": {
"long": "Zoetermeer Oost",
"middle": "Zoetermeer Oost",
"short": "Zoetermr O"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400740"
},
{
"code": "ZB",
"country": "NL",
"key": "ZB",
"lat": "53.1596122800056",
"lon": "6.8679141998291",
"names": {
"long": "Zuidbroek",
"middle": "Zuidbroek",
"short": "Zuidbroek"
},
"stationtype": "knooppuntStoptreinstation",
"synonyms": [],
"uic_code": "8400742"
},
{
"code": "ZH",
"country": "NL",
"key": "ZH",
"lat": "53.2486292",
"lon": "6.4062361",
"names": {
"long": "Zuidhorn",
"middle": "Zuidhorn",
"short": "Zuidhorn"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400743"
},
{
"code": "ZP",
"country": "NL",
"key": "ZP",
"lat": "52.1452789306641",
"lon": "6.19416666030884",
"names": {
"long": "Zutphen",
"middle": "Zutphen",
"short": "Zutphen"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400744"
},
{
"code": "ZWD",
"country": "NL",
"key": "ZWD",
"lat": "51.814998626709",
"lon": "4.64166688919067",
"names": {
"long": "Zwijndrecht",
"middle": "Zwijndrecht",
"short": "Zwijndrcht"
},
"stationtype": "stoptreinstation",
"synonyms": [],
"uic_code": "8400752"
},
{
"code": "ZL",
"country": "NL",
"key": "ZL",
"lat": "52.5047225952148",
"lon": "6.09194421768188",
"names": {
"long": "Zwolle",
"middle": "Zwolle",
"short": "Zwolle"
},
"stationtype": "knooppuntIntercitystation",
"synonyms": [],
"uic_code": "8400747"
}
]
We can make this file beautiful and searchable if this error is corrected: It looks like row 205 should actually have 5 columns, instead of 6. in line 204.
ritnummer,station,treinsoort,vertrektijd,vervoerder
7649,AHPR,Sprinter,2017-03-28T15:00:00+0200,NS
15849,AMF,Sprinter,2017-03-28T15:00:00+0200,NS
7945,AML,Sprinter,2017-03-28T15:00:00+0200,NS
7954,AML,Sprinter,2017-03-28T15:00:00+0200,NS
1552,APD,Intercity,2017-03-28T15:00:00+0200,NS
149,ASD,Intercity,2017-03-28T15:00:00+0200,NS International
846,ASS,Intercity,2017-03-28T15:00:00+0200,NS
5442,ASS,Sprinter,2017-03-28T15:00:00+0200,NS
30954,ATN,stoptrein,2017-03-28T15:00:00+0200,Arriva
30945,ATN,stoptrein,2017-03-28T15:00:00+0200,Arriva
5254,BET,Sprinter,2017-03-28T15:00:00+0200,NS
32251,BMR,stoptrein,2017-03-28T15:00:00+0200,Arriva
4853,CAS,Sprinter,2017-03-28T15:00:00+0200,NS
3843,CO,Sneltrein,2017-03-28T15:00:00+0200,Arriva
36746,DDRS,stoptrein,2017-03-28T15:00:00+0200,Arriva
36853,DDRS,stoptrein,2017-03-28T15:00:00+0200,Arriva
6652,DDZD,Sprinter,2017-03-28T15:00:00+0200,NS
8045,DL,stoptrein,2017-03-28T15:00:00+0200,Arriva
3856,DL,Sneltrein,2017-03-28T15:00:00+0200,Arriva
1649,DV,Intercity,2017-03-28T15:00:00+0200,NS
30752,DVN,stoptrein,2017-03-28T15:00:00+0200,Breng
37758,DZ,stoptrein,2017-03-28T15:00:00+0200,Arriva
6051,GDM,Sprinter,2017-03-28T15:00:00+0200,NS
6050,GDM,Sprinter,2017-03-28T15:00:00+0200,NS
31245,GO,stoptrein,2017-03-28T15:00:00+0200,Syntus
6650,GZ,Sprinter,2017-03-28T15:00:00+0200,NS
37443,HDG,stoptrein,2017-03-28T15:00:00+0200,Arriva
7952,HNO,Sprinter,2017-03-28T15:00:00+0200,NS
8156,HRN,Sprinter,2017-03-28T15:00:00+0200,NS
6953,HTN,Sprinter,2017-03-28T15:00:00+0200,NS
5751,HVS,Sprinter,2017-03-28T15:00:00+0200,NS
32552,KRD,stoptrein,2017-03-28T15:00:00+0200,Arriva
2457,LEDN,Intercity,2017-03-28T15:00:00+0200,NS
2157,LEDN,Intercity,2017-03-28T15:00:00+0200,NS
20321,LG,stoptrein,2017-03-28T15:00:00+0200,DB
30843,LTV,stoptrein,2017-03-28T15:00:00+0200,Arriva
30858,LTV,stoptrein,2017-03-28T15:00:00+0200,Arriva
32450,LUT,stoptrein,2017-03-28T15:00:00+0200,Arriva
2236,MDB,Intercity,2017-03-28T15:00:00+0200,NS
4851,OBD,Sprinter,2017-03-28T15:00:00+0200,NS
31156,OP,stoptrein,2017-03-28T15:00:00+0200,Arriva
5650,PT,Sprinter,2017-03-28T15:00:00+0200,NS
4050,RTN,Sprinter,2017-03-28T15:00:00+0200,NS
4644,SHL,Sprinter,2017-03-28T15:00:00+0200,NS
3155,SHL,Intercity,2017-03-28T15:00:00+0200,NS
37858,SPM,stoptrein,2017-03-28T15:00:00+0200,Arriva
9047,SWK,Sprinter,2017-03-28T15:00:00+0200,NS
7052,TWL,Sprinter,2017-03-28T15:00:00+0200,NS
11748,UT,Intercity,2017-03-28T15:00:00+0200,NS
6855,VB,Sprinter,2017-03-28T15:00:00+0200,NS
4244,VDG,Sprinter,2017-03-28T15:00:00+0200,NS
31056,VHP,stoptrein,2017-03-28T15:00:00+0200,Arriva
31045,VHP,stoptrein,2017-03-28T15:00:00+0200,Arriva
7450,VNDC,Sprinter,2017-03-28T15:00:00+0200,NS
3657,WH,Intercity,2017-03-28T15:00:00+0200,NS
3644,WH,Intercity,2017-03-28T15:00:00+0200,NS
30952,WL,stoptrein,2017-03-28T15:00:00+0200,Arriva
5652,WZ,Sprinter,2017-03-28T15:00:00+0200,NS
37458,ZH,stoptrein,2017-03-28T15:00:00+0200,Arriva
5950,ZLW,Sprinter,2017-03-28T15:00:00+0200,NS
5048,ZWD,Sprinter,2017-03-28T15:00:00+0200,NS
5053,ZWD,Sprinter,2017-03-28T15:00:00+0200,NS
3050,AH,Intercity,2017-03-28T15:01:00+0200,NS
4455,AHZ,Sprinter,2017-03-28T15:01:00+0200,NS
14651,ALMB,Sprinter,2017-03-28T15:01:00+0200,NS
15850,AMF,Sprinter,2017-03-28T15:01:00+0200,NS
4948,AMPO,Sprinter,2017-03-28T15:01:00+0200,NS
857,AMR,Intercity,2017-03-28T15:01:00+0200,NS
14646,ASDM,Sprinter,2017-03-28T15:01:00+0200,NS
7453,ASHD,Sprinter,2017-03-28T15:01:00+0200,NS
5461,ASS,Sprinter,2017-03-28T15:01:00+0200,NS
14653,ASSP,Sprinter,2017-03-28T15:01:00+0200,NS
5648,BHV,Sprinter,2017-03-28T15:01:00+0200,NS
4557,BKG,Intercity,2017-03-28T15:01:00+0200,NS
4544,BKG,Intercity,2017-03-28T15:01:00+0200,NS
4844,CAS,Sprinter,2017-03-28T15:01:00+0200,NS
6647,DDZD,Sprinter,2017-03-28T15:01:00+0200,NS
5651,DLD,Sprinter,2017-03-28T15:01:00+0200,NS
5746,DMNZ,Sprinter,2017-03-28T15:01:00+0200,NS
2442,DVD,Intercity,2017-03-28T15:01:00+0200,NS
4055,DVD,Sprinter,2017-03-28T15:01:00+0200,NS
5363,EDN,stoptrein,2017-03-28T15:01:00+0200,NMBS
849,EHV,Intercity,2017-03-28T15:01:00+0200,NS
32550,GLN,stoptrein,2017-03-28T15:01:00+0200,Arriva
31254,GO,stoptrein,2017-03-28T15:01:00+0200,Syntus
6357,GVM,Sprinter,2017-03-28T15:01:00+0200,NS
5157,GVMW,Sprinter,2017-03-28T15:01:00+0200,NS
6649,GZ,Sprinter,2017-03-28T15:01:00+0200,NS
4855,HLM,Sprinter,2017-03-28T15:01:00+0200,NS
3346,HN,Sprinter,2017-03-28T15:01:00+0200,NS
3357,HN,Sprinter,2017-03-28T15:01:00+0200,NS
5748,HVS,Sprinter,2017-03-28T15:01:00+0200,NS
3057,HWD,Intercity,2017-03-28T15:01:00+0200,NS
4057,KZ,Sprinter,2017-03-28T15:01:00+0200,NS
37145,LW,stoptrein,2017-03-28T15:01:00+0200,Arriva
32141,MES,Sneltrein,2017-03-28T15:01:00+0200,Arriva
7650,NM,Sprinter,2017-03-28T15:01:00+0200,NS
7651,NM,Sprinter,2017-03-28T15:01:00+0200,NS
4846,OBD,Sprinter,2017-03-28T15:01:00+0200,NS
7549,OTB,Sprinter,2017-03-28T15:01:00+0200,NS
2259,RSD,Intercity,2017-03-28T15:01:00+0200,NS
2846,RTA,Intercity,2017-03-28T15:01:00+0200,NS
5148,RTB,Sprinter,2017-03-28T15:01:00+0200,NS
5055,SDM,Sprinter,2017-03-28T15:01:00+0200,NS
4655,SHL,Sprinter,2017-03-28T15:01:00+0200,NS
3353,SSH,Sprinter,2017-03-28T15:01:00+0200,NS
5551,ST,Sprinter,2017-03-28T15:01:00+0200,NS
37656,SWD,stoptrein,2017-03-28T15:01:00+0200,Arriva
6148,UTLR,Sprinter,2017-03-28T15:01:00+0200,NS
4255,VDO,Sprinter,2017-03-28T15:01:00+0200,NS
6342,VST,Sprinter,2017-03-28T15:01:00+0200,NS
37558,WS,stoptrein,2017-03-28T15:01:00+0200,Arriva
37843,ZB,stoptrein,2017-03-28T15:01:00+0200,Arriva
30749,ZV,stoptrein,2017-03-28T15:01:00+0200,Breng
4044,ZZS,Sprinter,2017-03-28T15:01:00+0200,NS
7446,AC,Sprinter,2017-03-28T15:02:00+0200,NS
30949,AH,stoptrein,2017-03-28T15:02:00+0200,Arriva
7652,AHPR,Sprinter,2017-03-28T15:02:00+0200,NS
2648,ALM,Intercity,2017-03-28T15:02:00+0200,NS
14648,ALMP,Sprinter,2017-03-28T15:02:00+0200,NS
1549,APD,Intercity,2017-03-28T15:02:00+0200,NS
4046,ASA,Sprinter,2017-03-28T15:02:00+0200,NS
3553,ASB,Intercity,2017-03-28T15:02:00+0200,NS
5846,ASD,Sprinter,2017-03-28T15:02:00+0200,NS
37743,BDM,stoptrein,2017-03-28T15:02:00+0200,Arriva
36846,BHDV,stoptrein,2017-03-28T15:02:00+0200,Arriva
36753,BHDV,stoptrein,2017-03-28T15:02:00+0200,Arriva
32451,BK,stoptrein,2017-03-28T15:02:00+0200,Arriva
8145,BL,Sprinter,2017-03-28T15:02:00+0200,NS
7451,BNK,Sprinter,2017-03-28T15:02:00+0200,NS
32250,BR,stoptrein,2017-03-28T15:02:00+0200,Arriva
32552,CVM,stoptrein,2017-03-28T15:02:00+0200,Arriva
30947,DTCH,stoptrein,2017-03-28T15:02:00+0200,Arriva
5046,DTZ,Sprinter,2017-03-28T15:02:00+0200,NS
37758,DZW,stoptrein,2017-03-28T15:02:00+0200,Arriva
852,EHV,Intercity,2017-03-28T15:02:00+0200,NS
20269,ES,stoptrein,2017-03-28T15:02:00+0200,DB
8646,GD,Sprinter,2017-03-28T15:02:00+0200,R-net
4842,HLM,Sprinter,2017-03-28T15:02:00+0200,NS
13554,HM,Intercity,2017-03-28T15:02:00+0200,NS
31145,HMN,stoptrein,2017-03-28T15:02:00+0200,Arriva
32045,HRL,stoptrein,2017-03-28T15:02:00+0200,Arriva
4452,HT,Sprinter,2017-03-28T15:02:00+0200,NS
31441,HVL,stoptrein,2017-03-28T15:02:00+0200,Valleilijn
8552,KPN,Sprinter,2017-03-28T15:02:00+0200,NS
8846,LDL,Intercity,2017-03-28T15:02:00+0200,NS
2444,LEDN,Intercity,2017-03-28T15:02:00+0200,NS
32351,MMLH,stoptrein,2017-03-28T15:02:00+0200,Arriva
32046,MTN,stoptrein,2017-03-28T15:02:00+0200,Arriva
6456,MZ,Sprinter,2017-03-28T15:02:00+0200,NS
31256,ODZ,stoptrein,2017-03-28T15:02:00+0200,Syntus
2261,RB,Intercity,2017-03-28T15:02:00+0200,NS
4146,RTD,Sprinter,2017-03-28T15:02:00+0200,NS
5155,RTZ,Sprinter,2017-03-28T15:02:00+0200,NS
2446,SDM,Intercity,2017-03-28T15:02:00+0200,NS
32553,SN,stoptrein,2017-03-28T15:02:00+0200,Arriva
5548,ST,Sprinter,2017-03-28T15:02:00+0200,NS
37160,STV,stoptrein,2017-03-28T15:02:00+0200,Arriva
5249,TBU,Sprinter,2017-03-28T15:02:00+0200,NS
37658,UHM,stoptrein,2017-03-28T15:02:00+0200,Arriva
37641,UHM,stoptrein,2017-03-28T15:02:00+0200,Arriva
6948,UTLN,Sprinter,2017-03-28T15:02:00+0200,NS
4048,WD,Sprinter,2017-03-28T15:02:00+0200,NS
7047,WDN,Sprinter,2017-03-28T15:02:00+0200,NS
1851,ALM,Intercity,2017-03-28T15:03:00+0200,NS
15849,AMFS,Sprinter,2017-03-28T15:03:00+0200,NS
7945,AMRI,Sprinter,2017-03-28T15:03:00+0200,NS
2263,ARN,Intercity,2017-03-28T15:03:00+0200,NS
3053,ASA,Intercity,2017-03-28T15:03:00+0200,NS
4353,ASDZ,Sprinter,2017-03-28T15:03:00+0200,NS
3355,ASS,Sprinter,2017-03-28T15:03:00+0200,NS
4744,ASS,Sprinter,2017-03-28T15:03:00+0200,NS
4544,BKF,Intercity,2017-03-28T15:03:00+0200,NS
31440,BNN,stoptrein,2017-03-28T15:03:00+0200,Valleilijn
31056,DA,stoptrein,2017-03-28T15:03:00+0200,Arriva
14653,DMN,Sprinter,2017-03-28T15:03:00+0200,NS
37256,DRP,stoptrein,2017-03-28T15:03:00+0200,Arriva
1652,DV,Intercity,2017-03-28T15:03:00+0200,NS
5746,DVD,Sprinter,2017-03-28T15:03:00+0200,NS
3151,ED,Intercity,2017-03-28T15:03:00+0200,NS
20321,EGHM,stoptrein,2017-03-28T15:03:00+0200,DB
9649,EHV,Sprinter,2017-03-28T15:03:00+0200,NS
5649,EML,Sprinter,2017-03-28T15:03:00+0200,NS
20148,GERP,stoptrein,2017-03-28T15:03:00+0200,Arriva
37756,GNN,stoptrein,2017-03-28T15:03:00+0200,Arriva
2255,GV,Intercity,2017-03-28T15:03:00+0200,NS
1855,GVC,Intercity,2017-03-28T15:03:00+0200,NS
2253,HAD,Intercity,2017-03-28T15:03:00+0200,NS
146,HGL,Intercity,2017-03-28T15:03:00+0200,NS International
37858,HGZ,stoptrein,2017-03-28T15:03:00+0200,Arriva
654,HR,Intercity,2017-03-28T15:03:00+0200,NS
6651,HT,Sprinter,2017-03-28T15:03:00+0200,NS
5748,HVSM,Sprinter,2017-03-28T15:03:00+0200,NS
5751,HVSP,Sprinter,2017-03-28T15:03:00+0200,NS
20157,KW,stoptrein,2017-03-28T15:03:00+0200,Arriva
4157,MSW,Sprinter,2017-03-28T15:03:00+0200,NS
32043,MT,stoptrein,2017-03-28T15:03:00+0200,Arriva
32348,NMH,stoptrein,2017-03-28T15:03:00+0200,Arriva
847,RM,Intercity,2017-03-28T15:03:00+0200,NS
7054,RSN,Sprinter,2017-03-28T15:03:00+0200,NS
9239,RTD,Intercity,2017-03-28T15:03:00+0200,NS International
37643,SWD,stoptrein,2017-03-28T15:03:00+0200,Arriva
3652,TB,Intercity,2017-03-28T15:03:00+0200,NS
126,UT,ICE,International,2017-03-28T15:03:00+0200,NS International
2848,UT,Intercity,2017-03-28T15:03:00+0200,NS
4757,UTG,Sprinter,2017-03-28T15:03:00+0200,NS
6148,UTT,Sprinter,2017-03-28T15:03:00+0200,NS
4244,VDW,Sprinter,2017-03-28T15:03:00+0200,NS
32249,VL,stoptrein,2017-03-28T15:03:00+0200,Arriva
7450,VNDW,Sprinter,2017-03-28T15:03:00+0200,NS
32350,VRY,stoptrein,2017-03-28T15:03:00+0200,Arriva
4450,WC,Sprinter,2017-03-28T15:03:00+0200,NS
7846,WD,Sprinter,2017-03-28T15:03:00+0200,NS
6855,YPB,Sprinter,2017-03-28T15:03:00+0200,NS
3348,ZD,Sprinter,2017-03-28T15:03:00+0200,NS
7453,AC,Sprinter,2017-03-28T15:04:00+0200,NS
30949,AHP,stoptrein,2017-03-28T15:04:00+0200,Arriva
11650,AMFS,Intercity,2017-03-28T15:04:00+0200,NS
4055,ASB,Sprinter,2017-03-28T15:04:00+0200,NS
2248,ASD,Intercity,2017-03-28T15:04:00+0200,NS
2142,ASS,Intercity,2017-03-28T15:04:00+0200,NS
4855,BLL,Sprinter,2017-03-28T15:04:00+0200,NS
3044,CAS,Intercity,2017-03-28T15:04:00+0200,NS
13547,DN,Intercity,2017-03-28T15:04:00+0200,NS
2244,DT,Intercity,2017-03-28T15:04:00+0200,NS
6342,DVNK,Sprinter,2017-03-28T15:04:00+0200,NS
32552,EGH,stoptrein,2017-03-28T15:04:00+0200,Arriva
5247,EHS,Sprinter,2017-03-28T15:04:00+0200,NS
7956,ES,Sprinter,2017-03-28T15:04:00+0200,NS
37443,FWD,stoptrein,2017-03-28T15:04:00+0200,Arriva
2046,GD,Intercity,2017-03-28T15:04:00+0200,NS
5146,GV,Sprinter,2017-03-28T15:04:00+0200,NS
3059,HDR,Intercity,2017-03-28T15:04:00+0200,NS
4644,HFD,Sprinter,2017-03-28T15:04:00+0200,NS
5755,HFD,Sprinter,2017-03-28T15:04:00+0200,NS
6953,HTNC,Sprinter,2017-03-28T15:04:00+0200,NS
4950,HVSP,Sprinter,2017-03-28T15:04:00+0200,NS
2238,KRG,Intercity,2017-03-28T15:04:00+0200,NS
31156,KTR,stoptrein,2017-03-28T15:04:00+0200,Arriva
31338,LTN,stoptrein,2017-03-28T15:04:00+0200,Valleilijn
37456,LWC,stoptrein,2017-03-28T15:04:00+0200,Arriva
1847,MP,Intercity,2017-03-28T15:04:00+0200,NS
7651,NML,Sprinter,2017-03-28T15:04:00+0200,NS
4255,NWL,Sprinter,2017-03-28T15:04:00+0200,NS
7947,RAT,Sprinter,2017-03-28T15:04:00+0200,NS
5157,RSW,Sprinter,2017-03-28T15:04:00+0200,NS
4453,RVS,Sprinter,2017-03-28T15:04:00+0200,NS
5551,SD,Sprinter,2017-03-28T15:04:00+0200,NS
36853,SDTB,stoptrein,2017-03-28T15:04:00+0200,Arriva
753,SHL,Intercity,2017-03-28T15:04:00+0200,NS
32450,STD,stoptrein,2017-03-28T15:04:00+0200,Arriva
5548,STZ,Sprinter,2017-03-28T15:04:00+0200,NS
127,UT,ICE,International,2017-03-28T15:04:00+0200,NS International
13556,VL,Intercity,2017-03-28T15:04:00+0200,NS
7649,VP,Sprinter,2017-03-28T15:04:00+0200,NS
2236,VSS,Intercity,2017-03-28T15:04:00+0200,NS
4044,WM,Sprinter,2017-03-28T15:04:00+0200,NS
15848,WP,Sprinter,2017-03-28T15:04:00+0200,NS
30752,WTV,stoptrein,2017-03-28T15:04:00+0200,Breng
6950,ZBM,Sprinter,2017-03-28T15:04:00+0200,NS
3646,ZP,Intercity,2017-03-28T15:04:00+0200,NS
7844,ZTMO,Sprinter,2017-03-28T15:04:00+0200,NS
3049,AH,Intercity,2017-03-28T15:05:00+0200,NS
7652,AHP,Sprinter,2017-03-28T15:05:00+0200,NS
2461,ALMB,Intercity,2017-03-28T15:05:00+0200,NS
4948,ALMM,Sprinter,2017-03-28T15:05:00+0200,NS
551,AMF,Intercity,2017-03-28T15:05:00+0200,NS
4351,AMPO,Sprinter,2017-03-28T15:05:00+0200,NS
17845,APD,stoptrein,2017-03-28T15:05:00+0200,Arriva
7052,APDO,Sprinter,2017-03-28T15:05:00+0200,NS
37758,APG,stoptrein,2017-03-28T15:05:00+0200,Arriva
7455,ASD,Sprinter,2017-03-28T15:05:00+0200,NS
4046,ASDM,Sprinter,2017-03-28T15:05:00+0200,NS
2459,ASDZ,Intercity,2017-03-28T15:05:00+0200,NS
3548,ASDZ,Intercity,2017-03-28T15:05:00+0200,NS
754,ASN,Intercity,2017-03-28T15:05:00+0200,NS
2448,DDR,Intercity,2017-03-28T15:05:00+0200,NS
14649,DRON,Sprinter,2017-03-28T15:05:00+0200,NS
5046,DT,Sprinter,2017-03-28T15:05:00+0200,NS
9652,EHV,Sprinter,2017-03-28T15:05:00+0200,NS
4455,EST,Sprinter,2017-03-28T15:05:00+0200,NS
8058,GBG,stoptrein,2017-03-28T15:05:00+0200,Arriva
6846,GDG,Sprinter,2017-03-28T15:05:00+0200,NS
37458,GK,stoptrein,2017-03-28T15:05:00+0200,Arriva
36846,GND,stoptrein,2017-03-28T15:05:00+0200,Arriva
8154,HGV,Sprinter,2017-03-28T15:05:00+0200,NS
6359,HIL,Sprinter,2017-03-28T15:05:00+0200,NS
4557,HKS,Intercity,2017-03-28T15:05:00+0200,NS
4842,HLMS,Sprinter,2017-03-28T15:05:00+0200,NS
4853,HLO,Sprinter,2017-03-28T15:05:00+0200,NS
3558,HRL,Intercity,2017-03-28T15:05:00+0200,NS
32045,HRLW,stoptrein,2017-03-28T15:05:00+0200,Arriva
4452,HTO,Sprinter,2017-03-28T15:05:00+0200,NS
6357,LAA,Sprinter,2017-03-28T15:05:00+0200,NS
2144,LEDN,Intercity,2017-03-28T15:05:00+0200,NS
4642,LEDN,Sprinter,2017-03-28T15:05:00+0200,NS
31339,LTN,stoptrein,2017-03-28T15:05:00+0200,Valleilijn
32046,MES,stoptrein,2017-03-28T15:05:00+0200,Arriva
20157,MTH,stoptrein,2017-03-28T15:05:00+0200,Arriva
32553,NH,stoptrein,2017-03-28T15:05:00+0200,Arriva
5650,NKK,Sprinter,2017-03-28T15:05:00+0200,NS
7650,NMGO,Sprinter,2017-03-28T15:05:00+0200,NS
3350,NVP,Sprinter,2017-03-28T15:05:00+0200,NS
3650,O,Intercity,2017-03-28T15:05:00+0200,NS
4353,RAI,Sprinter,2017-03-28T15:05:00+0200,NS
5155,RLB,Sprinter,2017-03-28T15:05:00+0200,NS
32252,RM,stoptrein,2017-03-28T15:05:00+0200,Arriva
4050,RTA,Sprinter,2017-03-28T15:05:00+0200,NS
9339,RTD,Thalys,2017-03-28T15:05:00+0200,NS International
2455,RTD,Intercity,2017-03-28T15:05:00+0200,NS
555,RTD,Intercity,2017-03-28T15:05:00+0200,NS
11655,SHL,Intercity,2017-03-28T15:05:00+0200,NS
1046,SHL,Intercity,direct,2017-03-28T15:05:00+0200,NS
6650,TBR,Sprinter,2017-03-28T15:05:00+0200,NS
6053,UT,Sprinter,2017-03-28T15:05:00+0200,NS
6948,UTVR,Sprinter,2017-03-28T15:05:00+0200,NS
9650,VG,Sprinter,2017-03-28T15:05:00+0200,NS
20085,VL,stoptrein,2017-03-28T15:05:00+0200,Keolis
7855,WD,Sprinter,2017-03-28T15:05:00+0200,NS
4057,ZD,Sprinter,2017-03-28T15:05:00+0200,NS
5953,ZLW,Sprinter,2017-03-28T15:05:00+0200,NS
14648,ALM,Sprinter,2017-03-28T15:06:00+0200,NS
1754,AML,Intercity,2017-03-28T15:06:00+0200,NS
3057,AMRN,Intercity,2017-03-28T15:06:00+0200,NS
4548,ASD,Intercity,2017-03-28T15:06:00+0200,NS
4055,ASHD,Sprinter,2017-03-28T15:06:00+0200,NS
7446,ASHD,Sprinter,2017-03-28T15:06:00+0200,NS
5048,BRD,Sprinter,2017-03-28T15:06:00+0200,NS
9651,BTL,Sprinter,2017-03-28T15:06:00+0200,NS
6050,CL,Sprinter,2017-03-28T15:06:00+0200,NS
7451,DB,Sprinter,2017-03-28T15:06:00+0200,NS
31245,DDN,stoptrein,2017-03-28T15:06:00+0200,Syntus
2453,DDR,Intercity,2017-03-28T15:06:00+0200,NS
30952,DID,stoptrein,2017-03-28T15:06:00+0200,Arriva
7049,DV,Sprinter,2017-03-28T15:06:00+0200,NS
20269,ESE,stoptrein,2017-03-28T15:06:00+0200,DB
3654,ETN,Intercity,2017-03-28T15:06:00+0200,NS
5057,GVC,Sprinter,2017-03-28T15:06:00+0200,NS
5855,HFD,Sprinter,2017-03-28T15:06:00+0200,NS
37243,HLG,stoptrein,2017-03-28T15:06:00+0200,Arriva
2159,HLM,Intercity,2017-03-28T15:06:00+0200,NS
5751,HOR,Sprinter,2017-03-28T15:06:00+0200,NS
5461,HWZB,Sprinter,2017-03-28T15:06:00+0200,NS
37160,KMW,stoptrein,2017-03-28T15:06:00+0200,Arriva
2255,LAA,Intercity,2017-03-28T15:06:00+0200,NS
31045,MRB,stoptrein,2017-03-28T15:06:00+0200,Arriva
4157,MSS,Sprinter,2017-03-28T15:06:00+0200,NS
37858,MTH,stoptrein,2017-03-28T15:06:00+0200,Arriva
32452,MTR,stoptrein,2017-03-28T15:06:00+0200,Arriva
15851,NDB,Sprinter,2017-03-28T15:06:00+0200,NS
3657,OST,Intercity,2017-03-28T15:06:00+0200,NS
2240,RSD,Intercity,2017-03-28T15:06:00+0200,NS
2257,RTB,Intercity,2017-03-28T15:06:00+0200,NS
5148,RTD,Sprinter,2017-03-28T15:06:00+0200,NS
37558,SDA,stoptrein,2017-03-28T15:06:00+0200,Arriva
37658,UHZ,stoptrein,2017-03-28T15:06:00+0200,Arriva
11753,UT,Intercity,2017-03-28T15:06:00+0200,NS
5553,UT,Sprinter,2017-03-28T15:06:00+0200,NS
4844,UTG,Sprinter,2017-03-28T15:06:00+0200,NS
5648,UTO,Sprinter,2017-03-28T15:06:00+0200,NS
6148,VTN,Sprinter,2017-03-28T15:06:00+0200,NS
8848,WD,Intercity,2017-03-28T15:06:00+0200,NS
7954,WDN,Sprinter,2017-03-28T15:06:00+0200,NS
31145,ZA,stoptrein,2017-03-28T15:06:00+0200,Arriva
846,ZD,Intercity,2017-03-28T15:06:00+0200,NS
3348,ZDK,Sprinter,2017-03-28T15:06:00+0200,NS
17858,ZP,stoptrein,2017-03-28T15:06:00+0200,Arriva
31247,ZP,stoptrein,2017-03-28T15:06:00+0200,Syntus
7654,ZP,Sprinter,2017-03-28T15:06:00+0200,NS
30845,ZP,stoptrein,2017-03-28T15:06:00+0200,Arriva
7844,ZTM,Sprinter,2017-03-28T15:06:00+0200,NS
5444,ZVT,Sprinter,2017-03-28T15:06:00+0200,NS
8855,APN,Intercity,2017-03-28T15:07:00+0200,NS
946,ASD,Intercity,direct,2017-03-28T15:07:00+0200,NS
3355,ASDL,Sprinter,2017-03-28T15:07:00+0200,NS
11153,BD,Intercity,2017-03-28T15:07:00+0200,NS
13556,BR,Intercity,2017-03-28T15:07:00+0200,NS
5748,BSMZ,Sprinter,2017-03-28T15:07:00+0200,NS
32248,CK,stoptrein,2017-03-28T15:07:00+0200,Arriva
32351,CK,stoptrein,2017-03-28T15:07:00+0200,Arriva
30749,DID,stoptrein,2017-03-28T15:07:00+0200,Breng
9654,DN,Sprinter,2017-03-28T15:07:00+0200,NS
30754,DTC,stoptrein,2017-03-28T15:07:00+0200,Breng
30947,DTC,stoptrein,2017-03-28T15:07:00+0200,Arriva
646,GD,Intercity,2017-03-28T15:07:00+0200,NS
7857,GD,Sprinter,2017-03-28T15:07:00+0200,NS
4053,GDG,Sprinter,2017-03-28T15:07:00+0200,NS
37656,GNN,stoptrein,2017-03-28T15:07:00+0200,Arriva
5652,HDE,Sprinter,2017-03-28T15:07:00+0200,NS
1747,HGL,Intercity,2017-03-28T15:07:00+0200,NS
20157,HGZ,stoptrein,2017-03-28T15:07:00+0200,Arriva
3552,HT,Intercity,2017-03-28T15:07:00+0200,NS
4846,HWD,Sprinter,2017-03-28T15:07:00+0200,NS
4757,KMA,Sprinter,2017-03-28T15:07:00+0200,NS
32552,LG,stoptrein,2017-03-28T15:07:00+0200,Arriva
4244,MSS,Sprinter,2017-03-28T15:07:00+0200,NS
3843,NA,Sneltrein,2017-03-28T15:07:00+0200,Arriva
4450,NMD,Sprinter,2017-03-28T15:07:00+0200,NS
7650,NMD,Sprinter,2017-03-28T15:07:00+0200,NS
5746,RAI,Sprinter,2017-03-28T15:07:00+0200,NS
32453,RM,stoptrein,2017-03-28T15:07:00+0200,Arriva
4146,SDM,Sprinter,2017-03-28T15:07:00+0200,NS
4255,SDM,Sprinter,2017-03-28T15:07:00+0200,NS
3042,SGN,Intercity,2017-03-28T15:07:00+0200,NS
935,SHL,Intercity,direct,2017-03-28T15:07:00+0200,NS
4346,SHL,Sprinter,2017-03-28T15:07:00+0200,NS
4855,SPTZ,Sprinter,2017-03-28T15:07:00+0200,NS
5249,TB,Sprinter,2017-03-28T15:07:00+0200,NS
32249,TG,stoptrein,2017-03-28T15:07:00+0200,Arriva
6053,UTVR,Sprinter,2017-03-28T15:07:00+0200,NS
32045,VDL,stoptrein,2017-03-28T15:07:00+0200,Arriva
30954,VSV,stoptrein,2017-03-28T15:07:00+0200,Arriva
31056,VZ,stoptrein,2017-03-28T15:07:00+0200,Arriva
37643,WSM,stoptrein,2017-03-28T15:07:00+0200,Arriva
3547,WT,Intercity,2017-03-28T15:07:00+0200,NS
30843,WWW,stoptrein,2017-03-28T15:07:00+0200,Arriva
14652,ZL,Sprinter,2017-03-28T15:07:00+0200,NS
31158,AH,stoptrein,2017-03-28T15:08:00+0200,Arriva
4350,ALMO,Sprinter,2017-03-28T15:08:00+0200,NS
17845,APDM,stoptrein,2017-03-28T15:08:00+0200,Arriva
8645,APN,Sprinter,2017-03-28T15:08:00+0200,R-net
2653,ASD,Intercity,2017-03-28T15:08:00+0200,NS
4655,ASDL,Sprinter,2017-03-28T15:08:00+0200,NS
5846,ASS,Sprinter,2017-03-28T15:08:00+0200,NS
2450,BD,Intercity,2017-03-28T15:08:00+0200,NS
32451,BDE,stoptrein,2017-03-28T15:08:00+0200,Arriva
15850,BRN,Sprinter,2017-03-28T15:08:00+0200,NS
5254,BTL,Sprinter,2017-03-28T15:08:00+0200,NS
4050,CPS,Sprinter,2017-03-28T15:08:00+0200,NS
5150,DDR,Sprinter,2017-03-28T15:08:00+0200,NS
37256,DEI,stoptrein,2017-03-28T15:08:00+0200,Arriva
4642,DVNK,Sprinter,2017-03-28T15:08:00+0200,NS
37443,DWE,stoptrein,2017-03-28T15:08:00+0200,Arriva
9652,EHS,Sprinter,2017-03-28T15:08:00+0200,NS
7956,ESK,Sprinter,2017-03-28T15:08:00+0200,NS
37845,GN,stoptrein,2017-03-28T15:08:00+0200,Arriva
1146,GV,Intercity,2017-03-28T15:08:00+0200,NS
2057,GVC,Intercity,2017-03-28T15:08:00+0200,NS
32553,HB,stoptrein,2017-03-28T15:08:00+0200,Arriva
5649,HD,Sprinter,2017-03-28T15:08:00+0200,NS
3059,HDRZ,Intercity,2017-03-28T15:08:00+0200,NS
31256,HGLO,stoptrein,2017-03-28T15:08:00+0200,Syntus
1653,HVS,Intercity,2017-03-28T15:08:00+0200,NS
4044,KMA,Sprinter,2017-03-28T15:08:00+0200,NS
37858,KW,stoptrein,2017-03-28T15:08:00+0200,Arriva
8953,LEDN,Sprinter,2017-03-28T15:08:00+0200,NS
4657,LEDN,Sprinter,2017-03-28T15:08:00+0200,NS
1856,LW,Intercity,2017-03-28T15:08:00+0200,NS
37056,MG,stoptrein,2017-03-28T15:08:00+0200,Arriva
32253,NM,stoptrein,2017-03-28T15:08:00+0200,Arriva
8045,OMN,stoptrein,2017-03-28T15:08:00+0200,Arriva
7649,RH,Sprinter,2017-03-28T15:08:00+0200,NS
30858,RL,stoptrein,2017-03-28T15:08:00+0200,Arriva
3556,RM,Intercity,2017-03-28T15:08:00+0200,NS
9244,RTD,Intercity,2017-03-28T15:08:00+0200,NS International
36853,SDT,stoptrein,2017-03-28T15:08:00+0200,Arriva
32046,SGL,stoptrein,2017-03-28T15:08:00+0200,Arriva
9248,SHL,Intercity,2017-03-28T15:08:00+0200,NS International
37743,STM,stoptrein,2017-03-28T15:08:00+0200,Arriva
11150,TB,Intercity,2017-03-28T15:08:00+0200,NS
6051,TPSW,Sprinter,2017-03-28T15:08:00+0200,NS
3048,UT,Intercity,2017-03-28T15:08:00+0200,NS
30949,WTV,stoptrein,2017-03-28T15:08:00+0200,Arriva
9047,WV,Sprinter,2017-03-28T15:08:00+0200,NS
3055,ZD,Intercity,2017-03-28T15:08:00+0200,NS
6855,ZTM,Sprinter,2017-03-28T15:08:00+0200,NS
30752,AHP,stoptrein,2017-03-28T15:09:00+0200,Breng
4351,ALMM,Sprinter,2017-03-28T15:09:00+0200,NS
14648,ALMM,Sprinter,2017-03-28T15:09:00+0200,NS
14651,ALMO,Sprinter,2017-03-28T15:09:00+0200,NS
31341,AMF,stoptrein,2017-03-28T15:09:00+0200,Valleilijn
8946,APN,Sprinter,2017-03-28T15:09:00+0200,NS
7446,ASB,Sprinter,2017-03-28T15:09:00+0200,NS
3046,ASD,Intercity,2017-03-28T15:09:00+0200,NS
3155,ASDZ,Intercity,2017-03-28T15:09:00+0200,NS
2248,ASS,Intercity,2017-03-28T15:09:00+0200,NS
7945,BN,Sprinter,2017-03-28T15:09:00+0200,NS
31441,BNN,stoptrein,2017-03-28T15:09:00+0200,Valleilijn
31338,BNZ,stoptrein,2017-03-28T15:09:00+0200,Valleilijn
5155,BRD,Sprinter,2017-03-28T15:09:00+0200,NS
15851,BSMZ,Sprinter,2017-03-28T15:09:00+0200,NS
2242,DDR,Intercity,2017-03-28T15:09:00+0200,NS
5950,DDZD,Sprinter,2017-03-28T15:09:00+0200,NS
15848,DMN,Sprinter,2017-03-28T15:09:00+0200,NS
3655,DR,Intercity,2017-03-28T15:09:00+0200,NS
5157,DT,Sprinter,2017-03-28T15:09:00+0200,NS
2446,DT,Intercity,2017-03-28T15:09:00+0200,NS
6449,EHV,Sprinter,2017-03-28T15:09:00+0200,NS
7651,EST,Sprinter,2017-03-28T15:09:00+0200,NS
20269,GBR,stoptrein,2017-03-28T15:09:00+0200,DB
6846,GD,Sprinter,2017-03-28T15:09:00+0200,NS
2855,GD,Intercity,2017-03-28T15:09:00+0200,NS
36750,GDM,stoptrein,2017-03-28T15:09:00+0200,Arriva
36748,GR,stoptrein,2017-03-28T15:09:00+0200,Arriva
36753,GR,stoptrein,2017-03-28T15:09:00+0200,Arriva
4659,GVC,Sprinter,2017-03-28T15:09:00+0200,NS
8058,HDB,stoptrein,2017-03-28T15:09:00+0200,Arriva
3350,HFD,Sprinter,2017-03-28T15:09:00+0200,NS
4844,HK,Sprinter,2017-03-28T15:09:00+0200,NS
7054,HON,Sprinter,2017-03-28T15:09:00+0200,NS
851,HT,Intercity,2017-03-28T15:09:00+0200,NS
1550,HVS,Intercity,2017-03-28T15:09:00+0200,NS
4842,HWZB,Sprinter,2017-03-28T15:09:00+0200,NS
6456,HZE,Sprinter,2017-03-28T15:09:00+0200,NS
2457,LAA,Intercity,2017-03-28T15:09:00+0200,NS
31254,LC,stoptrein,2017-03-28T15:09:00+0200,Syntus
37145,MG,stoptrein,2017-03-28T15:09:00+0200,Arriva
5363,MTR,stoptrein,2017-03-28T15:09:00+0200,NMBS
3653,NM,Intercity,2017-03-28T15:09:00+0200,NS
4644,NVP,Sprinter,2017-03-28T15:09:00+0200,NS
4146,NWL,Sprinter,2017-03-28T15:09:00+0200,NS
5048,RLB,Sprinter,2017-03-28T15:09:00+0200,NS
4452,RS,Sprinter,2017-03-28T15:09:00+0200,NS
2455,RTB,Intercity,2017-03-28T15:09:00+0200,NS
36846,SDT,stoptrein,2017-03-28T15:09:00+0200,Arriva
6650,TBU,Sprinter,2017-03-28T15:09:00+0200,NS
853,UT,Intercity,2017-03-28T15:09:00+0200,NS
3153,UT,Intercity,2017-03-28T15:09:00+0200,NS
32350,VLB,stoptrein,2017-03-28T15:09:00+0200,Arriva
32251,VLB,stoptrein,2017-03-28T15:09:00+0200,Arriva
8646,WAD,Sprinter,2017-03-28T15:09:00+0200,R-net
4744,ZD,Sprinter,2017-03-28T15:09:00+0200,NS
6652,ZLW,Sprinter,2017-03-28T15:09:00+0200,NS
4055,AC,Sprinter,2017-03-28T15:10:00+0200,NS
4350,ALMB,Sprinter,2017-03-28T15:10:00+0200,NS
1750,AMF,Intercity,2017-03-28T15:10:00+0200,NS
11650,AMF,Intercity,2017-03-28T15:10:00+0200,NS
855,ASD,Intercity,2017-03-28T15:10:00+0200,NS
7455,ASDM,Sprinter,2017-03-28T15:10:00+0200,NS
5650,AVAT,Sprinter,2017-03-28T15:10:00+0200,NS
2238,BZL,Intercity,2017-03-28T15:10:00+0200,NS
857,CAS,Intercity,2017-03-28T15:10:00+0200,NS
6953,CL,Sprinter,2017-03-28T15:10:00+0200,NS
5548,DLD,Sprinter,2017-03-28T15:10:00+0200,NS
30754,DTCH,stoptrein,2017-03-28T15:10:00+0200,Breng
1648,DVD,Intercity,2017-03-28T15:10:00+0200,NS
3843,EMNZ,Sneltrein,2017-03-28T15:10:00+0200,Arriva
2159,HAD,Intercity,2017-03-28T15:10:00+0200,NS
31245,HGLG,stoptrein,2017-03-28T15:10:00+0200,Syntus
2253,HLM,Intercity,2017-03-28T15:10:00+0200,NS
5461,HLMS,Sprinter,2017-03-28T15:10:00+0200,NS
3044,HLO,Intercity,2017-03-28T15:10:00+0200,NS
9649,HMBV,Sprinter,2017-03-28T15:10:00+0200,NS
32552,HRLK,stoptrein,2017-03-28T15:10:00+0200,Arriva
6342,LEDN,Sprinter,2017-03-28T15:10:00+0200,NS
14650,LLS,Sprinter,2017-03-28T15:10:00+0200,NS
5748,NDB,Sprinter,2017-03-28T15:10:00+0200,NS
4450,NMGO,Sprinter,2017-03-28T15:10:00+0200,NS
4455,NML,Sprinter,2017-03-28T15:10:00+0200,NS
5046,RSW,Sprinter,2017-03-28T15:10:00+0200,NS
937,RTD,Intercity,direct,2017-03-28T15:10:00+0200,NS
7757,RTD,Sprinter,2017-03-28T15:10:00+0200,NS
5148,SDM,Sprinter,2017-03-28T15:10:00+0200,NS
32252,SM,stoptrein,2017-03-28T15:10:00+0200,Arriva
20157,SPM,stoptrein,2017-03-28T15:10:00+0200,Arriva
4855,SPTN,Sprinter,2017-03-28T15:10:00+0200,NS
32450,SRN,stoptrein,2017-03-28T15:10:00+0200,Arriva
7848,UT,Sprinter,2017-03-28T15:10:00+0200,NS
5750,UT,Sprinter,2017-03-28T15:10:00+0200,NS
6053,UTLN,Sprinter,2017-03-28T15:10:00+0200,NS
5553,UTO,Sprinter,2017-03-28T15:10:00+0200,NS
4157,VDW,Sprinter,2017-03-28T15:10:00+0200,NS
17858,VEM,stoptrein,2017-03-28T15:10:00+0200,Arriva
7855,VTN,Sprinter,2017-03-28T15:10:00+0200,NS
4757,WM,Sprinter,2017-03-28T15:10:00+0200,NS
4348,WP,Sprinter,2017-03-28T15:10:00+0200,NS
14653,WP,Sprinter,2017-03-28T15:10:00+0200,NS
7844,YPB,Sprinter,2017-03-28T15:10:00+0200,NS
6855,ZTMO,Sprinter,2017-03-28T15:10:00+0200,NS
7652,AH,Sprinter,2017-03-28T15:11:00+0200,NS
3648,AH,Intercity,2017-03-28T15:11:00+0200,NS
5651,AMF,Sprinter,2017-03-28T15:11:00+0200,NS
4846,AMRN,Sprinter,2017-03-28T15:11:00+0200,NS
15853,ASD,Sprinter,2017-03-28T15:11:00+0200,NS
4857,ASD,Sprinter,2017-03-28T15:11:00+0200,NS
4646,ASD,Sprinter,2017-03-28T15:11:00+0200,NS
5846,ASDL,Sprinter,2017-03-28T15:11:00+0200,NS
4655,ASS,Sprinter,2017-03-28T15:11:00+0200,NS
4057,ASS,Sprinter,2017-03-28T15:11:00+0200,NS
15848,ASSP,Sprinter,2017-03-28T15:11:00+0200,NS
6649,BD,Sprinter,2017-03-28T15:11:00+0200,NS
4048,BKL,Sprinter,2017-03-28T15:11:00+0200,NS
7654,BMN,Sprinter,2017-03-28T15:11:00+0200,NS
36755,DDR,stoptrein,2017-03-28T15:11:00+0200,Arriva
5157,DTZ,Sprinter,2017-03-28T15:11:00+0200,NS
7049,DVC,Sprinter,2017-03-28T15:11:00+0200,NS
4353,DVD,Sprinter,2017-03-28T15:11:00+0200,NS
3050,ED,Intercity,2017-03-28T15:11:00+0200,NS
37845,GERP,stoptrein,2017-03-28T15:11:00+0200,Arriva
7859,GVC,Sprinter,2017-03-28T15:11:00+0200,NS
37160,HNP,stoptrein,2017-03-28T15:11:00+0200,Arriva
31440,HVL,stoptrein,2017-03-28T15:11:00+0200,Valleilijn
32045,KMR,stoptrein,2017-03-28T15:11:00+0200,Arriva
32248,MMLH,stoptrein,2017-03-28T15:11:00+0200,Arriva
8147,MP,Sprinter,2017-03-28T15:11:00+0200,NS
4951,NDB,Sprinter,2017-03-28T15:11:00+0200,NS
32253,NMH,stoptrein,2017-03-28T15:11:00+0200,Arriva
4050,NWK,Sprinter,2017-03-28T15:11:00+0200,NS
1155,RTD,Intercity,2017-03-28T15:11:00+0200,NS
5055,RTD,Sprinter,2017-03-28T15:11:00+0200,NS
5855,SHL,Sprinter,2017-03-28T15:11:00+0200,NS
5755,SHL,Sprinter,2017-03-28T15:11:00+0200,NS
3545,STD,Intercity,2017-03-28T15:11:00+0200,NS
856,STD,Intercity,2017-03-28T15:11:00+0200,NS
3550,UT,Intercity,2017-03-28T15:11:00+0200,NS
4642,VST,Sprinter,2017-03-28T15:11:00+0200,NS
8646,WADN,Sprinter,2017-03-28T15:11:00+0200,R-net
854,WT,Intercity,2017-03-28T15:11:00+0200,NS
30952,ZV,stoptrein,2017-03-28T15:11:00+0200,Arriva
5953,ZVB,Sprinter,2017-03-28T15:11:00+0200,NS
14648,AMPO,Sprinter,2017-03-28T15:12:00+0200,NS
848,ASA,Intercity,2017-03-28T15:12:00+0200,NS
753,ASDZ,Intercity,2017-03-28T15:12:00+0200,NS
5746,ASDZ,Sprinter,2017-03-28T15:12:00+0200,NS
8145,ASN,Sprinter,2017-03-28T15:12:00+0200,NS
37643,BF,stoptrein,2017-03-28T15:12:00+0200,Arriva
2261,BGN,Intercity,2017-03-28T15:12:00+0200,NS
7453,BKL,Sprinter,2017-03-28T15:12:00+0200,NS
3150,DB,Intercity,2017-03-28T15:12:00+0200,NS
4855,DRH,Sprinter,2017-03-28T15:12:00+0200,NS
7446,DVD,Sprinter,2017-03-28T15:12:00+0200,NS
30949,DVN,stoptrein,2017-03-28T15:12:00+0200,Arriva
31339,EDC,stoptrein,2017-03-28T15:12:00+0200,Valleilijn
1755,GD,Intercity,2017-03-28T15:12:00+0200,NS
4053,GD,Sprinter,2017-03-28T15:12:00+0200,NS
30947,GDR,stoptrein,2017-03-28T15:12:00+0200,Arriva
36853,GND,stoptrein,2017-03-28T15:12:00+0200,Arriva
9654,HMBH,Sprinter,2017-03-28T15:12:00+0200,NS
4557,HNK,Intercity,2017-03-28T15:12:00+0200,NS
3651,HT,Intercity,2017-03-28T15:12:00+0200,NS
6050,HTNC,Sprinter,2017-03-28T15:12:00+0200,NS
4950,HVS,Sprinter,2017-03-28T15:12:00+0200,NS
15851,HVSM,Sprinter,2017-03-28T15:12:00+0200,NS
3051,KLP,Intercity,2017-03-28T15:12:00+0200,NS
4744,KZ,Sprinter,2017-03-28T15:12:00+0200,NS
4659,LAA,Sprinter,2017-03-28T15:12:00+0200,NS
37743,LP,stoptrein,2017-03-28T15:12:00+0200,Arriva
7451,MRN,Sprinter,2017-03-28T15:12:00+0200,NS
7450,MRN,Sprinter,2017-03-28T15:12:00+0200,NS
5444,OVN,Sprinter,2017-03-28T15:12:00+0200,NS
3357,PMO,Sprinter,2017-03-28T15:12:00+0200,NS
2257,RTD,Intercity,2017-03-28T15:12:00+0200,NS
36846,SDTB,stoptrein,2017-03-28T15:12:00+0200,Arriva
2459,SHL,Intercity,2017-03-28T15:12:00+0200,NS
37658,UST,stoptrein,2017-03-28T15:12:00+0200,Arriva
7448,UT,Sprinter,2017-03-28T15:12:00+0200,NS
4146,VDO,Sprinter,2017-03-28T15:12:00+0200,NS
6359,VH,Sprinter,2017-03-28T15:12:00+0200,NS
32046,VK,stoptrein,2017-03-28T15:12:00+0200,Arriva
37558,ZB,stoptrein,2017-03-28T15:12:00+0200,Arriva
7651,AHZ,Sprinter,2017-03-28T15:13:00+0200,NS
2461,ALM,Intercity,2017-03-28T15:13:00+0200,NS
5650,AMFS,Sprinter,2017-03-28T15:13:00+0200,NS
7455,ASA,Sprinter,2017-03-28T15:13:00+0200,NS
4046,ASD,Sprinter,2017-03-28T15:13:00+0200,NS
9651,BET,Sprinter,2017-03-28T15:13:00+0200,NS
5548,BHV,Sprinter,2017-03-28T15:13:00+0200,NS
31338,BNC,stoptrein,2017-03-28T15:13:00+0200,Valleilijn
31441,BNC,stoptrein,2017-03-28T15:13:00+0200,Valleilijn
4844,BV,Sprinter,2017-03-28T15:13:00+0200,NS
4353,DMNZ,Sprinter,2017-03-28T15:13:00+0200,NS
7649,DR,Sprinter,2017-03-28T15:13:00+0200,NS
32450,EC,stoptrein,2017-03-28T15:13:00+0200,Arriva
6950,GDM,Sprinter,2017-03-28T15:13:00+0200,NS
6456,GP,Sprinter,2017-03-28T15:13:00+0200,NS
2263,GS,Intercity,2017-03-28T15:13:00+0200,NS
2457,GV,Intercity,2017-03-28T15:13:00+0200,NS
5046,GVMW,Sprinter,2017-03-28T15:13:00+0200,NS
37258,HLGH,stoptrein,2017-03-28T15:13:00+0200,Arriva
9649,HMH,Sprinter,2017-03-28T15:13:00+0200,NS
6053,HTN,Sprinter,2017-03-28T15:13:00+0200,NS
14649,KPNZ,Sprinter,2017-03-28T15:13:00+0200,NS
8953,LDL,Sprinter,2017-03-28T15:13:00+0200,NS
750,LLS,Intercity,2017-03-28T15:13:00+0200,NS
37758,LP,stoptrein,2017-03-28T15:13:00+0200,Arriva
32141,MT,Sneltrein,2017-03-28T15:13:00+0200,Arriva
3052,NM,Intercity,2017-03-28T15:13:00+0200,NS
5652,NS,Sprinter,2017-03-28T15:13:00+0200,NS
5249,OT,Sprinter,2017-03-28T15:13:00+0200,NS
3348,PMW,Sprinter,2017-03-28T15:13:00+0200,NS
9243,RSD,Intercity,2017-03-28T15:13:00+0200,NS International
555,RTA,Intercity,2017-03-28T15:13:00+0200,NS
5048,RTZ,Sprinter,2017-03-28T15:13:00+0200,NS
2244,SDM,Intercity,2017-03-28T15:13:00+0200,NS
4657,SSH,Sprinter,2017-03-28T15:13:00+0200,NS
1847,SWK,Intercity,2017-03-28T15:13:00+0200,NS
6650,TB,Sprinter,2017-03-28T15:13:00+0200,NS
7855,UTT,Sprinter,2017-03-28T15:13:00+0200,NS
7844,VB,Sprinter,2017-03-28T15:13:00+0200,NS
4157,VDG,Sprinter,2017-03-28T15:13:00+0200,NS
5753,WP,Sprinter,2017-03-28T15:13:00+0200,NS
36753,AKL,stoptrein,2017-03-28T15:14:00+0200,Arriva
4351,ALM,Sprinter,2017-03-28T15:14:00+0200,NS
4350,ALMP,Sprinter,2017-03-28T15:14:00+0200,NS
3057,AMR,Intercity,2017-03-28T15:14:00+0200,NS
1652,APD,Intercity,2017-03-28T15:14:00+0200,NS
15848,ASDM,Sprinter,2017-03-28T15:14:00+0200,NS
4548,ASS,Intercity,2017-03-28T15:14:00+0200,NS
3055,ASS,Intercity,2017-03-28T15:14:00+0200,NS
37458,BP,stoptrein,2017-03-28T15:14:00+0200,Arriva
11152,EHV,Intercity,2017-03-28T15:14:00+0200,NS
5057,GV,Sprinter,2017-03-28T15:14:00+0200,NS
1157,GVC,Intercity,2017-03-28T15:14:00+0200,NS
4546,HN,Intercity,2017-03-28T15:14:00+0200,NS
32553,HRL,stoptrein,2017-03-28T15:14:00+0200,Arriva
13556,HRT,Intercity,2017-03-28T15:14:00+0200,NS
32148,MTR,Sneltrein,2017-03-28T15:14:00+0200,Arriva
7954,NVD,Sprinter,2017-03-28T15:14:00+0200,NS
5055,RTB,Sprinter,2017-03-28T15:14:00+0200,NS
32045,SOG,stoptrein,2017-03-28T15:14:00+0200,Arriva
30954,TBG,stoptrein,2017-03-28T15:14:00+0200,Arriva
30947,TBG,stoptrein,2017-03-28T15:14:00+0200,Arriva
2048,UT,Intercity,2017-03-28T15:14:00+0200,NS
7848,UTLR,Sprinter,2017-03-28T15:14:00+0200,NS
5751,UTO,Sprinter,2017-03-28T15:14:00+0200,NS
5750,UTO,Sprinter,2017-03-28T15:14:00+0200,NS
30749,WL,stoptrein,2017-03-28T15:14:00+0200,Breng
4757,ZZS,Sprinter,2017-03-28T15:14:00+0200,NS
5651,AMFS,Sprinter,2017-03-28T15:15:00+0200,NS
4853,AMR,Sprinter,2017-03-28T15:15:00+0200,NS
3042,ANA,Intercity,2017-03-28T15:15:00+0200,NS
3059,ANA,Intercity,2017-03-28T15:15:00+0200,NS
11655,ASDZ,Intercity,2017-03-28T15:15:00+0200,NS
8156,ASN,Sprinter,2017-03-28T15:15:00+0200,NS
4842,ASS,Sprinter,2017-03-28T15:15:00+0200,NS
3046,ASS,Intercity,2017-03-28T15:15:00+0200,NS
939,BD,Intercity,direct,2017-03-28T15:15:00+0200,NS
3649,BD,Intercity,2017-03-28T15:15:00+0200,NS
8848,BDG,Intercity,2017-03-28T15:15:00+0200,NS
8855,BDG,Intercity,2017-03-28T15:15:00+0200,NS
9652,BET,Sprinter,2017-03-28T15:15:00+0200,NS
2240,BGN,Intercity,2017-03-28T15:15:00+0200,NS
36748,BHDV,stoptrein,2017-03-28T15:15:00+0200,Arriva
5553,BHV,Sprinter,2017-03-28T15:15:00+0200,NS
32350,BMR,stoptrein,2017-03-28T15:15:00+0200,Arriva
32351,BMR,stoptrein,2017-03-28T15:15:00+0200,Arriva
37443,BP,stoptrein,2017-03-28T15:15:00+0200,Arriva
36750,BSD,stoptrein,2017-03-28T15:15:00+0200,Arriva
8646,BSK,Sprinter,2017-03-28T15:15:00+0200,R-net
8645,BSK,Sprinter,2017-03-28T15:15:00+0200,R-net
36755,DDRS,stoptrein,2017-03-28T15:15:00+0200,Arriva
3657,DV,Intercity,2017-03-28T15:15:00+0200,NS
30952,DVN,stoptrein,2017-03-28T15:15:00+0200,Arriva
32453,EC,stoptrein,2017-03-28T15:15:00+0200,Arriva
3860,EMN,Sneltrein,2017-03-28T15:15:00+0200,Arriva
31145,EST,stoptrein,2017-03-28T15:15:00+0200,Arriva
31158,EST,stoptrein,2017-03-28T15:15:00+0200,Arriva
6449,GP,Sprinter,2017-03-28T15:15:00+0200,NS
4659,GVM,Sprinter,2017-03-28T15:15:00+0200,NS
7956,HGL,Sprinter,2017-03-28T15:15:00+0200,NS
5461,HLM,Sprinter,2017-03-28T15:15:00+0200,NS
13547,HRT,Intercity,2017-03-28T15:15:00+0200,NS
6050,HTN,Sprinter,2017-03-28T15:15:00+0200,NS
31341,HVL,stoptrein,2017-03-28T15:15:00+0200,Valleilijn
15850,HVS,Sprinter,2017-03-28T15:15:00+0200,NS
17858,KBK,stoptrein,2017-03-28T15:15:00+0200,Arriva
17845,KBK,stoptrein,2017-03-28T15:15:00+0200,Arriva
746,LEDN,Intercity,2017-03-28T15:15:00+0200,NS
2246,LEDN,Intercity,2017-03-28T15:15:00+0200,NS
8045,MRB,stoptrein,2017-03-28T15:15:00+0200,Arriva
32452,MT,stoptrein,2017-03-28T15:15:00+0200,Arriva
5649,NS,Sprinter,2017-03-28T15:15:00+0200,NS
4453,O,Sprinter,2017-03-28T15:15:00+0200,NS
3348,PMR,Sprinter,2017-03-28T15:15:00+0200,NS
3357,PMR,Sprinter,2017-03-28T15:15:00+0200,NS
7757,RTN,Sprinter,2017-03-28T15:15:00+0200,NS
32249,RV,stoptrein,2017-03-28T15:15:00+0200,Arriva
3350,SHL,Sprinter,2017-03-28T15:15:00+0200,NS
3355,SHL,Sprinter,2017-03-28T15:15:00+0200,NS
37058,SK,stoptrein,2017-03-28T15:15:00+0200,Arriva
32046,SOG,stoptrein,2017-03-28T15:15:00+0200,Arriva
4644,SSH,Sprinter,2017-03-28T15:15:00+0200,NS
7448,UTZL,Sprinter,2017-03-28T15:15:00+0200,NS
7859,VB,Sprinter,2017-03-28T15:15:00+0200,NS
30845,VD,stoptrein,2017-03-28T15:15:00+0200,Arriva
30858,VD,stoptrein,2017-03-28T15:15:00+0200,Arriva
4146,VDG,Sprinter,2017-03-28T15:15:00+0200,NS
6342,VH,Sprinter,2017-03-28T15:15:00+0200,NS
32251,VRY,stoptrein,2017-03-28T15:15:00+0200,Arriva
37160,WK,stoptrein,2017-03-28T15:15:00+0200,Arriva
30754,WL,stoptrein,2017-03-28T15:15:00+0200,Breng
20157,ZB,stoptrein,2017-03-28T15:15:00+0200,Arriva
749,ZL,Intercity,2017-03-28T15:15:00+0200,NS
5150,ZWD,Sprinter,2017-03-28T15:15:00+0200,NS
4744,ZZS,Sprinter,2017-03-28T15:15:00+0200,NS
3152,AH,Intercity,2017-03-28T15:16:00+0200,NS
7652,AHZ,Sprinter,2017-03-28T15:16:00+0200,NS
4351,ALMP,Sprinter,2017-03-28T15:16:00+0200,NS
146,AML,Intercity,2017-03-28T15:16:00+0200,NS International
7446,ASA,Sprinter,2017-03-28T15:16:00+0200,NS
3148,ASB,Intercity,2017-03-28T15:16:00+0200,NS
15853,ASDM,Sprinter,2017-03-28T15:16:00+0200,NS
4857,ASS,Sprinter,2017-03-28T15:16:00+0200,NS
6649,BDPB,Sprinter,2017-03-28T15:16:00+0200,NS
6652,BDPB,Sprinter,2017-03-28T15:16:00+0200,NS
36853,BHDV,stoptrein,2017-03-28T15:16:00+0200,Arriva
3153,DB,Intercity,2017-03-28T15:16:00+0200,NS
36846,DDRS,stoptrein,2017-03-28T15:16:00+0200,Arriva
4348,DMNZ,Sprinter,2017-03-28T15:16:00+0200,NS
1656,ES,Intercity,2017-03-28T15:16:00+0200,NS
30954,GDR,stoptrein,2017-03-28T15:16:00+0200,Arriva
37858,GERP,stoptrein,2017-03-28T15:16:00+0200,Arriva
2238,GS,Intercity,2017-03-28T15:16:00+0200,NS
4642,GVM,Sprinter,2017-03-28T15:16:00+0200,NS
5057,GVMW,Sprinter,2017-03-28T15:16:00+0200,NS
31058,HDB,stoptrein,2017-03-28T15:16:00+0200,Arriva
31256,HGL,stoptrein,2017-03-28T15:16:00+0200,Syntus
37258,HLG,stoptrein,2017-03-28T15:16:00+0200,Arriva
9649,HM,Sprinter,2017-03-28T15:16:00+0200,NS
9654,HM,Sprinter,2017-03-28T15:16:00+0200,NS
9047,HR,Sprinter,2017-03-28T15:16:00+0200,NS
32143,HRL,Sneltrein,2017-03-28T15:16:00+0200,Arriva
32552,HRL,stoptrein,2017-03-28T15:16:00+0200,Arriva
32553,HRLK,stoptrein,2017-03-28T15:16:00+0200,Arriva
15851,HVS,Sprinter,2017-03-28T15:16:00+0200,NS
4757,KZ,Sprinter,2017-03-28T15:16:00+0200,NS
8058,MRB,stoptrein,2017-03-28T15:16:00+0200,Arriva
4450,NM,Sprinter,2017-03-28T15:16:00+0200,NS
4455,NM,Sprinter,2017-03-28T15:16:00+0200,NS
20152,NSCH,stoptrein,2017-03-28T15:16:00+0200,Arriva
7947,NVD,Sprinter,2017-03-28T15:16:00+0200,NS
5254,OT,Sprinter,2017-03-28T15:16:00+0200,NS
4452,OW,Sprinter,2017-03-28T15:16:00+0200,NS
5952,RSD,Sprinter,2017-03-28T15:16:00+0200,NS
646,RTA,Intercity,2017-03-28T15:16:00+0200,NS
5048,RTB,Sprinter,2017-03-28T15:16:00+0200,NS
32252,RV,stoptrein,2017-03-28T15:16:00+0200,Arriva
7855,UTLR,Sprinter,2017-03-28T15:16:00+0200,NS
7848,UTT,Sprinter,2017-03-28T15:16:00+0200,NS
4157,VDO,Sprinter,2017-03-28T15:16:00+0200,NS
32250,VRY,stoptrein,2017-03-28T15:16:00+0200,Arriva
30949,ZV,stoptrein,2017-03-28T15:16:00+0200,Arriva
30751,AH,stoptrein,2017-03-28T15:17:00+0200,Breng
14653,AMPO,Sprinter,2017-03-28T15:17:00+0200,NS
1751,APD,Intercity,2017-03-28T15:17:00+0200,NS
3155,ASB,Intercity,2017-03-28T15:17:00+0200,NS
9996,ASD,Thalys,2017-03-28T15:17:00+0200,NS International
1648,ASDZ,Intercity,2017-03-28T15:17:00+0200,NS
4555,ASS,Intercity,2017-03-28T15:17:00+0200,NS
4646,ASS,Sprinter,2017-03-28T15:17:00+0200,NS
31338,BNN,stoptrein,2017-03-28T15:17:00+0200,Valleilijn
4855,BV,Sprinter,2017-03-28T15:17:00+0200,NS
7654,DR,Sprinter,2017-03-28T15:17:00+0200,NS
4844,DRH,Sprinter,2017-03-28T15:17:00+0200,NS
30749,DTCH,stoptrein,2017-03-28T15:17:00+0200,Breng
5148,DTZ,Sprinter,2017-03-28T15:17:00+0200,NS
3646,DV,Intercity,2017-03-28T15:17:00+0200,NS
7455,DVD,Sprinter,2017-03-28T15:17:00+0200,NS
3554,EHV,Intercity,2017-03-28T15:17:00+0200,NS
1856,GW,Intercity,2017-03-28T15:17:00+0200,NS
7945,HGL,Sprinter,2017-03-28T15:17:00+0200,NS
5444,HLM,Sprinter,2017-03-28T15:17:00+0200,NS
6053,HTNC,Sprinter,2017-03-28T15:17:00+0200,NS
15850,HVSM,Sprinter,2017-03-28T15:17:00+0200,NS
3050,KLP,Intercity,2017-03-28T15:17:00+0200,NS
32046,KMR,stoptrein,2017-03-28T15:17:00+0200,Arriva
14652,KPNZ,Sprinter,2017-03-28T15:17:00+0200,NS
1855,LEDN,Intercity,2017-03-28T15:17:00+0200,NS
1851,LLS,Intercity,2017-03-28T15:17:00+0200,NS
7453,MAS,Sprinter,2017-03-28T15:17:00+0200,NS
32253,MMLH,stoptrein,2017-03-28T15:17:00+0200,Arriva
8154,MP,Sprinter,2017-03-28T15:17:00+0200,NS
5953,ODB,Sprinter,2017-03-28T15:17:00+0200,NS
3348,PMO,Sprinter,2017-03-28T15:17:00+0200,NS
3357,PMW,Sprinter,2017-03-28T15:17:00+0200,NS
4246,RTD,Sprinter,2017-03-28T15:17:00+0200,NS
5055,RTZ,Sprinter,2017-03-28T15:17:00+0200,NS
2257,SDM,Intercity,2017-03-28T15:17:00+0200,NS
37558,SPM,stoptrein,2017-03-28T15:17:00+0200,Arriva
37758,STM,stoptrein,2017-03-28T15:17:00+0200,Arriva
31147,TL,stoptrein,2017-03-28T15:17:00+0200,Arriva
6052,TL,Sprinter,2017-03-28T15:17:00+0200,NS
6155,WD,Sprinter,2017-03-28T15:17:00+0200,NS
37658,WFM,stoptrein,2017-03-28T15:17:00+0200,Arriva
849,WT,Intercity,2017-03-28T15:17:00+0200,NS
1852,ZL,Intercity,2017-03-28T15:17:00+0200,NS
5155,ZWD,Sprinter,2017-03-28T15:17:00+0200,NS
4048,AC,Sprinter,2017-03-28T15:18:00+0200,NS
4350,ALM,Sprinter,2017-03-28T15:18:00+0200,NS
31047,AML,stoptrein,2017-03-28T15:18:00+0200,Arriva
4853,AMRN,Sprinter,2017-03-28T15:18:00+0200,NS
855,ASA,Intercity,2017-03-28T15:18:00+0200,NS
5855,ASDL,Sprinter,2017-03-28T15:18:00+0200,NS
4046,ASS,Sprinter,2017-03-28T15:18:00+0200,NS
5651,AVAT,Sprinter,2017-03-28T15:18:00+0200,NS
7649,BMN,Sprinter,2017-03-28T15:18:00+0200,NS
2263,BZL,Intercity,2017-03-28T15:18:00+0200,NS
7450,DB,Sprinter,2017-03-28T15:18:00+0200,NS
5955,DDR,Sprinter,2017-03-28T15:18:00+0200,NS
7054,DVC,Sprinter,2017-03-28T15:18:00+0200,NS
3051,ED,Intercity,2017-03-28T15:18:00+0200,NS
7857,GDG,Sprinter,2017-03-28T15:18:00+0200,NS
6953,GDM,Sprinter,2017-03-28T15:18:00+0200,NS
37745,GN,stoptrein,2017-03-28T15:18:00+0200,Arriva
556,GN,Intercity,2017-03-28T15:18:00+0200,NS
36748,GND,stoptrein,2017-03-28T15:18:00+0200,Arriva
2446,GV,Intercity,2017-03-28T15:18:00+0200,NS
2146,GVC,Intercity,2017-03-28T15:18:00+0200,NS
2144,HAD,Intercity,2017-03-28T15:18:00+0200,NS
4355,HFD,Sprinter,2017-03-28T15:18:00+0200,NS
31245,HGL,stoptrein,2017-03-28T15:18:00+0200,Syntus
4546,HNK,Intercity,2017-03-28T15:18:00+0200,NS
4257,MSW,Sprinter,2017-03-28T15:18:00+0200,NS
32248,NMH,stoptrein,2017-03-28T15:18:00+0200,Arriva
4053,NWK,Sprinter,2017-03-28T15:18:00+0200,NS
5461,OVN,Sprinter,2017-03-28T15:18:00+0200,NS
4453,OW,Sprinter,2017-03-28T15:18:00+0200,NS
1148,RTD,Intercity,2017-03-28T15:18:00+0200,NS
5157,SDM,Sprinter,2017-03-28T15:18:00+0200,NS
3555,SHL,Intercity,2017-03-28T15:18:00+0200,NS
2444,SHL,Intercity,2017-03-28T15:18:00+0200,NS
37058,SKND,stoptrein,2017-03-28T15:18:00+0200,Arriva
37145,SKND,stoptrein,2017-03-28T15:18:00+0200,Arriva
32453,SRN,stoptrein,2017-03-28T15:18:00+0200,Arriva
653,UT,Intercity,2017-03-28T15:18:00+0200,NS
548,UT,Intercity,2017-03-28T15:18:00+0200,NS
5653,UT,Sprinter,2017-03-28T15:18:00+0200,NS
4059,UTG,Sprinter,2017-03-28T15:18:00+0200,NS
5548,UTO,Sprinter,2017-03-28T15:18:00+0200,NS
37860,VDM,stoptrein,2017-03-28T15:18:00+0200,Arriva
4146,VDW,Sprinter,2017-03-28T15:18:00+0200,NS
32045,VK,stoptrein,2017-03-28T15:18:00+0200,Arriva
8645,WADN,Sprinter,2017-03-28T15:18:00+0200,R-net
7653,WC,Sprinter,2017-03-28T15:18:00+0200,NS
37643,WFM,stoptrein,2017-03-28T15:18:00+0200,Arriva
30952,WTV,stoptrein,2017-03-28T15:18:00+0200,Arriva
7859,YPB,Sprinter,2017-03-28T15:18:00+0200,NS
7949,ZL,Sprinter,2017-03-28T15:18:00+0200,NS
8549,ZL,Sprinter,2017-03-28T15:18:00+0200,NS
649,ZL,Intercity,2017-03-28T15:18:00+0200,NS
30751,AHP,stoptrein,2017-03-28T15:19:00+0200,Breng
2442,ALM,Intercity,2017-03-28T15:19:00+0200,NS
37743,APG,stoptrein,2017-03-28T15:19:00+0200,Arriva
2161,ASD,Intercity,2017-03-28T15:19:00+0200,NS
4057,ASD,Sprinter,2017-03-28T15:19:00+0200,NS
7446,ASDM,Sprinter,2017-03-28T15:19:00+0200,NS
1848,ASDZ,Intercity,2017-03-28T15:19:00+0200,NS
5755,ASDZ,Sprinter,2017-03-28T15:19:00+0200,NS
2253,ASS,Intercity,2017-03-28T15:19:00+0200,NS
15853,ASSP,Sprinter,2017-03-28T15:19:00+0200,NS
4055,BKL,Sprinter,2017-03-28T15:19:00+0200,NS
846,CAS,Intercity,2017-03-28T15:19:00+0200,NS
6950,CL,Sprinter,2017-03-28T15:19:00+0200,NS
5553,DLD,Sprinter,2017-03-28T15:19:00+0200,NS
2457,DT,Intercity,2017-03-28T15:19:00+0200,NS
9651,EHS,Sprinter,2017-03-28T15:19:00+0200,NS
13549,EHV,Intercity,2017-03-28T15:19:00+0200,NS
3860,EMNZ,Sneltrein,2017-03-28T15:19:00+0200,Arriva
20218,GBR,stoptrein,2017-03-28T15:19:00+0200,DB
11748,GD,Intercity,2017-03-28T15:19:00+0200,NS
4050,GD,Sprinter,2017-03-28T15:19:00+0200,NS
7846,GDG,Sprinter,2017-03-28T15:19:00+0200,NS
5046,GV,Sprinter,2017-03-28T15:19:00+0200,NS
31256,HGLG,stoptrein,2017-03-28T15:19:00+0200,Syntus
3057,HLO,Intercity,2017-03-28T15:19:00+0200,NS
9654,HMH,Sprinter,2017-03-28T15:19:00+0200,NS
9653,HT,Sprinter,2017-03-28T15:19:00+0200,NS
4951,HVS,Sprinter,2017-03-28T15:19:00+0200,NS
6449,HZE,Sprinter,2017-03-28T15:19:00+0200,NS
37845,KW,stoptrein,2017-03-28T15:19:00+0200,Arriva
8946,LDL,Sprinter,2017-03-28T15:19:00+0200,NS
32553,LG,stoptrein,2017-03-28T15:19:00+0200,Arriva
37245,LW,stoptrein,2017-03-28T15:19:00+0200,Arriva
7448,MAS,Sprinter,2017-03-28T15:19:00+0200,NS
32148,MT,Sneltrein,2017-03-28T15:19:00+0200,Arriva
4450,NML,Sprinter,2017-03-28T15:19:00+0200,NS
4657,NVP,Sprinter,2017-03-28T15:19:00+0200,NS
4157,NWL,Sprinter,2017-03-28T15:19:00+0200,NS
5057,RSW,Sprinter,2017-03-28T15:19:00+0200,NS
2448,RTB,Intercity,2017-03-28T15:19:00+0200,NS
36755,SDTB,stoptrein,2017-03-28T15:19:00+0200,Arriva
5846,SHL,Sprinter,2017-03-28T15:19:00+0200,NS
654,SWK,Intercity,2017-03-28T15:19:00+0200,NS
6651,TB,Sprinter,2017-03-28T15:19:00+0200,NS
6050,UTLN,Sprinter,2017-03-28T15:19:00+0200,NS
17845,VEM,stoptrein,2017-03-28T15:19:00+0200,Arriva
7848,VTN,Sprinter,2017-03-28T15:19:00+0200,NS
4744,WM,Sprinter,2017-03-28T15:19:00+0200,NS
6846,ZTMO,Sprinter,2017-03-28T15:19:00+0200,NS
3151,AH,Intercity,2017-03-28T15:20:00+0200,NS
4351,ALMB,Sprinter,2017-03-28T15:20:00+0200,NS
5650,AMF,Sprinter,2017-03-28T15:20:00+0200,NS
3044,AMR,Intercity,2017-03-28T15:20:00+0200,NS
4846,AMR,Sprinter,2017-03-28T15:20:00+0200,NS
7051,APD,Sprinter,2017-03-28T15:20:00+0200,NS
7455,ASB,Sprinter,2017-03-28T15:20:00+0200,NS
3654,BD,Intercity,2017-03-28T15:20:00+0200,NS
7956,BN,Sprinter,2017-03-28T15:20:00+0200,NS
5148,DT,Sprinter,2017-03-28T15:20:00+0200,NS
11655,DVD,Intercity,2017-03-28T15:20:00+0200,NS
4348,DVD,Sprinter,2017-03-28T15:20:00+0200,NS
37458,DWE,stoptrein,2017-03-28T15:20:00+0200,Arriva
7652,EST,Sprinter,2017-03-28T15:20:00+0200,NS
37460,GN,stoptrein,2017-03-28T15:20:00+0200,Arriva
1157,GV,Intercity,2017-03-28T15:20:00+0200,NS
32552,HB,stoptrein,2017-03-28T15:20:00+0200,Arriva
36748,HBZM,stoptrein,2017-03-28T15:20:00+0200,Arriva
8045,HDB,stoptrein,2017-03-28T15:20:00+0200,Arriva
3355,HFD,Sprinter,2017-03-28T15:20:00+0200,NS
37558,HGZ,stoptrein,2017-03-28T15:20:00+0200,Arriva
4855,HK,Sprinter,2017-03-28T15:20:00+0200,NS
2248,HLM,Intercity,2017-03-28T15:20:00+0200,NS
5444,HLMS,Sprinter,2017-03-28T15:20:00+0200,NS
9649,HMBH,Sprinter,2017-03-28T15:20:00+0200,NS
4557,HN,Intercity,2017-03-28T15:20:00+0200,NS
4848,HN,Sprinter,2017-03-28T15:20:00+0200,NS
4642,LAA,Sprinter,2017-03-28T15:20:00+0200,NS
2255,LEDN,Intercity,2017-03-28T15:20:00+0200,NS
6359,LEDN,Sprinter,2017-03-28T15:20:00+0200,NS
37445,LW,stoptrein,2017-03-28T15:20:00+0200,Arriva
9058,LW,Sprinter,2017-03-28T15:20:00+0200,NS
4950,NDB,Sprinter,2017-03-28T15:20:00+0200,NS
5753,NDB,Sprinter,2017-03-28T15:20:00+0200,NS
4455,NMGO,Sprinter,2017-03-28T15:20:00+0200,NS
4452,O,Sprinter,2017-03-28T15:20:00+0200,NS
5055,RLB,Sprinter,2017-03-28T15:20:00+0200,NS
7757,RTA,Sprinter,2017-03-28T15:20:00+0200,NS
2857,RTD,Intercity,2017-03-28T15:20:00+0200,NS
5746,SHL,Sprinter,2017-03-28T15:20:00+0200,NS
32249,SM,stoptrein,2017-03-28T15:20:00+0200,Arriva
4844,SPTN,Sprinter,2017-03-28T15:20:00+0200,NS
847,STD,Intercity,2017-03-28T15:20:00+0200,NS
6052,TPSW,Sprinter,2017-03-28T15:20:00+0200,NS
7348,UT,Sprinter,2017-03-28T15:20:00+0200,NS
4659,VST,Sprinter,2017-03-28T15:20:00+0200,NS
30956,WW,stoptrein,2017-03-28T15:20:00+0200,Arriva
30860,WW,stoptrein,2017-03-28T15:20:00+0200,Arriva
4757,ZD,Sprinter,2017-03-28T15:20:00+0200,NS
3659,ZL,Intercity,2017-03-28T15:20:00+0200,NS
552,ZL,Intercity,2017-03-28T15:20:00+0200,NS
7552,AH,Sprinter,2017-03-28T15:21:00+0200,NS
4350,ALMM,Sprinter,2017-03-28T15:21:00+0200,NS
14653,ALMM,Sprinter,2017-03-28T15:21:00+0200,NS
17858,APDM,stoptrein,2017-03-28T15:21:00+0200,Arriva
4646,ASDL,Sprinter,2017-03-28T15:21:00+0200,NS
4048,ASHD,Sprinter,2017-03-28T15:21:00+0200,NS
32452,BDE,stoptrein,2017-03-28T15:21:00+0200,Arriva
5150,BRD,Sprinter,2017-03-28T15:21:00+0200,NS
15850,BSMZ,Sprinter,2017-03-28T15:21:00+0200,NS
5249,BTL,Sprinter,2017-03-28T15:21:00+0200,NS
4053,CPS,Sprinter,2017-03-28T15:21:00+0200,NS
5955,DDZD,Sprinter,2017-03-28T15:21:00+0200,NS
30754,DID,stoptrein,2017-03-28T15:21:00+0200,Breng
15853,DMN,Sprinter,2017-03-28T15:21:00+0200,NS
7551,ED,Sprinter,2017-03-28T15:21:00+0200,NS
32553,EGH,stoptrein,2017-03-28T15:21:00+0200,Arriva
3549,EHV,Intercity,2017-03-28T15:21:00+0200,NS
5256,EHV,Sprinter,2017-03-28T15:21:00+0200,NS
6344,GVC,Sprinter,2017-03-28T15:21:00+0200,NS
5652,HD,Sprinter,2017-03-28T15:21:00+0200,NS
5649,HDE,Sprinter,2017-03-28T15:21:00+0200,NS
31245,HGLO,stoptrein,2017-03-28T15:21:00+0200,Syntus
7049,HON,Sprinter,2017-03-28T15:21:00+0200,NS
5750,HOR,Sprinter,2017-03-28T15:21:00+0200,NS
4857,HWZB,Sprinter,2017-03-28T15:21:00+0200,NS
2446,LAA,Intercity,2017-03-28T15:21:00+0200,NS
31247,LC,stoptrein,2017-03-28T15:21:00+0200,Syntus
36753,LDM,stoptrein,2017-03-28T15:21:00+0200,Arriva
37045,LW,stoptrein,2017-03-28T15:21:00+0200,Arriva
4257,MSS,Sprinter,2017-03-28T15:21:00+0200,NS
37845,MTH,stoptrein,2017-03-28T15:21:00+0200,Arriva
32048,MTR,stoptrein,2017-03-28T15:21:00+0200,Arriva
5755,RAI,Sprinter,2017-03-28T15:21:00+0200,NS
944,RTD,Intercity,direct,2017-03-28T15:21:00+0200,NS
5048,RTD,Sprinter,2017-03-28T15:21:00+0200,NS
2244,RTD,Intercity,2017-03-28T15:21:00+0200,NS
20157,SDA,stoptrein,2017-03-28T15:21:00+0200,Arriva
32045,SGL,stoptrein,2017-03-28T15:21:00+0200,Arriva
3059,SGN,Intercity,2017-03-28T15:21:00+0200,NS
3558,STD,Intercity,2017-03-28T15:21:00+0200,NS
11153,TB,Intercity,2017-03-28T15:21:00+0200,NS
7453,UTZL,Sprinter,2017-03-28T15:21:00+0200,NS
32046,VDL,stoptrein,2017-03-28T15:21:00+0200,Arriva
32351,VLB,stoptrein,2017-03-28T15:21:00+0200,Arriva
30947,VSV,stoptrein,2017-03-28T15:21:00+0200,Arriva
8645,WAD,Sprinter,2017-03-28T15:21:00+0200,R-net
14648,WP,Sprinter,2017-03-28T15:21:00+0200,NS
1847,WV,Intercity,2017-03-28T15:21:00+0200,NS
3847,ZL,Sneltrein,2017-03-28T15:21:00+0200,Arriva
6846,ZTM,Sprinter,2017-03-28T15:21:00+0200,NS
30952,AHP,stoptrein,2017-03-28T15:22:00+0200,Arriva
1856,AKM,Intercity,2017-03-28T15:22:00+0200,NS
4953,ALM,Sprinter,2017-03-28T15:22:00+0200,NS
1653,AMF,Intercity,2017-03-28T15:22:00+0200,NS
1048,ASD,Intercity,direct,2017-03-28T15:22:00+0200,NS
3350,ASDL,Sprinter,2017-03-28T15:22:00+0200,NS
5855,ASS,Sprinter,2017-03-28T15:22:00+0200,NS
15852,AVAT,Sprinter,2017-03-28T15:22:00+0200,NS
37658,BF,stoptrein,2017-03-28T15:22:00+0200,Arriva
7450,BNK,Sprinter,2017-03-28T15:22:00+0200,NS
31341,BNN,stoptrein,2017-03-28T15:22:00+0200,Valleilijn
31442,BNZ,stoptrein,2017-03-28T15:22:00+0200,Valleilijn
15851,BRN,Sprinter,2017-03-28T15:22:00+0200,NS
5550,BRN,Sprinter,2017-03-28T15:22:00+0200,NS
32350,CK,stoptrein,2017-03-28T15:22:00+0200,Arriva
32253,CK,stoptrein,2017-03-28T15:22:00+0200,Arriva
30949,DID,stoptrein,2017-03-28T15:22:00+0200,Arriva
30954,DTC,stoptrein,2017-03-28T15:22:00+0200,Arriva
37743,DZW,stoptrein,2017-03-28T15:22:00+0200,Arriva
4559,EKZ,Intercity,2017-03-28T15:22:00+0200,NS
20218,ESE,stoptrein,2017-03-28T15:22:00+0200,DB
7945,ESK,Sprinter,2017-03-28T15:22:00+0200,NS
3649,ETN,Intercity,2017-03-28T15:22:00+0200,NS
6855,GD,Sprinter,2017-03-28T15:22:00+0200,NS
2848,GD,Intercity,2017-03-28T15:22:00+0200,NS
4050,GDG,Sprinter,2017-03-28T15:22:00+0200,NS
37645,GN,stoptrein,2017-03-28T15:22:00+0200,Arriva
37547,GN,stoptrein,2017-03-28T15:22:00+0200,Arriva
37745,GNN,stoptrein,2017-03-28T15:22:00+0200,Arriva
3042,HDRZ,Intercity,2017-03-28T15:22:00+0200,NS
6342,HIL,Sprinter,2017-03-28T15:22:00+0200,NS
9654,HMBV,Sprinter,2017-03-28T15:22:00+0200,NS
149,HVS,Intercity,2017-03-28T15:22:00+0200,NS International
4951,HVSP,Sprinter,2017-03-28T15:22:00+0200,NS
4059,KMA,Sprinter,2017-03-28T15:22:00+0200,NS
4744,KMA,Sprinter,2017-03-28T15:22:00+0200,NS
36750,LDM,stoptrein,2017-03-28T15:22:00+0200,Arriva
8857,LEDN,Intercity,2017-03-28T15:22:00+0200,NS
4146,MSS,Sprinter,2017-03-28T15:22:00+0200,NS
7653,NMD,Sprinter,2017-03-28T15:22:00+0200,NS
5952,ODB,Sprinter,2017-03-28T15:22:00+0200,NS
7654,RH,Sprinter,2017-03-28T15:22:00+0200,NS
7452,RHN,Sprinter,2017-03-28T15:22:00+0200,NS
30845,RL,stoptrein,2017-03-28T15:22:00+0200,Arriva
4246,SDM,Sprinter,2017-03-28T15:22:00+0200,NS
4157,SDM,Sprinter,2017-03-28T15:22:00+0200,NS
32555,STD,stoptrein,2017-03-28T15:22:00+0200,Arriva
6651,TBU,Sprinter,2017-03-28T15:22:00+0200,NS
32252,TG,stoptrein,2017-03-28T15:22:00+0200,Arriva
37643,UST,stoptrein,2017-03-28T15:22:00+0200,Arriva
4952,UT,Sprinter,2017-03-28T15:22:00+0200,NS
6955,UT,Sprinter,2017-03-28T15:22:00+0200,NS
5653,UTO,Sprinter,2017-03-28T15:22:00+0200,NS
6050,UTVR,Sprinter,2017-03-28T15:22:00+0200,NS
32250,VLB,stoptrein,2017-03-28T15:22:00+0200,Arriva
7451,VNDW,Sprinter,2017-03-28T15:22:00+0200,NS
2265,VS,Intercity,2017-03-28T15:22:00+0200,NS
6155,VTN,Sprinter,2017-03-28T15:22:00+0200,NS
3556,WT,Intercity,2017-03-28T15:22:00+0200,NS
30860,WWW,stoptrein,2017-03-28T15:22:00+0200,Arriva
3046,ZD,Intercity,2017-03-28T15:22:00+0200,NS
3655,AH,Intercity,2017-03-28T15:23:00+0200,NS
9047,AKM,Sprinter,2017-03-28T15:23:00+0200,NS
2442,ALMB,Intercity,2017-03-28T15:23:00+0200,NS
11753,AMF,Intercity,2017-03-28T15:23:00+0200,NS
7056,AML,Sprinter,2017-03-28T15:23:00+0200,NS
3044,AMRN,Intercity,2017-03-28T15:23:00+0200,NS
7051,APDO,Sprinter,2017-03-28T15:23:00+0200,NS
8848,APN,Intercity,2017-03-28T15:23:00+0200,NS
14655,ASD,Sprinter,2017-03-28T15:23:00+0200,NS
3148,ASDZ,Intercity,2017-03-28T15:23:00+0200,NS
7455,ASHD,Sprinter,2017-03-28T15:23:00+0200,NS
1150,BD,Intercity,2017-03-28T15:23:00+0200,NS
6652,BD,Sprinter,2017-03-28T15:23:00+0200,NS
37758,BDM,stoptrein,2017-03-28T15:23:00+0200,Arriva
5753,BSMZ,Sprinter,2017-03-28T15:23:00+0200,NS
6053,CL,Sprinter,2017-03-28T15:23:00+0200,NS
7757,CPS,Sprinter,2017-03-28T15:23:00+0200,NS
31256,DDN,stoptrein,2017-03-28T15:23:00+0200,Syntus
9244,DDR,Intercity,2017-03-28T15:23:00+0200,NS International
37245,DEI,stoptrein,2017-03-28T15:23:00+0200,Arriva
3648,DR,Intercity,2017-03-28T15:23:00+0200,NS
4659,DVNK,Sprinter,2017-03-28T15:23:00+0200,NS
6359,DVNK,Sprinter,2017-03-28T15:23:00+0200,NS
31340,ED,stoptrein,2017-03-28T15:23:00+0200,Valleilijn
37258,FN,stoptrein,2017-03-28T15:23:00+0200,Arriva
7748,GDG,Sprinter,2017-03-28T15:23:00+0200,NS
37443,GK,stoptrein,2017-03-28T15:23:00+0200,Arriva
8158,GN,Sprinter,2017-03-28T15:23:00+0200,NS
11757,GVC,Intercity,2017-03-28T15:23:00+0200,NS
5159,GVC,Sprinter,2017-03-28T15:23:00+0200,NS
8147,HGV,Sprinter,2017-03-28T15:23:00+0200,NS
37845,HGZ,stoptrein,2017-03-28T15:23:00+0200,Arriva
852,HT,Intercity,2017-03-28T15:23:00+0200,NS
3652,HT,Intercity,2017-03-28T15:23:00+0200,NS
11650,HVS,Intercity,2017-03-28T15:23:00+0200,NS
4853,HWD,Sprinter,2017-03-28T15:23:00+0200,NS
2263,KRG,Intercity,2017-03-28T15:23:00+0200,NS
3352,LEDN,Sprinter,2017-03-28T15:23:00+0200,NS
37558,MTH,stoptrein,2017-03-28T15:23:00+0200,Arriva
3860,NA,Sneltrein,2017-03-28T15:23:00+0200,Arriva
32552,NH,stoptrein,2017-03-28T15:23:00+0200,Arriva
5651,NKK,Sprinter,2017-03-28T15:23:00+0200,NS
32353,NM,stoptrein,2017-03-28T15:23:00+0200,Arriva
4455,NMD,Sprinter,2017-03-28T15:23:00+0200,NS
8058,OMN,stoptrein,2017-03-28T15:23:00+0200,Arriva
7954,RAT,Sprinter,2017-03-28T15:23:00+0200,NS
3547,RM,Intercity,2017-03-28T15:23:00+0200,NS
2586,RSD,stoptrein,2017-03-28T15:23:00+0200,NMBS
36748,SDT,stoptrein,2017-03-28T15:23:00+0200,Arriva
36755,SDT,stoptrein,2017-03-28T15:23:00+0200,Arriva
1037,SHL,Intercity,direct,2017-03-28T15:23:00+0200,NS
946,SHL,Intercity,direct,2017-03-28T15:23:00+0200,NS
4844,SPTZ,Sprinter,2017-03-28T15:23:00+0200,NS
5254,TB,Sprinter,2017-03-28T15:23:00+0200,NS
850,UT,Intercity,2017-03-28T15:23:00+0200,NS
7348,UTZL,Sprinter,2017-03-28T15:23:00+0200,NS
9653,VG,Sprinter,2017-03-28T15:23:00+0200,NS
31047,VZ,stoptrein,2017-03-28T15:23:00+0200,Arriva
30751,WTV,stoptrein,2017-03-28T15:23:00+0200,Breng
857,ZD,Intercity,2017-03-28T15:23:00+0200,NS
3357,ZDK,Sprinter,2017-03-28T15:23:00+0200,NS
5654,ZL,Sprinter,2017-03-28T15:23:00+0200,NS
6649,ZLW,Sprinter,2017-03-28T15:23:00+0200,NS
7859,ZTM,Sprinter,2017-03-28T15:23:00+0200,NS
4350,AMPO,Sprinter,2017-03-28T15:24:00+0200,NS
848,ASD,Intercity,2017-03-28T15:24:00+0200,NS
4057,ASDM,Sprinter,2017-03-28T15:24:00+0200,NS
2161,ASS,Intercity,2017-03-28T15:24:00+0200,NS
7448,BKL,Sprinter,2017-03-28T15:24:00+0200,NS
8156,BL,Sprinter,2017-03-28T15:24:00+0200,NS
13547,BR,Intercity,2017-03-28T15:24:00+0200,NS
5055,BRD,Sprinter,2017-03-28T15:24:00+0200,NS
32553,CVM,stoptrein,2017-03-28T15:24:00+0200,Arriva
2259,DDR,Intercity,2017-03-28T15:24:00+0200,NS
2257,DT,Intercity,2017-03-28T15:24:00+0200,NS
5057,DT,Sprinter,2017-03-28T15:24:00+0200,NS
5256,EHS,Sprinter,2017-03-28T15:24:00+0200,NS
4450,EST,Sprinter,2017-03-28T15:24:00+0200,NS
37458,FWD,stoptrein,2017-03-28T15:24:00+0200,Arriva
7846,GD,Sprinter,2017-03-28T15:24:00+0200,NS
555,GD,Intercity,2017-03-28T15:24:00+0200,NS
2248,HAD,Intercity,2017-03-28T15:24:00+0200,NS
4657,HFD,Sprinter,2017-03-28T15:24:00+0200,NS
1656,HGL,Intercity,2017-03-28T15:24:00+0200,NS
32046,HRLW,stoptrein,2017-03-28T15:24:00+0200,Arriva
8145,HRN,Sprinter,2017-03-28T15:24:00+0200,NS
5444,HWZB,Sprinter,2017-03-28T15:24:00+0200,NS
6344,LAA,Sprinter,2017-03-28T15:24:00+0200,NS
2246,LAA,Intercity,2017-03-28T15:24:00+0200,NS
2463,LLS,Intercity,2017-03-28T15:24:00+0200,NS
14651,LLS,Sprinter,2017-03-28T15:24:00+0200,NS
37445,LWC,stoptrein,2017-03-28T15:24:00+0200,Arriva
32148,MES,Sneltrein,2017-03-28T15:24:00+0200,Arriva
32045,MES,stoptrein,2017-03-28T15:24:00+0200,Arriva
32451,MT,stoptrein,2017-03-28T15:24:00+0200,Arriva
15850,NDB,Sprinter,2017-03-28T15:24:00+0200,NS
3650,NM,Intercity,2017-03-28T15:24:00+0200,NS
3355,NVP,Sprinter,2017-03-28T15:24:00+0200,NS
3646,OST,Intercity,2017-03-28T15:24:00+0200,NS
4348,RAI,Sprinter,2017-03-28T15:24:00+0200,NS
2240,RB,Intercity,2017-03-28T15:24:00+0200,NS
5150,RLB,Sprinter,2017-03-28T15:24:00+0200,NS
4053,RTA,Sprinter,2017-03-28T15:24:00+0200,NS
2244,RTB,Intercity,2017-03-28T15:24:00+0200,NS
4355,SHL,Sprinter,2017-03-28T15:24:00+0200,NS
32453,STD,stoptrein,2017-03-28T15:24:00+0200,Arriva
5553,STZ,Sprinter,2017-03-28T15:24:00+0200,NS
3553,UT,Intercity,2017-03-28T15:24:00+0200,NS
8850,UT,Intercity,2017-03-28T15:24:00+0200,NS
6955,UTVR,Sprinter,2017-03-28T15:24:00+0200,NS
31158,ZA,stoptrein,2017-03-28T15:24:00+0200,Arriva
6953,ZBM,Sprinter,2017-03-28T15:24:00+0200,NS
8149,ZL,Sprinter,2017-03-28T15:24:00+0200,NS
7651,AH,Sprinter,2017-03-28T15:25:00+0200,NS
14653,ALM,Sprinter,2017-03-28T15:25:00+0200,NS
4953,ALMM,Sprinter,2017-03-28T15:25:00+0200,NS
14650,ALMO,Sprinter,2017-03-28T15:25:00+0200,NS
15852,AMFS,Sprinter,2017-03-28T15:25:00+0200,NS
1649,AML,Intercity,2017-03-28T15:25:00+0200,NS
2238,ARN,Intercity,2017-03-28T15:25:00+0200,NS
3055,ASD,Intercity,2017-03-28T15:25:00+0200,NS
547,ASN,Intercity,2017-03-28T15:25:00+0200,NS
300547,ASN,Intercity,2017-03-28T15:25:00+0200,NS
3057,CAS,Intercity,2017-03-28T15:25:00+0200,NS
13556,DN,Intercity,2017-03-28T15:25:00+0200,NS
14652,DRON,Sprinter,2017-03-28T15:25:00+0200,NS
30954,DTCH,stoptrein,2017-03-28T15:25:00+0200,Arriva
7054,DV,Sprinter,2017-03-28T15:25:00+0200,NS
5652,EML,Sprinter,2017-03-28T15:25:00+0200,NS
8045,GBG,stoptrein,2017-03-28T15:25:00+0200,Arriva
37547,GERP,stoptrein,2017-03-28T15:25:00+0200,Arriva
32555,GLN,stoptrein,2017-03-28T15:25:00+0200,Arriva
9239,GV,Intercity,2017-03-28T15:25:00+0200,NS International
4546,HKS,Intercity,2017-03-28T15:25:00+0200,NS
2144,HLM,Intercity,2017-03-28T15:25:00+0200,NS
6361,HLM,Sprinter,2017-03-28T15:25:00+0200,NS
4857,HLMS,Sprinter,2017-03-28T15:25:00+0200,NS
4846,HLO,Sprinter,2017-03-28T15:25:00+0200,NS
3359,HNK,Sprinter,2017-03-28T15:25:00+0200,NS
6950,HTNC,Sprinter,2017-03-28T15:25:00+0200,NS
31338,HVL,stoptrein,2017-03-28T15:25:00+0200,Valleilijn
37160,IJT,stoptrein,2017-03-28T15:25:00+0200,Arriva
37558,KW,stoptrein,2017-03-28T15:25:00+0200,Arriva
31058,MRB,stoptrein,2017-03-28T15:25:00+0200,Arriva
4146,MSW,Sprinter,2017-03-28T15:25:00+0200,NS
858,MT,Intercity,2017-03-28T15:25:00+0200,NS
7653,NMGO,Sprinter,2017-03-28T15:25:00+0200,NS
7652,NML,Sprinter,2017-03-28T15:25:00+0200,NS
4246,NWL,Sprinter,2017-03-28T15:25:00+0200,NS
3653,O,Intercity,2017-03-28T15:25:00+0200,NS
7552,OTB,Sprinter,2017-03-28T15:25:00+0200,NS
4453,RS,Sprinter,2017-03-28T15:25:00+0200,NS
5148,RSW,Sprinter,2017-03-28T15:25:00+0200,NS
4052,RTD,Sprinter,2017-03-28T15:25:00+0200,NS
5048,SDM,Sprinter,2017-03-28T15:25:00+0200,NS
6155,UTT,Sprinter,2017-03-28T15:25:00+0200,NS
4257,VDW,Sprinter,2017-03-28T15:25:00+0200,NS
2265,VSS,Intercity,2017-03-28T15:25:00+0200,NS
7947,WDN,Sprinter,2017-03-28T15:25:00+0200,NS
4059,WM,Sprinter,2017-03-28T15:25:00+0200,NS
5748,WP,Sprinter,2017-03-28T15:25:00+0200,NS
6846,YPB,Sprinter,2017-03-28T15:25:00+0200,NS
37860,ZB,stoptrein,2017-03-28T15:25:00+0200,Arriva
4046,ZD,Sprinter,2017-03-28T15:25:00+0200,NS
7859,ZTMO,Sprinter,2017-03-28T15:25:00+0200,NS
7455,AC,Sprinter,2017-03-28T15:26:00+0200,NS
4457,AH,Sprinter,2017-03-28T15:26:00+0200,NS
1552,AMF,Intercity,2017-03-28T15:26:00+0200,NS
31443,AMF,stoptrein,2017-03-28T15:26:00+0200,Valleilijn
7956,AMRI,Sprinter,2017-03-28T15:26:00+0200,NS
4048,ASB,Sprinter,2017-03-28T15:26:00+0200,NS
5463,ASD,Sprinter,2017-03-28T15:26:00+0200,NS
3555,ASDZ,Intercity,2017-03-28T15:26:00+0200,NS
2444,ASDZ,Intercity,2017-03-28T15:26:00+0200,NS
3350,ASS,Sprinter,2017-03-28T15:26:00+0200,NS
4757,ASS,Sprinter,2017-03-28T15:26:00+0200,NS
4844,BLL,Sprinter,2017-03-28T15:26:00+0200,NS
31341,BNC,stoptrein,2017-03-28T15:26:00+0200,Valleilijn
36855,DDR,stoptrein,2017-03-28T15:26:00+0200,Arriva
6654,DDR,Sprinter,2017-03-28T15:26:00+0200,NS
14648,DMN,Sprinter,2017-03-28T15:26:00+0200,NS
5755,DVD,Sprinter,2017-03-28T15:26:00+0200,NS
3152,ED,Intercity,2017-03-28T15:26:00+0200,NS
20320,EGHM,stoptrein,2017-03-28T15:26:00+0200,DB
8158,GERP,Sprinter,2017-03-28T15:26:00+0200,NS
37645,GNN,stoptrein,2017-03-28T15:26:00+0200,Arriva
36848,GR,stoptrein,2017-03-28T15:26:00+0200,Arriva
6857,GVC,Sprinter,2017-03-28T15:26:00+0200,NS
36755,HBZM,stoptrein,2017-03-28T15:26:00+0200,Arriva
4159,HLD,Sprinter,2017-03-28T15:26:00+0200,NS
6952,HT,Sprinter,2017-03-28T15:26:00+0200,NS
3551,HT,Intercity,2017-03-28T15:26:00+0200,NS
5753,HVSM,Sprinter,2017-03-28T15:26:00+0200,NS
5750,HVSP,Sprinter,2017-03-28T15:26:00+0200,NS
31147,KTR,stoptrein,2017-03-28T15:26:00+0200,Arriva
8857,LDL,Intercity,2017-03-28T15:26:00+0200,NS
32350,MMLH,stoptrein,2017-03-28T15:26:00+0200,Arriva
6449,MZ,Sprinter,2017-03-28T15:26:00+0200,NS
32353,NMH,stoptrein,2017-03-28T15:26:00+0200,Arriva
7757,NWK,Sprinter,2017-03-28T15:26:00+0200,NS
7049,RSN,Sprinter,2017-03-28T15:26:00+0200,NS
5157,RTD,Sprinter,2017-03-28T15:26:00+0200,NS
2448,RTD,Intercity,2017-03-28T15:26:00+0200,NS
4452,RVS,Sprinter,2017-03-28T15:26:00+0200,NS
5550,SD,Sprinter,2017-03-28T15:26:00+0200,NS
36748,SDTB,stoptrein,2017-03-28T15:26:00+0200,Arriva
32552,SN,stoptrein,2017-03-28T15:26:00+0200,Arriva
37845,SPM,stoptrein,2017-03-28T15:26:00+0200,Arriva
6651,TBR,Sprinter,2017-03-28T15:26:00+0200,NS
4855,UTG,Sprinter,2017-03-28T15:26:00+0200,NS
7450,UTVR,Sprinter,2017-03-28T15:26:00+0200,NS
32143,VK,Sneltrein,2017-03-28T15:26:00+0200,Arriva
7654,VP,Sprinter,2017-03-28T15:26:00+0200,NS
6359,VST,Sprinter,2017-03-28T15:26:00+0200,NS
8855,WD,Intercity,2017-03-28T15:26:00+0200,NS
37658,WSM,stoptrein,2017-03-28T15:26:00+0200,Arriva
6458,WT,Sprinter,2017-03-28T15:26:00+0200,NS
30754,ZV,stoptrein,2017-03-28T15:26:00+0200,Breng
7651,AHP,Sprinter,2017-03-28T15:27:00+0200,NS
14653,ALMP,Sprinter,2017-03-28T15:27:00+0200,NS
3048,ASA,Intercity,2017-03-28T15:27:00+0200,NS
4057,ASA,Sprinter,2017-03-28T15:27:00+0200,NS
4746,ASD,Sprinter,2017-03-28T15:27:00+0200,NS
5653,BHV,Sprinter,2017-03-28T15:27:00+0200,NS
32452,BK,stoptrein,2017-03-28T15:27:00+0200,Arriva
4559,BKF,Intercity,2017-03-28T15:27:00+0200,NS
36753,BSD,stoptrein,2017-03-28T15:27:00+0200,Arriva
31047,DA,stoptrein,2017-03-28T15:27:00+0200,Arriva
5050,DDR,Sprinter,2017-03-28T15:27:00+0200,NS
30751,DVN,stoptrein,2017-03-28T15:27:00+0200,Breng
31340,EDC,stoptrein,2017-03-28T15:27:00+0200,Valleilijn
7748,GD,Sprinter,2017-03-28T15:27:00+0200,NS
2057,GD,Intercity,2017-03-28T15:27:00+0200,NS
6344,GVM,Sprinter,2017-03-28T15:27:00+0200,NS
31158,HMN,stoptrein,2017-03-28T15:27:00+0200,Arriva
7348,MAS,Sprinter,2017-03-28T15:27:00+0200,NS
32045,MTN,stoptrein,2017-03-28T15:27:00+0200,Arriva
856,RM,Intercity,2017-03-28T15:27:00+0200,NS
3656,RSD,Intercity,2017-03-28T15:27:00+0200,NS
9339,SHL,Thalys,2017-03-28T15:27:00+0200,NS International
1848,SHL,Intercity,2017-03-28T15:27:00+0200,NS
37643,UHZ,stoptrein,2017-03-28T15:27:00+0200,Arriva
6955,UTLN,Sprinter,2017-03-28T15:27:00+0200,NS
4246,VDO,Sprinter,2017-03-28T15:27:00+0200,NS
7056,WDN,Sprinter,2017-03-28T15:27:00+0200,NS
3357,ZD,Sprinter,2017-03-28T15:27:00+0200,NS
4450,AHZ,Sprinter,2017-03-28T15:28:00+0200,NS
36750,AKL,stoptrein,2017-03-28T15:28:00+0200,Arriva
14650,ALMB,Sprinter,2017-03-28T15:28:00+0200,NS
300650,AMF,Intercity,2017-03-28T15:28:00+0200,NS
3550,ASB,Intercity,2017-03-28T15:28:00+0200,NS
14655,ASDM,Sprinter,2017-03-28T15:28:00+0200,NS
14648,ASSP,Sprinter,2017-03-28T15:28:00+0200,NS
5249,BET,Sprinter,2017-03-28T15:28:00+0200,NS
31442,BNC,stoptrein,2017-03-28T15:28:00+0200,Valleilijn
31341,BNZ,stoptrein,2017-03-28T15:28:00+0200,Valleilijn
32251,BR,stoptrein,2017-03-28T15:28:00+0200,Arriva
5650,DLD,Sprinter,2017-03-28T15:28:00+0200,NS
5755,DMNZ,Sprinter,2017-03-28T15:28:00+0200,NS
37245,DRP,stoptrein,2017-03-28T15:28:00+0200,Arriva
37258,DRP,stoptrein,2017-03-28T15:28:00+0200,Arriva
1157,DT,Intercity,2017-03-28T15:28:00+0200,NS
4048,DVD,Sprinter,2017-03-28T15:28:00+0200,NS
36755,GND,stoptrein,2017-03-28T15:28:00+0200,Arriva
2246,GV,Intercity,2017-03-28T15:28:00+0200,NS
5148,GVMW,Sprinter,2017-03-28T15:28:00+0200,NS
9047,GW,Sprinter,2017-03-28T15:28:00+0200,NS
6342,HAD,Sprinter,2017-03-28T15:28:00+0200,NS
13549,HM,Intercity,2017-03-28T15:28:00+0200,NS
6950,HTN,Sprinter,2017-03-28T15:28:00+0200,NS
3044,HWD,Intercity,2017-03-28T15:28:00+0200,NS
2263,KBD,Intercity,2017-03-28T15:28:00+0200,NS
2240,KBD,Intercity,2017-03-28T15:28:00+0200,NS
4046,KZ,Sprinter,2017-03-28T15:28:00+0200,NS
37058,MG,stoptrein,2017-03-28T15:28:00+0200,Arriva
5651,PT,Sprinter,2017-03-28T15:28:00+0200,NS
37660,RD,stoptrein,2017-03-28T15:28:00+0200,Arriva
4053,RTN,Sprinter,2017-03-28T15:28:00+0200,NS
5150,RTZ,Sprinter,2017-03-28T15:28:00+0200,NS
32552,SBK,stoptrein,2017-03-28T15:28:00+0200,Arriva
37145,SK,stoptrein,2017-03-28T15:28:00+0200,Arriva
3352,SSH,Sprinter,2017-03-28T15:28:00+0200,NS
37745,SWD,stoptrein,2017-03-28T15:28:00+0200,Arriva
37758,SWD,stoptrein,2017-03-28T15:28:00+0200,Arriva
6155,UTLR,Sprinter,2017-03-28T15:28:00+0200,NS
6846,VB,Sprinter,2017-03-28T15:28:00+0200,NS
4257,VDG,Sprinter,2017-03-28T15:28:00+0200,NS
5649,WZ,Sprinter,2017-03-28T15:28:00+0200,NS
5952,ZVB,Sprinter,2017-03-28T15:28:00+0200,NS
7654,AHPR,Sprinter,2017-03-28T15:29:00+0200,NS
750,ALM,Intercity,2017-03-28T15:29:00+0200,NS
4953,AMPO,Sprinter,2017-03-28T15:29:00+0200,NS
4348,ASDZ,Sprinter,2017-03-28T15:29:00+0200,NS
857,ASS,Intercity,2017-03-28T15:29:00+0200,NS
32250,BMR,stoptrein,2017-03-28T15:29:00+0200,Arriva
9652,BTL,Sprinter,2017-03-28T15:29:00+0200,NS
6654,DDZD,Sprinter,2017-03-28T15:29:00+0200,NS
1148,DT,Intercity,2017-03-28T15:29:00+0200,NS
2461,DVD,Intercity,2017-03-28T15:29:00+0200,NS
8145,GERP,Sprinter,2017-03-28T15:29:00+0200,NS
5159,GV,Sprinter,2017-03-28T15:29:00+0200,NS
9058,GW,Sprinter,2017-03-28T15:29:00+0200,NS
6361,HAD,Sprinter,2017-03-28T15:29:00+0200,NS
37458,HDG,stoptrein,2017-03-28T15:29:00+0200,Arriva
7949,HNO,Sprinter,2017-03-28T15:29:00+0200,NS
1847,HR,Intercity,2017-03-28T15:29:00+0200,NS
1856,HR,Intercity,2017-03-28T15:29:00+0200,NS
4453,HTO,Sprinter,2017-03-28T15:29:00+0200,NS
20320,LG,stoptrein,2017-03-28T15:29:00+0200,DB
32453,LUT,stoptrein,2017-03-28T15:29:00+0200,Arriva
2265,MDB,Intercity,2017-03-28T15:29:00+0200,NS
37045,MG,stoptrein,2017-03-28T15:29:00+0200,Arriva
31147,OP,stoptrein,2017-03-28T15:29:00+0200,Arriva
32555,SBK,stoptrein,2017-03-28T15:29:00+0200,Arriva
7051,TWL,Sprinter,2017-03-28T15:29:00+0200,NS
32148,VK,Sneltrein,2017-03-28T15:29:00+0200,Arriva
32252,VL,stoptrein,2017-03-28T15:29:00+0200,Arriva
7451,VNDC,Sprinter,2017-03-28T15:29:00+0200,NS
4455,WC,Sprinter,2017-03-28T15:29:00+0200,NS
7552,WF,Sprinter,2017-03-28T15:29:00+0200,NS
30949,WL,stoptrein,2017-03-28T15:29:00+0200,Arriva
37443,ZH,stoptrein,2017-03-28T15:29:00+0200,Arriva
4059,ZZS,Sprinter,2017-03-28T15:29:00+0200,NS
7651,AHPR,Sprinter,2017-03-28T15:30:00+0200,NS
15851,AMF,Sprinter,2017-03-28T15:30:00+0200,NS
7947,AML,Sprinter,2017-03-28T15:30:00+0200,NS
7956,AML,Sprinter,2017-03-28T15:30:00+0200,NS
1555,ASD,Intercity,2017-03-28T15:30:00+0200,NS
5444,ASS,Sprinter,2017-03-28T15:30:00+0200,NS
848,ASS,Intercity,2017-03-28T15:30:00+0200,NS
30956,ATN,stoptrein,2017-03-28T15:30:00+0200,Arriva
30947,ATN,stoptrein,2017-03-28T15:30:00+0200,Arriva
5256,BET,Sprinter,2017-03-28T15:30:00+0200,NS
32253,BMR,stoptrein,2017-03-28T15:30:00+0200,Arriva
4855,CAS,Sprinter,2017-03-28T15:30:00+0200,NS
36748,DDRS,stoptrein,2017-03-28T15:30:00+0200,Arriva
36855,DDRS,stoptrein,2017-03-28T15:30:00+0200,Arriva
3847,DL,Sneltrein,2017-03-28T15:30:00+0200,Arriva
8058,DL,stoptrein,2017-03-28T15:30:00+0200,Arriva
1751,DV,Intercity,2017-03-28T15:30:00+0200,NS
30754,DVN,stoptrein,2017-03-28T15:30:00+0200,Breng
37760,DZ,stoptrein,2017-03-28T15:30:00+0200,Arriva
6053,GDM,Sprinter,2017-03-28T15:30:00+0200,NS
6052,GDM,Sprinter,2017-03-28T15:30:00+0200,NS
31247,GO,stoptrein,2017-03-28T15:30:00+0200,Syntus
6652,GZ,Sprinter,2017-03-28T15:30:00+0200,NS
37445,HDG,stoptrein,2017-03-28T15:30:00+0200,Arriva
7954,HNO,Sprinter,2017-03-28T15:30:00+0200,NS
8158,HRN,Sprinter,2017-03-28T15:30:00+0200,NS
6955,HTN,Sprinter,2017-03-28T15:30:00+0200,NS
5753,HVS,Sprinter,2017-03-28T15:30:00+0200,NS
32554,KRD,stoptrein,2017-03-28T15:30:00+0200,Arriva
30845,LTV,stoptrein,2017-03-28T15:30:00+0200,Arriva
30860,LTV,stoptrein,2017-03-28T15:30:00+0200,Arriva
32452,LUT,stoptrein,2017-03-28T15:30:00+0200,Arriva
2238,MDB,Intercity,2017-03-28T15:30:00+0200,NS
4853,OBD,Sprinter,2017-03-28T15:30:00+0200,NS
31158,OP,stoptrein,2017-03-28T15:30:00+0200,Arriva
5652,PT,Sprinter,2017-03-28T15:30:00+0200,NS
4052,RTN,Sprinter,2017-03-28T15:30:00+0200,NS
37860,SPM,stoptrein,2017-03-28T15:30:00+0200,Arriva
7054,TWL,Sprinter,2017-03-28T15:30:00+0200,NS
6857,VB,Sprinter,2017-03-28T15:30:00+0200,NS
4246,VDG,Sprinter,2017-03-28T15:30:00+0200,NS
31058,VHP,stoptrein,2017-03-28T15:30:00+0200,Arriva
31047,VHP,stoptrein,2017-03-28T15:30:00+0200,Arriva
7452,VNDC,Sprinter,2017-03-28T15:30:00+0200,NS
3659,WH,Intercity,2017-03-28T15:30:00+0200,NS
3646,WH,Intercity,2017-03-28T15:30:00+0200,NS
30954,WL,stoptrein,2017-03-28T15:30:00+0200,Arriva
5654,WZ,Sprinter,2017-03-28T15:30:00+0200,NS
37460,ZH,stoptrein,2017-03-28T15:30:00+0200,Arriva
5050,ZWD,Sprinter,2017-03-28T15:30:00+0200,NS
5055,ZWD,Sprinter,2017-03-28T15:30:00+0200,NS
3052,AH,Intercity,2017-03-28T15:31:00+0200,NS
30951,AH,stoptrein,2017-03-28T15:31:00+0200,Arriva
4457,AHZ,Sprinter,2017-03-28T15:31:00+0200,NS
14653,ALMB,Sprinter,2017-03-28T15:31:00+0200,NS
15852,AMF,Sprinter,2017-03-28T15:31:00+0200,NS
4950,AMPO,Sprinter,2017-03-28T15:31:00+0200,NS
859,AMR,Intercity,2017-03-28T15:31:00+0200,NS
14648,ASDM,Sprinter,2017-03-28T15:31:00+0200,NS
5463,ASS,Sprinter,2017-03-28T15:31:00+0200,NS
14655,ASSP,Sprinter,2017-03-28T15:31:00+0200,NS
5650,BHV,Sprinter,2017-03-28T15:31:00+0200,NS
4559,BKG,Intercity,2017-03-28T15:31:00+0200,NS
4546,BKG,Intercity,2017-03-28T15:31:00+0200,NS
4846,CAS,Sprinter,2017-03-28T15:31:00+0200,NS
3860,CO,Sneltrein,2017-03-28T15:31:00+0200,Arriva
6649,DDZD,Sprinter,2017-03-28T15:31:00+0200,NS
5653,DLD,Sprinter,2017-03-28T15:31:00+0200,NS
5748,DMNZ,Sprinter,2017-03-28T15:31:00+0200,NS
2444,DVD,Intercity,2017-03-28T15:31:00+0200,NS
4057,DVD,Sprinter,2017-03-28T15:31:00+0200,NS
851,EHV,Intercity,2017-03-28T15:31:00+0200,NS
32552,GLN,stoptrein,2017-03-28T15:31:00+0200,Arriva
31256,GO,stoptrein,2017-03-28T15:31:00+0200,Syntus
6359,GVM,Sprinter,2017-03-28T15:31:00+0200,NS
5159,GVMW,Sprinter,2017-03-28T15:31:00+0200,NS
6651,GZ,Sprinter,2017-03-28T15:31:00+0200,NS
4857,HLM,Sprinter,2017-03-28T15:31:00+0200,NS
5750,HVS,Sprinter,2017-03-28T15:31:00+0200,NS
3059,HWD,Intercity,2017-03-28T15:31:00+0200,NS
4059,KZ,Sprinter,2017-03-28T15:31:00+0200,NS
32143,MES,Sneltrein,2017-03-28T15:31:00+0200,Arriva
4848,OBD,Sprinter,2017-03-28T15:31:00+0200,NS
3355,SSH,Sprinter,2017-03-28T15:31:00+0200,NS
5553,ST,Sprinter,2017-03-28T15:31:00+0200,NS
6150,UTLR,Sprinter,2017-03-28T15:31:00+0200,NS
4257,VDO,Sprinter,2017-03-28T15:31:00+0200,NS
6344,VST,Sprinter,2017-03-28T15:31:00+0200,NS
20152,WS,stoptrein,2017-03-28T15:31:00+0200,Arriva
37845,ZB,stoptrein,2017-03-28T15:31:00+0200,Arriva
30751,ZV,stoptrein,2017-03-28T15:31:00+0200,Breng
4046,ZZS,Sprinter,2017-03-28T15:31:00+0200,NS
7448,AC,Sprinter,2017-03-28T15:32:00+0200,NS
7654,AHP,Sprinter,2017-03-28T15:32:00+0200,NS
2650,ALM,Intercity,2017-03-28T15:32:00+0200,NS
14650,ALMP,Sprinter,2017-03-28T15:32:00+0200,NS
4048,ASA,Sprinter,2017-03-28T15:32:00+0200,NS
3555,ASB,Intercity,2017-03-28T15:32:00+0200,NS
5848,ASD,Sprinter,2017-03-28T15:32:00+0200,NS
37745,BDM,stoptrein,2017-03-28T15:32:00+0200,Arriva
36848,BHDV,stoptrein,2017-03-28T15:32:00+0200,Arriva
36755,BHDV,stoptrein,2017-03-28T15:32:00+0200,Arriva
32453,BK,stoptrein,2017-03-28T15:32:00+0200,Arriva
8147,BL,Sprinter,2017-03-28T15:32:00+0200,NS
32252,BR,stoptrein,2017-03-28T15:32:00+0200,Arriva
32554,CVM,stoptrein,2017-03-28T15:32:00+0200,Arriva
30949,DTCH,stoptrein,2017-03-28T15:32:00+0200,Arriva
5048,DTZ,Sprinter,2017-03-28T15:32:00+0200,NS
37760,DZW,stoptrein,2017-03-28T15:32:00+0200,Arriva
854,EHV,Intercity,2017-03-28T15:32:00+0200,NS
20219,ES,stoptrein,2017-03-28T15:32:00+0200,DB
8648,GD,Sprinter,2017-03-28T15:32:00+0200,R-net
4844,HLM,Sprinter,2017-03-28T15:32:00+0200,NS
13556,HM,Intercity,2017-03-28T15:32:00+0200,NS
31147,HMN,stoptrein,2017-03-28T15:32:00+0200,Arriva
32047,HRL,stoptrein,2017-03-28T15:32:00+0200,Arriva
4454,HT,Sprinter,2017-03-28T15:32:00+0200,NS
31443,HVL,stoptrein,2017-03-28T15:32:00+0200,Valleilijn
37145,IJT,stoptrein,2017-03-28T15:32:00+0200,Arriva
8554,KPN,Sprinter,2017-03-28T15:32:00+0200,NS
8848,LDL,Intercity,2017-03-28T15:32:00+0200,NS
32353,MMLH,stoptrein,2017-03-28T15:32:00+0200,Arriva
32048,MTN,stoptrein,2017-03-28T15:32:00+0200,Arriva
6458,MZ,Sprinter,2017-03-28T15:32:00+0200,NS
31258,ODZ,stoptrein,2017-03-28T15:32:00+0200,Syntus
2263,RB,Intercity,2017-03-28T15:32:00+0200,NS
5157,RTZ,Sprinter,2017-03-28T15:32:00+0200,NS
32555,SN,stoptrein,2017-03-28T15:32:00+0200,Arriva
5550,ST,Sprinter,2017-03-28T15:32:00+0200,NS
5251,TBU,Sprinter,2017-03-28T15:32:00+0200,NS
37660,UHM,stoptrein,2017-03-28T15:32:00+0200,Arriva
6950,UTLN,Sprinter,2017-03-28T15:32:00+0200,NS
7049,WDN,Sprinter,2017-03-28T15:32:00+0200,NS
7551,WF,Sprinter,2017-03-28T15:32:00+0200,NS
20157,WS,stoptrein,2017-03-28T15:32:00+0200,Arriva
30951,AHP,stoptrein,2017-03-28T15:33:00+0200,Arriva
753,ALM,Intercity,2017-03-28T15:33:00+0200,NS
15851,AMFS,Sprinter,2017-03-28T15:33:00+0200,NS
7947,AMRI,Sprinter,2017-03-28T15:33:00+0200,NS
2265,ARN,Intercity,2017-03-28T15:33:00+0200,NS
3055,ASA,Intercity,2017-03-28T15:33:00+0200,NS
4355,ASDZ,Sprinter,2017-03-28T15:33:00+0200,NS
3357,ASS,Sprinter,2017-03-28T15:33:00+0200,NS
4746,ASS,Sprinter,2017-03-28T15:33:00+0200,NS
4546,BKF,Intercity,2017-03-28T15:33:00+0200,NS
31442,BNN,stoptrein,2017-03-28T15:33:00+0200,Valleilijn
31058,DA,stoptrein,2017-03-28T15:33:00+0200,Arriva
37258,DEI,stoptrein,2017-03-28T15:33:00+0200,Arriva
14655,DMN,Sprinter,2017-03-28T15:33:00+0200,NS
1754,DV,Intercity,2017-03-28T15:33:00+0200,NS
5748,DVD,Sprinter,2017-03-28T15:33:00+0200,NS
3153,ED,Intercity,2017-03-28T15:33:00+0200,NS
9651,EHV,Sprinter,2017-03-28T15:33:00+0200,NS
5651,EML,Sprinter,2017-03-28T15:33:00+0200,NS
37245,FN,stoptrein,2017-03-28T15:33:00+0200,Arriva
37558,GERP,stoptrein,2017-03-28T15:33:00+0200,Arriva
37758,GNN,stoptrein,2017-03-28T15:33:00+0200,Arriva
2257,GV,Intercity,2017-03-28T15:33:00+0200,NS
757,GVC,Intercity,2017-03-28T15:33:00+0200,NS
2255,HAD,Intercity,2017-03-28T15:33:00+0200,NS
37860,HGZ,stoptrein,2017-03-28T15:33:00+0200,Arriva
4146,HLD,Sprinter,2017-03-28T15:33:00+0200,NS
6653,HT,Sprinter,2017-03-28T15:33:00+0200,NS
5750,HVSM,Sprinter,2017-03-28T15:33:00+0200,NS
5753,HVSP,Sprinter,2017-03-28T15:33:00+0200,NS
37547,KW,stoptrein,2017-03-28T15:33:00+0200,Arriva
4159,MSW,Sprinter,2017-03-28T15:33:00+0200,NS
32350,NMH,stoptrein,2017-03-28T15:33:00+0200,Arriva
7748,NWK,Sprinter,2017-03-28T15:33:00+0200,NS
7056,RSN,Sprinter,2017-03-28T15:33:00+0200,NS
4759,UTG,Sprinter,2017-03-28T15:33:00+0200,NS
6150,UTT,Sprinter,2017-03-28T15:33:00+0200,NS
4246,VDW,Sprinter,2017-03-28T15:33:00+0200,NS
32251,VL,stoptrein,2017-03-28T15:33:00+0200,Arriva
7452,VNDW,Sprinter,2017-03-28T15:33:00+0200,NS
32352,VRY,stoptrein,2017-03-28T15:33:00+0200,Arriva
4452,WC,Sprinter,2017-03-28T15:33:00+0200,NS
6857,YPB,Sprinter,2017-03-28T15:33:00+0200,NS
9058,AKM,Sprinter,2017-03-28T15:34:00+0200,NS
11752,AMFS,Intercity,2017-03-28T15:34:00+0200,NS
4057,ASB,Sprinter,2017-03-28T15:34:00+0200,NS
2250,ASD,Intercity,2017-03-28T15:34:00+0200,NS
2144,ASS,Intercity,2017-03-28T15:34:00+0200,NS
7455,BKL,Sprinter,2017-03-28T15:34:00+0200,NS
4857,BLL,Sprinter,2017-03-28T15:34:00+0200,NS
3046,CAS,Intercity,2017-03-28T15:34:00+0200,NS
8045,CO,stoptrein,2017-03-28T15:34:00+0200,Arriva
13549,DN,Intercity,2017-03-28T15:34:00+0200,NS
2246,DT,Intercity,2017-03-28T15:34:00+0200,NS
6344,DVNK,Sprinter,2017-03-28T15:34:00+0200,NS
32554,EGH,stoptrein,2017-03-28T15:34:00+0200,Arriva
5249,EHS,Sprinter,2017-03-28T15:34:00+0200,NS
7958,ES,Sprinter,2017-03-28T15:34:00+0200,NS
37445,FWD,stoptrein,2017-03-28T15:34:00+0200,Arriva
2048,GD,Intercity,2017-03-28T15:34:00+0200,NS
7757,GD,Sprinter,2017-03-28T15:34:00+0200,NS
5148,GV,Sprinter,2017-03-28T15:34:00+0200,NS
3061,HDR,Intercity,2017-03-28T15:34:00+0200,NS
6955,HTNC,Sprinter,2017-03-28T15:34:00+0200,NS
4952,HVSP,Sprinter,2017-03-28T15:34:00+0200,NS
2240,KRG,Intercity,2017-03-28T15:34:00+0200,NS
31158,KTR,stoptrein,2017-03-28T15:34:00+0200,Arriva
31340,LTN,stoptrein,2017-03-28T15:34:00+0200,Valleilijn
37458,LWC,stoptrein,2017-03-28T15:34:00+0200,Arriva
7653,NML,Sprinter,2017-03-28T15:34:00+0200,NS
4257,NWL,Sprinter,2017-03-28T15:34:00+0200,NS
7949,RAT,Sprinter,2017-03-28T15:34:00+0200,NS
5159,RSW,Sprinter,2017-03-28T15:34:00+0200,NS
4455,RVS,Sprinter,2017-03-28T15:34:00+0200,NS
5553,SD,Sprinter,2017-03-28T15:34:00+0200,NS
36855,SDTB,stoptrein,2017-03-28T15:34:00+0200,Arriva
5550,STZ,Sprinter,2017-03-28T15:34:00+0200,NS
13558,VL,Intercity,2017-03-28T15:34:00+0200,NS
7651,VP,Sprinter,2017-03-28T15:34:00+0200,NS
2238,VSS,Intercity,2017-03-28T15:34:00+0200,NS
4046,WM,Sprinter,2017-03-28T15:34:00+0200,NS
30754,WTV,stoptrein,2017-03-28T15:34:00+0200,Breng
6952,ZBM,Sprinter,2017-03-28T15:34:00+0200,NS
7846,ZTMO,Sprinter,2017-03-28T15:34:00+0200,NS
3051,AH,Intercity,2017-03-28T15:35:00+0200,NS
2463,ALMB,Intercity,2017-03-28T15:35:00+0200,NS
4950,ALMM,Sprinter,2017-03-28T15:35:00+0200,NS
653,AMF,Intercity,2017-03-28T15:35:00+0200,NS
4353,AMPO,Sprinter,2017-03-28T15:35:00+0200,NS
17847,APD,stoptrein,2017-03-28T15:35:00+0200,Arriva
7054,APDO,Sprinter,2017-03-28T15:35:00+0200,NS
37760,APG,stoptrein,2017-03-28T15:35:00+0200,Arriva
7457,ASD,Sprinter,2017-03-28T15:35:00+0200,NS
4048,ASDM,Sprinter,2017-03-28T15:35:00+0200,NS
2461,ASDZ,Intercity,2017-03-28T15:35:00+0200,NS
3550,ASDZ,Intercity,2017-03-28T15:35:00+0200,NS
556,ASN,Intercity,2017-03-28T15:35:00+0200,NS
7453,BNK,Sprinter,2017-03-28T15:35:00+0200,NS
14651,DRON,Sprinter,2017-03-28T15:35:00+0200,NS
5048,DT,Sprinter,2017-03-28T15:35:00+0200,NS
9654,EHV,Sprinter,2017-03-28T15:35:00+0200,NS
4457,EST,Sprinter,2017-03-28T15:35:00+0200,NS
6848,GDG,Sprinter,2017-03-28T15:35:00+0200,NS
37460,GK,stoptrein,2017-03-28T15:35:00+0200,Arriva
36848,GND,stoptrein,2017-03-28T15:35:00+0200,Arriva
8156,HGV,Sprinter,2017-03-28T15:35:00+0200,NS
6361,HIL,Sprinter,2017-03-28T15:35:00+0200,NS
4559,HKS,Intercity,2017-03-28T15:35:00+0200,NS
4844,HLMS,Sprinter,2017-03-28T15:35:00+0200,NS
4855,HLO,Sprinter,2017-03-28T15:35:00+0200,NS
3560,HRL,Intercity,2017-03-28T15:35:00+0200,NS
32047,HRLW,stoptrein,2017-03-28T15:35:00+0200,Arriva
4454,HTO,Sprinter,2017-03-28T15:35:00+0200,NS
6359,LAA,Sprinter,2017-03-28T15:35:00+0200,NS
31341,LTN,stoptrein,2017-03-28T15:35:00+0200,Valleilijn
32048,MES,stoptrein,2017-03-28T15:35:00+0200,Arriva
37547,MTH,stoptrein,2017-03-28T15:35:00+0200,Arriva
32555,NH,stoptrein,2017-03-28T15:35:00+0200,Arriva
5652,NKK,Sprinter,2017-03-28T15:35:00+0200,NS
7652,NMGO,Sprinter,2017-03-28T15:35:00+0200,NS
3352,NVP,Sprinter,2017-03-28T15:35:00+0200,NS
3652,O,Intercity,2017-03-28T15:35:00+0200,NS
7551,OTB,Sprinter,2017-03-28T15:35:00+0200,NS
4355,RAI,Sprinter,2017-03-28T15:35:00+0200,NS
5157,RLB,Sprinter,2017-03-28T15:35:00+0200,NS
37160,SK,stoptrein,2017-03-28T15:35:00+0200,Arriva
6652,TBR,Sprinter,2017-03-28T15:35:00+0200,NS
9652,VG,Sprinter,2017-03-28T15:35:00+0200,NS
5952,ZLW,Sprinter,2017-03-28T15:35:00+0200,NS
1847,AKM,Intercity,2017-03-28T15:36:00+0200,NS
14650,ALM,Sprinter,2017-03-28T15:36:00+0200,NS
149,AMF,Intercity,2017-03-28T15:36:00+0200,NS International
1656,AML,Intercity,2017-03-28T15:36:00+0200,NS
3059,AMRN,Intercity,2017-03-28T15:36:00+0200,NS
4550,ASD,Intercity,2017-03-28T15:36:00+0200,NS
4057,ASHD,Sprinter,2017-03-28T15:36:00+0200,NS
7448,ASHD,Sprinter,2017-03-28T15:36:00+0200,NS
5050,BRD,Sprinter,2017-03-28T15:36:00+0200,NS
9653,BTL,Sprinter,2017-03-28T15:36:00+0200,NS
6052,CL,Sprinter,2017-03-28T15:36:00+0200,NS
7748,CPS,Sprinter,2017-03-28T15:36:00+0200,NS
31247,DDN,stoptrein,2017-03-28T15:36:00+0200,Syntus
2455,DDR,Intercity,2017-03-28T15:36:00+0200,NS
30954,DID,stoptrein,2017-03-28T15:36:00+0200,Arriva
7051,DV,Sprinter,2017-03-28T15:36:00+0200,NS
20219,ESE,stoptrein,2017-03-28T15:36:00+0200,DB
3656,ETN,Intercity,2017-03-28T15:36:00+0200,NS
5059,GVC,Sprinter,2017-03-28T15:36:00+0200,NS
2161,HLM,Intercity,2017-03-28T15:36:00+0200,NS
5753,HOR,Sprinter,2017-03-28T15:36:00+0200,NS
5463,HWZB,Sprinter,2017-03-28T15:36:00+0200,NS
2257,LAA,Intercity,2017-03-28T15:36:00+0200,NS
31047,MRB,stoptrein,2017-03-28T15:36:00+0200,Arriva
4159,MSS,Sprinter,2017-03-28T15:36:00+0200,NS
37860,MTH,stoptrein,2017-03-28T15:36:00+0200,Arriva
32454,MTR,stoptrein,2017-03-28T15:36:00+0200,Arriva
3659,OST,Intercity,2017-03-28T15:36:00+0200,NS
20152,SDA,stoptrein,2017-03-28T15:36:00+0200,Arriva
37660,UHZ,stoptrein,2017-03-28T15:36:00+0200,Arriva
4846,UTG,Sprinter,2017-03-28T15:36:00+0200,NS
6150,VTN,Sprinter,2017-03-28T15:36:00+0200,NS
30951,WTV,stoptrein,2017-03-28T15:36:00+0200,Arriva
31147,ZA,stoptrein,2017-03-28T15:36:00+0200,Arriva
3350,ZDK,Sprinter,2017-03-28T15:36:00+0200,NS
7846,ZTM,Sprinter,2017-03-28T15:36:00+0200,NS
5446,ZVT,Sprinter,2017-03-28T15:36:00+0200,NS
127,AH,ICE,International,2017-03-28T15:37:00+0200,NS International
8857,APN,Intercity,2017-03-28T15:37:00+0200,NS
948,ASD,Intercity,direct,2017-03-28T15:37:00+0200,NS
3357,ASDL,Sprinter,2017-03-28T15:37:00+0200,NS
11155,BD,Intercity,2017-03-28T15:37:00+0200,NS
13558,BR,Intercity,2017-03-28T15:37:00+0200,NS
5750,BSMZ,Sprinter,2017-03-28T15:37:00+0200,NS
32250,CK,stoptrein,2017-03-28T15:37:00+0200,Arriva
32353,CK,stoptrein,2017-03-28T15:37:00+0200,Arriva
30751,DID,stoptrein,2017-03-28T15:37:00+0200,Breng
8045,DLN,stoptrein,2017-03-28T15:37:00+0200,Arriva
9656,DN,Sprinter,2017-03-28T15:37:00+0200,NS
30756,DTC,stoptrein,2017-03-28T15:37:00+0200,Breng
30949,DTC,stoptrein,2017-03-28T15:37:00+0200,Arriva
548,GD,Intercity,2017-03-28T15:37:00+0200,NS
7859,GD,Sprinter,2017-03-28T15:37:00+0200,NS
4055,GDG,Sprinter,2017-03-28T15:37:00+0200,NS
37658,GNN,stoptrein,2017-03-28T15:37:00+0200,Arriva
5654,HDE,Sprinter,2017-03-28T15:37:00+0200,NS
1649,HGL,Intercity,2017-03-28T15:37:00+0200,NS
37547,HGZ,stoptrein,2017-03-28T15:37:00+0200,Arriva
3554,HT,Intercity,2017-03-28T15:37:00+0200,NS
4848,HWD,Sprinter,2017-03-28T15:37:00+0200,NS
4759,KMA,Sprinter,2017-03-28T15:37:00+0200,NS
32554,LG,stoptrein,2017-03-28T15:37:00+0200,Arriva
4246,MSS,Sprinter,2017-03-28T15:37:00+0200,NS
4452,NMD,Sprinter,2017-03-28T15:37:00+0200,NS
7652,NMD,Sprinter,2017-03-28T15:37:00+0200,NS
5748,RAI,Sprinter,2017-03-28T15:37:00+0200,NS
3044,SGN,Intercity,2017-03-28T15:37:00+0200,NS
4857,SPTZ,Sprinter,2017-03-28T15:37:00+0200,NS
32251,TG,stoptrein,2017-03-28T15:37:00+0200,Arriva
32047,VDL,stoptrein,2017-03-28T15:37:00+0200,Arriva
30956,VSV,stoptrein,2017-03-28T15:37:00+0200,Arriva
31058,VZ,stoptrein,2017-03-28T15:37:00+0200,Arriva
37645,WSM,stoptrein,2017-03-28T15:37:00+0200,Arriva
1856,WV,Intercity,2017-03-28T15:37:00+0200,NS
30845,WWW,stoptrein,2017-03-28T15:37:00+0200,Arriva
31160,AH,stoptrein,2017-03-28T15:38:00+0200,Arriva
4352,ALMO,Sprinter,2017-03-28T15:38:00+0200,NS
7049,AML,Sprinter,2017-03-28T15:38:00+0200,NS
17847,APDM,stoptrein,2017-03-28T15:38:00+0200,Arriva
8647,APN,Sprinter,2017-03-28T15:38:00+0200,R-net
2655,ASD,Intercity,2017-03-28T15:38:00+0200,NS
4657,ASDL,Sprinter,2017-03-28T15:38:00+0200,NS
5848,ASS,Sprinter,2017-03-28T15:38:00+0200,NS
2452,BD,Intercity,2017-03-28T15:38:00+0200,NS
32453,BDE,stoptrein,2017-03-28T15:38:00+0200,Arriva
15852,BRN,Sprinter,2017-03-28T15:38:00+0200,NS
5256,BTL,Sprinter,2017-03-28T15:38:00+0200,NS
4052,CPS,Sprinter,2017-03-28T15:38:00+0200,NS
4644,DVNK,Sprinter,2017-03-28T15:38:00+0200,NS
37445,DWE,stoptrein,2017-03-28T15:38:00+0200,Arriva
9654,EHS,Sprinter,2017-03-28T15:38:00+0200,NS
8062,EMN,stoptrein,2017-03-28T15:38:00+0200,Arriva
7958,ESK,Sprinter,2017-03-28T15:38:00+0200,NS
37847,GN,stoptrein,2017-03-28T15:38:00+0200,Arriva
1148,GV,Intercity,2017-03-28T15:38:00+0200,NS
2059,GVC,Intercity,2017-03-28T15:38:00+0200,NS
32555,HB,stoptrein,2017-03-28T15:38:00+0200,Arriva
5651,HD,Sprinter,2017-03-28T15:38:00+0200,NS
3061,HDRZ,Intercity,2017-03-28T15:38:00+0200,NS
31258,HGLO,stoptrein,2017-03-28T15:38:00+0200,Syntus
11655,HVS,Intercity,2017-03-28T15:38:00+0200,NS
4046,KMA,Sprinter,2017-03-28T15:38:00+0200,NS
37860,KW,stoptrein,2017-03-28T15:38:00+0200,Arriva
3847,OMN,Sneltrein,2017-03-28T15:38:00+0200,Arriva
7651,RH,Sprinter,2017-03-28T15:38:00+0200,NS
30860,RL,stoptrein,2017-03-28T15:38:00+0200,Arriva
36855,SDT,stoptrein,2017-03-28T15:38:00+0200,Arriva
32048,SGL,stoptrein,2017-03-28T15:38:00+0200,Arriva
37160,SKND,stoptrein,2017-03-28T15:38:00+0200,Arriva
37045,SKND,stoptrein,2017-03-28T15:38:00+0200,Arriva
37745,STM,stoptrein,2017-03-28T15:38:00+0200,Arriva
6053,TPSW,Sprinter,2017-03-28T15:38:00+0200,NS
6857,ZTM,Sprinter,2017-03-28T15:38:00+0200,NS
30754,AHP,stoptrein,2017-03-28T15:39:00+0200,Breng
4353,ALMM,Sprinter,2017-03-28T15:39:00+0200,NS
14650,ALMM,Sprinter,2017-03-28T15:39:00+0200,NS
14653,ALMO,Sprinter,2017-03-28T15:39:00+0200,NS
31343,AMF,stoptrein,2017-03-28T15:39:00+0200,Valleilijn
8948,APN,Sprinter,2017-03-28T15:39:00+0200,NS
7448,ASB,Sprinter,2017-03-28T15:39:00+0200,NS
3048,ASD,Intercity,2017-03-28T15:39:00+0200,NS
3157,ASDZ,Intercity,2017-03-28T15:39:00+0200,NS
2250,ASS,Intercity,2017-03-28T15:39:00+0200,NS
7947,BN,Sprinter,2017-03-28T15:39:00+0200,NS
31443,BNN,stoptrein,2017-03-28T15:39:00+0200,Valleilijn
31340,BNZ,stoptrein,2017-03-28T15:39:00+0200,Valleilijn
5157,BRD,Sprinter,2017-03-28T15:39:00+0200,NS
15853,BSMZ,Sprinter,2017-03-28T15:39:00+0200,NS
7453,DB,Sprinter,2017-03-28T15:39:00+0200,NS
9243,DDR,Intercity,2017-03-28T15:39:00+0200,NS International
2450,DDR,Intercity,2017-03-28T15:39:00+0200,NS
2244,DDR,Intercity,2017-03-28T15:39:00+0200,NS
15850,DMN,Sprinter,2017-03-28T15:39:00+0200,NS
3657,DR,Intercity,2017-03-28T15:39:00+0200,NS
5159,DT,Sprinter,2017-03-28T15:39:00+0200,NS
2448,DT,Intercity,2017-03-28T15:39:00+0200,NS
6451,EHV,Sprinter,2017-03-28T15:39:00+0200,NS
7653,EST,Sprinter,2017-03-28T15:39:00+0200,NS
20219,GBR,stoptrein,2017-03-28T15:39:00+0200,DB
6848,GD,Sprinter,2017-03-28T15:39:00+0200,NS
2857,GD,Intercity,2017-03-28T15:39:00+0200,NS
36752,GDM,stoptrein,2017-03-28T15:39:00+0200,Arriva
36750,GR,stoptrein,2017-03-28T15:39:00+0200,Arriva
36755,GR,stoptrein,2017-03-28T15:39:00+0200,Arriva
4661,GVC,Sprinter,2017-03-28T15:39:00+0200,NS
3860,HDB,Sneltrein,2017-03-28T15:39:00+0200,Arriva
4846,HK,Sprinter,2017-03-28T15:39:00+0200,NS
7056,HON,Sprinter,2017-03-28T15:39:00+0200,NS
853,HT,Intercity,2017-03-28T15:39:00+0200,NS
1552,HVS,Intercity,2017-03-28T15:39:00+0200,NS
4844,HWZB,Sprinter,2017-03-28T15:39:00+0200,NS
6458,HZE,Sprinter,2017-03-28T15:39:00+0200,NS
2459,LAA,Intercity,2017-03-28T15:39:00+0200,NS
31256,LC,stoptrein,2017-03-28T15:39:00+0200,Syntus
7455,MAS,Sprinter,2017-03-28T15:39:00+0200,NS
4646,NVP,Sprinter,2017-03-28T15:39:00+0200,NS
4148,NWL,Sprinter,2017-03-28T15:39:00+0200,NS
5050,RLB,Sprinter,2017-03-28T15:39:00+0200,NS
4454,RS,Sprinter,2017-03-28T15:39:00+0200,NS
36848,SDT,stoptrein,2017-03-28T15:39:00+0200,Arriva
6652,TBU,Sprinter,2017-03-28T15:39:00+0200,NS
32352,VLB,stoptrein,2017-03-28T15:39:00+0200,Arriva
32253,VLB,stoptrein,2017-03-28T15:39:00+0200,Arriva
8648,WAD,Sprinter,2017-03-28T15:39:00+0200,R-net
4057,AC,Sprinter,2017-03-28T15:40:00+0200,NS
4352,ALMB,Sprinter,2017-03-28T15:40:00+0200,NS
11752,AMF,Intercity,2017-03-28T15:40:00+0200,NS
1652,AMF,Intercity,2017-03-28T15:40:00+0200,NS
857,ASD,Intercity,2017-03-28T15:40:00+0200,NS
7457,ASDM,Sprinter,2017-03-28T15:40:00+0200,NS
5652,AVAT,Sprinter,2017-03-28T15:40:00+0200,NS
2240,BZL,Intercity,2017-03-28T15:40:00+0200,NS
859,CAS,Intercity,2017-03-28T15:40:00+0200,NS
6955,CL,Sprinter,2017-03-28T15:40:00+0200,NS
5550,DLD,Sprinter,2017-03-28T15:40:00+0200,NS
30756,DTCH,stoptrein,2017-03-28T15:40:00+0200,Breng
11650,DVD,Intercity,2017-03-28T15:40:00+0200,NS
30951,DVN,stoptrein,2017-03-28T15:40:00+0200,Arriva
9248,GV,Intercity,2017-03-28T15:40:00+0200,NS International
2161,HAD,Intercity,2017-03-28T15:40:00+0200,NS
31247,HGLG,stoptrein,2017-03-28T15:40:00+0200,Syntus
2255,HLM,Intercity,2017-03-28T15:40:00+0200,NS
5463,HLMS,Sprinter,2017-03-28T15:40:00+0200,NS
3046,HLO,Intercity,2017-03-28T15:40:00+0200,NS
9651,HMBV,Sprinter,2017-03-28T15:40:00+0200,NS
32554,HRLK,stoptrein,2017-03-28T15:40:00+0200,Arriva
4452,NMGO,Sprinter,2017-03-28T15:40:00+0200,NS
4457,NML,Sprinter,2017-03-28T15:40:00+0200,NS
5048,RSW,Sprinter,2017-03-28T15:40:00+0200,NS
32254,SM,stoptrein,2017-03-28T15:40:00+0200,Arriva
37547,SPM,stoptrein,2017-03-28T15:40:00+0200,Arriva
4857,SPTN,Sprinter,2017-03-28T15:40:00+0200,NS
32452,SRN,stoptrein,2017-03-28T15:40:00+0200,Arriva
4159,VDW,Sprinter,2017-03-28T15:40:00+0200,NS
17860,VEM,stoptrein,2017-03-28T15:40:00+0200,Arriva
7857,VTN,Sprinter,2017-03-28T15:40:00+0200,NS
4759,WM,Sprinter,2017-03-28T15:40:00+0200,NS
7846,YPB,Sprinter,2017-03-28T15:40:00+0200,NS
6857,ZTMO,Sprinter,2017-03-28T15:40:00+0200,NS
7654,AH,Sprinter,2017-03-28T15:41:00+0200,NS
3650,AH,Intercity,2017-03-28T15:41:00+0200,NS
5653,AMF,Sprinter,2017-03-28T15:41:00+0200,NS
7049,AMRI,Sprinter,2017-03-28T15:41:00+0200,NS
4848,AMRN,Sprinter,2017-03-28T15:41:00+0200,NS
15855,ASD,Sprinter,2017-03-28T15:41:00+0200,NS
4859,ASD,Sprinter,2017-03-28T15:41:00+0200,NS
5848,ASDL,Sprinter,2017-03-28T15:41:00+0200,NS
4657,ASS,Sprinter,2017-03-28T15:41:00+0200,NS
4059,ASS,Sprinter,2017-03-28T15:41:00+0200,NS
15850,ASSP,Sprinter,2017-03-28T15:41:00+0200,NS
6651,BD,Sprinter,2017-03-28T15:41:00+0200,NS
4050,BKL,Sprinter,2017-03-28T15:41:00+0200,NS
36757,DDR,stoptrein,2017-03-28T15:41:00+0200,Arriva
5159,DTZ,Sprinter,2017-03-28T15:41:00+0200,NS
7051,DVC,Sprinter,2017-03-28T15:41:00+0200,NS
4355,DVD,Sprinter,2017-03-28T15:41:00+0200,NS
3052,ED,Intercity,2017-03-28T15:41:00+0200,NS
8062,EMNZ,stoptrein,2017-03-28T15:41:00+0200,Arriva
37847,GERP,stoptrein,2017-03-28T15:41:00+0200,Arriva
37360,GN,Sneltrein,2017-03-28T15:41:00+0200,Arriva
7861,GVC,Sprinter,2017-03-28T15:41:00+0200,NS
1847,GW,Intercity,2017-03-28T15:41:00+0200,NS
37245,HLG,stoptrein,2017-03-28T15:41:00+0200,Arriva
9058,HR,Sprinter,2017-03-28T15:41:00+0200,NS
31442,HVL,stoptrein,2017-03-28T15:41:00+0200,Valleilijn
32047,KMR,stoptrein,2017-03-28T15:41:00+0200,Arriva
32250,MMLH,stoptrein,2017-03-28T15:41:00+0200,Arriva
8149,MP,Sprinter,2017-03-28T15:41:00+0200,NS
32255,NMH,stoptrein,2017-03-28T15:41:00+0200,Arriva
4052,NWK,Sprinter,2017-03-28T15:41:00+0200,NS
4644,VST,Sprinter,2017-03-28T15:41:00+0200,NS
8648,WADN,Sprinter,2017-03-28T15:41:00+0200,R-net
5955,ZVB,Sprinter,2017-03-28T15:41:00+0200,NS
14650,AMPO,Sprinter,2017-03-28T15:42:00+0200,NS
850,ASA,Intercity,2017-03-28T15:42:00+0200,NS
4648,ASD,Sprinter,2017-03-28T15:42:00+0200,NS
5748,ASDZ,Sprinter,2017-03-28T15:42:00+0200,NS
1855,ASDZ,Intercity,2017-03-28T15:42:00+0200,NS
8147,ASN,Sprinter,2017-03-28T15:42:00+0200,NS
37645,BF,stoptrein,2017-03-28T15:42:00+0200,Arriva
2263,BGN,Intercity,2017-03-28T15:42:00+0200,NS
3152,DB,Intercity,2017-03-28T15:42:00+0200,NS
4857,DRH,Sprinter,2017-03-28T15:42:00+0200,NS
7448,DVD,Sprinter,2017-03-28T15:42:00+0200,NS
31341,EDC,stoptrein,2017-03-28T15:42:00+0200,Valleilijn
11757,GD,Intercity,2017-03-28T15:42:00+0200,NS
4055,GD,Sprinter,2017-03-28T15:42:00+0200,NS
30949,GDR,stoptrein,2017-03-28T15:42:00+0200,Arriva
36855,GND,stoptrein,2017-03-28T15:42:00+0200,Arriva
9656,HMBH,Sprinter,2017-03-28T15:42:00+0200,NS
4559,HNK,Intercity,2017-03-28T15:42:00+0200,NS
3653,HT,Intercity,2017-03-28T15:42:00+0200,NS
4952,HVS,Sprinter,2017-03-28T15:42:00+0200,NS
15853,HVSM,Sprinter,2017-03-28T15:42:00+0200,NS
3053,KLP,Intercity,2017-03-28T15:42:00+0200,NS
4661,LAA,Sprinter,2017-03-28T15:42:00+0200,NS
37745,LP,stoptrein,2017-03-28T15:42:00+0200,Arriva
7452,MRN,Sprinter,2017-03-28T15:42:00+0200,NS
5446,OVN,Sprinter,2017-03-28T15:42:00+0200,NS
3359,PMO,Sprinter,2017-03-28T15:42:00+0200,NS
36848,SDTB,stoptrein,2017-03-28T15:42:00+0200,Arriva
649,SWK,Intercity,2017-03-28T15:42:00+0200,NS
37643,UHM,stoptrein,2017-03-28T15:42:00+0200,Arriva
37660,UST,stoptrein,2017-03-28T15:42:00+0200,Arriva
6361,VH,Sprinter,2017-03-28T15:42:00+0200,NS
32048,VK,stoptrein,2017-03-28T15:42:00+0200,Arriva
20152,ZB,stoptrein,2017-03-28T15:42:00+0200,Arriva
7653,AHZ,Sprinter,2017-03-28T15:43:00+0200,NS
2463,ALM,Intercity,2017-03-28T15:43:00+0200,NS
5652,AMFS,Sprinter,2017-03-28T15:43:00+0200,NS
7457,ASA,Sprinter,2017-03-28T15:43:00+0200,NS
4048,ASD,Sprinter,2017-03-28T15:43:00+0200,NS
9653,BET,Sprinter,2017-03-28T15:43:00+0200,NS
5550,BHV,Sprinter,2017-03-28T15:43:00+0200,NS
31340,BNC,stoptrein,2017-03-28T15:43:00+0200,Valleilijn
31443,BNC,stoptrein,2017-03-28T15:43:00+0200,Valleilijn
4846,BV,Sprinter,2017-03-28T15:43:00+0200,NS
5152,DDR,Sprinter,2017-03-28T15:43:00+0200,NS
5952,DDZD,Sprinter,2017-03-28T15:43:00+0200,NS
4355,DMNZ,Sprinter,2017-03-28T15:43:00+0200,NS
7651,DR,Sprinter,2017-03-28T15:43:00+0200,NS
32452,EC,stoptrein,2017-03-28T15:43:00+0200,Arriva
6952,GDM,Sprinter,2017-03-28T15:43:00+0200,NS
6458,GP,Sprinter,2017-03-28T15:43:00+0200,NS
2265,GS,Intercity,2017-03-28T15:43:00+0200,NS
2459,GV,Intercity,2017-03-28T15:43:00+0200,NS
5059,GV,Sprinter,2017-03-28T15:43:00+0200,NS
5048,GVMW,Sprinter,2017-03-28T15:43:00+0200,NS
9651,HMH,Sprinter,2017-03-28T15:43:00+0200,NS
14651,KPNZ,Sprinter,2017-03-28T15:43:00+0200,NS
8955,LDL,Sprinter,2017-03-28T15:43:00+0200,NS
37760,LP,stoptrein,2017-03-28T15:43:00+0200,Arriva
5654,NS,Sprinter,2017-03-28T15:43:00+0200,NS
20157,NSCH,stoptrein,2017-03-28T15:43:00+0200,Arriva
5251,OT,Sprinter,2017-03-28T15:43:00+0200,NS
3350,PMW,Sprinter,2017-03-28T15:43:00+0200,NS
7857,UTT,Sprinter,2017-03-28T15:43:00+0200,NS
37145,WK,stoptrein,2017-03-28T15:43:00+0200,Arriva
36755,AKL,stoptrein,2017-03-28T15:44:00+0200,Arriva
4353,ALM,Sprinter,2017-03-28T15:44:00+0200,NS
4352,ALMP,Sprinter,2017-03-28T15:44:00+0200,NS
3059,AMR,Intercity,2017-03-28T15:44:00+0200,NS
1754,APD,Intercity,2017-03-28T15:44:00+0200,NS
15850,ASDM,Sprinter,2017-03-28T15:44:00+0200,NS
4550,ASS,Intercity,2017-03-28T15:44:00+0200,NS
3057,ASS,Intercity,2017-03-28T15:44:00+0200,NS
7656,BMN,Sprinter,2017-03-28T15:44:00+0200,NS
37460,BP,stoptrein,2017-03-28T15:44:00+0200,Arriva
3659,DV,Intercity,2017-03-28T15:44:00+0200,NS
11154,EHV,Intercity,2017-03-28T15:44:00+0200,NS
1159,GVC,Intercity,2017-03-28T15:44:00+0200,NS
32555,HRL,stoptrein,2017-03-28T15:44:00+0200,Arriva
13558,HRT,Intercity,2017-03-28T15:44:00+0200,NS
32150,MTR,Sneltrein,2017-03-28T15:44:00+0200,Arriva
7956,NVD,Sprinter,2017-03-28T15:44:00+0200,NS
7748,RTN,Sprinter,2017-03-28T15:44:00+0200,NS
32047,SOG,stoptrein,2017-03-28T15:44:00+0200,Arriva
30956,TBG,stoptrein,2017-03-28T15:44:00+0200,Arriva
30949,TBG,stoptrein,2017-03-28T15:44:00+0200,Arriva
7455,UTZL,Sprinter,2017-03-28T15:44:00+0200,NS
5653,AMFS,Sprinter,2017-03-28T15:45:00+0200,NS
4855,AMR,Sprinter,2017-03-28T15:45:00+0200,NS
3044,ANA,Intercity,2017-03-28T15:45:00+0200,NS
3061,ANA,Intercity,2017-03-28T15:45:00+0200,NS
1657,ASDZ,Intercity,2017-03-28T15:45:00+0200,NS
8158,ASN,Sprinter,2017-03-28T15:45:00+0200,NS
4844,ASS,Sprinter,2017-03-28T15:45:00+0200,NS
3048,ASS,Intercity,2017-03-28T15:45:00+0200,NS
941,BD,Intercity,direct,2017-03-28T15:45:00+0200,NS
3651,BD,Intercity,2017-03-28T15:45:00+0200,NS
8850,BDG,Intercity,2017-03-28T15:45:00+0200,NS
8857,BDG,Intercity,2017-03-28T15:45:00+0200,NS
9654,BET,Sprinter,2017-03-28T15:45:00+0200,NS
2242,BGN,Intercity,2017-03-28T15:45:00+0200,NS
36750,BHDV,stoptrein,2017-03-28T15:45:00+0200,Arriva
5555,BHV,Sprinter,2017-03-28T15:45:00+0200,NS
32352,BMR,stoptrein,2017-03-28T15:45:00+0200,Arriva
32353,BMR,stoptrein,2017-03-28T15:45:00+0200,Arriva
37445,BP,stoptrein,2017-03-28T15:45:00+0200,Arriva
36752,BSD,stoptrein,2017-03-28T15:45:00+0200,Arriva
8648,BSK,Sprinter,2017-03-28T15:45:00+0200,R-net
8647,BSK,Sprinter,2017-03-28T15:45:00+0200,R-net
36757,DDRS,stoptrein,2017-03-28T15:45:00+0200,Arriva
13847,DL,Sneltrein,2017-03-28T15:45:00+0200,Arriva
30954,DVN,stoptrein,2017-03-28T15:45:00+0200,Arriva
32455,EC,stoptrein,2017-03-28T15:45:00+0200,Arriva
31147,EST,stoptrein,2017-03-28T15:45:00+0200,Arriva
31160,EST,stoptrein,2017-03-28T15:45:00+0200,Arriva
6451,GP,Sprinter,2017-03-28T15:45:00+0200,NS
4661,GVM,Sprinter,2017-03-28T15:45:00+0200,NS
7958,HGL,Sprinter,2017-03-28T15:45:00+0200,NS
5463,HLM,Sprinter,2017-03-28T15:45:00+0200,NS
37145,HNP,stoptrein,2017-03-28T15:45:00+0200,Arriva
13549,HRT,Intercity,2017-03-28T15:45:00+0200,NS
15852,HVS,Sprinter,2017-03-28T15:45:00+0200,NS
17860,KBK,stoptrein,2017-03-28T15:45:00+0200,Arriva
17847,KBK,stoptrein,2017-03-28T15:45:00+0200,Arriva
7453,MRN,Sprinter,2017-03-28T15:45:00+0200,NS
8045,NA,stoptrein,2017-03-28T15:45:00+0200,Arriva
4455,O,Sprinter,2017-03-28T15:45:00+0200,NS
3350,PMR,Sprinter,2017-03-28T15:45:00+0200,NS
3359,PMR,Sprinter,2017-03-28T15:45:00+0200,NS
32251,RV,stoptrein,2017-03-28T15:45:00+0200,Arriva
32048,SOG,stoptrein,2017-03-28T15:45:00+0200,Arriva
7450,UTZL,Sprinter,2017-03-28T15:45:00+0200,NS
30847,VD,stoptrein,2017-03-28T15:45:00+0200,Arriva
30860,VD,stoptrein,2017-03-28T15:45:00+0200,Arriva
6344,VH,Sprinter,2017-03-28T15:45:00+0200,NS
32253,VRY,stoptrein,2017-03-28T15:45:00+0200,Arriva
3154,AH,Intercity,2017-03-28T15:46:00+0200,NS
7654,AHZ,Sprinter,2017-03-28T15:46:00+0200,NS
4353,ALMP,Sprinter,2017-03-28T15:46:00+0200,NS
7448,ASA,Sprinter,2017-03-28T15:46:00+0200,NS
3150,ASB,Intercity,2017-03-28T15:46:00+0200,NS
15855,ASDM,Sprinter,2017-03-28T15:46:00+0200,NS
4859,ASS,Sprinter,2017-03-28T15:46:00+0200,NS
6651,BDPB,Sprinter,2017-03-28T15:46:00+0200,NS
6654,BDPB,Sprinter,2017-03-28T15:46:00+0200,NS
36855,BHDV,stoptrein,2017-03-28T15:46:00+0200,Arriva
3155,DB,Intercity,2017-03-28T15:46:00+0200,NS
36848,DDRS,stoptrein,2017-03-28T15:46:00+0200,Arriva
4350,DMNZ,Sprinter,2017-03-28T15:46:00+0200,NS
1758,ES,Intercity,2017-03-28T15:46:00+0200,NS
30956,GDR,stoptrein,2017-03-28T15:46:00+0200,Arriva
37860,GERP,stoptrein,2017-03-28T15:46:00+0200,Arriva
2240,GS,Intercity,2017-03-28T15:46:00+0200,NS
4644,GVM,Sprinter,2017-03-28T15:46:00+0200,NS
5059,GVMW,Sprinter,2017-03-28T15:46:00+0200,NS
31060,HDB,stoptrein,2017-03-28T15:46:00+0200,Arriva
31258,HGL,stoptrein,2017-03-28T15:46:00+0200,Syntus
9651,HM,Sprinter,2017-03-28T15:46:00+0200,NS
9656,HM,Sprinter,2017-03-28T15:46:00+0200,NS
32145,HRL,Sneltrein,2017-03-28T15:46:00+0200,Arriva
32554,HRL,stoptrein,2017-03-28T15:46:00+0200,Arriva
32555,HRLK,stoptrein,2017-03-28T15:46:00+0200,Arriva
15853,HVS,Sprinter,2017-03-28T15:46:00+0200,NS
8062,NA,stoptrein,2017-03-28T15:46:00+0200,Arriva
5651,NS,Sprinter,2017-03-28T15:46:00+0200,NS
7949,NVD,Sprinter,2017-03-28T15:46:00+0200,NS
5256,OT,Sprinter,2017-03-28T15:46:00+0200,NS
4454,OW,Sprinter,2017-03-28T15:46:00+0200,NS
7759,RTN,Sprinter,2017-03-28T15:46:00+0200,NS
32254,RV,stoptrein,2017-03-28T15:46:00+0200,Arriva
1856,SWK,Intercity,2017-03-28T15:46:00+0200,NS
32252,VRY,stoptrein,2017-03-28T15:46:00+0200,Arriva
30753,AH,stoptrein,2017-03-28T15:47:00+0200,Breng
14655,AMPO,Sprinter,2017-03-28T15:47:00+0200,NS
1653,APD,Intercity,2017-03-28T15:47:00+0200,NS
3157,ASB,Intercity,2017-03-28T15:47:00+0200,NS
11650,ASDZ,Intercity,2017-03-28T15:47:00+0200,NS
4557,ASS,Intercity,2017-03-28T15:47:00+0200,NS
7049,BN,Sprinter,2017-03-28T15:47:00+0200,NS
31340,BNN,stoptrein,2017-03-28T15:47:00+0200,Valleilijn
4857,BV,Sprinter,2017-03-28T15:47:00+0200,NS
4846,DRH,Sprinter,2017-03-28T15:47:00+0200,NS
30751,DTCH,stoptrein,2017-03-28T15:47:00+0200,Breng
5150,DTZ,Sprinter,2017-03-28T15:47:00+0200,NS
3648,DV,Intercity,2017-03-28T15:47:00+0200,NS
7457,DVD,Sprinter,2017-03-28T15:47:00+0200,NS
3556,EHV,Intercity,2017-03-28T15:47:00+0200,NS
7947,HGL,Sprinter,2017-03-28T15:47:00+0200,NS
5446,HLM,Sprinter,2017-03-28T15:47:00+0200,NS
15852,HVSM,Sprinter,2017-03-28T15:47:00+0200,NS
3052,KLP,Intercity,2017-03-28T15:47:00+0200,NS
32048,KMR,stoptrein,2017-03-28T15:47:00+0200,Arriva
14654,KPNZ,Sprinter,2017-03-28T15:47:00+0200,NS
5954,ODB,Sprinter,2017-03-28T15:47:00+0200,NS
5955,ODB,Sprinter,2017-03-28T15:47:00+0200,NS
3350,PMO,Sprinter,2017-03-28T15:47:00+0200,NS
3359,PMW,Sprinter,2017-03-28T15:47:00+0200,NS
37760,STM,stoptrein,2017-03-28T15:47:00+0200,Arriva
31149,TL,stoptrein,2017-03-28T15:47:00+0200,Arriva
6054,TL,Sprinter,2017-03-28T15:47:00+0200,NS
37660,WFM,stoptrein,2017-03-28T15:47:00+0200,Arriva
4050,AC,Sprinter,2017-03-28T15:48:00+0200,NS
4352,ALM,Sprinter,2017-03-28T15:48:00+0200,NS
31049,AML,stoptrein,2017-03-28T15:48:00+0200,Arriva
4855,AMRN,Sprinter,2017-03-28T15:48:00+0200,NS
857,ASA,Intercity,2017-03-28T15:48:00+0200,NS
5857,ASDL,Sprinter,2017-03-28T15:48:00+0200,NS
4648,ASS,Sprinter,2017-03-28T15:48:00+0200,NS
4048,ASS,Sprinter,2017-03-28T15:48:00+0200,NS
5653,AVAT,Sprinter,2017-03-28T15:48:00+0200,NS
7651,BMN,Sprinter,2017-03-28T15:48:00+0200,NS
2265,BZL,Intercity,2017-03-28T15:48:00+0200,NS
7452,DB,Sprinter,2017-03-28T15:48:00+0200,NS
37247,DEI,stoptrein,2017-03-28T15:48:00+0200,Arriva
146,DV,Intercity,2017-03-28T15:48:00+0200,NS International
7056,DVC,Sprinter,2017-03-28T15:48:00+0200,NS
3053,ED,Intercity,2017-03-28T15:48:00+0200,NS
8045,EMNZ,stoptrein,2017-03-28T15:48:00+0200,Arriva
7859,GDG,Sprinter,2017-03-28T15:48:00+0200,NS
6955,GDM,Sprinter,2017-03-28T15:48:00+0200,NS
37747,GN,stoptrein,2017-03-28T15:48:00+0200,Arriva
758,GN,Intercity,2017-03-28T15:48:00+0200,NS
36750,GND,stoptrein,2017-03-28T15:48:00+0200,Arriva
2448,GV,Intercity,2017-03-28T15:48:00+0200,NS
2148,GVC,Intercity,2017-03-28T15:48:00+0200,NS
2146,HAD,Intercity,2017-03-28T15:48:00+0200,NS
31247,HGL,stoptrein,2017-03-28T15:48:00+0200,Syntus
37260,HLGH,stoptrein,2017-03-28T15:48:00+0200,Arriva
4548,HNK,Intercity,2017-03-28T15:48:00+0200,NS
37160,MG,stoptrein,2017-03-28T15:48:00+0200,Arriva
4259,MSW,Sprinter,2017-03-28T15:48:00+0200,NS
4055,NWK,Sprinter,2017-03-28T15:48:00+0200,NS
5463,OVN,Sprinter,2017-03-28T15:48:00+0200,NS
4455,OW,Sprinter,2017-03-28T15:48:00+0200,NS
32455,SRN,stoptrein,2017-03-28T15:48:00+0200,Arriva
300650,UT,Intercity,2017-03-28T15:48:00+0200,NS
37862,VDM,stoptrein,2017-03-28T15:48:00+0200,Arriva
7352,VNDC,Sprinter,2017-03-28T15:48:00+0200,NS
8647,WADN,Sprinter,2017-03-28T15:48:00+0200,R-net
7655,WC,Sprinter,2017-03-28T15:48:00+0200,NS
37645,WFM,stoptrein,2017-03-28T15:48:00+0200,Arriva
7861,YPB,Sprinter,2017-03-28T15:48:00+0200,NS
30753,AHP,stoptrein,2017-03-28T15:49:00+0200,Breng
2444,ALM,Intercity,2017-03-28T15:49:00+0200,NS
37745,APG,stoptrein,2017-03-28T15:49:00+0200,Arriva
2163,ASD,Intercity,2017-03-28T15:49:00+0200,NS
1050,ASD,Intercity,direct,2017-03-28T15:49:00+0200,NS
4059,ASD,Sprinter,2017-03-28T15:49:00+0200,NS
7448,ASDM,Sprinter,2017-03-28T15:49:00+0200,NS
750,ASDZ,Intercity,2017-03-28T15:49:00+0200,NS
5757,ASDZ,Sprinter,2017-03-28T15:49:00+0200,NS
2255,ASS,Intercity,2017-03-28T15:49:00+0200,NS
15855,ASSP,Sprinter,2017-03-28T15:49:00+0200,NS
4057,BKL,Sprinter,2017-03-28T15:49:00+0200,NS
7355,BNK,Sprinter,2017-03-28T15:49:00+0200,NS
848,CAS,Intercity,2017-03-28T15:49:00+0200,NS
6952,CL,Sprinter,2017-03-28T15:49:00+0200,NS
5555,DLD,Sprinter,2017-03-28T15:49:00+0200,NS
2459,DT,Intercity,2017-03-28T15:49:00+0200,NS
9653,EHS,Sprinter,2017-03-28T15:49:00+0200,NS
13551,EHV,Intercity,2017-03-28T15:49:00+0200,NS
20270,GBR,stoptrein,2017-03-28T15:49:00+0200,DB
1750,GD,Intercity,2017-03-28T15:49:00+0200,NS
4052,GD,Sprinter,2017-03-28T15:49:00+0200,NS
7848,GDG,Sprinter,2017-03-28T15:49:00+0200,NS
5048,GV,Sprinter,2017-03-28T15:49:00+0200,NS
31258,HGLG,stoptrein,2017-03-28T15:49:00+0200,Syntus
3059,HLO,Intercity,2017-03-28T15:49:00+0200,NS
9656,HMH,Sprinter,2017-03-28T15:49:00+0200,NS
9655,HT,Sprinter,2017-03-28T15:49:00+0200,NS
4953,HVS,Sprinter,2017-03-28T15:49:00+0200,NS
6451,HZE,Sprinter,2017-03-28T15:49:00+0200,NS
8948,LDL,Sprinter,2017-03-28T15:49:00+0200,NS
32555,LG,stoptrein,2017-03-28T15:49:00+0200,Arriva
7450,MAS,Sprinter,2017-03-28T15:49:00+0200,NS
37047,MG,stoptrein,2017-03-28T15:49:00+0200,Arriva
17847,VEM,stoptrein,2017-03-28T15:49:00+0200,Arriva
9058,WV,Sprinter,2017-03-28T15:49:00+0200,NS
3153,AH,Intercity,2017-03-28T15:50:00+0200,NS
4353,ALMB,Sprinter,2017-03-28T15:50:00+0200,NS
5652,AMF,Sprinter,2017-03-28T15:50:00+0200,NS
3046,AMR,Intercity,2017-03-28T15:50:00+0200,NS
4848,AMR,Sprinter,2017-03-28T15:50:00+0200,NS
7053,APD,Sprinter,2017-03-28T15:50:00+0200,NS
7457,ASB,Sprinter,2017-03-28T15:50:00+0200,NS
3656,BD,Intercity,2017-03-28T15:50:00+0200,NS
7958,BN,Sprinter,2017-03-28T15:50:00+0200,NS
7656,DR,Sprinter,2017-03-28T15:50:00+0200,NS
5150,DT,Sprinter,2017-03-28T15:50:00+0200,NS
1657,DVD,Intercity,2017-03-28T15:50:00+0200,NS
4350,DVD,Sprinter,2017-03-28T15:50:00+0200,NS
37460,DWE,stoptrein,2017-03-28T15:50:00+0200,Arriva
7654,EST,Sprinter,2017-03-28T15:50:00+0200,NS
37462,GN,stoptrein,2017-03-28T15:50:00+0200,Arriva
1159,GV,Intercity,2017-03-28T15:50:00+0200,NS
32554,HB,stoptrein,2017-03-28T15:50:00+0200,Arriva
36750,HBZM,stoptrein,2017-03-28T15:50:00+0200,Arriva
3847,HDB,Sneltrein,2017-03-28T15:50:00+0200,Arriva
4857,HK,Sprinter,2017-03-28T15:50:00+0200,NS
2250,HLM,Intercity,2017-03-28T15:50:00+0200,NS
5446,HLMS,Sprinter,2017-03-28T15:50:00+0200,NS
9651,HMBH,Sprinter,2017-03-28T15:50:00+0200,NS
37145,KMW,stoptrein,2017-03-28T15:50:00+0200,Arriva
4644,LAA,Sprinter,2017-03-28T15:50:00+0200,NS
32251,SM,stoptrein,2017-03-28T15:50:00+0200,Arriva
4846,SPTN,Sprinter,2017-03-28T15:50:00+0200,NS
6054,TPSW,Sprinter,2017-03-28T15:50:00+0200,NS
30958,WW,stoptrein,2017-03-28T15:50:00+0200,Arriva
30862,WW,stoptrein,2017-03-28T15:50:00+0200,Arriva
37447,ADH,Stoptrein,2017-03-28T15:51:00+0200,
7554,AH,Sprinter,2017-03-28T15:51:00+0200,NS
4352,ALMM,Sprinter,2017-03-28T15:51:00+0200,NS
14655,ALMM,Sprinter,2017-03-28T15:51:00+0200,NS
17860,APDM,stoptrein,2017-03-28T15:51:00+0200,Arriva
4050,ASHD,Sprinter,2017-03-28T15:51:00+0200,NS
32454,BDE,stoptrein,2017-03-28T15:51:00+0200,Arriva
5152,BRD,Sprinter,2017-03-28T15:51:00+0200,NS
15852,BSMZ,Sprinter,2017-03-28T15:51:00+0200,NS
5251,BTL,Sprinter,2017-03-28T15:51:00+0200,NS
4055,CPS,Sprinter,2017-03-28T15:51:00+0200,NS
30756,DID,stoptrein,2017-03-28T15:51:00+0200,Breng
8062,DLN,stoptrein,2017-03-28T15:51:00+0200,Arriva
15855,DMN,Sprinter,2017-03-28T15:51:00+0200,NS
7553,ED,Sprinter,2017-03-28T15:51:00+0200,NS
32555,EGH,stoptrein,2017-03-28T15:51:00+0200,Arriva
3551,EHV,Intercity,2017-03-28T15:51:00+0200,NS
5258,EHV,Sprinter,2017-03-28T15:51:00+0200,NS
6346,GVC,Sprinter,2017-03-28T15:51:00+0200,NS
5654,HD,Sprinter,2017-03-28T15:51:00+0200,NS
31247,HGLO,stoptrein,2017-03-28T15:51:00+0200,Syntus
37260,HLG,stoptrein,2017-03-28T15:51:00+0200,Arriva
7051,HON,Sprinter,2017-03-28T15:51:00+0200,NS
5752,HOR,Sprinter,2017-03-28T15:51:00+0200,NS
4859,HWZB,Sprinter,2017-03-28T15:51:00+0200,NS
2448,LAA,Intercity,2017-03-28T15:51:00+0200,NS
31249,LC,stoptrein,2017-03-28T15:51:00+0200,Syntus
36755,LDM,stoptrein,2017-03-28T15:51:00+0200,Arriva
5757,RAI,Sprinter,2017-03-28T15:51:00+0200,NS
37547,SDA,stoptrein,2017-03-28T15:51:00+0200,Arriva
32047,SGL,stoptrein,2017-03-28T15:51:00+0200,Arriva
3061,SGN,Intercity,2017-03-28T15:51:00+0200,NS
32048,VDL,stoptrein,2017-03-28T15:51:00+0200,Arriva
7352,VNDW,Sprinter,2017-03-28T15:51:00+0200,NS
30949,VSV,stoptrein,2017-03-28T15:51:00+0200,Arriva
8647,WAD,Sprinter,2017-03-28T15:51:00+0200,R-net
30954,AHP,stoptrein,2017-03-28T15:52:00+0200,Arriva
4955,ALM,Sprinter,2017-03-28T15:52:00+0200,NS
1755,AMF,Intercity,2017-03-28T15:52:00+0200,NS
9252,ASD,Intercity,2017-03-28T15:52:00+0200,NS International
4648,ASDL,Sprinter,2017-03-28T15:52:00+0200,NS
3352,ASDL,Sprinter,2017-03-28T15:52:00+0200,NS
5857,ASS,Sprinter,2017-03-28T15:52:00+0200,NS
15854,AVAT,Sprinter,2017-03-28T15:52:00+0200,NS
37660,BF,stoptrein,2017-03-28T15:52:00+0200,Arriva
7452,BNK,Sprinter,2017-03-28T15:52:00+0200,NS
31343,BNN,stoptrein,2017-03-28T15:52:00+0200,Valleilijn
31444,BNZ,stoptrein,2017-03-28T15:52:00+0200,Valleilijn
15853,BRN,Sprinter,2017-03-28T15:52:00+0200,NS
5552,BRN,Sprinter,2017-03-28T15:52:00+0200,NS
32352,CK,stoptrein,2017-03-28T15:52:00+0200,Arriva
32255,CK,stoptrein,2017-03-28T15:52:00+0200,Arriva
5957,DDR,Sprinter,2017-03-28T15:52:00+0200,NS
30951,DID,stoptrein,2017-03-28T15:52:00+0200,Arriva
30956,DTC,stoptrein,2017-03-28T15:52:00+0200,Arriva
37745,DZW,stoptrein,2017-03-28T15:52:00+0200,Arriva
4561,EKZ,Intercity,2017-03-28T15:52:00+0200,NS
20270,ESE,stoptrein,2017-03-28T15:52:00+0200,DB
7947,ESK,Sprinter,2017-03-28T15:52:00+0200,NS
3651,ETN,Intercity,2017-03-28T15:52:00+0200,NS
6857,GD,Sprinter,2017-03-28T15:52:00+0200,NS
2850,GD,Intercity,2017-03-28T15:52:00+0200,NS
4052,GDG,Sprinter,2017-03-28T15:52:00+0200,NS
37647,GN,stoptrein,2017-03-28T15:52:00+0200,Arriva
20161,GN,stoptrein,2017-03-28T15:52:00+0200,Arriva
37747,GNN,stoptrein,2017-03-28T15:52:00+0200,Arriva
5651,HDE,Sprinter,2017-03-28T15:52:00+0200,NS
3044,HDRZ,Intercity,2017-03-28T15:52:00+0200,NS
6344,HIL,Sprinter,2017-03-28T15:52:00+0200,NS
9656,HMBV,Sprinter,2017-03-28T15:52:00+0200,NS
1555,HVS,Intercity,2017-03-28T15:52:00+0200,NS
4953,HVSP,Sprinter,2017-03-28T15:52:00+0200,NS
36752,LDM,stoptrein,2017-03-28T15:52:00+0200,Arriva
7454,RHN,Sprinter,2017-03-28T15:52:00+0200,NS
30847,RL,stoptrein,2017-03-28T15:52:00+0200,Arriva
6653,TBU,Sprinter,2017-03-28T15:52:00+0200,NS
32254,TG,stoptrein,2017-03-28T15:52:00+0200,Arriva
37645,UST,stoptrein,2017-03-28T15:52:00+0200,Arriva
2267,VS,Intercity,2017-03-28T15:52:00+0200,NS
30862,WWW,stoptrein,2017-03-28T15:52:00+0200,Arriva
3657,AH,Intercity,2017-03-28T15:53:00+0200,NS
2444,ALMB,Intercity,2017-03-28T15:53:00+0200,NS
7058,AML,Sprinter,2017-03-28T15:53:00+0200,NS
3046,AMRN,Intercity,2017-03-28T15:53:00+0200,NS
7053,APDO,Sprinter,2017-03-28T15:53:00+0200,NS
8850,APN,Intercity,2017-03-28T15:53:00+0200,NS
14657,ASD,Sprinter,2017-03-28T15:53:00+0200,NS
3150,ASDZ,Intercity,2017-03-28T15:53:00+0200,NS
7457,ASHD,Sprinter,2017-03-28T15:53:00+0200,NS
1152,BD,Intercity,2017-03-28T15:53:00+0200,NS
6654,BD,Sprinter,2017-03-28T15:53:00+0200,NS
37760,BDM,stoptrein,2017-03-28T15:53:00+0200,Arriva
5755,BSMZ,Sprinter,2017-03-28T15:53:00+0200,NS
6055,CL,Sprinter,2017-03-28T15:53:00+0200,NS
7759,CPS,Sprinter,2017-03-28T15:53:00+0200,NS
7355,DB,Sprinter,2017-03-28T15:53:00+0200,NS
31258,DDN,stoptrein,2017-03-28T15:53:00+0200,Syntus
3650,DR,Intercity,2017-03-28T15:53:00+0200,NS
37247,DRP,stoptrein,2017-03-28T15:53:00+0200,Arriva
4661,DVNK,Sprinter,2017-03-28T15:53:00+0200,NS
6361,DVNK,Sprinter,2017-03-28T15:53:00+0200,NS
31342,ED,stoptrein,2017-03-28T15:53:00+0200,Valleilijn
7750,GDG,Sprinter,2017-03-28T15:53:00+0200,NS
37445,GK,stoptrein,2017-03-28T15:53:00+0200,Arriva
8160,GN,Sprinter,2017-03-28T15:53:00+0200,NS
5161,GVC,Sprinter,2017-03-28T15:53:00+0200,NS
1759,GVC,Intercity,2017-03-28T15:53:00+0200,NS
7049,HGL,Sprinter,2017-03-28T15:53:00+0200,NS
8149,HGV,Sprinter,2017-03-28T15:53:00+0200,NS
4161,HLDS,Sprinter,2017-03-28T15:53:00+0200,NS
854,HT,Intercity,2017-03-28T15:53:00+0200,NS
3654,HT,Intercity,2017-03-28T15:53:00+0200,NS
1652,HVS,Intercity,2017-03-28T15:53:00+0200,NS
4855,HWD,Sprinter,2017-03-28T15:53:00+0200,NS
2265,KRG,Intercity,2017-03-28T15:53:00+0200,NS
32554,NH,stoptrein,2017-03-28T15:53:00+0200,Arriva
5653,NKK,Sprinter,2017-03-28T15:53:00+0200,NS
13847,OMN,Sneltrein,2017-03-28T15:53:00+0200,Arriva
3860,OMN,Sneltrein,2017-03-28T15:53:00+0200,Arriva
7956,RAT,Sprinter,2017-03-28T15:53:00+0200,NS
4846,SPTZ,Sprinter,2017-03-28T15:53:00+0200,NS
7350,UTZL,Sprinter,2017-03-28T15:53:00+0200,NS
9655,VG,Sprinter,2017-03-28T15:53:00+0200,NS
31049,VZ,stoptrein,2017-03-28T15:53:00+0200,Arriva
3359,ZDK,Sprinter,2017-03-28T15:53:00+0200,NS
5954,ZVB,Sprinter,2017-03-28T15:53:00+0200,NS
11655,AMF,Intercity,2017-03-28T15:54:00+0200,NS
4352,AMPO,Sprinter,2017-03-28T15:54:00+0200,NS
850,ASD,Intercity,2017-03-28T15:54:00+0200,NS
4059,ASDM,Sprinter,2017-03-28T15:54:00+0200,NS
2163,ASS,Intercity,2017-03-28T15:54:00+0200,NS
7450,BKL,Sprinter,2017-03-28T15:54:00+0200,NS
8158,BL,Sprinter,2017-03-28T15:54:00+0200,NS
13549,BR,Intercity,2017-03-28T15:54:00+0200,NS
5057,BRD,Sprinter,2017-03-28T15:54:00+0200,NS
32555,CVM,stoptrein,2017-03-28T15:54:00+0200,Arriva
2261,DDR,Intercity,2017-03-28T15:54:00+0200,NS
5059,DT,Sprinter,2017-03-28T15:54:00+0200,NS
2259,DT,Intercity,2017-03-28T15:54:00+0200,NS
5258,EHS,Sprinter,2017-03-28T15:54:00+0200,NS
4452,EST,Sprinter,2017-03-28T15:54:00+0200,NS
37460,FWD,stoptrein,2017-03-28T15:54:00+0200,Arriva
7848,GD,Sprinter,2017-03-28T15:54:00+0200,NS
657,GD,Intercity,2017-03-28T15:54:00+0200,NS
2250,HAD,Intercity,2017-03-28T15:54:00+0200,NS
1758,HGL,Intercity,2017-03-28T15:54:00+0200,NS
32048,HRLW,stoptrein,2017-03-28T15:54:00+0200,Arriva
8147,HRN,Sprinter,2017-03-28T15:54:00+0200,NS
5446,HWZB,Sprinter,2017-03-28T15:54:00+0200,NS
6346,LAA,Sprinter,2017-03-28T15:54:00+0200,NS
2248,LAA,Intercity,2017-03-28T15:54:00+0200,NS
37447,LWC,stoptrein,2017-03-28T15:54:00+0200,Arriva
3648,OST,Intercity,2017-03-28T15:54:00+0200,NS
4350,RAI,Sprinter,2017-03-28T15:54:00+0200,NS
2242,RB,Intercity,2017-03-28T15:54:00+0200,NS
5555,STZ,Sprinter,2017-03-28T15:54:00+0200,NS
31160,ZA,stoptrein,2017-03-28T15:54:00+0200,Arriva
6955,ZBM,Sprinter,2017-03-28T15:54:00+0200,NS
7653,AH,Sprinter,2017-03-28T15:55:00+0200,NS
14655,ALM,Sprinter,2017-03-28T15:55:00+0200,NS
4955,ALMM,Sprinter,2017-03-28T15:55:00+0200,NS
14652,ALMO,Sprinter,2017-03-28T15:55:00+0200,NS
15854,AMFS,Sprinter,2017-03-28T15:55:00+0200,NS
1751,AML,Intercity,2017-03-28T15:55:00+0200,NS
2240,ARN,Intercity,2017-03-28T15:55:00+0200,NS
3057,ASD,Intercity,2017-03-28T15:55:00+0200,NS
3059,CAS,Intercity,2017-03-28T15:55:00+0200,NS
5957,DDZD,Sprinter,2017-03-28T15:55:00+0200,NS
13558,DN,Intercity,2017-03-28T15:55:00+0200,NS
14654,DRON,Sprinter,2017-03-28T15:55:00+0200,NS
30956,DTCH,stoptrein,2017-03-28T15:55:00+0200,Arriva
7056,DV,Sprinter,2017-03-28T15:55:00+0200,NS
5654,EML,Sprinter,2017-03-28T15:55:00+0200,NS
20161,GERP,stoptrein,2017-03-28T15:55:00+0200,Arriva
32557,GLN,stoptrein,2017-03-28T15:55:00+0200,Arriva
4548,HKS,Intercity,2017-03-28T15:55:00+0200,NS
2146,HLM,Intercity,2017-03-28T15:55:00+0200,NS
6363,HLM,Sprinter,2017-03-28T15:55:00+0200,NS
4859,HLMS,Sprinter,2017-03-28T15:55:00+0200,NS
4848,HLO,Sprinter,2017-03-28T15:55:00+0200,NS
3361,HNK,Sprinter,2017-03-28T15:55:00+0200,NS
4148,MSW,Sprinter,2017-03-28T15:55:00+0200,NS
7554,OTB,Sprinter,2017-03-28T15:55:00+0200,NS
7656,RH,Sprinter,2017-03-28T15:55:00+0200,NS
4455,RS,Sprinter,2017-03-28T15:55:00+0200,NS
37060,SK,stoptrein,2017-03-28T15:55:00+0200,Arriva
7453,VNDW,Sprinter,2017-03-28T15:55:00+0200,NS
2267,VSS,Intercity,2017-03-28T15:55:00+0200,NS
6848,YPB,Sprinter,2017-03-28T15:55:00+0200,NS
7457,AC,Sprinter,2017-03-28T15:56:00+0200,NS
4459,AH,Sprinter,2017-03-28T15:56:00+0200,NS
1554,AMF,Intercity,2017-03-28T15:56:00+0200,NS
31445,AMF,stoptrein,2017-03-28T15:56:00+0200,Valleilijn
7958,AMRI,Sprinter,2017-03-28T15:56:00+0200,NS
4050,ASB,Sprinter,2017-03-28T15:56:00+0200,NS
5465,ASD,Sprinter,2017-03-28T15:56:00+0200,NS
3557,ASDZ,Intercity,2017-03-28T15:56:00+0200,NS
2446,ASDZ,Intercity,2017-03-28T15:56:00+0200,NS
749,ASN,Intercity,2017-03-28T15:56:00+0200,NS
3352,ASS,Sprinter,2017-03-28T15:56:00+0200,NS
4759,ASS,Sprinter,2017-03-28T15:56:00+0200,NS
4846,BLL,Sprinter,2017-03-28T15:56:00+0200,NS
31343,BNC,stoptrein,2017-03-28T15:56:00+0200,Valleilijn
36857,DDR,stoptrein,2017-03-28T15:56:00+0200,Arriva
14650,DMN,Sprinter,2017-03-28T15:56:00+0200,NS
5757,DVD,Sprinter,2017-03-28T15:56:00+0200,NS
3154,ED,Intercity,2017-03-28T15:56:00+0200,NS
8160,GERP,Sprinter,2017-03-28T15:56:00+0200,NS
37647,GNN,stoptrein,2017-03-28T15:56:00+0200,Arriva
36850,GR,stoptrein,2017-03-28T15:56:00+0200,Arriva
6859,GVC,Sprinter,2017-03-28T15:56:00+0200,NS
36757,HBZM,stoptrein,2017-03-28T15:56:00+0200,Arriva
4161,HLD,Sprinter,2017-03-28T15:56:00+0200,NS
20323,HRL,stoptrein,2017-03-28T15:56:00+0200,DB
6954,HT,Sprinter,2017-03-28T15:56:00+0200,NS
3553,HT,Intercity,2017-03-28T15:56:00+0200,NS
5755,HVSM,Sprinter,2017-03-28T15:56:00+0200,NS
5752,HVSP,Sprinter,2017-03-28T15:56:00+0200,NS
31149,KTR,stoptrein,2017-03-28T15:56:00+0200,Arriva
8859,LDL,Intercity,2017-03-28T15:56:00+0200,NS
1856,MP,Intercity,2017-03-28T15:56:00+0200,NS
6451,MZ,Sprinter,2017-03-28T15:56:00+0200,NS
7759,NWK,Sprinter,2017-03-28T15:56:00+0200,NS
7051,RSN,Sprinter,2017-03-28T15:56:00+0200,NS
4454,RVS,Sprinter,2017-03-28T15:56:00+0200,NS
5552,SD,Sprinter,2017-03-28T15:56:00+0200,NS
32554,SN,stoptrein,2017-03-28T15:56:00+0200,Arriva
6653,TBR,Sprinter,2017-03-28T15:56:00+0200,NS
37660,WSM,stoptrein,2017-03-28T15:56:00+0200,Arriva
7653,AHP,Sprinter,2017-03-28T15:57:00+0200,NS
14655,ALMP,Sprinter,2017-03-28T15:57:00+0200,NS
3050,ASA,Intercity,2017-03-28T15:57:00+0200,NS
4059,ASA,Sprinter,2017-03-28T15:57:00+0200,NS
4748,ASD,Sprinter,2017-03-28T15:57:00+0200,NS
5655,BHV,Sprinter,2017-03-28T15:57:00+0200,NS
32454,BK,stoptrein,2017-03-28T15:57:00+0200,Arriva
4561,BKF,Intercity,2017-03-28T15:57:00+0200,NS
7357,BKL,Sprinter,2017-03-28T15:57:00+0200,NS
36755,BSD,stoptrein,2017-03-28T15:57:00+0200,Arriva
31049,DA,stoptrein,2017-03-28T15:57:00+0200,Arriva
5052,DDR,Sprinter,2017-03-28T15:57:00+0200,NS
6656,DDR,Sprinter,2017-03-28T15:57:00+0200,NS
30753,DVN,stoptrein,2017-03-28T15:57:00+0200,Breng
31342,EDC,stoptrein,2017-03-28T15:57:00+0200,Valleilijn
7750,GD,Sprinter,2017-03-28T15:57:00+0200,NS
2059,GD,Intercity,2017-03-28T15:57:00+0200,NS
6346,GVM,Sprinter,2017-03-28T15:57:00+0200,NS
31160,HMN,stoptrein,2017-03-28T15:57:00+0200,Arriva
649,HR,Intercity,2017-03-28T15:57:00+0200,NS
300649,HR,Intercity,2017-03-28T15:57:00+0200,NS
7350,MAS,Sprinter,2017-03-28T15:57:00+0200,NS
32047,MTN,stoptrein,2017-03-28T15:57:00+0200,Arriva
9058,SWK,Sprinter,2017-03-28T15:57:00+0200,NS
37645,UHZ,stoptrein,2017-03-28T15:57:00+0200,Arriva
6152,UT,Sprinter,2017-03-28T15:57:00+0200,NS
28326,UTM,Sprinter,2017-03-28T15:57:00+0200,NS
4452,AHZ,Sprinter,2017-03-28T15:58:00+0200,NS
36752,AKL,stoptrein,2017-03-28T15:58:00+0200,Arriva
14652,ALMB,Sprinter,2017-03-28T15:58:00+0200,NS
300552,AMF,Intercity,2017-03-28T15:58:00+0200,NS
552,AMF,Intercity,2017-03-28T15:58:00+0200,NS
3552,ASB,Intercity,2017-03-28T15:58:00+0200,NS
14657,ASDM,Sprinter,2017-03-28T15:58:00+0200,NS
14650,ASSP,Sprinter,2017-03-28T15:58:00+0200,NS
5251,BET,Sprinter,2017-03-28T15:58:00+0200,NS
31444,BNC,stoptrein,2017-03-28T15:58:00+0200,Valleilijn
31343,BNZ,stoptrein,2017-03-28T15:58:00+0200,Valleilijn
32253,BR,stoptrein,2017-03-28T15:58:00+0200,Arriva
5652,DLD,Sprinter,2017-03-28T15:58:00+0200,NS
5757,DMNZ,Sprinter,2017-03-28T15:58:00+0200,NS
1159,DT,Intercity,2017-03-28T15:58:00+0200,NS
4050,DVD,Sprinter,2017-03-28T15:58:00+0200,NS
7060,ES,Sprinter,2017-03-28T15:58:00+0200,NS
7049,ESK,Sprinter,2017-03-28T15:58:00+0200,NS
37247,FN,stoptrein,2017-03-28T15:58:00+0200,Arriva
37260,FN,stoptrein,2017-03-28T15:58:00+0200,Arriva
36757,GND,stoptrein,2017-03-28T15:58:00+0200,Arriva
2248,GV,Intercity,2017-03-28T15:58:00+0200,NS
5150,GVMW,Sprinter,2017-03-28T15:58:00+0200,NS
6344,HAD,Sprinter,2017-03-28T15:58:00+0200,NS
13551,HM,Intercity,2017-03-28T15:58:00+0200,NS
3046,HWD,Intercity,2017-03-28T15:58:00+0200,NS
2265,KBD,Intercity,2017-03-28T15:58:00+0200,NS
2242,KBD,Intercity,2017-03-28T15:58:00+0200,NS
5653,PT,Sprinter,2017-03-28T15:58:00+0200,NS
37662,RD,stoptrein,2017-03-28T15:58:00+0200,Arriva
4055,RTN,Sprinter,2017-03-28T15:58:00+0200,NS
32554,SBK,stoptrein,2017-03-28T15:58:00+0200,Arriva
37060,SKND,stoptrein,2017-03-28T15:58:00+0200,Arriva
37047,SKND,stoptrein,2017-03-28T15:58:00+0200,Arriva
7553,WF,Sprinter,2017-03-28T15:58:00+0200,NS
5651,WZ,Sprinter,2017-03-28T15:58:00+0200,NS
1852,ALM,Intercity,2017-03-28T15:59:00+0200,NS
4955,AMPO,Sprinter,2017-03-28T15:59:00+0200,NS
4350,ASDZ,Sprinter,2017-03-28T15:59:00+0200,NS
859,ASS,Intercity,2017-03-28T15:59:00+0200,NS
32252,BMR,stoptrein,2017-03-28T15:59:00+0200,Arriva
37360,BP,Sneltrein,2017-03-28T15:59:00+0200,Arriva
37345,BP,Sneltrein,2017-03-28T15:59:00+0200,Arriva
9654,BTL,Sprinter,2017-03-28T15:59:00+0200,NS
8062,CO,stoptrein,2017-03-28T15:59:00+0200,Arriva
1150,DT,Intercity,2017-03-28T15:59:00+0200,NS
2463,DVD,Intercity,2017-03-28T15:59:00+0200,NS
5387,EDN,stoptrein,2017-03-28T15:59:00+0200,NMBS
8147,GERP,Sprinter,2017-03-28T15:59:00+0200,NS
5161,GV,Sprinter,2017-03-28T15:59:00+0200,NS
6363,HAD,Sprinter,2017-03-28T15:59:00+0200,NS
37460,HDG,stoptrein,2017-03-28T15:59:00+0200,Arriva
7951,HNO,Sprinter,2017-03-28T15:59:00+0200,NS
4455,HTO,Sprinter,2017-03-28T15:59:00+0200,NS
32455,LUT,stoptrein,2017-03-28T15:59:00+0200,Arriva
2267,MDB,Intercity,2017-03-28T15:59:00+0200,NS
7355,MRN,Sprinter,2017-03-28T15:59:00+0200,NS
31149,OP,stoptrein,2017-03-28T15:59:00+0200,Arriva
32557,SBK,stoptrein,2017-03-28T15:59:00+0200,Arriva
7053,TWL,Sprinter,2017-03-28T15:59:00+0200,NS
7656,VP,Sprinter,2017-03-28T15:59:00+0200,NS
4457,WC,Sprinter,2017-03-28T15:59:00+0200,NS
7554,WF,Sprinter,2017-03-28T15:59:00+0200,NS
37445,ZH,stoptrein,2017-03-28T15:59:00+0200,Arriva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment