Update file README.md

This commit is contained in:
Sebastian Lenzlinger 2023-12-03 23:00:07 +00:00
parent 8be3279ace
commit a927d982b4

View File

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