update runall script to use new command for sourcing routes
This commit is contained in:
parent
d9fe5421fc
commit
f2118c9bc4
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ python main.py --data-dir $DATA_DIR dump-listings --min-price 2500 --max-price 3
|
|||
python main.py --data-dir $DATA_DIR dump-details
|
||||
python main.py --data-dir $DATA_DIR dump-images
|
||||
python main.py --data-dir $DATA_DIR detect-floorplan
|
||||
#python 5_routing.py | tee -a /tmp/re/5.log | tee -a /tmp/re/log.log
|
||||
#python main.py --data-dir $DATA_DIR routing --destination-address 'Meta Brock Street' -m transit # NOTE: THIS CONSUMES API CALLS; USE CAREFULLY; add -l to limit number of entries
|
||||
python main.py --data-dir $DATA_DIR export-csv -O data/listings.csv
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue