Changeset 7858 for trunk/anuga_core/source/anuga/file_conversion/urs2sww.py
- Timestamp:
- Jun 18, 2010, 4:43:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file_conversion/urs2sww.py
r7800 r7858 24 24 from anuga.file.sww import Write_sww 25 25 26 27 ################################################################################ 28 # CONVERTING UNGRIDDED URS DATA TO AN SWW FILE 29 ################################################################################ 30 31 ## 32 # @brief Convert URS file(s) (wave prop) to an SWW file. 33 # @param basename_in Stem of the input filenames. 34 # @param basename_out Path to the output SWW file. 35 # @param verbose True if this function is to be verbose. 36 # @param mint 37 # @param maxt 38 # @param mean_stage 39 # @param origin Tuple with geo-ref UTM coordinates (zone, easting, northing). 40 # @param hole_points_UTM 41 # @param zscale 42 # @note Also convert latitude and longitude to UTM. All coordinates are 43 # assumed to be given in the GDA94 datum. 44 # @note Input filename stem has suffixes '-z-mux', '-e-mux' and '-n-mux' 45 # added for relative height, x-velocity and y-velocity respectively. 26 ############################################################### 27 46 28 def urs_ungridded2sww(basename_in='o', basename_out=None, verbose=False, 47 29 mint=None, maxt=None,
Note: See TracChangeset
for help on using the changeset viewer.