From a927d982b401baffe3aa26ddda25d11b6dc5d861 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger Date: Sun, 3 Dec 2023 23:00:07 +0000 Subject: [PATCH] Update file README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bae52c9..f1019af 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Action In the following the order matters. -1. Run ```unsure_dirs_exist.py```. This makes sure all the directories needed to perform the data integration and logging exist. +1. Run ```ensure_dirs_exist.py```. This makes sure all the directories needed to perform the data integration and logging exist. 1. Run ```integrate.py```. Adjust the main method to fit your needs. In particular adjust the ```process_all_data()``` method, such that the parameter corresponding to a dataset is ```False``` if the script shall download it form the internet, and ```True``` else. To get geojson data form signaled speed in to city of Zurich uncomment the line in the ``main`` method where you find ```load_tempo_geojson_from_api_to_local()``` 2. Run ```fill_db.py```. This will load the data into the database based on the credentials given in the ``db_info`` variable. 3. Perform Analysis. \ No newline at end of file