Convert coordinates to EUDR GeoJSON
Suppliers send plot data in every format under the sun. Drop in a CSV, KML/KMZ, zipped shapefile or WKT and get back a clean WGS-84 GeoJSON — reprojected if needed and validated against the EUDR rules, ready for TRACES. Nothing leaves your browser.
CSV · KML · KMZ · zipped shapefile (.zip) · WKT · GeoJSON
Applies to CSV / WKT / GeoJSON. KML and shapefiles are reprojected automatically.
…or paste text (CSV / WKT / GeoJSON)
🔒 Conversion runs entirely in your browser — your files are never uploaded.
Frequently asked questions
- Which formats can I convert?
- CSV (latitude/longitude columns or a WKT/geometry column), KML and KMZ, zipped shapefiles (.zip containing .shp/.dbf/.prj), plain WKT, and existing GeoJSON. The output is always WGS-84 GeoJSON.
- Does it reproject from other coordinate systems?
- Yes. Shapefiles are reprojected automatically using their .prj file, and KML is already WGS-84. For CSV, WKT or GeoJSON in a projected system, pick the source coordinate system (or paste a proj4 definition) and it is reprojected to WGS-84.
- How are large plots handled?
- After conversion the file is run through the EUDR validator, which flags plots over 4 hectares that are only points, low-precision coordinates, self-intersecting polygons and more — each with a fix.
- Is my data uploaded?
- No. Parsing, reprojection and validation all run in your browser. Files never leave your device.