Changeset 9334


Ignore:
Timestamp:
Sep 12, 2014, 11:59:29 AM (11 years ago)
Author:
davies
Message:

Template scripts: Further fix to projection information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/gareth/template_scenarios/tsunami/tsunami1/scripts/project.py

    r9332 r9334  
    4646# or a proj4string defining the coordinate system (which is more flexible)
    4747projection_information = 47
     48#projection_information='+proj=utm +zone=47 +datum=WGS84 +units=m +no_defs'
    4849
    4950#####################################################################
     
    253254    else:
    254255        proj4string="+proj=utm +zone="+str(projection_information)+" +datum=WGS84 +units=m +no_defs"
    255 
     256elif type(projection_information) is str:
     257    proj4string = projection_information
    256258else:
    257259    msg = 'Invalid projection information --  must be a proj4string, or an integer'+\
Note: See TracChangeset for help on using the changeset viewer.