From b312a53526e7c98a43adc41697fdf74a5daeb65d Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 31 May 2025 23:31:41 +0000 Subject: [PATCH] remove exporting to csv in the runall script - we now use immoweb as a frontend --- crawler/runall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/runall.sh b/crawler/runall.sh index c483545..8cbf3c3 100755 --- a/crawler/runall.sh +++ b/crawler/runall.sh @@ -9,5 +9,5 @@ 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 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 +# python main.py --data-dir $DATA_DIR export-csv -O data/listings.csv # not used anymore - immoweb exporter is used to visualize data python main.py --data-dir $DATA_DIR export-immoweb -O ../immoweb/data/london_geojs.js