| ... | @@ -6,15 +6,7 @@ Glance relies on python 2.7 and several freely available libraries. There are mu |
... | @@ -6,15 +6,7 @@ Glance relies on python 2.7 and several freely available libraries. There are mu |
|
|
|
|
|
|
|
If you are working on an SSEC server there may already be a pre-built installation of Glance's prerequisites available. Check with TC for your specific server if you are unsure.
|
|
If you are working on an SSEC server there may already be a pre-built installation of Glance's prerequisites available. Check with TC for your specific server if you are unsure.
|
|
|
|
|
|
|
|
The currently release version of Glance requires the following:
|
|
You will also need to install the appropriate python modules to load the sorts of files you want Glance to analyze. If you do not load netcdf4 for example, Glance will not be able to open NetCDF files for analysis.
|
|
|
|
|
|
|
|
* numpy
|
|
|
|
|
* matplotlib
|
|
|
|
|
* basemap
|
|
|
|
|
* scipy
|
|
|
|
|
* mako (version 0.4.1 or newer)
|
|
|
|
|
|
|
|
|
|
You will also need to install the appropriate python modules to load the sorts of files you want Glance to analyze. Some of these libraries may have additional requirements.
|
|
|
|
|
|
|
|
|
|
<h3>Installing Glance Using Anaconda</h3>
|
|
<h3>Installing Glance Using Anaconda</h3>
|
|
|
|
|
|
| ... | @@ -33,7 +25,7 @@ conda create -n glance python=2.7 anaconda |
... | @@ -33,7 +25,7 @@ conda create -n glance python=2.7 anaconda |
|
|
source activate glance
|
|
source activate glance
|
|
|
conda install basemap netcdf4 h5py pyqt=4.11.4 mock scipy pillow
|
|
conda install basemap netcdf4 h5py pyqt=4.11.4 mock scipy pillow
|
|
|
conda install -c http://sips.ssec.wisc.edu/conda python-hdf4
|
|
conda install -c http://sips.ssec.wisc.edu/conda python-hdf4
|
|
|
# on Mac OSX, you may need to use "conda install -c NSIDC python-hdf4" instead
|
|
# on Mac OSX, you will need to use "conda install -c NSIDC python-hdf4" instead
|
|
|
python -m easy_install -U -vi http://larch.ssec.wisc.edu/eggs/repos uwglance
|
|
python -m easy_install -U -vi http://larch.ssec.wisc.edu/eggs/repos uwglance
|
|
|
~~~~
|
|
~~~~
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |