update runall script to use new command for sourcing routes

This commit is contained in:
Viktor Barzin 2025-05-18 21:32:16 +00:00
parent d9fe5421fc
commit f2118c9bc4
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -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