Sarah Hoffmann
Sarah Hoffmann
### Discussed in https://github.com/osm-search/Nominatim/discussions/2791 Originally posted by **StyXman** August 9, 2022 A few days back a colleague in a community found a few examples of what we see as issues,...
this seems to happen regularly when the correct address isn't available on house number granularity. E.g. https://nominatim.openstreetmap.org/ui/search.html?street=Mainstra%C3%9Fe+8&city=Bamberg&country=Deutschland&postalcode=96052 (list of results with correct street on first position) https://nominatim.openstreetmap.org/ui/search.html?street=Mainstra%C3%9Fe+8&city=Bamberg&country=Deutschland&postalcode=96052&limit=1 (any Mainstraße 8...
When somebody has run the import with `--drop` or dropped the update information at a later point, it is no longer possible to import TIGER data because it relies on...
If a place is linked to a boundary and has different names, these names are added to the boundary. However, Nominatim doesn't do the expansion to the default language of...
The nominatim CLI tool has no --version parameter, which is really something every tool should have. `nominatim/version.py` has the version of the software. A verbose version of the command (`--version...
#2082 has implemented filtering of address parts, where the POI is outside the area of the address part. This solves the issue for bad addresses when the parent street goes...
### Discussed in https://github.com/osm-search/Nominatim/discussions/2675 Originally posted by **mausch** April 20, 2022 Hi, what data do I need to import into my Nominatim instance to resolve country names? e.g. in the...
There are streets along borders that have a different name on the right and left side of the road. OSM uses `name:left` and `name:right` for these streets. Example in Italy:...
Singapore as a city state has an admin_level = 4 that serves as country and city at the same time. We can't currently handle that situation well.
the importance of address parts can be important to correctly rank searches for places like streets that usually don't get a specific importance assigned because they have no Wikipedia article...