Skip to content

Instantly share code, notes, and snippets.

@edjdavid
Last active August 2, 2020 10:35
Show Gist options
  • Select an option

  • Save edjdavid/442aaf165601a0bc10701ea9a7b8e4e8 to your computer and use it in GitHub Desktop.

Select an option

Save edjdavid/442aaf165601a0bc10701ea9a7b8e4e8 to your computer and use it in GitHub Desktop.

Revisions

  1. edjdavid revised this gist Aug 2, 2020. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions environment.yml
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    name: postgis3
    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::ncurses
    - conda-forge::pysal>=2.3
  2. edjdavid created this gist Mar 2, 2020.
    20 changes: 20 additions & 0 deletions environment.yml
    Original 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