Sarah Hoffmann

Results 469 comments of Sarah Hoffmann

`addr:unit` is a distinct concept in many countries, i.e. addresses do generally have a housenumber and a unit number. Just come up with a new tag. `addr:housenumber_range` for example or...

What you are actually proposing is that Nominatim should split up the city in a Voronoi diagram. That would be nice to do but unfortunately is more complicated than just...

@Bibi56 Nominatim uses the boundaries but addresses are based on streets not address points. That's why you get a different result than expected. It's a separate issue and an already...

#538 introduces mixed-language queries for matching results. The original query has two "typos": Ringvägen" is written with "w" and the postcode is wrong. That brings us in the region of...

How about literally allowing /dev/null instead of adding yet another option? Or would that be too obscure? We'd have to disable ALLOW_LOSSY on the ram cache, so it fails if...

If you mean `/dev/null`, that does not work. If you mean the mmapped file, you probably still need the space on the disk but it might never be written to...

The cache is more compact for extracts, so yes. Flat nodes on the other side cannot accidentally run out of memory.

We should go about this in a different way: if `--drop` is given and no floatnode file, then osm2pgsql should only save the node locations in the DB that do...

We now have a very efficient RAM middle, which allows to import the whole planet on a machine with 128GB RAM. That's what should be used on machines with enough...