geomeppy icon indicating copy to clipboard operation
geomeppy copied to clipboard

Add geometry simplification

Open jamiebull1 opened this issue 7 years ago • 0 comments

Too much detail in geometry leads to slow simulations. It would be great to have a way of simplifying geometry while maintaining topology (adjacencies).

The shapely library, which is already a dependency for geomeppy, has some functions which may be useful.

simplify() - https://shapely.readthedocs.io/en/latest/manual.html#object.simplify snap() - https://shapely.readthedocs.io/en/latest/manual.html#snapping

jamiebull1 avatar Jan 14 '18 21:01 jamiebull1