Changeset 5732
- Timestamp:
- Sep 5, 2008, 8:29:22 AM (16 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/util.py
r5643 r5732 2179 2179 if verbose: print 'File %s exists' %(sww_file) 2180 2180 else: 2181 msg = 'File "%s" could not be opened: Error= "%s"'\2182 %(sww_file , e)2181 msg = 'File "%s" could not be opened: Error=line2181'\ 2182 %(sww_file) 2183 2183 raise msg 2184 2184 -
anuga_work/production/geraldton/build_geraldton.py
r5702 r5732 95 95 96 96 print'clip combined geospatial object by bounding polygon' 97 G_clip = G.clip(project.poly_all, verbose= False)97 G_clip = G.clip(project.poly_all, verbose=True) 98 98 99 99 print'export combined DEM file'
Note: See TracChangeset
for help on using the changeset viewer.