Ignore:
Timestamp:
Sep 26, 2008, 3:46:52 PM (16 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/carnarvon/build_carnarvon_250m.py

    r5790 r5793  
    7171
    7272#-------------------------------------------------------------------------------
    73 # Combine, clip and export dataset
     73# export dataset
    7474#-------------------------------------------------------------------------------
    75 
    76 print'clip combined geospatial object by bounding polygon'
    77 G_clipped = G.clip(project_250m.poly_all)
    7875
    7976print'export combined DEM file'
    8077if access(project_250m.topographies_dir,F_OK) == 0:
    8178    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 ARC
     79G.export_points_file(project_250m.combined_dir_name + '.pts')
     80G.export_points_file(project_250m.combined_dir_name + '.txt') #Use for comparision in ARC
    8481
Note: See TracChangeset for help on using the changeset viewer.