#1506: r.to.rast3: support for float datatype
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 6.5.0
Component: Raster3D | Version: svn-trunk
Keywords: r.to.rast3 | Platform: All
Cpu: All |
-------------------------+--------------------------------------------------
Hi,
3D rasters can either be 'float's or 'double's. But r.to.rast3 always
creates doubles. For a 3D raster with many many cells this can be a rather
expensive problem.
thanks,
Hamish
ps- why no raster 3d support for integers? (e.g. category == geologic rock
type)
pps- why not FCELL,DCELL to match 2D rasters? or are they anachronisms
from an era when IEEE FPs were still in strong competition with IBM's FP,
etc?
but there is no `r3.compress` or `r3.support` utility to adjust that. (is
precision=23 meaningful for doubles? isn't anything >16 sig. digits going
to be noise?)
Only `r3.in.ascii` and `r3.in.v5d` have controls for these:
{{{
type Data type used in the output file
options: default,double,float
default: default
precision Precision used in the output file (default, max, or 0 to
52)
default: default
compression The compression method used in the output file
options: default,rle,none
default: default
tiledimension The dimensions of the tiles used in the output file
default: default
}}}