Guest User

Untitled

a guest
Jul 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import gdal
  2.  
  3. img_bsq =image.bsq
  4. img_jpg =image.jpg
  5.  
  6. gdal.Translate(img_jpg, img_bsq, format='JPEG', width=1024, height=0,
  7. scaleParams=[[]])
Add Comment
Please, Sign In to add comment