# Vessel report master data

### Direction data

<table data-header-hidden><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>Direction id</td><td>Direction Description</td></tr><tr><td><pre><code>911636
</code></pre></td><td>North</td></tr><tr><td><pre><code>911637
</code></pre></td><td>South</td></tr><tr><td><pre><code>911638
</code></pre></td><td>East</td></tr><tr><td><pre><code>911639
</code></pre></td><td>West</td></tr><tr><td><pre><code>911640
</code></pre></td><td>North/East</td></tr><tr><td><pre><code>911641
</code></pre></td><td>North/West</td></tr><tr><td><pre><code>911642
</code></pre></td><td>South/East</td></tr><tr><td><pre><code>911643
</code></pre></td><td>South/West</td></tr><tr><td><pre><code>913753
</code></pre></td><td>Various</td></tr><tr><td><pre><code>913902
</code></pre></td><td>North/North/East</td></tr><tr><td><pre><code>913903
</code></pre></td><td>East/North/East</td></tr><tr><td><pre><code>913904
</code></pre></td><td>East/South/East</td></tr><tr><td><pre><code>913905
</code></pre></td><td>South/South/East</td></tr><tr><td><pre><code>913906
</code></pre></td><td>South/South/West</td></tr><tr><td><pre><code>913907
</code></pre></td><td>West/South/West</td></tr><tr><td><pre><code>913908
</code></pre></td><td>West/North/West</td></tr><tr><td><pre><code>913909
</code></pre></td><td>North/North/West</td></tr><tr><td><pre><code>916765
</code></pre></td><td>East/by/North</td></tr><tr><td><pre><code>916766
</code></pre></td><td>East/by/South</td></tr><tr><td><pre><code>916767
</code></pre></td><td>North/by/East</td></tr><tr><td><pre><code>916768
</code></pre></td><td>North/by/West</td></tr><tr><td><pre><code>916769
</code></pre></td><td>NE/by/East</td></tr><tr><td><pre><code>916770
</code></pre></td><td>NE/by/north</td></tr><tr><td><pre><code>916771
</code></pre></td><td>NW/by/North</td></tr><tr><td><pre><code>916772
</code></pre></td><td>NW/by/West</td></tr><tr><td><pre><code>916773
</code></pre></td><td>SE/by/East</td></tr><tr><td><pre><code>916774
</code></pre></td><td>SE/by/South</td></tr><tr><td><pre><code>916775
</code></pre></td><td>SW/by/South</td></tr><tr><td><pre><code>916776
</code></pre></td><td>SW/by/West</td></tr><tr><td><pre><code>916777
</code></pre></td><td>South/by/East</td></tr><tr><td><pre><code>916778
</code></pre></td><td>South/by/West</td></tr><tr><td><pre><code>916779
</code></pre></td><td>West/by/North</td></tr><tr><td><pre><code>916780
</code></pre></td><td>West/by/South</td></tr></tbody></table>

### Weather data

<table data-header-hidden><thead><tr><th width="411"></th><th></th></tr></thead><tbody><tr><td>Weather ID</td><td>Weather Description</td></tr><tr><td><pre><code>950926
</code></pre></td><td>Clear Sky</td></tr><tr><td><pre><code>950927
</code></pre></td><td>Sunny Day</td></tr><tr><td><pre><code>950928
</code></pre></td><td>Partly Cloudy</td></tr><tr><td><pre><code>950929
</code></pre></td><td>Sunny Intervals</td></tr><tr><td><pre><code>950930
</code></pre></td><td>Dust</td></tr><tr><td><pre><code>950931
</code></pre></td><td>Mist</td></tr><tr><td><pre><code>950932
</code></pre></td><td>Fog</td></tr><tr><td><pre><code>950933
</code></pre></td><td>Medium-Level Cloud</td></tr><tr><td><pre><code>950934
</code></pre></td><td>Low-Level Cloud</td></tr><tr><td><pre><code>950935
</code></pre></td><td>Light Rain Shower</td></tr><tr><td><pre><code>950936
</code></pre></td><td>Drizzle</td></tr><tr><td><pre><code>950937
</code></pre></td><td>Light Rain</td></tr><tr><td><pre><code>950938
</code></pre></td><td>Heavy Rain Shower</td></tr><tr><td><pre><code>950939
</code></pre></td><td>Heavy Rain</td></tr><tr><td><pre><code>950940
</code></pre></td><td>Sleet Shower</td></tr><tr><td><pre><code>950941
</code></pre></td><td>Sleet</td></tr><tr><td><pre><code>950942
</code></pre></td><td>Hail Shower</td></tr><tr><td><pre><code>950943
</code></pre></td><td>Hail</td></tr><tr><td><pre><code>950944
</code></pre></td><td>Light Snow Shower</td></tr><tr><td><pre><code>950945
</code></pre></td><td>Light Snow</td></tr><tr><td><pre><code>950946
</code></pre></td><td>Heavy Snow Shower</td></tr><tr><td><pre><code>950947
</code></pre></td><td>Heavy Snow</td></tr><tr><td><pre><code>950948
</code></pre></td><td>Thundery Shower</td></tr><tr><td><pre><code>950949
</code></pre></td><td>Thunder Storm</td></tr><tr><td><pre><code>950950
</code></pre></td><td>Tropical Storm</td></tr><tr><td><pre><code>950951
</code></pre></td><td>Haze</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://api.dataloy.com/api-release-8.25/user-guides/vessel-report/vessel-report-master-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
