Ignore:
Timestamp:
Jan 19, 2009, 4:04:59 PM (15 years ago)
Author:
rwilson
Message:

New library routine: order_boundary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/lib/maxasc/README.txt

    r5983 r6207  
    1 The module here (maxasc.py) contains a function that takes one or more
    2 ASC filenames in a list and produces an output ASC file that is the
    3 element-wise max() of each of the input ASC files.
     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.
    43
    5 Of course, the input files must all have the same shape.
     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 TracChangeset for help on using the changeset viewer.