← EUDR Plot File Studio

EUDR guide · GeoJSON geolocation

EUDR GeoJSON geolocation requirements, explained

A geolocation file that looks fine on screen can still fail EUDR submission over coordinate order, precision or ring structure. This guide sets out the format rules, the 4-hectare point-vs-polygon threshold, and the errors that trip up most first-time filers.

Last reviewed 17 July 2026. Reflects Regulation (EU) 2023/1115 as amended in December 2025.

What EUDR geolocation is

The EU Deforestation Regulation (Regulation (EU) 2023/1115) requires operators and traders placing certain commodities on the EU market -- cattle, cocoa, coffee, oil palm, rubber, soya and wood, and derived products -- to submit a due diligence statement that includes the geolocation of every plot of land where the relevant commodity was produced.

Geolocation is not a free-text address. It is structured coordinate data, typically submitted as GeoJSON, that must meet specific format and precision requirements before it can be accepted.

In one sentence: plots of 4 hectares or less can be reported as a single point; larger plots need a polygon of the perimeter, and every coordinate must be in decimal degrees, WGS84, to at least six decimal places.

Current application dates

EUDR's application dates were pushed back twice, most recently by a December 2025 simplification amendment. The dates below reflect that amendment.

Large and medium operators and traders30 December 2026
Micro and small operators30 June 2027
Micro and small operators already covered by the EU Timber Regulation (EUTR)30 December 2026 (follow the earlier date, not the general small-operator date)
Because the dates have changed twice, treat any date you find outside an official EU source as potentially outdated, and check the European Commission's EUDR page before relying on a specific deadline.

Point vs. polygon: the 4-hectare rule

The geometry type required depends on the size of the plot of land:

This threshold applies per plot, not per shipment or per operator -- a single consignment sourced from several plots may need a mix of points and polygons depending on each plot's size.

Coordinate format

Coordinate systemWGS84 (EPSG:4326)
FormatDecimal degrees
PrecisionAt least six decimal places
Coordinate order in GeoJSONLongitude first, then latitude -- [lon, lat], not [lat, lon]
File formatGeoJSON (Feature or FeatureCollection)

The coordinate order is the single most common source of confusion. Most people say and write coordinates as "latitude, longitude" -- but the GeoJSON specification stores them the other way round, as [longitude, latitude]. A file with coordinates copied straight from a "lat, lon" source without swapping the order will place every plot in the wrong location, often in the ocean or a different hemisphere entirely.

Common submission errors

Common misconceptions

Checking a file before you submit it

Open rings, self-intersections and swapped coordinates are exactly the errors that are easy to miss by eye but simple to catch with a structural check. The EUDR Plot File Studio validates and repairs GeoJSON geolocation files locally in your browser -- plot coordinates and area are never uploaded, and the built-in map lets you see each plot against real terrain before you rely on it.

Open EUDR Plot File Studio

Frequently asked questions

What coordinate format does EUDR require?

Decimal degrees, WGS84 (EPSG:4326), at least six decimal places, with GeoJSON's longitude-first coordinate order.

When do I need a polygon instead of a point?

Plots larger than 4 hectares need a polygon of the perimeter. Plots of 4 hectares or less can be a single point.

When does EUDR apply?

Large and medium operators and traders from 30 December 2026; micro and small operators from 30 June 2027, except those already covered by the EU Timber Regulation, who follow the 30 December 2026 date.

What makes a GeoJSON file invalid?

Unclosed polygon rings, self-intersecting polygons, coordinates in the wrong order, insufficient decimal precision, and the wrong coordinate reference system are the most common causes.

Can I check my file before submitting it?

Yes. Structural issues like open rings, self-intersections and swapped coordinates can be checked locally without uploading the file anywhere.

Sources

This guide is general information about EUDR geolocation requirements, not legal advice. Application dates and technical requirements have changed more than once and implementing acts add further detail -- verify current dates and format rules against the Official Journal and the European Commission before relying on any figure. Not affiliated with the European Commission or the EU.