Skip to content

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

Notifications You must be signed in to change notification settings

hellik/v.gdal_grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages