Hi Fransceco,

you're product got a projection name and a physical origin and spacing.
As Julien suspected it should be an ortho-ready product:

https://www.orfeo-toolbox.org/CookBook/CookBooksu38.html#x59-810004.2.4

You can process it by skipping the carto info using the extended
filename mechanism:

https://www.orfeo-toolbox.org/SoftwareGuide/SoftwareGuidech6.html#x26-950006.10

You just have to add "?&skipcarto=true" at the end of the input image
filename (replace -in img.tif with -in "img.tif?&skipcarto=true").

You'll probably have to double quotes the path.

Regards,



Le 12/08/2015 18:43, Francesco Sorice a écrit :
> Dear Julien,
> 
> this is the log after ReadImageInfo
> 
>  Application.logger (INFO)
> 
> Image general informations:
> 
> Number of bands : 1
> 
> Start index : [0,0]
> 
> Size : [15680,16184]
> 
> Origin : [607568,4.84643e+006]
> 
> Spacing : [0.6,-0.6]
> 
> Estimated ground spacing (in meters): [0.598505,0.600605]
> 
> 
> Image acquisition informations:
> 
> Sensor : QB02
> 
> Image identification number: 11SEP17095200-P2AS-054245249010_01_P001
> 
> Image projection : PROJCS["WGS 84 / UTM zone 32N",
> 
> GEOGCS["WGS 84",
> 
> DATUM["WGS_1984",
> 
> SPHEROID["WGS 84",6378137,298.257223563,
> 
> AUTHORITY["EPSG","7030"]],
> 
> AUTHORITY["EPSG","6326"]],
> 
> PRIMEM["Greenwich",0],
> 
> UNIT["degree",0.0174532925199433],
> 
> AUTHORITY["EPSG","4326"]],
> 
> PROJECTION["Transverse_Mercator"],
> 
> PARAMETER["latitude_of_origin",0],
> 
> PARAMETER["central_meridian",9],
> 
> PARAMETER["scale_factor",0.9996],
> 
> PARAMETER["false_easting",500000],
> 
> PARAMETER["false_northing",0],
> 
> UNIT["metre",1,
> 
> AUTHORITY["EPSG","9001"]],
> 
> AUTHORITY["EPSG","32632"]]
> 
> Acquisition time : 2011-09-17T09:51:00
> 
> Country : Italy
> 
> Town : Pisa
> 
> 
> Image footprint coordinates:
> 
> Upper left corner (latitude, longitude) = [43.7632,10.336]
> 
> Upper right corner (latitude, longitude) = [43.7617,10.4528]
> 
> Lower left corner (latitude, longitude) = [43.6757,10.334]
> 
> Lower right corner (latitude, longitude) = [43.6743,10.4507]
> 
> 
> Image default RGB composition:
> 
> [R, G, B] = [2,1,0]
> 
> 
> Ground control points information:
> 
> Number of GCPs = 0
> 
> GCPs projection =
> 
> 
> 
> -- 
> -- 
> 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 [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> 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 [email protected]
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout.

-- 
Manuel GRIZONNET

-- 
-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to