Last active
August 2, 2020 10:35
-
-
Save edjdavid/442aaf165601a0bc10701ea9a7b8e4e8 to your computer and use it in GitHub Desktop.
Revisions
-
edjdavid revised this gist
Aug 2, 2020 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ name: gsa channels: - defaults - conda-forge @@ -17,4 +17,5 @@ dependencies: - conda-forge::postgis=3 - conda-forge::postgresql=12 - conda-forge::geopandas - conda-forge::ncurses - conda-forge::pysal>=2.3 -
edjdavid created this gist
Mar 2, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ name: postgis3 channels: - defaults - conda-forge dependencies: - autopep8 - ipykernel - pandas - xlrd - numpy - matplotlib - libspatialite - psycopg2 - folium - libiconv - osmnx - conda-forge::postgis=3 - conda-forge::postgresql=12 - conda-forge::geopandas - conda-forge::ncurses