forked from darribas/gds_env
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gsa_sm.yml
123 lines (123 loc) · 2.79 KB
/
gsa_sm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# OVERVIEW
# This YAML script will attempt to install a Python virtual environment able to
# support the requirements of all three of King's College London's 'Geocomputation'
# pathway in the BA/BSc Geography programme.
#
# INSTALLATION
# Note that, in the example commands below, you will need to replace {name} by the name
# value specified as a configuration parameter below (the first line that does *not*
# start with a hash (#). All the commands below should be run from the Terminal.
#
#######################
# NOTE: in the below, wherever you see '{name}'
# you should replace that with the name of the
# environment you are installing (e.g. `gsa2019sm`).
#######################
#
# If you've already installed this environment before:
# conda remove --name {name} --all
#
# To install/reinstall the environment:
# conda-env create -f gsa_sm.yml
#
# To install/update individual libraries you usually want to force the conda-forge channel:
# conda install -c conda-forge osmnx
#
# A nice way to set the display name for the environment after activating the env:
# conda activate {name}
# python -m ipykernel install --name {name} --display-name "GSA2019Small"
# To tidy up environments:
# jupyter kernelspec list
# jupyter kernelspec uninstall unwanted-kernel
#
# LAUNCH
# You can launch the 'old' notebook server by simply running:
# jupyter notebook
# The more modern jupyter lab only seems to be launchable from within an environment:
# conda activate {name}
# jupyter lab
#
# CONFIGURATION PARAMETERS
name: gsa_sm2019
channels:
- conda-forge
- defaults
dependencies:
- python=3.7
- pip
- git
#- bambi
- basemap
#- black
#- bokeh
#- colorama
#- contextily==1.0rc2
#- cython
#- dask
#- dask-ml
#- datashader
- dill
#- feather-format
- folium
- gdal
- geojson
- geopandas
- geopy
- georasters
#- gitdb2
#- gitpython
- hdbscan
- hvplot
- ipyleaflet
#- ipyparallel
- ipywidgets
#- joblib
- jupyterlab
#- libgdal
- libspatialite
- lxml
#- mapclassify
#- mkl-service
- mplleaflet
- mysql-connector-python
#- nb_conda
- nbdime
- nbgrader
- networkx
- nodejs
- osmnx
- palettable
#- pandana
#- pillow
- pointpats
- polyline
#- pyarrow==0.14.*
- pykrige
#- pymc3 # Not well-supported on Windows
- pysal
- pyshp
#- pystan
#- qgrid
- rasterio
- rasterstats
- requests
- scikit-learn
#- scikit-image
- scikit-posthocs
- seaborn
- simplejson
- smmap2
- sqlite
- sqlalchemy
- statsmodels
- tzlocal
#- urbanaccess
- xlrd
- xlsxwriter
- pip:
- six
#- git+http://github.com/sevamoo/SOMPY#egg=sompy
- git+http://github.com/kingsgeocomp/SOMPY#egg=sompy
- smopy # NOT a typo!
- googlemaps
#- MulticoreTSNE