Changeset 7373
- Timestamp:
- Aug 14, 2009, 1:12:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DVD_images/extra_files/BatemansBay/project/project.py
r7360 r7373 108 108 # Used in run_building_inundation.py 109 109 # Format latitude,longitude etc (geographic) 110 ##building_exposure_filename = ' ' # from NEXIS110 ##building_exposure_filename = '.csv' # from NEXIS 111 111 112 112 # AREA OF IMAGES - Extent of each image to find out highest runup … … 122 122 # Thinned ordering file from Hazard Map (geographic) 123 123 # Format is index,latitude,longitude (with header) 124 urs_order_filename = ' thinned_boundary_ordering_extend.csv'124 urs_order_filename = 'urs_order.csv' 125 125 126 126 # Landward bounding points 127 127 # Format easting,northing (no header) 128 landward_boundary_filename = 'landward_boundary _extend.csv'128 landward_boundary_filename = 'landward_boundary.csv' 129 129 130 130 # MUX input filename.
Note: See TracChangeset
for help on using the changeset viewer.