Re: [gdal-dev] HDF-EOS AIRS CO2 images without georeference using gdal_translate

2012-01-28 Thread David Ortiz
Chaitanya, i  used gdalwarp with several values for tolerance and minimum_gcps respectively : -refine_gcps 1 10,  1 35, 1 41, 200 10, 200 35, 200 41, 329 10, 329 35, 329 41, 9000 10, 9000 41  and loaded the images in Gis software with layer of points whose coordinates are from geolocation fiel

[gdal-dev] Problem with reading OziExplorer .map world files

2012-01-28 Thread AksakTimur
Hey, I'm new to GDAL and I have a problem when I try to open a raster file with a .map worldfile(OziExplorer Map Data File): ... double AdfGeoTransform[6]; pDataset->GetGeoTransform( AdfGeoTransform ) *returs CE_Failure!* ... Also, I've tried GDALLoadOziMapFile(..) and GDALReadOziMapFile(...):