eudr_verify_plot
Validates farm plot GIS coordinates and polygon boundaries against EUDR Article 9 standards, auto-correcting inverted coordinates and self-intersecting polygons for reliable compliance checks.
Instructions
Validates GIS coordinates and polygon boundaries against EUDR (EU 2023/1115) Art. 9 standards. Auto-heals inverted coordinates and self-intersecting polygons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plot_id | Yes | Unique identifier for the production plot or farm. | |
| commodity | Yes | EUDR regulated commodity produced on this plot. | |
| coordinates | Yes | Coordinates in WGS84 format. Either [longitude, latitude] for point, or [[lng, lat], [lng, lat], ...] for polygon boundary. | |
| country_code | Yes | ISO 3166-1 alpha-2 country code of plot origin (e.g. 'ID', 'BR', 'CI', 'GH', 'VN'). | |
| area_hectares | No | Plot surface area in hectares. Plots >= 4.0 hectares strictly require polygon boundaries. |