• Convert a normal TIFF to GeoTIFF

    From vijivarghese1992@gmail.com@21:1/5 to All on Wed Jul 20 10:51:50 2016
    On Wednesday, November 21, 2007 at 2:51:38 PM UTC+5:30, Juho Pitkänen wrote:
    I have some scanned tiff images. I want to georeference them. I
    calculate the tie points and pixel scales, but I could not succeeded
    in writing them as tiff tags. Therefore, GTIFImageToPCS always fails
    when I try to read the georeference information. I am using
    libgeotiff. Is there a sample code to achieve this, which tags and
    keys do I have to set ?

    Hi,

    If programming by yourself is not needed, you could perhaps use gdal programs, see http://www.gdal.org/

    If you have at least three tie points for an image, you can use gdal_translate to input tie points and gdalwarp to warp the image:

    gdal_translate -gcp pixel line easting northing -gcp ... scanned.tif tmp.tif

    gdalwarp tmp.tif result.tif

    gdal_translate can also be used to convert tif/tfw to geotiff, if that
    is enough for you.

    if anyone please convert the following tiff to geotiff please.Its very urgent http://www.zamzar.com/getFiles.php?uid=e9e62f2a6ab13d2c7ec48aac424c91d-e39896bf5b132be9&targetID=pmVo4ovEokn3e0OeWCcFSQ_I_I

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bill Bradshaw@21:1/5 to All on Wed Jul 20 10:40:53 2016
    Try this program:

    http://freegeographytools.com/2007/handling-tiff-worldfiles-with-geotiffexaminer
    --
    <Bill>

    Brought to you from Anchorage, Alaska

    <vijivarghese1992@gmail.com> wrote in message news:5cd9d0b6-572d-4820-bd64-9577a2ead4d5@googlegroups.com...
    On Wednesday, November 21, 2007 at 2:51:38 PM UTC+5:30, Juho Pitkänen wrote:
    I have some scanned tiff images. I want to georeference them. I
    calculate the tie points and pixel scales, but I could not succeeded
    in writing them as tiff tags. Therefore, GTIFImageToPCS always fails
    when I try to read the georeference information. I am using
    libgeotiff. Is there a sample code to achieve this, which tags and
    keys do I have to set ?

    Hi,

    If programming by yourself is not needed, you could perhaps use gdal programs, see http://www.gdal.org/

    If you have at least three tie points for an image, you can use gdal_translate to input tie points and gdalwarp to warp the image:

    gdal_translate -gcp pixel line easting northing -gcp ... scanned.tif
    tmp.tif

    gdalwarp tmp.tif result.tif

    gdal_translate can also be used to convert tif/tfw to geotiff, if that
    is enough for you.

    if anyone please convert the following tiff to geotiff please.Its very
    urgent http://www.zamzar.com/getFiles.php?uid=e9e62f2a6ab13d2c7ec48aac424c91d-e39896bf5b132be9&targetID=pmVo4ovEokn3e0OeWCcFSQ_I_I

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)