Guest User

Untitled

a guest
Jul 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. processing.run("gdal:cliprasterbymasklayer",
  2. {'INPUT': rasterToClip,
  3. 'MASK': vectorMask,
  4. 'NODATA': -1,
  5. 'ALPHA_BAND': True,
  6. 'CROP_TO_CUTLINE': True,
  7. 'KEEP_RESOLUTION': True,
  8. 'OPTIONS': "",
  9. 'DATA_TYPE': 5,
  10. 'OUTPUT': outputFilename})
Add Comment
Please, Sign In to add comment