Changeset 2608 for inundation/coordinate_transforms
- Timestamp:
- Mar 27, 2006, 3:49:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/coordinate_transforms/geo_reference.py
r2602 r2608 9 9 from Numeric import array, Float, ArrayType, reshape 10 10 from utilities.numerical_tools import ensure_numeric 11 from utilities.anuga_exceptions import ANUGAError 11 12 12 13 DEFAULT_ZONE = -1 … … 204 205 msg = 'Both geospatial_data objects must be in the same \ 205 206 ZONE to allow reconciliation. I got zone %d and %d' %(self.zone, other.zone) 206 raise msg207 raise ANUGAError, msg 207 208 208 209 #def easting_northing2geo_reffed_point(self, x, y):
Note: See TracChangeset
for help on using the changeset viewer.