Import TIGER data after freeze DB #3048
-
What are the steps to upload TIGER data after DB has been freezed? I used Helm chart solution to import North America OSM data. It has been successfully imported but according to InitJob, it applied |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You should see this in your database: select count(*) from location_property_tiger;
33842890 Make sure you've set the environment variable and that the website files got regenerated. Try a query like https://nominatim.openstreetmap.org/reverse.php?lat=38.65521&lon=-92.12890&zoom=18&format=jsonv2&debug=1 It should print "Tiger house number result" and show several SQL queries looking at the "location_property_tiger" table. |
Beta Was this translation helpful? Give feedback.
-
See #2463. Importing Tiger data after a |
Beta Was this translation helpful? Give feedback.
Yes, I am 100% sure. As long as #2463 is not implemented, you must keep the update tables if you want to add TIGER data.