Re: [gdal-dev] Arc File Geodatabase

2016-08-29 Thread Richard Barnes
I'm not sure that I have time to do a full integration with GDAL. But I did continue my previous line of work far enough that I now have a decent program for extracting the raster data into GeoTIFFs. It's available at: https://github.com/r-barnes/ArcRasterRescue It seems each raster is associa

Re: [gdal-dev] Arc File Geodatabase

2016-08-21 Thread James Ramm
Yes, there is some form 2d index - each raster has a corresponding .col_index.atx, .row_index.atx, _.blk_key_index.atx and .band_index.atx files. I've not looke at how they work together so far. On Sunday, 21 August 2016, Even Rouault wrote: > Hi Richard, > > > I saw a posting from July > >

Re: [gdal-dev] Arc File Geodatabase

2016-08-21 Thread Even Rouault
Hi Richard, > I saw a posting from July > about > work towards deciphering the Arc File Geodatabase Raster format. > > Inspired, I did some work today and successfully extracted a raster from > a geodatabase. > > Using Even Rouau

[gdal-dev] Arc File Geodatabase

2016-08-21 Thread Richard Barnes
I saw a posting from July about work towards deciphering the Arc File Geodatabase Raster format. Inspired, I did some work today and successfully extracted a raster from a geodatabase. Using Even Rouault's /dump_gdbtable/ as