mtmail
mtmail
typo in documentation
There is special logic for handling filenames containing dots in order to identify .osm.bz2 and other compression formats. https://github.com/joto/osmium/blob/master/include/osmium/osmfile.hpp#L457 This fails when the input filename is for example 'some.body.osm'. The...
The `exception_handler.gemspec` file lists the MIT license. It's my understanding the license itself requires a copy to be distributed with the work. Fixes https://github.com/richpeck/exception_handler/issues/92
https://nominatim.org/release-docs/latest/admin/Import/#wikipediawikidata-rankings The https://github.com/osm-search/wikipedia-wikidata project can be run regularly again. Takes about 18h and 350 GB disc space (of which 300GB the postgresql database). There is potential to make it faster,...
[enhancement] It's bothersome asking users for their Nominatim version, paths, PostGIS version. It would be cool to have a script, e.g. `utils/collect_os_info.sh` which prints all information we usually need in...
Logic to find more postcode formats. Core matching logic could probably move to (subclassable?) separate postcode module.
https://nominatim.openstreetmap.org/reverse.php?format=html&lat=13.862500&lon=5.558333&zoom= returns "` Integer number expected for parameter 'zoom' `". I think it makes sense that empty value should be ignored since the parameter is optional. The query works when...
Strip `pylintrc` down from 550 lines to just 3 exceptions. Fix new warnings.
With https://github.com/OpenCageData/python-opencage-geocoder/pull/21 we weren't able to get `pypy` running the tests properly. Could be a combination of operating system (Travis-CI environment) and openssl.
fixes https://github.com/osm-search/Nominatim/discussions/2817