[Qgis-user] Dealing with defective polygons.

gene martin.laloux at gmail.com
Thu May 12 01:58:33 PDT 2016


After importing your  shapefile in GRASS 7 (True topology, it detects and
eliminate the defective polygon)

before
> cam at data$id = rownames(cam at data)
> cam.points = fortify(cam, region="id")
Error: IllegalArgumentException: Invalid number of points in LinearRing
found 3 - must be 0 or >= 4

after
 
> cam at data$id = rownames(cam at data)
> cam.points = fortify(cam, region="id")




--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Dealing-with-defective-polygons-tp5265833p5265972.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.



More information about the Qgis-user mailing list