Description
Add a data store (read only for now) for RAW binary raster has documented by ESRI:
This is a relatively easy format to implement (no compression, no tiling) and can be quite convenient because it is easy for external application to create an output in that format without any specialized library.
This is partially a port of code that started in Geotk and is completed in SIS.
Limitations
In the initial version, when reading a statistics file like below:
band minimum maximum mean std_deviation linear_stretch_min linear_stretch_max
the linear_stretch_min and linear_stretch_max values are ignored.