Re: [gdal-dev] using gcp's without giving coordinates

2009-04-02 Thread erik
Thanks, Klokan. I'll check this out. On Wed, Apr 1, 2009 at 2:52 PM, Klokan Petr Přidal wrote: > Hi, > > I am not familiar with OziExplorer Map files, but I have seen a > project trying to implement what you need, maybe you can reuse it (and > probably improve it and add support of different pro

Re: [gdal-dev] using gcp's without giving coordinates

2009-04-01 Thread Klokan Petr Přidal
Hi, I am not familiar with OziExplorer Map files, but I have seen a project trying to implement what you need, maybe you can reuse it (and probably improve it and add support of different projections): http://ozi2geotiff.svn.sourceforge.net/viewvc/ozi2geotiff/trunk/ozi2geotiff.py?view=markup I g

[gdal-dev] using gcp's without giving coordinates

2009-03-30 Thread erik
Hello, I'm trying to convert a map from OziExplorer Map file fromat to Geotiff. FOr this i'm using the calibration points in the Map file as Ground Control Points. I do the following: gdal_translate \ -gcp 203 52 529000 4191000 \ -gcp 5174 3096 544000 4182000 \ -gcp 5201 99 544000 4191000 \ -gcp