Skip to content
Ray Garcia edited this page Aug 20, 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

conda create -n cspov python=3.4 anaconda
source activate cspov
conda install netCDF4 h5py
conda install pyopengl
conda install vispy

Clone this wiki locally