Skip to content

Commit e86a5f7

Browse files
committed
2 parents c406082 + 1a66e6c commit e86a5f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ conda install --file requirements.txt
1717

1818
## Content
1919

20-
The results of the analysis may be reproduced using the two jupyter notebooks and the extracted data provided in ```./data```.
20+
The results of the analysis can be reproduced using the two Jupyter notebooks and the extracted data provided in ```./data```.
2121

2222
#### 1. Exploratory Data Analysis
2323

@@ -27,7 +27,6 @@ The notebook ```./src/01-Exploratory_Data_Analysis.ipynb``` contains the explor
2727

2828
The notebook ```./src/02-Association_Rule_Mining.ipynb``` contains the association rule analysis.
2929

30-
3130
#### 3. Data Extraction
3231

33-
If you would like to perform this analysis for another city, you may use the Python script `./src/00-Data_Extraction.py` to extract the data using the [ohsome API](https://api.ohsome.org/v0.9/swagger-ui.html). For this to run add the city to the configuration file ```./config/parks.yaml``` and adapt the change the city name in the Python file. To run the data extraction for multiple cities, run ```./src/00-Data_Extraction_Batch.sh```.
32+
If you would like to perform this analysis for another city, you may use the Python script `./src/00-Data_Extraction.py` to extract the data using the [ohsome API](https://api.ohsome.org/v0.9/swagger-ui.html). For this to run add the city to the configuration file ```./config/parks.yaml``` and adapt the city name in the Python file. To run the data extraction for multiple cities, you may use ```./src/00-Data_Extraction_Batch.sh```.

0 commit comments

Comments
 (0)