Sarah Hoffmann

Results 49 issues of Sarah Hoffmann

We've had a 50% increase in requests to nominatim.openstreetmap.org in the last year. The result is that dulcy is slowly reaching its limits. To give a rough estimate: it can...

service:nominatim

After killing the dispatcher the hard way, it reports on startup: ``` vagrant@ubuntu2004:~$ sudo -u overpass /srv/overpass.openstreetmap.org/bin/dispatcher --osm-base --db-dir=/srv/overpass.openstreetmap.org/db --rate-limit=2 --space=10737418240 File_Error File exists 17 /osm3s_v0.7.57_osm_base Dispatcher_Server::1 ``` The file...

enhancement

The `--time` and `--space` parameters for the dispatcher can to my understanding only restrict the global resources that overpass uses. The problem with them is that they can't do much...

enhancement

There have been a few cases now, where it could be interesting to add some additional processing to an incomming query before it is sent to the tokenizer. It would...

Entries in `location_postcode` need to be checked for parent_place_id when a place gets deleted. This needs an extra index on that column. (Problem originally spotted in #3170 where a postcode...

Follow up of: https://community.openstreetmap.org/t/openstreetmap-nominatim/6370/15 There are cases where mountain peaks with the same name are very close by and therefore have the same address. These are currently considered duplicates by...

In a [recent discussion on the forum](https://community.openstreetmap.org/t/map-county-errors/6151) there was the suggestion to use `boundary=ceremonial` for county level boundaries and only fall back to admin boundary 6 when there is no...

The address coverage in the US is constantly increasing. It would be nice to be able to remove the less reliable Tiger data where coverage in OSM is complete.

enhancement

### Describe the bug When a lambda statement is extended with a non-lambda statement, the bind parameters derived from closure variables have the wrong value. The extended statement uses the...

bug
lambda sql

When returning Location and Box to the user, a copy of the data is made anyway. So we might as well implement these classes in Python directly and avoid the...