Re: [gdal-dev] Reading contents of Erdas Block File

2014-06-03 Thread Ryan
Looking around the source for the HFA driver I was able to find hfatest.cpp. I compiled that and got what I needed with the -dt option. Problem solved! -Ryan On Fri, May 30, 2014 at 9:10 AM, Ryan wrote: > Erdas has some example data: > > http://download.intergraph.com/downloads/imagine-photog

Re: [gdal-dev] Reading contents of Erdas Block File

2014-05-30 Thread Even Rouault
On Thursday 29 May 2014 16:42:35 Ryan wrote: > There is a set of images (a handful of .img) and only one block file. I can > open any of the images but that doesn't seem to access the metadata that's > stored on the block file. Access to the .blk and one of the .img could be useful for investigati

Re: [gdal-dev] Reading contents of Erdas Block File

2014-05-29 Thread Ryan
There is a set of images (a handful of .img) and only one block file. I can open any of the images but that doesn't seem to access the metadata that's stored on the block file. -Ryan On Thu, May 29, 2014 at 3:24 PM, Even Rouault wrote: > On Thursday 29 May 2014 12:41:17 Ryan wrote: > > > I ha

Re: [gdal-dev] Reading contents of Erdas Block File

2014-05-29 Thread Even Rouault
On Thursday 29 May 2014 12:41:17 Ryan wrote: > I have some imagery that has metadata stored in Erdas Block Files (.blk) > that I am having a hard time reading. > > It likes the data is stored in an HFA Header, when viewing the file (cat or > less) it begins with "EHFA_HEADER_TAG". > > However, th

[gdal-dev] Reading contents of Erdas Block File

2014-05-29 Thread Ryan
I have some imagery that has metadata stored in Erdas Block Files (.blk) that I am having a hard time reading. It likes the data is stored in an HFA Header, when viewing the file (cat or less) it begins with "EHFA_HEADER_TAG". However, there are no raster bands so using gdalinfo or GDALOpen error