hellik / v.gdal_grid

prototype of calculating bbox of every geometry in a vector layer and writes a GDAL gdal_translate commands to extract tiles matching the vector geometries bbox - GRASS GIS addon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v.gdal_grid

prototype of calculating bbox of every geometry in a vector layer and writes a GDAL gdal_translate commands to extract tiles matching the vector geometries bbox

the script works as a GRASS GIS addon.

workflow:

  • v.mkgrid - to create a vector map of a user-defined grid
  • v.gdal_grid -s input=your_vector_grid dir=data prefix=a raster=input.tif file=do_gdaltranslate
  • do_gdaltranslate

About

prototype of calculating bbox of every geometry in a vector layer and writes a GDAL gdal_translate commands to extract tiles matching the vector geometries bbox - GRASS GIS addon

License:GNU General Public License v3.0


Languages

Language:Python 100.0%