VOCAL is still in it’s early stages of development, and does not yet offer an in-depth installer. As a result running VOCAL requires you to setup the development environment, which can be tricky for those not well versed in programming. We’ve tried to be as descriptive as possible in our installation guide for both Windows [1] , Linux and Mac users. If you have any questions or trouble installing VOCAL, feel free to ask for help from the support page and describe your issue to us.
Note
Please read our developer documentation before developing yourself!
conda install numpy
, y
conda install basemap
, y
conda install pillow
, y
ccplot-1.5-rc7.win32-py2.7.exe
\Anaconda\Lib\site-packages\
file
menucd
into the VOCAL/calipso folder and use python Calipso.py
Warning
At this time, Linux and OS X have not been tested with the current version of VOCAL. Installation may not work
sudo apt-get install python-numpy python-scipy python-matplotlib
sudo apt-get install python-mpltoolkits.basemap
sudo apt-get install --no-intall-recommends cython libhdf4-dev libhdfeos-dev python-imaging ttf-bitstream-vera
cd
into the CCPLOT folder you just extractedpython setup.py build
HdfEosDef.h
dpkg -L
HdfEosDef.h
, it is commonly found in usr/include/x86_64-linux-gnu/hdf/
setup.py
in the CCPLOT folder, and change line 24 to include your pathhdf_include_dirs = ['/usr/include/x86_64-linux-gnu/hdf', '/usr/include/hdf', '/usr/local/include/hdf/', '/opt/local/include']
python setup.py build
python setup.py install
, sudo
may be required as wellsudo pip install bokeh
python CALIPSO_Visualization_Tool.py
install XCode
install macport
if port command not found in terminal, edit paths by
sudo vi /etc/paths
/opt/local/bin
/opt/local/sbin
do port selfupdate
refused (61) ...’*
sudo vim sources.conf
https://distfiles.macports.org/ports.tar.gz [default]
refport -v -d sync
port search hdf4
run sudo port install hdf4 hdfeos py27-cython py27-numpy py27-matplotlib
py27-matplotlib-basemap
as root, do the following commands
mv /usr/bin/python /usr/bin/python.orig
ln -s /opt/local/bin/python /usr/bin/python
port select --set python python27
download ccplot-1.5.tar.gz from here
tar xzf ccplot-1.5.tar.gz
cd ccplot-1.5.tar.gz
python setup.py build
python setup.py install --user
ccplot -v
Install bokeh port install py27-bokeh
Install sqlalchemy port install py27-sqlalchemy
download the IDE of your choice, or run python Calipso.py
Footnotes
[1] | (1, 2) x86 (32bit) is currently the only supported architecture for windows |
[2] | Eclipse and Pycharm are not mandatory, but a development environment is recommended. Both are good options |
[3] | The packages specified in the instructions may not be comprehensive, if additional packages are required please inform the team so they can correctly add them to the docs |
[4] | Tested on OS X 9.5 |