chrisk314 / pystreamline

Python wrapper around a C++ class for calculating streamlines in 2D and 3D unstructured vector datasets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Py Streamline

Python wrapper around a C++ streamline integrator.

Installation

This module requires Cython. Currently, Cython needs to be installed before running the installation procedure for this module due to the use of Cython components in the setup.py script. This issue is mentioned on the setuptools repo.

To install run the below commands

git clone git@github.com:chrisk314/pystreamline.git
cd pystreamline
pip install -r requirements.in  # Ensures Cython and numpy are installed
pip install .

Calculating streamlines

TODO

About

Python wrapper around a C++ class for calculating streamlines in 2D and 3D unstructured vector datasets.


Languages

Language:C++ 68.7%Language:Python 31.3%