Skip to content

Instantly share code, notes, and snippets.

@shnhrtkyk
Created November 8, 2019 06:57
Show Gist options
  • Save shnhrtkyk/96f184ce5f362b729d23d69eb6cf70da to your computer and use it in GitHub Desktop.
Save shnhrtkyk/96f184ce5f362b729d23d69eb6cf70da to your computer and use it in GitHub Desktop.
gridopt = gdal.GridOptions(format='GTiff', algorithm='linear', width=1000,
height=1000)
dtm_data = gdal.Grid('tmp_point.tif', 'tmp_point.vrt', options=gridopt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment