robjuz / helm-charts

https://robjuz.github.io/helm-charts/index.yaml
34 stars 30 forks source link

Can not import TIGER data after initialize #58

Open nikitadtastewise opened 1 year ago

nikitadtastewise commented 1 year ago

Description

After import North America OSM with replication false (default by helm chart), there is no chance to upload TIGER data. From the doc: The data structure for updates are also required when adding additional data after the import, for example TIGER housenumber data. If you plan to use those, you must not use the --no-updates parameter. Do a normal import, add the external data and once you are done with everything run nominatim freeze.

What steps should be done to be able to upload TIGER data?

nikitadtastewise commented 1 year ago

nominatim freeze prevent future updates for data (see https://github.com/osm-search/Nominatim/discussions/3048). I ould recommend to make freeze step false by default.