Skip to content

Commit

Permalink
Merge pull request #1 from lsetiawan/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
lsetiawan authored Jan 26, 2017
2 parents aa42ae0 + a084a87 commit e744542
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
7 changes: 7 additions & 0 deletions geopandas/condainstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!bin/bash

CONDAURL=https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
curl $CONDAURL -o miniconda.sh
bash miniconda.sh -b
export PATH=$HOME/miniconda2/bin:$PATH
conda update --yes --all
1 change: 0 additions & 1 deletion geopandas/data/seas_na_arealt1000.cpg

This file was deleted.

Binary file removed geopandas/data/seas_na_arealt1000.dbf
Binary file not shown.
1 change: 0 additions & 1 deletion geopandas/data/seas_na_arealt1000.prj

This file was deleted.

Binary file removed geopandas/data/seas_na_arealt1000.shp
Binary file not shown.
Binary file removed geopandas/data/seas_na_arealt1000.shx
Binary file not shown.
5 changes: 2 additions & 3 deletions geopandas/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ dependencies:
- geojson
- pysal
- rasterstats
- seaborn
- mplleaflet
- seaborn
- folium
- cartopy
- mplleaflet
- jupyter

0 comments on commit e744542

Please sign in to comment.