Changeset 6207
- Timestamp:
- Jan 19, 2009, 4:04:59 PM (16 years ago)
- Location:
- anuga_core/source/anuga/lib/maxasc
- Files:
-
- 3 added
- 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. 1 The module here (order_boundary.py) contains a function that takes a CSV 2 file of boundary points and orders the points into an output CSV file. 4 3 5 Of course, the input files must all have the same shape. 4 The first point in the file is assumed to be the start point. All other 5 points in the file are the points that are closest to each succeeding point. 6 7 Note that in pathological cases the ordering may be wrong. Always check! 8 CAVEAT EMPTOR.
Note: See TracChangeset
for help on using the changeset viewer.