You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
porder order command with '--op clip' option gives error:
Unable to accept order: AOI is invalid: Self-intersection[-91.3017465704121 43.7893715726562]
The text was updated successfully, but these errors were encountered:
- Added geometry check functionality to multipolygon with shapely self intersection [Issue 30](#30).
- For multipolygons this also performs a vertex count check and simplifies polygon to fit under 500 vertices.
- General improvements
Hey @goriliukasbuxton
porder now checks multi polygon and then uses a vertex check and simplifies geometry to under 500. If you are concerned about the number of vertices, run the simplify tool first and then pass through order tool. Upgrade to porder 0.4.2
porder order command with '--op clip' option gives error:
Unable to accept order: AOI is invalid: Self-intersection[-91.3017465704121 43.7893715726562]
The text was updated successfully, but these errors were encountered: