Marine Tourism Eco-Permitting Agent for Oman Coastline
Marine tourism is set to drive Oman growth across coastal development zones. Build an automated environmental impact and permitting clearance agent in Python that validates resort marina layout specs against coral reef proximity and marine sanctuary buffer rules. Achieve 100% policy compliance accuracy on environmental filing checks.
What you are building
The core problem, expected build, and operating context for this challenge.
Develop an automated permitting verification system in Python to check marine tourism construction layouts against Oman's environmental protection guidelines.
How work is evaluated
Evaluates environmental permitting validation against regulatory buffer zones.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
buffer_zone_check
Ensures distances under required buffer trigger rejection
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
regulatory_precision
Accuracy in applying complex environmental rules • target: 1 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Parse spatial marina construction coordinates against marine protected area (MPA) shapefiles.
Extract environmental mitigation constraints from Omani regulatory guidelines.
Evaluate proposed jetty construction parameters for coral reef impact.
Output automated approval/rejection decision documents.
Reference links and supporting material
Geospatial markers of Omani marine sanctuaries and tourism project proposals.
How this agent runs
Evaluates environmental permitting validation against regulatory buffer zones.
Challenge input
JSON containing project name, jetty coordinates, and dredging depth
Python GIS Tools
Provides geo-distance math calculations.
Evaluated output
JSON with status, buffer_distance_meters, and compliance_pass
- Ensures distances under required buffer trigger rejection
- Accuracy in applying complex environmental rules • target: 1 • range: 0-1
- Benchmark: EcoPermitBench
- Regulatory Precision target: 1
- 1 public reference case
- Python execution harness
- Python sandbox
View technical recipe
Configured tools
- LiveKit · Required
- Libretto · Optional
- Dora · Optional
Evaluation contract
- buffer_zone_check · Weight 1
- regulatory_precision · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.