Last active
August 2, 2020 10:35
-
-
Save edjdavid/442aaf165601a0bc10701ea9a7b8e4e8 to your computer and use it in GitHub Desktop.
Conda environment for geospatial analysis in Python
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 characters
name: gsa | |
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 | |
- conda-forge::pysal>=2.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment