===== Trips ===== .. _trip-attributes: Trip Attributes =============== .. tabularcolumns:: |l|L| ========================== =========== Attribute Description ========================== =========== id The unique ID of the trip. pilot The :ref:`pilot ` assigned to the trip. plane The :ref:`plane ` assigned to the trip. actual_spray_date The date entered by the user when the trip was recorded as sprayed. sprayed_acres The number of acres entered by the user when the trip was recorded. spray_start_time The start time entered by the user when the trip was recorded. spray_end_time The end time entered by the user when the trip was recorded. spray_temp The temperature entered by the user when the trip recorded. spray_humidity The humidity entered by the user when the trip was recorded. spray_wind_speed The wind speed entered by the user when the trip was recorded. spray_wind_direction The wind direction entered by the user when the trip was recorded. spray_comment An optional comment entered by the user when the trip was recorded. spray_log_files Names of any log files entered by the user when the trip was recorded. spray_end_temp The ending temperature entered by the user when the trip was recorded. spray_end_humidity The ending humidity entered by the user when the trip was recorded. spray_end_wind_speed The ending wind speed entered by the user when the trip was recorded. spray_end_wind_direction The ending wind direction entered by the user when the trip was recorded. start_tach_hours The engine tach hours reading at the begining of the trip. end_tach_hours The engine tach hours reading at the end of the trip. starts The number of engine starts/takeoffs for the trip. landings The number of landings for the trip. multiple_pass_acres The number of acres considered multiple pass acres. ========================== =========== Sample ------ :: [ { "id": 42980, "pilot": { "id": 257, "user": { "id": 839, "login": "oscar1", "email": "", "first_name": "Oscar", "last_name": ".Rogator" }, "code": null, "business_name": "AgriSmart Ground", "pilot_pest_lic": "IA 123456", "business_pest_lic": "IA 567890", "pilot_license": "", "address": "100 Main Street", "city": "Red Oak", "state": "IA", "zip": "51566", "payment_terms": 1.5, "active": true }, "plane": { "plane_n_number": "Rogator 1" }, "actual_spray_date": "2019-04-02", "sprayed_acres": 100.0, "multiple_pass_acres": null, "spray_start_time": "04:46 PM", "spray_end_time": "05:46 PM", "spray_temp": 52.0, "spray_humidity": 46.0, "spray_wind_speed": 7.0, "spray_wind_direction": "282", "spray_comment": null, "spray_log_files": "", "spray_end_temp": 53.0, "spray_end_humidity": 44.0, "spray_end_wind_speed": 6.0, "spray_end_wind_direction": "275", "start_tach_hours": null, "end_tach_hours": null, "starts": null, "landings": null }, { "id": 42981, "pilot": { "id": 257, "user": { "id": 839, "login": "oscar1", "email": "", "first_name": "Oscar", "last_name": ".Rogator" }, "code": null, "business_name": "AgriSmart Ground", "pilot_pest_lic": "IA 123456", "business_pest_lic": "IA 567890", "pilot_license": "", "address": "100 Main Street", "city": "Red Oak", "state": "IA", "zip": "51566", "payment_terms": 1.5, "active": true }, "plane": { "plane_n_number": "Rogator 1" }, "actual_spray_date": "2019-04-02", "sprayed_acres": 362.0, "multiple_pass_acres": null, "spray_start_time": "05:47 PM", "spray_end_time": null, "spray_temp": 53.0, "spray_humidity": 44.0, "spray_wind_speed": 6.0, "spray_wind_direction": "275", "spray_comment": null, "spray_log_files": "", "spray_end_temp": null, "spray_end_humidity": null, "spray_end_wind_speed": null, "spray_end_wind_direction": "", "start_tach_hours": null, "end_tach_hours": null, "starts": null, "landings": null } ]