Hi List,
I've created a GeoTIFF with GDAL. It works fine in QGIS and ArcMap, but
MapInfo refuses to load it, giving me a "Image file open error" message.

I've come across several problems and was wondering if anyone else had
experience with GDAL created files in MapInfo.

Problems:
1) MapInfo can't handle compressed overviews ( *--config COMPRESS_OVERVIEW
DEFLATE*) - I can easily get past this one by not compressing them.

2) However, my next problem is that MapInfo can't read the projection
information from within the file. Is GDAL capable of creating a TAB file?

3) Finally, while MapInfo will happily open my small subset sample (above
issues not withstanding), it won't load my full image (about 2GB). Both are
created using the exact same commands:

gdalbuildvrt -srcnodata -9999 -vrtnodata -9999 -input_file_list
> asc_list.txt merged_vrt.vrt

gdal_translate -of GTiff -co TILED=YES -co COMPRESS=DEFLATE -co
> BLOCKXSIZE=512 -co BLOCKYSIZE=512 -a_srs EPSG:27700 merged_vrt.vrt
> DSM_2012-13.tif
> gdaladdo -r average DSM_2012-13.tif 2 4 8 16 32 64


It's not the overviews because it still happens when they're not generated.

Thoughts welcome,
Jonathan

-- 
This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use it, or 
disclose it to anyone else. If you have received this transmission in error 
please notify the sender immediately. All email traffic sent to or from us, 
including without limitation all GCSX traffic, may be subject to recording 
and/or monitoring in accordance with relevant legislation.
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to