Python based post-processing PIV data analysis, similar to PIVMAT and VecPy
Merging the three packages:
- https://github.com/tomerast/Vecpy
- https://github.com/alexlib/pivpy/tree/xarray
- https://github.com/ronshnapp/vecpy
Use pip
:
pip install pivpy
Look into the getting started Jupyter notebook
and additional notebooks: Notebooks
From a command line just use:
nosetests
Read the ToDo file and pick one item to program. Use Fork-Develop-Pull Request model to contribute
Using great tutorial http://sphinx-ipynb.readthedocs.org/en/latest/howto.html we now can prepare IPython notebooks (see in /docs/source) and convert those to .rst files, then
python setup.py build_sphinx
generates html
directory with the documentation ready