Peter Johnson
Peter Johnson
Another example is something like `St Pauls`, is that `Saint Pauls` or `Sankt Pauls`? If `libpostal` chose one then it would undoubtedly be wrong in a lot of cases.
One last example, in English are [street suffixes](https://github.com/openvenues/libpostal/blob/master/resources/dictionaries/en/street_types.txt), where they can, unfortunately, share the same abbreviation: eg. the abbreviation `br` can mean `brace` `branch` or `brae`. So the tradeoff of...
Hmm yes I can confirm the issue you are seeing, it seems to be affecting queries to the `/v1/autocomplete` endpoint but not the `/v1/search` endpoint, which helps narrow down the...
Hi @mansoor-sajjad, I believe the original intent was to avoid showing a mix of administrative data and non-administrative data in the results, unfortunately there are no screenshots of the behaviour...
Just a thought, but instead of doing `_.intersection(clean.layers, ['address', 'street', 'venue']))` can't we do `_.difference(clean.layers, config.api.targets.layer_aliases.coarse)` to establish which layers are non-coarse? https://github.com/pelias/config/blob/master/config/defaults.json#L63
This certainly isn't true as the default UID on most Linux systems is 1000 and 501 on MacOS, both of which work. We've made a fairly decent attempt at detecting...
When you first run the `elastic` container it checks for a directory and, if that doesn't exist, it creates it with permissions for the current user. If you subsequently change...
I was also confused by this, I was expecting `exa` to be a mostly drop-in replacement for `ls` but was confused by the differing filesizes listed between two terminal tabs,...
Worth noting that my file now shows as `779M` with `ls` and as `778Mi` with `exa`, so it's still not exactly the same rounding logic. The `stat` command for this...
The maintainers of [Pelias](https://github.com/pelias/pelias) would be happy to provide some ongoing financial support/technical expertise on the proviso that the library also supported open-source and open-data geocoders.