Files
ds_drone_bot/test2.py
T
2025-08-01 19:33:30 +01:00

48 lines
2.6 KiB
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
booking_form_input = {
"job_id": "1043",
"job_overview": {
"job_number": "Job #1043",
"site_name": "Hightower Solar Farm",
"assigned_date": "January 23, 2025",
"status": "Scheduled"
},
"site_information": {
"site_name": "Hightower Solar Farm",
"region": "North England",
"full_address": "Grange Lane, Manchester M34 7TF",
"gps_coordinates": {
"latitude": "53.4408° N",
"longitude": "2.2426° W"
}
},
"timing": {
"start_time": "09:00 AM",
"end_time": "10:30 AM",
"survey_duration": "3045 mins",
"buffer_time": "45 mins"
},
"form": {
"asset_type": "Solar Farm",
"asset_details": "null",
"site_name": "Hightower Solar Farm",
"site_location": "Grange Lane, Manchester M34 7TF, GPS: 53.4408° N, 2.2426° W",
"system_size": "5.2 MW capacity, approximately 16,000 panels across 12 hectares",
"access_type": "Restricted Access",
"access_details": "Main gate access code: 7841. Contact facility manager Sarah Thompson at 0161-555-0234 for entry. Follow yellow markers to operations building. Site requires visitor registration.",
"vehicle_access": "Yes - Vehicle Accessible",
"contact_person": "Sarah Thompson",
"contact_phone": "0161-555-0234",
"contact_role": "Facility Manager",
"contact_availability": "Available on-site",
"special_safety_requirements": "Hard hats, high-vis vests, and steel-toe boots mandatory. Safety induction required (20 minutes). Keep 100m distance from substation area. Weather restriction: no flights in winds >15mph.",
"survey_purpose": "Insurance assessment",
"survey_purpose_details": "Annual insurance inspection required for policy renewal. Focus on structural integrity, panel condition, and inverter housing. Insurance company requires thermal imaging and detailed photographic documentation.",
"additional_requirements": "Morning survey preferred for optimal lighting conditions. Need detailed documentation of any panel damage or hotspots. Provide georeferenced images for insurance mapping. Weather backup date: January 24th same time.",
"timing_preference": "Within 1 week",
"preferred_dates": "January 23rd morning preferred, backup January 24th",
"selected_slot": "January 23rd, 2025 - 09:00 AM - 10:30 AM",
"assigned_engineer": "David Wilson - 0161-555-0876",
"booking_timestamp": "2025-01-15T10:45:22Z",
"booking_id": "DSV-2025-0115-007"
}
}