geocoders / geocoder-tester

Run search queries against a geocoder that supports geocodejson spec.
Other
40 stars 23 forks source link

Add minimal pelias API support #56

Closed hbruch closed 3 years ago

hbruch commented 3 years ago

Besides overwriting the url/param methods, a _transform_results method is introduced, which may be overwritten by subclasses to transform the results to match nominatim/photon result style. Note that this implementation is only tested against a light-weight photon-pelias-adapter and will require further param/request mappings to work against a plain pelias instance.