You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Simioni
e253b555e2
|
6 years ago | |
---|---|---|
images | 8 years ago | |
.gitignore | 9 years ago | |
LICENSE.md | 9 years ago | |
README.md | 6 years ago | |
add-search-to-a-map.md | 6 years ago | |
addresses.md | 6 years ago | |
autocomplete.md | 7 years ago | |
circle.yml | 8 years ago | |
data-sources.md | 6 years ago | |
development_roadmap.md | 6 years ago | |
full_planet_considerations.md | 6 years ago | |
getting_started_install.md | 6 years ago | |
glossary.md | 6 years ago | |
http-status-codes.md | 8 years ago | |
installing.md | 6 years ago | |
language-codes.md | 6 years ago | |
pelias_from_scratch.md | 6 years ago | |
place.md | 7 years ago | |
release-notes.md | 6 years ago | |
requirements.md | 6 years ago | |
response.md | 7 years ago | |
result_quality.md | 6 years ago | |
reverse.md | 6 years ago | |
search-workflows.md | 6 years ago | |
search.md | 7 years ago | |
services.md | 6 years ago | |
structured-geocoding.md | 6 years ago | |
use-cors.md | 7 years ago |
README.md
Pelias Documentation
Here is where you can find all documentation for the Pelias geocoder.
Table of Contents
Core Features and API Documentation
Endpoint descriptions
- Forward geocoding (/v1/search) to find a place by searching for an address or name
- Reverse geocoding (/v1/reverse) to find what is located at a certain coordinate location
- Autocomplete (/v1/autocomplete) to give real-time result suggestions without having to type the whole location
- Structured Geocoding (/v1/search/structured) (beta) to find a place with data already separated into housenumber, street, city, etc
- Place endpoint (/v1/place) for details on a place returned from a previous query
Not sure which Endpoint to use? We have a page for that
Query parameters and options
- Global coverage with prioritized local results
- Language support for seeing results in different languages
Response Properties
Data Sources
Running your own Pelias
- Getting started Start here if you're looking to install Pelias
- Pelias from scratch More in-depth instructions for installing Pelias
- Full planet build considerations Special information on running a full planet Pelias build
- Service descriptions A description of all the Pelias services, and when they are used
- Software Requirements A list of all software requirements for Pelias
Pelias project development
- Release notes. See notable changes in Pelias over time
- Development roadmap. Plans for future improvements to Pelias. Read this to see what's coming and how you can help