ASC to ASC: Difference between revisions

Content deleted Content added
Line 111:
*Removes all NaN values in a tif and replace them with -999
:<tt>asc_to_asc.exe -conv -tif -ndv -999 <input.tif> -out <output.tif></tt><nowiki>**</nowiki><br>
<b><nowiki>**</nowiki> Note</b>, in the above example it is important to specify an output name with <tt>-out</tt> when converting to the same format (e.g. tif to tif) as otherwise the output will overwrite the input.<br>
<b><nowiki>**</nowiki> Note</b>, from the 2025.1 release and onwards, NaN's values in grid inputs are always treated as “no data values” and therefore grids can be read into TUFLOW directly without undertaking the above process.
 
==Maximum==