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
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(...):