ASC to ASC: Difference between revisions
Content deleted Content added
Ellis Symons (talk | contribs) |
|||
Line 485:
The utility can also remap additional map output grids (e.g. velocity, hazard and others) to the resolution of the DEM file, e.g.<br>
<li><tt>asc_to_asc.exe -remap -wl lowres_h.asc -dem DEM_highres.asc lowres_v.asc lowres_hazard.asc</tt><br>
The utility can also apply a buffer distance or add freeboard. For example, the below applies a buffer distance of 20m, and adds a freeboard of 0.2m to the original water level grid.<br>
<li><tt>asc_to_asc.exe -remap -bf0.2 -bd20 -wl lowres_h.asc -dem DEM_highres.asc</tt><br>
<br>
Note that, for any output types other than depth, this utility does NOT interpolate the result from the coarser grid to the finer grid, but only extends/reduces the output extent to the dry/wet extent. More discussions on this function is documented here [[TUFLOW_Remapping | TUFLOW Remapping Tool]].<br><br>
| |||