Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 782ebae

Browse files
committed
boop
1 parent 6651d89 commit 782ebae

File tree

4 files changed

+21
-103
lines changed

4 files changed

+21
-103
lines changed

‎.gitignore‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.DS_Store
2+
env/
3+
.ipynb_checkpoints/

‎UnifiedDataLayers.ipynb‎

Lines changed: 17 additions & 101 deletions
Large diffs are not rendered by default.

‎makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
init: purge
22
virtualenv -p python3 env
3-
env/bin/pip install -r requirements
3+
env/bin/pip install -r requirements.txt
44

55
purge:
66
-@rm -rf env

‎requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ h3==3.6.1a5
22

33
jupyterlab
44
pandas
5-
geopands
5+
geopandas
66
matplotlib
77
descartes

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /