Changeset 5381 for anuga_work/production/busselton/build_busselton.py
- Timestamp:
- May 30, 2008, 10:52:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/build_busselton.py
r5149 r5381 72 72 print "creates DEMs from ascii data" 73 73 convert_dem_from_ascii2netcdf(onshore_in_dir_name, basename_out=onshore_dir_name, use_cache=True, verbose=True) 74 #convert_dem_from_ascii2netcdf(island_in_dir_name, basename_out=island_dir_name, use_cache=True, verbose=True)75 74 76 75 #creates pts file for onshore DEM … … 111 110 #G_all=Geospatial_data(file_name = project.combined_dir_name + '.txt') 112 111 print'split' 113 G_all_1 ,= G.split(.10)112 G_all_1 = G.split(.10) 114 113 print'export 1' 115 114 G_all_1.export_points_file(project.combined_dir_name+'_small' + '.txt')
Note: See TracChangeset
for help on using the changeset viewer.