Changeset 9183
- Timestamp:
- Jun 18, 2014, 4:44:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/demos/cairns/export_results_to_qgis.py
r9181 r9183 58 58 reduction=reduction, 59 59 verbose=True) 60 61 62 anuga.utilities.plot_utils.Make_Geotif(swwFile=name+'.sww',, 63 output_quantities=['depth', 'depthIntegratedVelocity'], 64 myTimeStep='max', CellSize=100.0, 65 lower_left=None, upper_right=None, 66 EPSG_CODE=32355, 67 proj4string=None, 68 velocity_extrapolation=True, 69 min_allowed_height=1.0e-05, 70 output_dir='.', 71 bounding_polygon=None, 72 verbose=True):
Note: See TracChangeset
for help on using the changeset viewer.