mirror of
https://github.com/zyphlar/sonoma-import.git
synced 2024-03-08 15:07:48 +00:00
Minor errors
This commit is contained in:
parent
9c5ae0c343
commit
d3a9d9b638
8
trial.sh
8
trial.sh
|
@ -27,9 +27,9 @@ psql -v "ON_ERROR_STOP=true" --echo-queries --file="conflation.sql" "${DBNAME}"
|
||||||
|
|
||||||
|
|
||||||
# Split into tasks
|
# Split into tasks
|
||||||
mkdir "out"
|
mkdir -p "out"
|
||||||
mkdir "out/intersecting"
|
mkdir -p "out/intersecting"
|
||||||
mkdir "out/clean"
|
mkdir -p "out/clean"
|
||||||
|
|
||||||
for intersects in false true; do
|
for intersects in false true; do
|
||||||
if ${intersects}; then
|
if ${intersects}; then
|
||||||
|
@ -40,6 +40,8 @@ for intersects in false true; do
|
||||||
intersectsQuery="not conflated"
|
intersectsQuery="not conflated"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rm "out/grouped_${outdir}_buildings_zones.geojson";
|
||||||
|
|
||||||
# The purpose of the out/*/buildings*.osm files is to publicly host, split, ready for tasking
|
# The purpose of the out/*/buildings*.osm files is to publicly host, split, ready for tasking
|
||||||
# https://codeforsanjose.github.io/OSM-SouthBay/SJ_Buildings/out/clean/buildings_1323.osm
|
# https://codeforsanjose.github.io/OSM-SouthBay/SJ_Buildings/out/clean/buildings_1323.osm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user