Skip to content

v0.0.1

Compare
Choose a tag to compare
@mrshannon mrshannon released this 25 Jul 10:27
· 6 commits to master since this release

Grid Contours

The contours.quad.QuadContourGenerator class provides an interface
into Matplotlib's contour generation algorithms for curvilinear, rectilinear,
and uniform grids.

Output Formats

Contours can be returned in 1 of 3 formats:

  • List of NumPy arrays.
  • Single NumPy array (MATLAB style).
  • Shapely geometry elements.