Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reverse geocoding dont find gtfs stops #45

Open
stefanocudini opened this issue Oct 14, 2020 · 1 comment
Open

reverse geocoding dont find gtfs stops #45

stefanocudini opened this issue Oct 14, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@stefanocudini
Copy link
Contributor

stefanocudini commented Oct 14, 2020

Use-cases

use reverse geocoding to search bus stops nearby point
reverse geocoding does not find the bus stops closest to the research point

Attempted Solutions

I'm using reverse parameters for te requests
https://github.com/pelias/documentation/blob/master/reverse.md#reverse-geocoding-parameters
in particular layers: 'stops'

my peelias config is:

"api": {
    "targets": {
      "layers_by_source": {
        "transit": [
          "stops"
        ]
      }
    },
"customBoosts": {
      "layer": {
        "street": 1,
        "address": 3
      },
      "source": {
        "transit": 1,
        "openstreetmap": 1,
        "openaddresses": 3,
        "whosonfirst": 1
      }
    },
"transit": {
      "datapath": "/data/transit",
      "feeds": [
        {
          "layerId": "stops",
          "url": "https://www.trentinotrasporti.it/opendata/google_transit_urbano_tte.zip",
          "filename": "stops.txt",
          "agencyId": "tte",
          "agencyName": "trentino trasporti esercizio",
          "layerName": "stops"
        }
      ]
    }

Proposal

never find bus stops even if I search above for the exact point where there is a stop
yet I would say that it is a very useful thing

@stefanocudini stefanocudini added the enhancement New feature or request label Oct 14, 2020
@stefanocudini stefanocudini changed the title reverse geocoding for gtfs stops? reverse geocoding dont find gtfs stops Oct 14, 2020
@missinglink
Copy link
Member

Please use the issue template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants