> For the complete documentation index, see [llms.txt](https://aerogcs-orange-docs.aeromegh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aerogcs-orange-docs.aeromegh.com/10.-mission-planning/10.8-corridor-planning/10.8.3.-corridor-survey-statistics.md).

# 10.8.3. Corridor Survey Statistics

When the User selects "Corridor Survey Statistics," you will see the following screen on your display.

<figure><img src="/files/c8JHZpJqWYlsUbMbLmh6" alt=""><figcaption><p>Corridor Survey Statistics</p></figcaption></figure>

On this screen, the user will see the area of the plan in square meters, the estimated time required for the flight, the image count of images to be captured during the flight, and the survey distance in meters and GSD in cm/pixel. All these values will be automatically calculated.

* **Survey Area:** This option in AeroGCS ORANGE displays the estimated area covered by the survey plan in square meters. The area adjusts dynamically with changes in the boundary points, allowing users to manually stretch or shrink the points to meet specific requirements.
* **Survey Distance**: AeroGCS ORANGE calculates and displays the total distance the drone will travel on the survey plan. This distance is influenced by the stretching or shrinking of boundary points and increases when the cross-grid option is enabled.
* **Survey Time**: AeroGCS ORANGE estimates the time required to complete the survey, which is displayed in this option. The survey time depends on whether the cross-grid settings are enabled.
* **Image Count:** The "Image Count" represents the number of images to be captured by the camera. In AeroGCS ORANGE, the camera selection determines the image count, and it increases with a larger area covered by the survey plan.
* **Ground Resolution/Ground Sampling Distance (GSD)**: Displays GSD Value in cm/pixel. GSD is the measure of the distance between two adjacent pixel centers on the ground, determining the resolution of images. Lower GSD values contribute to enhanced accuracy in image details.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://aerogcs-orange-docs.aeromegh.com/10.-mission-planning/10.8-corridor-planning/10.8.3.-corridor-survey-statistics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
