Changeset 9187


Ignore:
Timestamp:
Jun 18, 2014, 5:02:35 PM (10 years ago)
Author:
steve
Message:

Added in bounding polygon

File:
1 edited

Legend:

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

    r9186 r9187  
    6363Make_Geotif(swwFile=name+'.sww',
    6464             output_quantities=['depth', 'depthIntegratedVelocity'],
    65              myTimeStep='max', CellSize=100.0,
     65             myTimeStep='max', CellSize=50.0,
    6666             lower_left=None, upper_right=None,
    6767             EPSG_CODE=32355,
     
    7070             min_allowed_height=1.0e-05,
    7171             output_dir='.',
    72              bounding_polygon=None,
     72             bounding_polygon=project.bounding_polygon,
    7373             verbose=True)
Note: See TracChangeset for help on using the changeset viewer.