Changeset 4481
- Timestamp:
- May 23, 2007, 5:08:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/geospatial_data/geospatial_data.py
r4470 r4481 843 843 Em = Error_message 844 844 Em['IOError'] = "NOTE: The format for a comma seperated .txt/.csv file is:\n" 845 Em['IOError'] += " 846 Em['IOError'] += " other lines: x, y, [attributes]\n"845 Em['IOError'] += " 1st line: [column names]\n" 846 Em['IOError'] += " other lines: [x value], [y value], [attributes]\n" 847 847 Em['IOError'] += "\n" 848 848 Em['IOError'] += " for example:\n" … … 853 853 Em['IOError'] += "\n" 854 854 Em['IOError'] += "The first two columns are assumed to be x, y coordinates.\n" 855 Em['IOError'] += "The attribute s must be numeric.\n"855 Em['IOError'] += "The attribute values must be numeric.\n" 856 856 857 857 def _set_using_lat_long(latitudes,
Note: See TracChangeset
for help on using the changeset viewer.