Changeset 859


Ignore:
Timestamp:
Feb 9, 2005, 6:27:55 PM (20 years ago)
Author:
ole
Message:

Comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pmesh/load_mesh/loadASCII.py

    r857 r859  
    11"""
    22The format for a .xya file is:
    3 1st line:     [attribute title]
     31st line:     [attribute names]
    44other lines:  x y [attributes]
    55
     
    10102.7 2.4 5.2
    1111
     12The first two columns are always implicitly assumed to be x, y coordinates.
     13FIXME (Ole), I thought we ended up deciding to have them named?
     14(as they would be in the pts format)
     15
    1216"""
     17
    1318from string import  find, rfind
    1419
Note: See TracChangeset for help on using the changeset viewer.