Hello everybody,
I need to export some raster data from GRASS to ArcView; as suggested on the
wiki [1] I used the option INTERLEAVE=PIXEL with r.out.gdal:
The INTERLEAVE option has no effect with elevation.10m because this is a raster, not a raster group, only one band is exported and there is nothing to interleave, this option and the suggestion in the wiki applies only to multi-band GeoTIFF.
My problem is how to export a raster to be used inside ArcGIS..the procedure
on the wiki [1] uses INTERLEAVE=PIXEL .
If I use a standard r.out.gdal syntax, the min shown is 2.22 *e^-308 and the
max 1.97*e^308
My problem is how to export a raster to be used inside ArcGIS..the procedure
on the wiki [1] uses INTERLEAVE=PIXEL .
... for multi-band raster exports
If I use a standard r.out.gdal syntax, the min shown is 2.22 *e^-308 and the
max 1.97*e^308
... in some ESRI product I guess. That's a bug in that ESRI product, it should use something like -DBL_MAX but uses DBL_MIN, which would be the potential data range but not the actual data range. File a bug with ESRI, wait for it to get fixed, download the fixed version. Alternatively, adjust the symbology for the raster map you want to display, if you're lucky, the ESRI product you are using offers a number of different color rules to be applied to your raster map.