Metadata-Version: 2.1
Name: mesher
Version: 2.1.0
Summary: Mesher is a novel multi-objective unstructured mesh generation software that allows mesh generation to be generated from an arbitrary number of hydrologically important features while maintaining a variable spatial resolution.
            Triangle quality is guaranteed as well as a smooth graduation from small to large triangles. Including these additional features resulted in a better representation of spatial heterogeneity versus classic topography-only mesh generation.
Author: Chris Marsh
Project-URL: Homepage, https://github.com/Chrismarsh/mesher
Requires-Python: >=3.7
Requires-Dist: vtk
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: cloudpickle
Requires-Dist: gdal[numpy]
Requires-Dist: metis
Requires-Dist: mpi4py
Requires-Dist: natsort
Description-Content-Type: text/markdown

# mesher

Mesher is a novel multi-objective unstructured mesh generation software that allows mesh generation to be generated from an arbitrary number of hydrologically important features while maintaining a variable spatial resolution. Triangle quality is guaranteed as well as a smooth graduation from small to large triangles. Including these additional features resulted in a better representation of spatial heterogeneity versus classic topography-only mesh generation. The paper describing *mesher* can be [found here](https://www.usask.ca/hydrology-old/papers/Marsh,_et_al_2018.pdf).

![](docs/source/images/mesher_veg.png)

### How to use
Detailed documentation is given [here](https://mesher-hydro.readthedocs.io).

### Install

Detailed documentation on how to install is given [here](https://mesher-hydro.readthedocs.io/en/latest/installation.html).
    The conan backed build described in the document is deprecated and will be removed soon

Build requirements
  - Python >=3.7
  - C++14 compliant gcc (>=gcc 7.3)
  - gdal, cgal, boost, vtk, metis

```
$ pip install mesher
```




