| ... | ... | @@ -144,33 +144,6 @@ If you want to do development on Glance, skip the "pip install ...uwglance..." s |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Minimal Anaconda install, no GUI
|
|
|
|
--------------------------------
|
|
|
|
|
|
|
|
Known to work on:
|
|
|
|
|
|
|
|
| Operating System | Last Tested |
|
|
|
|
| ---------------- | ----------- |
|
|
|
|
| CentOS 6.9 | 2017-09 |
|
|
|
|
| CentOS 6.10 | 2018-07 |
|
|
|
|
| Ubuntu 16.04 | 2017-09 |
|
|
|
|
| Ubuntu 18.04 | 2018-12-18 |
|
|
|
|
|
|
|
|
mkdir glance
|
|
|
|
cd glance
|
|
|
|
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
|
|
|
|
/bin/bash Miniconda2-latest-Linux-x86_64.sh -b -p `pwd`/anaconda
|
|
|
|
source anaconda/bin/activate
|
|
|
|
conda install -y numpy scipy matplotlib pillow geos basemap mako markupsafe netcdf4
|
|
|
|
git clone --depth=1 https://gitlab.ssec.wisc.edu/evas/UW-Glance.git
|
|
|
|
cd UW-Glance/pyglance/
|
|
|
|
python setup.py develop
|
|
|
|
|
|
|
|
The resulting executable is in glance/anaconda/bin/glance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Installing Using HHG
|
|
|
|
--------------------
|
|
|
|
|
| ... | ... | |
| ... | ... | |