Changeset 4083
- Timestamp:
- Dec 14, 2006, 4:42:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth_2006/build_perth.py
r4081 r4083 29 29 #from anuga.shallow_water import Reflective_boundary 30 30 from anuga.shallow_water.data_manager import convert_dem_from_ascii2netcdf, dem2pts 31 from anuga.pmesh.mesh_interface import create_mesh_from_regions31 #from anuga.pmesh.mesh_interface import create_mesh_from_regions 32 32 from anuga.geospatial_data.geospatial_data import * 33 33 from anuga.abstract_2d_finite_volumes.util import start_screen_catcher, copy_code_files … … 121 121 122 122 ''' 123 124 G_all=Geospatial_data(file_name = project.combined_dir_name + ' .xya')123 print'project.combined_dir_name + 1.xya',project.combined_dir_name + '1.xya' 124 G_all=Geospatial_data(file_name = project.combined_dir_name + '1.xya') 125 125 print'split' 126 G_all_1, G_all_2 = G_all.split(. 20)126 G_all_1, G_all_2 = G_all.split(.10) 127 127 print'export 1' 128 G_all_1.export_points_file(project.combined_dir_name+'_small ' + '.xya')128 G_all_1.export_points_file(project.combined_dir_name+'_small1' + '.xya') 129 129 print'export 2' 130 G_all_2.export_points_file(project.combined_dir_name+'_other ' + '.xya')130 G_all_2.export_points_file(project.combined_dir_name+'_other1' + '.xya') 131 131 132 132 '''
Note: See TracChangeset
for help on using the changeset viewer.