iRail / stations

A list of all the Belgian stations and their properties used within the iRail project
http://irail.be/stations/NMBS
30 stars 20 forks source link

Missing station 008200129 #148

Closed Bertware closed 5 years ago

Bertware commented 5 years ago

We're missing a station with ID 008200129. As a result, projects like api.irail.be cannot deliver data about routes which pass through this station. Example request: api.irail.be/connections/?from=BE.NMBS.008200100&to=BE.NMBS.008814134&time=1600&date=170419&format=json

"message": "Could not find a station with id 008200129."

Verified the following station data from NMBS' API:

{
      "lid": "A=1@O=GOEBELSMUHLE@X=6053399@Y=49921387@U=80@L=8200129@",
      "type": "S",
      "name": "GOEBELSMUHLE",
      "icoX": 0,
      "extId": "8200129",
      "state": "F",
      "crd": {
          "x": 6053399,
          "y": 49921387
      },
     "pCls": 4
}