Boundary file not needed in initial extraction
This commit is contained in:
parent
20e4a73e73
commit
30086766db
@ -4,11 +4,9 @@
|
||||
# Extract MasterMap
|
||||
#
|
||||
|
||||
: ${1?"Usage: $0 ./path/to/mastermap/dir ./path/to/boundary"}
|
||||
: ${2?"Usage: $0 ./path/to/mastermap/dir ./path/to/boundary"}
|
||||
: ${1?"Usage: $0 ./path/to/mastermap/dir"}
|
||||
|
||||
data_dir=$1
|
||||
boundary_file=$2
|
||||
|
||||
#
|
||||
# Extract buildings from *.gz to CSV
|
||||
|
Loading…
Reference in New Issue
Block a user