Home / EUDR plot polygon rules
Geolocation due 30 December 2026 for large and medium operators, 30 June 2027 for micro and small

EUDR plot polygon rules

When a plot is 4 hectares or more, EUDR wants a polygon of its boundary. Polygons have several strict rules, and breaking any one is a rejection. Here is the full set, in plain language.

A polygon boundary sounds simple, but the GeoJSON standard and TRACES apply several structural rules to it. Each exists so the plot area is unambiguous. Here is every rule that applies to an EUDR plot polygon and what it means in practice.

The rules

RuleWhat it means
Closed ringsThe last coordinate of a ring must equal the first, so the boundary returns to its start. An open ring is rejected.
At least four positionsA ring needs a minimum of four positions (three corners plus the closing repeat) to enclose an area.
No self-intersectionThe boundary must not cross itself. A self-intersecting ring has an undefined interior and is invalid.
Right-hand windingExterior rings run counter-clockwise, holes run clockwise. This is the GeoJSON right-hand rule, and TRACES can be strict about it.
No duplicate verticesRepeated consecutive points can make a ring invalid and should be removed.
WGS84 coordinatesLongitude and latitude in degrees, longitude first, at about 6 decimal places.

Which of these can be fixed automatically

Most of them, safely: closing an open ring, correcting winding, removing duplicate vertices, and repairing a self-intersection are deterministic repairs. A ring with fewer than four positions cannot be invented into a valid area, so that one is reported for you to correct.

The fixer applies the safe repairs and flags any plot whose area moved, so you keep control of the boundary.

MultiPolygon plots

A plot split into separate parcels can be a MultiPolygon, where each part follows the same ring rules. The same checks apply to every ring of every part.

Common questions

What does closing a ring mean?

The first and last coordinate of the ring must be identical, so the boundary forms a closed loop. If they differ, the ring is open and rejected.

What is the right-hand winding rule?

Exterior rings should be counter-clockwise and interior holes clockwise. The fixer corrects winding automatically.

Check your polygons against every rule

Validate free and let the fixer close rings, correct winding, and repair invalid polygons for you.

Fix my file