-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loading building geometries into db #20
Comments
first using own python script: cc_sachsen_origin_data2db_schema.py second using own python script: import_colouring_cities_with_ssh_03.py |
run INDEX for db tables again after loading the building data (would make sense to do so...)? |
important: care about other administrative geometries in the 'geometries' db table! |
see #23 fist, delete the London boroughs from geometries table. Afterwards, the Dresden borough geometries could be inserted |
change column length, to be able to insert the building data
|
now transfer the data from temp db tables into the target tables
|
now, create INDEX for buildings agin, now with the data first, drop current index by
then, CREATE INDEX again, now with the real data also for buildings
|
To Do:
|
the plan is, to keep Dresden city data (no additional extent / buffer)... but it should be updated with newer data! |
loading building geometries into db
from LoD2 dataset GeoSN / Saxony, Germany
The text was updated successfully, but these errors were encountered: