]> git.openstreetmap.org Git - nominatim.git/history - nominatim/clicmd/setup.py
Integrated OSM views into importance computation
[nominatim.git] / nominatim / clicmd / setup.py
2022-10-01 Tareq Al-AhdalIntegrated OSM views into importance computation
2022-10-01 Tareq Al-AhdalEnhanced the implementation of OSM views GeoTIFF import...
2022-10-01 Tareq Al-AhdalInitial implementation of GeoTIFF import functionality
2022-09-26 Sarah HoffmannMerge pull request #2829 from lonvia/optimize-indexes
2022-09-21 Sarah Hoffmannconsolidate indexes over geometry_sectors
2022-09-19 Sarah Hoffmannrun final index creation in parallel
2022-08-12 Tareq Al-AhdalMerge remote-tracking branch 'upstream/master' into...
2022-07-19 Sarah HoffmannMerge pull request #2770 from lonvia/typed-python
2022-07-18 Sarah Hoffmannadd type annotations for command line functions
2022-07-07 Sarah HoffmannMerge pull request #2760 from lonvia/reorganize-data...
2022-07-06 Sarah Hoffmannmove country_info into data submodule
2022-05-31 Sarah HoffmannMerge pull request #2732 from lonvia/fix-ordering-addre...
2022-05-31 Sarah HoffmannMerge pull request #2731 from lonvia/cleanup-special...
2022-05-29 Sarah Hoffmannadd get_str_list() for config
2022-05-12 Sarah HoffmannMerge pull request #2710 from lonvia/offline-import...
2022-05-11 Sarah HoffmannMerge pull request #2709 from lonvia/less-strict-countr...
2022-05-11 Sarah Hoffmannadd offline import mode
2022-05-11 Sarah HoffmannMerge pull request #2708 from lonvia/use-format-literals
2022-05-11 Sarah Hoffmannpylint: avoid explicit use of format() function
2022-05-11 Sarah Hoffmannadd a function to return a formatted version
2022-01-04 Sarah HoffmannMerge pull request #2562 from lonvia/copyright-headers
2022-01-03 Sarah Hoffmannadd consistent SPDX copyright headers
2021-10-26 Sarah HoffmannMerge pull request #2493 from lonvia/handle-frequent...
2021-10-26 Sarah Hoffmannfurther refactor setup to keep function small
2021-10-26 Sarah Hoffmannmake word count computation part of the import
2021-10-24 Sarah HoffmannMerge pull request #2476 from lonvia/harmonize-configur...
2021-10-22 Sarah Hoffmannhave ADDRESS_LEVEL_CONFIG use load_sub_configuration
2021-10-19 Sarah HoffmannMerge pull request #2471 from lonvia/update-install...
2021-10-18 Sarah Hoffmannupdate and extend man page
2021-09-04 Sarah HoffmannMerge pull request #2440 from lonvia/generic-config...
2021-09-03 Sarah Hoffmannuse yaml config loader for country info
2021-09-03 Sarah HoffmannMerge pull request #2437 from lonvia/tweak-ranking...
2021-09-03 Sarah HoffmannMerge pull request #2436 from lonvia/country-configuration
2021-09-02 Sarah Hoffmannremove language and partition from name import
2021-09-02 Sarah Hoffmannread partition and languages from config file
2021-09-02 Sarah Hoffmannmove country name generation to country_info module
2021-09-02 Sarah Hoffmannmove generation of country tables in own module
2021-08-16 Sarah HoffmannMerge pull request #2424 from lonvia/multi-country...
2021-08-15 Sarah Hoffmannsplit up large setup function
2021-08-14 Sarah Hoffmannallow multiple files for the import command
2021-06-04 Sarah HoffmannMerge pull request #2358 from AntoJvlt/documentation...
2021-06-02 Sarah HoffmannMerge pull request #2356 from lonvia/freeze-after-import
2021-06-02 Sarah Hoffmanncall freeze after running and non-updateable import
2021-05-17 AntoJvltResolve conflicts
2021-05-14 Sarah HoffmannMerge pull request #2323 from darkshredder/disable...
2021-05-13 Darkshredderfeat: Added reverse-only-search validation
2021-05-13 Sarah HoffmannMerge pull request #2324 from lonvia/generic-external...
2021-05-13 Sarah Hoffmannmove filling of postcode table to python
2021-05-03 Sarah HoffmannMerge pull request #2305 from lonvia/tokenizer
2021-04-30 Sarah Hoffmannmove index creation for word table to tokenizer
2021-04-30 Sarah Hoffmannmove default country name creation to tokenizer
2021-04-30 Sarah Hoffmannmove postcode normalization into tokenizer
2021-04-30 Sarah Hoffmannrequire tokeinzer for indexer
2021-04-30 Sarah Hoffmannmove word table and normalisation SQL into tokenizer
2021-04-30 Sarah Hoffmannmove module installation to legacy tokenizer
2021-04-30 Sarah Hoffmannintroduce tokenizer modules
2021-04-19 Sarah HoffmannMerge pull request #2282 from lonvia/add-paths-to-config
2021-04-19 Sarah Hoffmannsimplify sql and website creation functions
2021-04-19 Sarah HoffmannMerge pull request #2281 from changpingc/changping...
2021-04-17 Sarah HoffmannMerge pull request #2279 from lonvia/add-index-for...
2021-04-17 Sarah Hoffmannadd support index when continuing import at index phase
2021-04-16 Sarah HoffmannMerge pull request #2277 from lonvia/update-osm2pgsql
2021-04-16 Sarah HoffmannMerge pull request #2276 from lonvia/port-country-code...
2021-04-16 Sarah Hoffmannport function to compute initial postcodes to Python
2021-04-16 Sarah HoffmannMerge pull request #2275 from lonvia/switch-to-absolute...
2021-04-16 Sarah Hoffmannuse absolute imports in Python code
2021-03-29 Sarah HoffmannMerge pull request #2234 from darkshredder/add-man...
2021-03-29 DarkshredderRebase with master
2021-03-15 Sarah HoffmannMerge pull request #2212 from darkshredder/country...
2021-03-12 DarkshredderPorted createCountryNames() to python and added tests
2021-03-04 Sarah HoffmannMerge pull request #2197 from lonvia/use-jinja-for...
2021-03-04 Sarah Hoffmannport index creation to python
2021-03-03 Sarah Hoffmannmove table creation to jinja-based preprocessing
2021-03-02 Sarah HoffmannMerge pull request #2192 from lonvia/database-versioning
2021-03-01 Sarah Hoffmannsave software version in the database
2021-03-01 Sarah Hoffmannmake sure that calls to PHP legacy scripts are fatal...
2021-02-27 Sarah HoffmannMerge pull request #2186 from lonvia/port-import-to...
2021-02-26 Sarah Hoffmannbdd: use python library where possible
2021-02-26 Sarah Hoffmannmove setup function to python