Changelog
What’s new in the EUDR Geolocation Toolkit. EUDR rules are checked against the official sources; the rule set was last reviewed on 2026-07-05.
v1.0
2026-07-05Initial release- EUDR GeoJSON validator: WGS-84 / CRS84, [lon, lat] order and lat/long-swap detection, ≥6 decimal places, the 4-hectare point/polygon rule, polygon integrity (closed rings, self-intersection, degenerate vertices), interior-ring (holes) and ProducerCountry checks, and plausibility warnings — each with a plain-language fix.
- Converter: CSV, KML/KMZ, zipped shapefile, WKT and GeoJSON → validated WGS-84 EUDR GeoJSON, with reprojection to WGS-84.
- Map builder: draw and edit plot points and polygons, live area readout, and one-click export of EUDR-ready GeoJSON.
- Guides: EUDR geolocation format, the 4-hectare rule, how to create a GeoJSON for EUDR, and why TRACES rejects GeoJSON files.
- Rules reviewed against the EUDR GeoJSON File Description v1.5 (5 May 2025).
- 100% client-side: plot coordinates never leave the browser. Heavy shapefile/CSV conversion runs in a Web Worker so the interface stays responsive.