Prerequisites

Streamlines is a Python 3.x package primarily intended to be invoked from a Jupyter notebook. Testing has been with Python 3.6.

Package dependencies

  • python \geq 3.6 (3.5 may work)
  • pyopencl \geq 2018.1
  • numba \geq 0.36.2
  • matplotlib \geq 2.0.2
  • GDAL (part of osgeo) \geq 2.1.3; version 2.2.0 fails on darwin
  • numpy \geq 1.14.0
  • scipy \geq 1.0.0
  • scikit-image \geq 0.13.0
  • scikit-learn \geq 0.19.1
  • pandas \geq 0.22
  • pympler \geq 0.5
  • h5py \geq 2.7.1 (temporarily not needed)

Warning

This is a work in progress.