Changeset 2401
- Timestamp:
- Feb 14, 2006, 3:23:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pmesh/mesh_interface.py
r2397 r2401 52 52 #IDEA (Ole): Let us work out what the mesh_geo_reference is automatically: 53 53 #If bounding_polygon is absolute it would look as follows: 54 # (assuming bounding_polygon is a Numeric array) 54 # 55 #from utilities.numerical_tools import ensure_numeric 56 #bounding_polygon = ensure_numeric(bounding_polygon) #Make it Numeric 55 57 #xllcorner = min(bounding_polygon[:,0]) 56 58 #yllcorner = min(bounding_polygon[:,1])
Note: See TracChangeset
for help on using the changeset viewer.