Skip to content

maahn/VISSSlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status

VISSS (Video In Situ Snowfall Sensor) processing library

This repository contains the VISSS data acquisition software. Please see also

Installation

Install conda/mamba dependencies

conda install numpy  scipy  xarray  dask[complete]  pandas pyyaml matplotlib bottleneck pillow  addict opencv Pillow netcdf4 ipywidgets trimesh=4.0.5 scikit-image tqdm filterpy flox portalocker numba xarray-extras

Install PIP dependencies

pip install image-packer flatten_dict pyOptimalEstimation vg manifold3d==2.2.2

Clone the library with

git clone https://github.com/maahn/VISSSlib

and install with

cd VISSSlib
pip install -e .