This commit is contained in:
Ed Chalstrey 2022-04-08 15:15:39 +01:00
parent 0c86a72e5f
commit f4a85e7a68

View File

@ -1,5 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
## Comments:
## Is dynamics_has_demolished_buildings = TRUE sufficient to prevent buildings being loaded? - No
## Lets mark them, then see if there even are any
## Describe these changes in PR and ask for comment if the bool is sufficient
## Prerequisites: ## Prerequisites:
## - Make geometries table have coordinates (load_coordinates.sh) - DONE ## - Make geometries table have coordinates (load_coordinates.sh) - DONE
## - <mastermap download>= release_geometries ## - <mastermap download>= release_geometries
@ -18,7 +23,4 @@
# secondarily, if building.coordinates <10m away from any new_geometry.coordinates # secondarily, if building.coordinates <10m away from any new_geometry.coordinates
# older_building.dynamics_has_demolished_buildings = TRUE # older_building.dynamics_has_demolished_buildings = TRUE
# link new_geometry TOID in the geometries table to old building and delete duplicate building we just created for new_geometry # link new_geometry TOID in the geometries table to old building and delete duplicate building we just created for new_geometry
# Worry about build dates for switching next