-
Notifications
You must be signed in to change notification settings - Fork 8
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
As end-user I would like to have a geocoding mechanism implemented #209
Comments
As discussed, @rcavaliere could you provide us with the example Touristic API POI endpoint we can use for this? @clezag could we have a quick chat for the deployment/infra for the Pelias services? Ideally it should be based on https://github.com/pelias/docker with a new project configuration such as these: https://github.com/pelias/docker/tree/master/projects for the region. The base repository provides the We would also provide at least two custom scripts and pelias/csv-importer configuration for the importation pipeline to import the touristic POI as well as the mobility points from OTP. The repository can be used as-is for a local setup but you might want to have potentially some different configuration in production. Happy to discuss this with you |
@ch-routerank Sure, we can have a chat. Just shoot me a mail at [email protected] and we'll set something up. |
@ch-routerank here the information about the POIs we should integrate in this geocoding module. Reference API calls:
With these API calls it is possible to have the full list of POI. Each POI can be then specifically requested with a different API, in order to get the reference coordinates, e.g.: |
@clezag @ch-routerank @nl-routerank can you please get in contact on that topic, so that we can start configure this? |
Hello, my colleague finished the initial version setup and I've started to test it. I'll create a PR for this as soon as possible. It'll be easier to discuss on this basis. |
Please see #216 |
@ch-routerank @nl-routerank as discussed today, following tasks are the main ones to be considered for the next steps:
For the first MVP related to the other front-end developments (see #210 (comment)) we have agreed to have a PR of the application to a routeRank Pelias implementation, so to avoid to have this dependency for integrating the new application version in our environment. |
This user story deals with the implementation of the geocoding service, to be implemented to a Pelias implementation.
To be considered as sources:
The text was updated successfully, but these errors were encountered: