Changeset 9334 for trunk/anuga_work/development
- Timestamp:
- Sep 12, 2014, 11:59:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/template_scenarios/tsunami/tsunami1/scripts/project.py
r9332 r9334 46 46 # or a proj4string defining the coordinate system (which is more flexible) 47 47 projection_information = 47 48 #projection_information='+proj=utm +zone=47 +datum=WGS84 +units=m +no_defs' 48 49 49 50 ##################################################################### … … 253 254 else: 254 255 proj4string="+proj=utm +zone="+str(projection_information)+" +datum=WGS84 +units=m +no_defs" 255 256 elif type(projection_information) is str: 257 proj4string = projection_information 256 258 else: 257 259 msg = 'Invalid projection information -- must be a proj4string, or an integer'+\
Note: See TracChangeset
for help on using the changeset viewer.