Guest User

Untitled

a guest
Jul 16th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ##Prepare Band Images = name
  2. ##Band01 = multiple raster
  3. ##Band02 = multiple raster
  4.  
  5. dictionary = {
  6. "band01": Band01,
  7. "band02": Band02
  8. }
  9.  
  10. for bandidx, bandfiles in dictionary.items():
  11. # Prepare band images
Add Comment
Please, Sign In to add comment