Changeset 859
- Timestamp:
- Feb 9, 2005, 6:27:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pmesh/load_mesh/loadASCII.py
r857 r859 1 1 """ 2 2 The format for a .xya file is: 3 1st line: [attribute title]3 1st line: [attribute names] 4 4 other lines: x y [attributes] 5 5 … … 10 10 2.7 2.4 5.2 11 11 12 The first two columns are always implicitly assumed to be x, y coordinates. 13 FIXME (Ole), I thought we ended up deciding to have them named? 14 (as they would be in the pts format) 15 12 16 """ 17 13 18 from string import find, rfind 14 19
Note: See TracChangeset
for help on using the changeset viewer.