Skip to content

Commit 6c7c5cc

Browse files
committed
Add updated 04.13 and requirements
1 parent 08e8e96 commit 6c7c5cc

File tree

3 files changed

+754
-3
lines changed

3 files changed

+754
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ ENV/
9292
# Emacs
9393
*~
9494

95+
9596
# Temporary data files
9697
notebooks/recipeitems-latest.json
97-
notebooks/FremontBridge.csv
98+
notebooks/FremontBridge.csv
99+
notebooks/gistemp250.nc
100+
notebooks/my_figure.png

notebooks/04.13-Geographic-Data-With-Basemap.ipynb

Lines changed: 744 additions & 0 deletions
Large diffs are not rendered by default.

requirements.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
numpy==1.11
22
pandas==0.18.1
33
scipy==0.17.1
4-
sklearn==0.17.1
4+
scikit-learn==0.17.1
5+
scikit-image==0.12.3
6+
pillow==3.4.2
57
matplotlib==1.5.1
8+
seaborn==0.7.0
69
jupyter
710
notebook
811
line_profiler
912
memory_profiler
1013
numexpr
11-
seaborn
1214
pandas-datareader
15+
basemap
16+
netcdf4

0 commit comments

Comments
 (0)