> For the complete documentation index, see [llms.txt](https://njord.gitbook.io/physical-competition-2023/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://njord.gitbook.io/physical-competition-2023/7-evaluation/7.2-submission-of-data.md).

# 7.2 Submission of data

We would like all participating teams to submit the following data in a .csv-file, for easier and more neutral judgment of the performance of your vessel. The data columns should be separated with “,” (comma) and the "." (dot) should be used as a decimal separator.

It is critical that the data is provided in the listed order, also the first row (header) of your file must contain the variable name.

The order of the data to be provided is a follows:

1. Latitude
2. Longitude
3. Altitude
4. Heading
5. Speed over ground
6. Power consumption
7. Percentage of battery left
8. The length of your timestep
9. Other parameters you would wish to include

GPS-coordinates should be in LLA-format, as Latitude, Longitude and Altitude. This is chosen because it is a simple and common GPS-format. It is also not certain that all participating teams use and follow the correct maritime and GNSS-standards.

These other parameters must be specified in the first row, and they should be accompanied by a message or some sort of documentation, telling us why this data is provided and how it should be interpreted and presented.&#x20;

If additional data is provided, we also wish you to provide the code for us to interpret and present it.

<br>


---

# 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://njord.gitbook.io/physical-competition-2023/7-evaluation/7.2-submission-of-data.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.
