Sarah Hoffmann
|
104722a56a
|
switch details cli command to new Python implementation
|
2023-02-04 21:22:22 +01:00 |
|
Sarah Hoffmann
|
23dabad0b0
|
add sanic development server implementation
|
2023-01-03 10:02:53 +01:00 |
|
Sarah Hoffmann
|
6f51c1ba33
|
remove code that disables processing of forward dependencies
|
2022-12-11 19:35:58 +01:00 |
|
Sarah Hoffmann
|
2abe9e6fd9
|
use data paths from new nominatim.paths
|
2022-11-27 12:15:41 +01:00 |
|
Sarah Hoffmann
|
b6ff697ff0
|
add experimental option for enabling forward dependencies
|
2022-11-21 14:48:00 +01:00 |
|
Sarah Hoffmann
|
51ed55cc32
|
initial flex import scripts
Only implements the extratags style for the moment. Tests pass
for the same behaviour as the gazetteer output. Updates still need
to be done.
|
2022-11-10 09:37:38 +01:00 |
|
Sarah Hoffmann
|
3185fad918
|
load views as a SQL file and rename to 'secondary importance'
The only requirement for secondary importance is that a raster table
comes out of it. The generic name leaves open where the data comes
from.
|
2022-10-01 11:01:49 +02:00 |
|
Tareq Al-Ahdal
|
ac467c7a2d
|
Enhanced the implementation of OSM views GeoTIFF import functionality
|
2022-10-01 11:01:49 +02:00 |
|
Tareq Al-Ahdal
|
465d82a92f
|
Integrated 'collect_os_info.py' into Nominatim's CLI tool
|
2022-08-13 06:18:10 +08:00 |
|
Sarah Hoffmann
|
83054af46f
|
remove typing_extensions requirement
The typing_extensions package is only necessary now when running mypy.
It won't be used at runtime anymore.
|
2022-07-18 09:55:58 +02:00 |
|
Sarah Hoffmann
|
a849f3c9ec
|
add type annotations for command line functions
|
2022-07-18 09:55:54 +02:00 |
|
Sarah Hoffmann
|
aaf2b6032e
|
fix uses of config.get_path() to expect None
|
2022-07-18 09:47:57 +02:00 |
|
Sarah Hoffmann
|
c3788d765e
|
add consistent SPDX copyright headers
|
2022-01-03 16:23:58 +01:00 |
|
Sarah Hoffmann
|
1098ab732f
|
allow relative paths for flatnode file
|
2021-10-22 17:32:51 +02:00 |
|
Sarah Hoffmann
|
75a5c7013f
|
split up large setup function
|
2021-08-15 12:24:13 +02:00 |
|
Sarah Hoffmann
|
cf98cff2a1
|
more formatting fixes
Found by flake8.
|
2021-07-12 17:45:42 +02:00 |
|
Sarah Hoffmann
|
89c90bedb9
|
pylint: disable check too-few-public-methods
|
2021-04-24 11:39:44 +02:00 |
|
Sarah Hoffmann
|
32683f73c7
|
move import-data option to native python
This adds a new dependecy to the Python psutil package.
|
2021-02-25 18:42:54 +01:00 |
|
Sarah Hoffmann
|
7222235579
|
introduce custom object for cmdline arguments
Allows to define special functions over the arguments.
Also splits CLI tests in two files as they have become too many.
|
2021-02-25 18:42:54 +01:00 |
|