Digitransit APIs require registration. More information
Topics:

Geocoding API

Geocoder with geocoding and reverse geocoding support.

Service Architecture

Running API tests

Read instructions from

https://github.com/HSLdevcom/pelias-fuzzy-tests

URL Project description
https://github.com/pelias/pelias Pelias development on GitHub
https://mapzen.com/projects/search/ Mapzen Search (which is essentially same as Pelias)
https://github.com/pelias/api Pelias-api upstream development on GitHub
https://github.com/pelias/fuzzy-tester Pelias fuzzy-tester upstream development on GitHub

Docker image

The resulting Docker image is called hsldevcom/pelias-api and it is available at DockerHub. The image can be built using this build script.

To run Docker container, run:

docker run -d --name pelias-api -p 3100:8080 --link pelias-data-container hsldevcom/pelias-api

To access Docker container:

curl "http://localhost:3100/v1/search?text=helsinki"

For More information about how to use Docker see docker info.

© Digitransit 2024