meteoinfo / wContour_CSharp

Contour related algorithm

Home Page:http://www.meteothink.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contouring for unstructured mesh

FranzThomsen1089 opened this issue · comments

Hi

How hard would it be to use the library for contouring based on data in an unstructured mesh ... i.e. xyz data?

Kind Regards
Franz

Only grid mesh is supported, so you can interpolate scatter points data to grid data and then do contour analysis. You can found the demo code package here: http://www.meteothinker.com/downloads/index.html .