Changeset 3451
- Timestamp:
- Aug 4, 2006, 1:43:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/geospatial_data/geospatial_data.py
r3351 r3451 52 52 file_name: Name of input netCDF file or xya file. netCDF file must 53 53 have dimensions "points" etc. 54 xya file is a CVS file with lats(x), longs(y) and elevation(a).55 first line must be attribute nameeg elevation54 xya file is a comma seperated file with x, y and attribute data. 55 the first line must be the attribute names eg elevation 56 56 57 57 The format for a .xya file is: … … 77 77 2nd # the xllcorner and 78 78 3rd # the yllcorner 79 80 An issue with the xya format is that the attribute column order 81 is not be controlled. The info is stored in a dictionary and it's 82 written however 79 83 80 84 The format for a Points dictionary is:
Note: See TracChangeset
for help on using the changeset viewer.