Uncomment copy-uprns block
This commit is contained in:
parent
b73fb7118e
commit
b180602a5b
@ -15,10 +15,10 @@ data_dir=$1
|
|||||||
# toid: <toid>,
|
# toid: <toid>,
|
||||||
# uprn_geom: <point>
|
# uprn_geom: <point>
|
||||||
#
|
#
|
||||||
# find $data_dir -type f -name '*.3857.csv.loadable' \
|
find $data_dir -type f -name '*.3857.csv.loadable' \
|
||||||
# -printf "$data_dir/%f\n" | \
|
-printf "$data_dir/%f\n" | \
|
||||||
# parallel \
|
parallel \
|
||||||
# cat {} '|' psql -c "\"COPY building_properties ( uprn_geom, toid, uprn, parent_uprn ) FROM stdin WITH CSV HEADER;\""
|
cat {} '|' psql -c "\"COPY building_properties ( uprn_geom, toid, uprn, parent_uprn ) FROM stdin WITH CSV HEADER;\""
|
||||||
|
|
||||||
#
|
#
|
||||||
# Create references
|
# Create references
|
||||||
|
Loading…
Reference in New Issue
Block a user