]> git.openstreetmap.org Git - nominatim.git/commit
port export function to Python
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 17 Jul 2023 20:37:07 +0000 (22:37 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 25 Jul 2023 19:39:23 +0000 (21:39 +0200)
commit0804cc0cff82d5ae0ff8c7d77f1653d1c8f3e908
tree9f59067186f11235eb2dd46a189f84448e1b355f
parentfaeee7528f710dc98bf14a08e592137d3e6d37f2
port export function to Python

Some of the parameters have been renoved as they don't make sense
anymore.
lib-php/admin/export.php [deleted file]
nominatim/api/__init__.py
nominatim/cli.py
nominatim/clicmd/__init__.py
nominatim/clicmd/args.py
nominatim/clicmd/export.py [new file with mode: 0644]
test/python/cli/test_cli.py