<div dir="ltr"><div><div><div><br><br>On Sat, Nov 25, 2017 at 3:07 AM, 洪朝貴 <<a href="mailto:ckhung@cyut.edu.tw">ckhung@cyut.edu.tw</a>> wrote:<br>><br>> Dear All,<br>><br>> I am a linux veteran and a grass newbie comfortable with<br>> file format conversions and most interested in grass<br>> v.* commands because of its rich algorithms and<br>> the possibility of scripting/automation.<br>><br>> I imported the attached geojson file like this:<br>>     v.in.ogr input=tkec.geojson output=tkec<br>> and tried these two commands:<br>>     v.delaunay input=tkec output=tkecdt<br>>     v.voronoi input=tkec output=tkecv<br>> The Delaunay triangulation works perfectly and looks nice<br>> after I exported it and displayed it in some other program.<br>> The Voronoi diagram command, however, gives the error message:<br>>     Found 0 points/centroids in <tkec@work>, but at least 2 are needed<br>><br>> I tried it in grass 7.0.3 of lubuntu 16.04 and<br>> grass 7.2.0 of lubuntu 17.04 .<br>> The error messages are the same.<br>> Did I miss some steps before calling v.voronoi?<br><br></div>v.voronoi uses the current region (the algorithm requires this), therefore you need to set an appropriate computational region first, e.g. with<br><br></div>g.region -pa vect=tkec res=1<br></div><div><br></div>before using v.voronoi.<br><div><div><div><br>> Many thanks in advance for your help!<br></div><div><br></div><div>HTH,</div><div><br></div><div>Markus M<br></div><div>><br>><br>> --<br>> 『我的野蠻工讀生』用高昂的『下賊船的代價』<br>> 綁架了我的文件! (請分別搜尋)<br>> Chao-Kuei Hung 洪朝貴<br>><br>> PGP Key ID: 4096R/5828A7A7<br>> Fingerprint: 67AF B5AB 5242 3E99 16D7  EAF8 A94D 2C92 5828 A7A7<br>><br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br><br></div></div></div></div>