Hi, 
I'm trying to fit a Sentinel-1 image (epsg 4326) to an other image (proj 
epsg 2154). To achieve this, I used the Orthorectification application with 
these parameters : 

otbcli_OrthoRectification -io.in 
s1b-iw-grd-vv-20170630t174639-20170630t174704-006283-00b0b1-001.tiff 
-io.out MyOrtho -map epsg -map.epsg.code 2154 -outputs.ulx 499825.41815 
-outputs.uly 6350610.64015 -outputs.sizex 10996 -outputs.sizey 10995 
-outputs.spacingx 10 -outputs.spacingy -10 -opt.gridspacing 40 -elev.geoid 
egm96.grd -elev.dem SRTM

But when I check output's origin (thanks to gdalinfo) -> Origin = 
(499825.406250000000000,6350610.500000000000000). It's different from ulx 
and uly I want.
I tried to change gridspacing and outputs.mode parameters but It's the same 
result.

That's why I tried with Superimpose application (with geoid and dem 
parameters), and it's works perfectly. 

Why I can't use OrthoRectification to achieve this purpose ? Did I do 
something wrong ?

Thanks,


-- 
-- 
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to otb-users@googlegroups.com
To unsubscribe from this group, send email to
otb-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to otb-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to