Hello all,<br><br>I&#39;ve been processing quite a bit of terrain data in GRASS and am having an issue with output nodata values..&nbsp; Is there anyway to set the output nodata value when exporting a raster?<br><br>I use r.in.xyz
 to load gridded data, and then export it to GTiff using 
r.out.gdal.&nbsp; The output file ends up with a float for null areas, something like &quot;NoData Value=-9.99999993381581e+36&quot;.&nbsp; I&#39;d like to set it too something simple like &quot;-9999&quot;.&nbsp; I can use &quot;r.null
 map=blah null=-9999&quot;, but then the metadata &quot;NoData&quot; flag doesn&#39;t get set.<br><br>Is there a way to specify a specific nodata value, either for internal storage, or as a metaopt for r.out.gdal?&nbsp; I&#39;m trying to get the import / export pipeline down to the least amount of steps possible.
<br><br>Thanks,<br><br>Jamie<br>