<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    I am trying to orthorectify a couple of aerial photos using
    gdalwarp, but i am stuck with the <i>-to </i>transformer option. I
    have seen in archive two request concerning this issue, but without
    any answer for now... so hope this 3rd will have a reply ;)<br>
    <br>
    materials :<br>
    scan of an old aerial photo, without fly info and, of course,
    without projection, tif format<br>
    Dem of the region, tif format<br>
    <br>
    what i've done :<br>
    using qgis georeferencer to grab some GPC's on the aerial photo<br>
    using gdal_translate to insert GPC's in the aerial photo<br>
    <br>
    what i've try :<br>
    <br>
    using gdalwarp to transform, rectify and project the aerial photo
    with :<br>
    <i>gdalwarp -to RPC_DEM=dem.tif -t_srs=EPSG:2154 input.tif
      output.tif</i><br>
    <br>
    result:<br>
    my file is transformed and projected but not rectified. Option <i>-to

      RPC_DEM </i>is ignored by gdalwarp, even if I write wrong option
    like <i>-to RP_D...<br>
      <br>
    </i>Am i doing something wrong ?<br>
    <br>
    thanks for reply<br>
    <br>
    Alain
  </body>
</html>