Wednesday 22 April 2015

Split vector polygon with a line - GRASS GIS


I was wondering if in GRASS GIS exists a way to split a polygonal area based on its intersection with a vector line, eg:


 ______                      ______
| | | * |
| * | + __________ -> |______|
| | | * |
|______| |______|

1 polygon + 1 line -> 2 polygons


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...