Dear all, 
i wnat to correct landsat 7 image with no fill data , with Qgis it's OK , 
but i must doing bands by bands cause the directory "GAP" don't take all 
correct images 
https://hal.archives-ouvertes.fr/hal-01774927/document
like 

E:/IMAGE_LANDSAT_V2_BRUTE/195_28/LE07_L1TP__20040908__01_T1/gap_mask/LE07_L1TP_195028_20040908_20170119_01_T1_GM_B1.TIF
 
-of GTiff 
E:/IMAGE_LANDSAT_V2_BRUTE/195_28/LE07_L1TP__20040908__01_T1/LE07_L1TP_195028_20040908_20170119_01_T1_B1.TIF
 
E:/IMAGE_LANDSAT_V2_BRUTE/195_28/LE07_L1TP__20040908__01_T1/b1_2004_09_08_195_28.tif

Now i want to realize with the function with orfeotoolbox and do a program 
in R like

      command<-exe_otb
      command<-paste(command, '-il', path.in)
      command<-paste(command, '-out', path.out)
      command_final<-""
      command_final<-paste(bin_otb,command,sep="")
      cat("command_final =", path.out ," en cours " , "\n")
      system(command_final)

What  is the function orfeotoolbox "no fill data " , have you an example ...
Many Thanks Michel 
Michel Mouléry - INRA - spatial engineer - MSC 


-- 
-- 
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