Sarah Hoffmann
Sarah Hoffmann
This is not the right repo to do this as it is an UI for the nominatim software, not the nominatim.osm.org instance. An enhancement of the UI on osm.org needs...
We don't have the information about the relevant object on the Nominatim side. The country is computed from the country code and the `country_name` table. I see two options here:...
See https://github.com/osm-search/Nominatim/issues/1671 for the relevant Nominatim issue.
The osm website has a long list of translated descriptions for key/value pairs in their localization files. (e.g English version starts [here](https://github.com/openstreetmap/openstreetmap-website/blob/master/config/locales/en.yml#L376), other languages are in the same directory). I'd...
@christophlingg Indeed, but with around 2000 of them most of the data is covered. The long tail are typos and oddities.
To add to that: there are very few keys, so any key/value combinations that are unknown can be mapped to a general description for that key, e.g. amenity=blue_sky is sufficiently...
Interesting. QRank uses a different metrics (page views) then this project (page rank). So it would be interesting to compare how the two metrics do. Or try out a combination...
there is a fundamental problem with matching Chinese characters here. 广东 does not appear as a word in the OSM data, there is only '广东省', so to find it Nominatim...
The tokenization happens in [the module code](https://github.com/openstreetmap/Nominatim/tree/master/module) where the Chinese characters are romanized with an additional space at the end to make them later count as single words. We already...
The issue didn't ask for an environment variable but for a [configuration setting](https://nominatim.org/release-docs/latest/customize/Settings/).