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 876503a27d
Merge pull request #231 from pelias/update-nodejs-and-elasticsearch-requirement
6 years ago
images crop image vertically 8 years ago
.gitignore Stop tracking OSX .DS_Store files 9 years ago
LICENSE.md Changes license from MIT (which applies to code only) to CC-BY-4.0 to apply to creative works 9 years ago
README.md Mark structured endpoint beta on documentation page 6 years ago
add-search-to-a-map.md Remove trailing spaces and some links to mapzen 6 years ago
addresses.md Remove trailing spaces and some links to mapzen 6 years ago
autocomplete.md Tweak the autocomplete page 7 years ago
circle.yml Update circle.yml 8 years ago
data-sources.md Remove old link 6 years ago
development_roadmap.md Initial development roadmap 6 years ago
full_planet_considerations.md Add link to Elasticsearch blog post on shards 6 years ago
getting_started_install.md Add getting started installation guide 6 years ago
glossary.md Add administrative area definition 6 years ago
http-status-codes.md remove reference to API rate limiter errors 8 years ago
installing.md Link to new install guide index 6 years ago
language-codes.md Remove trailing spaces and some links to mapzen 6 years ago
pelias_from_scratch.md fix(install): Update documentation to use master branches 6 years ago
place.md A little work on the place documentation 7 years ago
release-notes.md Remove trailing spaces and some links to mapzen 6 years ago
requirements.md Fix typo 6 years ago
response.md s/Mapzen Search/Pelias/ 7 years ago
result_quality.md Formatting and URL fixes 6 years ago
reverse.md Remove trailing spaces and some links to mapzen 6 years ago
search-workflows.md Remove trailing spaces and some links to mapzen 6 years ago
search.md Remove Mapzen reference 6 years ago
services.md Add services documentation 6 years ago
structured-geocoding.md Add warning to start of structured doc 6 years ago
use-cors.md s/Mapzen Search/Pelias/ 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

Response Properties

Data Sources

Running your own 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

Misc