source: anuga_core/source/anuga/lib/order_boundary/README.txt @ 6211

Last change on this file since 6211 was 6208, checked in by rwilson, 15 years ago

Added library routine: order_boundary()

File size: 393 bytes
Line 
1The module here (order_boundary.py) contains a function that takes a CSV
2file of boundary points and orders the points into an output CSV file.
3
4The first point in the file is assumed to be the start point.  All other
5points in the file are the points that are closest to each succeeding point.
6
7Note that in pathological cases the ordering may be wrong.  Always check!
8CAVEAT EMPTOR.
Note: See TracBrowser for help on using the repository browser.