On Thu, May 3, 2012 at 8:35 AM, Jonathan Greenberg <j...@illinois.edu> wrote:
> Gdalers:
>
> I'm working on some parallel processing routines via rgdal and R, but
> thought this question was better answered here.  I'm trying to find out
> which raster formats are simply a flat binary file an a header.  ENVI is the
> one that springs to mind.  We're trying to work up which files can be
> "natively" written as flat binaries where all we have to do after the file
> is written is setup the correct header.  Thanks!

Jonathan,

In addition to those mentioned, my favor GDAL supported raster
raster files + ascii header are:

PAux (PCI with .aux - my design!)
EHdr (ESRI BIL with .hdr)
VRT  (you can use a GDAL VRT to describe a raster raster file with
*full* GDAL metadata, etc)

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Software Developer
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to