colouring-montreal/etl/create_building_records.sh

10 lines
248 B
Bash
Raw Normal View History

2018-09-25 15:46:16 -04:00
#!/usr/bin/env bash
#
# Create corresponding 'building' record with
# id: <building-guid>,
# doc: {},
# geom_id: <polygon-guid>
#
2018-10-02 16:12:46 -04:00
psql -c "INSERT INTO buildings ( geometry_id, ref_toid ) SELECT geometry_id, source_id from geometries;"