Changeset 5793 for anuga_work/production/carnarvon/build_carnarvon_250m.py
- Timestamp:
- Sep 26, 2008, 3:46:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/carnarvon/build_carnarvon_250m.py
r5790 r5793 71 71 72 72 #------------------------------------------------------------------------------- 73 # Combine, clip andexport dataset73 # export dataset 74 74 #------------------------------------------------------------------------------- 75 76 print'clip combined geospatial object by bounding polygon'77 G_clipped = G.clip(project_250m.poly_all)78 75 79 76 print'export combined DEM file' 80 77 if access(project_250m.topographies_dir,F_OK) == 0: 81 78 mkdir (project_250m.topographies_dir) 82 G _clipped.export_points_file(project_250m.combined_dir_name + '.pts')83 #G_clipped.export_points_file(project_250m.combined_dir_name + '.txt') #Use for comparision in ARC79 G.export_points_file(project_250m.combined_dir_name + '.pts') 80 G.export_points_file(project_250m.combined_dir_name + '.txt') #Use for comparision in ARC 84 81
Note: See TracChangeset
for help on using the changeset viewer.