Skip to content
Ray Garcia edited this page Aug 21, 2015 · 37 revisions

purpose

This is a moon-shot standalone prototype for fluidly learning AxI imagery science in combination with other sources.

Ultimately, this should make use of the capability of modern multiplatform OpenGL (including WebGL at some point) to provide full-resolution imagery manipulation, animation, and combination in a classroom setting.

dev environment setup and startup

conda create -n cspov python=3.4 anaconda
source activate cspov
conda install netCDF4 h5py pyopengl vispy gdal
export PYTHONPATH=/path/to/CSPOV/py
python -m cspov

Clone this wiki locally