Changeset 9186
- Timestamp:
- Jun 18, 2014, 4:52:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/demos/cairns/export_results_to_qgis.py
r9185 r9186 10 10 print 'output dir:', name 11 11 12 for which_var in [0,2,3,4,5]: 12 #for which_var in [0,2,3,4,5]: 13 for which_var in []: 13 14 14 15 … … 59 60 verbose=True) 60 61 61 62 anuga.utilities.plot_utils.Make_Geotif(swwFile=name+'.sww',62 from anuga.utilities.plot_utils import Make_Geotif 63 Make_Geotif(swwFile=name+'.sww', 63 64 output_quantities=['depth', 'depthIntegratedVelocity'], 64 65 myTimeStep='max', CellSize=100.0,
Note: See TracChangeset
for help on using the changeset viewer.