<div dir="auto"><div>Hi,<br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Moritz Lennert <<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a>> schrieb am Do., 14. Okt. 2021, 02:28:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi HB,<br>
<br>
Le 13 octobre 2021 22:57:21 GMT+01:00, B H <<a href="mailto:hemantbist@gmail.com" target="_blank" rel="noreferrer">hemantbist@gmail.com</a>> a écrit :<br>
>Hi,<br>
>How do I divide an area into smaller areas ( I am looking for functionality<br>
>of st_subdivide in postgis).<br>
>I need to  split some big areas into smaller ones (and all smaller ones<br>
>should have the same attributes).<br>
>I understand that it means that underlying topology would change( It would<br>
>add more boundaries).<br>
><br>
>When v.in.ogr imports a shapefile in Grass GIS, it automatically splits the<br>
>overlapping areas to make them topologically correct, so I am hoping that<br>
>there is already some way to just split a topologically valid area as<br>
>well...<br>
<br>
<br>
I don't think that there is any readymade module for this. You could just create a fixed grid with v.mkgrid and v.overlay it with something like this:<br>
<br>
v.overlay ain=orig bin=grid out=subdivided operator=and olayer=0,1,0<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Another option to try may be this one:</div><div dir="auto"><br></div><div dir="auto"><a href="https://grass.osgeo.org/grass-stable/manuals/v.voronoi.html#skeletons-and-center-lines-of-areas">https://grass.osgeo.org/grass-stable/manuals/v.voronoi.html#skeletons-and-center-lines-of-areas</a><br></div><div dir="auto"><br></div><div dir="auto">Markus</div><div dir="auto"><br></div></div>