Changeset 2593
- Timestamp:
- Mar 24, 2006, 3:35:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/coordinate_transforms/geo_reference.py
r2488 r2593 6 6 #and unit test 7 7 8 import types 8 import types, sys 9 9 from Numeric import array,Float,ArrayType 10 10 11 DEFAULT_ZONE = 5611 DEFAULT_ZONE = sys.maxint 12 12 TITLE = '#geo reference' + "\n" #this title is referred to in the .xya format 13 13
Note: See TracChangeset
for help on using the changeset viewer.