api icon indicating copy to clipboard operation
api copied to clipboard

HTTP API for Pelias Geocoder

Results 120 api issues
Sort by recently updated
recently updated
newest added

:wave: I did some awesome work for the Pelias project and would love for everyone to have a look at it and provide feedback. --- #### Here's the reason for...

I am doing a Pelias build for Algeria, in Algeria, the same name is used for the region and the main city in the region. For example, the region Jijel...

bug

It seems that `libpostal` gets confused with airports, returning the label `suburb`: ```bash curl --get http://localhost:4400/parse \ --data-urlencode 'address=john f kennedy international airport' [{"label":"suburb","value":"john f kennedy international airport"}] ``` However...

This is the API part of pelias/labels#42, this will improve the user experience and developer experience. Sometimes, we can see several identical labels, this is very annoying because we can...

I can get the population value for forward geocoding, but not for reverse geocoding: ![image](https://user-images.githubusercontent.com/40464324/166896695-98b48b99-e8c5-4159-9791-8e5a2225cc2f.png) How can I get the population value for reverse geocoding?

enhancement

this PR is an experiment with splitting up the `name.*` fields in order to avoid the negative effects of field norms due to field length, reported in https://github.com/pelias/openstreetmap/issues/507 and better...

I'm curious as to what effect changing the `popularity:weight` for autocomplete from `1->2` would have for: - https://pelias.github.io/compare/#/v1/autocomplete?text=statue+of+liberty - https://pelias.github.io/compare/#/v1/autocomplete?text=statue+of+liberty+nyc seems it's been 7 years since we last touched this...

as mentioned in https://github.com/pelias/openaddresses/pull/504 the current deduplication behaviour considers all units at the same address to be duplicate, therefore 'squashing them' into a single response. this PR modifies this behaviour...

enable autocomplete of country-codes