# TransformGdal

Task version: 1.0.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Source code: <https://github.com/FrendsPlatform/Frends.Gps/tree/main/Frends.Gps.TransformGdal>

## Task Parameters

{% tabs %}
{% tab title="Input" %}

| Name         | Description                                                                          |
| ------------ | ------------------------------------------------------------------------------------ |
| X : `String` | <p>X coordinate</p><p><br>Default: <code>-</code><br>Example: <code>24,12</code></p> |
| Y : `String` | <p>Y coordinate</p><p><br>Default: <code>-</code><br>Example: <code>24,12</code></p> |
| Z : `String` | <p>Z coordinate</p><p><br>Default: <code>-</code><br>Example: <code>24,12</code></p> |
| {% endtab %} |                                                                                      |

{% tab title="Options" %}

| Name                             | Description                                                                                                                                                                                                       |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ThrowErrorOnFailure : `Boolean`  | <p>True: Throw an exception.</p><p>False: Error will be added to the Result.Error.AdditionalInformation list instead of stopping the Task.</p><p><br>Default: <code>True</code><br>Example: <code>true</code></p> |
| ErrorMessageOnFailure : `String` | <p>Message what will be used when error occurs</p><p><br>Default: <code>Default error message</code><br>Example: <code>Task failed during execution</code></p>                                                    |
| SourceFormat : `Int32`           | <p>EPSG code of source format</p><p><br>Default: <code>-</code><br>Example: <code>4326</code></p>                                                                                                                 |
| TargetFormat : `Int32`           | <p>EPSG code of target format</p><p><br>Default: <code>-</code><br>Example: <code>32633</code></p>                                                                                                                |
| {% endtab %}                     |                                                                                                                                                                                                                   |
| {% endtabs %}                    |                                                                                                                                                                                                                   |

## Task Result

| Name                 | Description                                       |
| -------------------- | ------------------------------------------------- |
| Success : `Boolean`  | <p>Success flag<br>Example: <code>true</code></p> |
| Error : `Error`      | Error info                                        |
| Data : `Coordinates` | Transformed coordinates                           |

## Task Changelog

Changelog is not available for this Task.


---

# 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://docs.frends.com/tasks/tasks/gps/transformgdal.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.
