File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
# cmb_assignment2 [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/fabianh001/cmb_assignment2.git/HEAD )
2
2
3
- How to merge:
4
- ```
5
- $ pip install nbdime
6
- $ nbdime config-git --enable --global
7
- $ git mergetool --tool=nbdime
8
- ```
3
+ ## Installation Notes:
4
+
5
+ The following python libraries need to be installed before running the jupyter notebook:
6
+ - pandas
7
+ - geopandas
8
+ - matplotlib
9
+ - numpy
10
+ - seaborn
11
+ - requests
9
12
10
- Installation Notes:
11
13
```
12
14
conda config --append channels conda-forge
13
15
conda install pipwin
14
16
conda install gdal
15
17
conda install fiona
16
18
conda install geopandas
17
19
conda install -r requirements.txt
18
- ```
20
+ ```
21
+
22
+ ## Run the Jupyter Notebook
23
+
24
+ You need to have jupyter installed. Then open the ` cmb2.ipynb ` notebook and run it.
You can’t perform that action at this time.
0 commit comments