- Timestamp:
- Feb 5, 2009, 3:06:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/standardised_version/build_busselton.py
r6279 r6280 30 30 # output to file 31 31 #------------------------------------------------------------------------------ 32 copy_code_files(project.output_build,__file__,33 os.path.dirname(project.__file__)+os.sep+\34 project.__name__+'.py' )35 start_screen_catcher(project.output_build)32 #copy_code_files(project.output_build,__file__, 33 # os.path.dirname(project.__file__)+os.sep+\ 34 # project.__name__+'.py' ) 35 #start_screen_catcher(project.output_build) 36 36 37 37 … … 72 72 73 73 print 'Add geospatial objects' # except', project.offshore_name5 74 G = geospatial_data 75 ##None 76 ##for key in geospatial_data: 77 ## if key != project.offshore_name5: 78 ## G += geospatial_data[key] 74 G = None 75 for key in geospatial_data: 76 #if key == project.point_filenames[4] or key == project.ascii_filenames[1]: 77 # # Skip these files for now 78 # continue 79 80 G += geospatial_data[key] 79 81 80 82 print 'Clip combined geospatial data' 81 83 ##G_clip = G.clip_outside(project.poly_aoi1) 82 ##G_all = G_clip + geospatial_data[project. offshore_name5] # G_off584 ##G_all = G_clip + geospatial_data[project.point_filenames[4]] 83 85 #G_clipped = G_all.clip(project.poly_all) 84 86 G_clip = G.clip(project.bounding_polygon)
Note: See TracChangeset
for help on using the changeset viewer.