Skip to content

Commit

Permalink
boop
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed May 29, 2020
1 parent 6651d89 commit 782ebae
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 103 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store
env/
.ipynb_checkpoints/
118 changes: 17 additions & 101 deletions UnifiedDataLayers.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
init: purge
virtualenv -p python3 env
env/bin/pip install -r requirements
env/bin/pip install -r requirements.txt

purge:
-@rm -rf env
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ h3==3.6.1a5

jupyterlab
pandas
geopands
geopandas
matplotlib
descartes

0 comments on commit 782ebae

Please sign in to comment.