Skip to content

/routers/finland endpoint still returns duplicate stops #104

@PasiSalenius

Description

@PasiSalenius

The following example query to http://api.digitransit.fi/routing/v1/routers/finland/index/graphql returns duplicate stops (one with MATKA and another with JOLI prefix). The MATKA prefixed stops don't seem to contain any route information, whereas JOLI stops return the correct data. The same seems to happen in other Finnish cities where city transport information is available.

Could the MATKA stops just be removed in those areas where region specific data is more accurate / correct? At least give examples and instruct in documentation how to work around the current situation.

{
  stopsByRadius(lat: 61.50138320723181, lon: 23.71766633588276, radius: 500) {
    edges {
      node {
        stop {
          gtfsId
          name
          lat
          lon
          vehicleType
          routes {
            gtfsId
          }
          desc
          code
        }
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions