Changeset 9186


Ignore:
Timestamp:
Jun 18, 2014, 4:52:22 PM (10 years ago)
Author:
steve
Message:

Error importing Make_geotif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/demos/cairns/export_results_to_qgis.py

    r9185 r9186  
    1010print 'output dir:', name
    1111
    12 for which_var in [0,2,3,4,5]:
     12#for which_var in [0,2,3,4,5]:
     13for which_var in []:
    1314
    1415
     
    5960            verbose=True)
    6061   
    61    
    62 anuga.utilities.plot_utils.Make_Geotif(swwFile=name+'.sww',
     62from anuga.utilities.plot_utils import Make_Geotif
     63Make_Geotif(swwFile=name+'.sww',
    6364             output_quantities=['depth', 'depthIntegratedVelocity'],
    6465             myTimeStep='max', CellSize=100.0,
Note: See TracChangeset for help on using the changeset viewer.