Changeset 6955
- Timestamp:
- May 5, 2009, 10:50:45 AM (16 years ago)
- Location:
- anuga_work/production/australia_ph2/gold_coast
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/gold_coast/build_elevation.py
r6393 r6955 55 55 convert_dem_from_ascii2netcdf(absolute_filename, 56 56 basename_out=absolute_filename, 57 use_cache= True,57 use_cache=False, 58 58 verbose=True) 59 dem2pts(absolute_filename, use_cache= True, verbose=True)59 dem2pts(absolute_filename, use_cache=False, verbose=True) 60 60 61 61 geospatial_data[filename] = Geospatial_data(file_name=absolute_filename+'.pts', -
anuga_work/production/australia_ph2/gold_coast/project.py
r6864 r6955 32 32 event_number = int(sys.argv[1]) 33 33 else: 34 event_number = 50883# the event number or the mux file name35 36 event_number_list = [ 50883, 51318, 51453] # To piggy back multiple events34 event_number = 31854 # the event number or the mux file name 35 36 event_number_list = [31854, 64479, 50883] # To piggy back multiple events 37 37 38 38 # events: 27346 (java 2.1e-6), 58334 (puysegur 8.8e-7), 64322 (sandwich 8.2e-6), … … 54 54 55 55 56 internal_polygon = True56 internal_polygon = False 57 57 58 58 #------------------------------------------------------------------------------- … … 97 97 # Used in build_elevation.py 98 98 # Format for points: easting,northing (no header) 99 bounding_polygon_filename = 'bounding_polygon_simple .csv'99 bounding_polygon_filename = 'bounding_polygon_simple_v2.csv' 100 100 bounding_polygon_maxarea = 125000 101 101
Note: See TracChangeset
for help on using the changeset viewer.