ASC to ASC: Difference between revisions
Content deleted Content added
| Ellis Symons (talk | contribs) | Ellis Symons (talk | contribs) | ||
| Line 106: *Converts asc to tif and sets the "no data value" to -999 :<tt>asc_to_asc.exe -conv -tif -ndv -999 DEM_M01.asc</tt> *Removes all NaN values in a tif and  :<tt>asc_to_asc.exe -conv -tif -ndv -999 <input.tif> -out <output.tif></tt><nowiki>**</nowiki><br> <nowiki>**</nowiki> Note, 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. | |||