<div dir="ltr">credo possano interessare queste librerie da poco pubblicate per la validazioni poligonali...<div><br></div><div><a href="https://github.com/tudelft-gist/prepair">https://github.com/tudelft-gist/prepair</a><br>

</div><div><a href="https://github.com/tudelft-gist/pprepair">https://github.com/tudelft-gist/pprepair</a><br></div><div><br></div><div>basate su questo lavoro: <a href="http://www.gdmc.nl/ken/files/10_msc_thesis.pdf">http://www.gdmc.nl/ken/files/10_msc_thesis.pdf</a></div>

<div><br></div><div>con relativo plugin per qgis</div><div><a href="https://github.com/tudelft-gist/prepair-qgis">https://github.com/tudelft-gist/prepair-qgis</a><br></div><div><br></div><div>credoil plugin sia da istallare a manina perche' mi sembra non sia stato inserito nel repository</div>

<div><br></div><div>a presto, Luigi Pirelli</div><div><br></div><div>**********************************</div><div><div>What is prepair?</div><div>prepair -- pronounce 'pee-repair' as in 'polygon repair' -- permits us to easily repair "broken" GIS polygons, and that according to the international standards ISO 19107 (Geographic information -- Spatial schema). In brief, given a polygon, it automatically repairs it and returns back a valid polygon (actually a MultiPolygon if the input represents more than one polygon). Note that this project is only concerned with single polygons, if you're interested in validating how different polygons interact with each others (to be precise: to check if they form a planar partition) have a look at our other project pprepair.</div>

<div><br></div><div>Automated repair methods can be considered as interpreting ambiguous or ill-defined polygons and giving a coherent and clearly defined output. Examples of errors are: polygon has a dangling edge; polygon is not closed; polygon self-intersects; an inner ring of the polygon is located outside the outer ring; etc.</div>

<div><br></div><div>prepair performs more or less the same as the new PostGIS 2.0's function ST_MakeValid(), but is faster, scales better to massive polygons, and predicting its behaviour is simple (so one can guess how her polygons will be repaired). We have implemented two repair paradigms: an extension of the odd-even algorithm to handle GIS polygons containing inner rings and degeneracies; and one where we follow a set difference rule for the rings.</div>

<div><br></div><div>prepair is based on a constrained triangulation (CGAL is used) and OGR is used to read/write WKT.</div><div><br></div><div>It is available under a dual license scheme: GPLv3 and commercial. If you are interested in a commercial license, please contact Ken Arroyo Ohori.</div>

</div></div>