perrette / webglacier1d

This is a python-javascript project to visualize 2-D ice sheet data, draw a glacier outline, and extract relevant, averaged data along the 1-D profile.
MIT License
0 stars 0 forks source link

Improve mesh generation #3

Open perrette opened 9 years ago

perrette commented 9 years ago

Currently the mesh is define from three skeleton lines (middle, left, right, downstream looking), by drawing orthogonal segments to the central line at regular intervals, and finding the intersection points with the side lines. This is a very crude approach which has a number of inconvenient: