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 , yconda install basemap, yconda install pillow, yccplot-1.5-rc7.win32-py2.7.exe\Anaconda\Lib\site-packages\file menucd into the VOCAL/calipso folder and use python Calipso.pyWarning
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-matplotlibsudo apt-get install python-mpltoolkits.basemapsudo apt-get install --no-intall-recommends cython libhdf4-dev libhdfeos-dev python-imaging ttf-bitstream-veracd into the CCPLOT folder you just extractedpython setup.py buildHdfEosDef.hdpkg -LHdfEosDef.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 buildpython setup.py install , sudo may be required as wellsudo pip install bokehpython CALIPSO_Visualization_Tool.pyinstall XCode
install macport
if port command not found in terminal, edit paths by
sudo vi /etc/paths/opt/local/bin/opt/local/sbindo port selfupdate
refused (61) ...’*
sudo vim sources.confhttps://distfiles.macports.org/ports.tar.gz [default] refport -v -d syncport search hdf4run 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.origln -s /opt/local/bin/python /usr/bin/pythonport select --set python python27download ccplot-1.5.tar.gz from here
tar xzf ccplot-1.5.tar.gzcd ccplot-1.5.tar.gzpython setup.py buildpython setup.py install --userccplot -vInstall 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 |