# Convert area

## Description

This operation converts values from one unit of measurement to another, such as square feet, acres, square meters, and even smaller or less common units used in physics (like barns or nanobarns).

***

## Data types

These are the input/output expected data types for this operation:

### Input data

![](/files/PLlLS9WDthpZu0nbKCNG) - Values whose unit of measurement you want to transform. They must be strings representing numbers.

### Output data

![](/files/FiO6hMIDNPuoHDSTAxHC) - Resulting values after transforming them to the selected unit of measurement.

***

## Parameters

These are the parameters you need to configure to use this operation (mandatory parameters are marked with a <mark style="color:red;">**\***</mark>):

<details>

<summary>Input units<mark style="color:red;"><strong>*</strong></mark></summary>

Enter the unit of measurement of your input data. You must indicate one of the following:

**Metric**

* `Square metre (sq m)`
* `Square kilometre (sq km)`
* `Centiare (ca)`
* `Deciare (da)`
* `Are (a)`
* `Decare (daa)`
* `Hectare (ha)`

**Imperial**

* `Square inch (sq in)`
* `Square foot (sq ft)`
* `Square yard (sq yd)`
* `Square mile (sq mi)`
* `Perch (sq per)`
* `Rood (ro)`
* `International acre (ac)`

**US customary units**

* `US survey acre (ac)`
* `US survey square mile (sq mi)`
* `US survey township`

**Nuclear physics**

* `Yoctobarn (yb)`
* `Zeptobarn (zb)`
* `Attobarn (ab)`
* `Femtobarn (fb)`
* `Picobarn (pb)`
* `Nanobarn (nb)`
* `Microbarn (μb)`
* `Millibarn (mb)`
* `Barn (b)`
* `Kilobarn (kb)`
* `Megabarn (Mb)`
* `Outhouse`
* `Shed`
* `Planck area`

**Comparisons**

* `Washington D.C.`
* `Isle of Wight`
* `Wales`
* `Texas`

</details>

<details>

<summary>Output units<mark style="color:red;"><strong>*</strong></mark></summary>

Enter the required unit of measurement of your output data. You must indicate one of the following:

**Metric**

* `Square metre (sq m)`
* `Square kilometre (sq km)`
* `Centiare (ca)`
* `Deciare (da)`
* `Are (a)`
* `Decare (daa)`
* `Hectare (ha)`

**Imperial**

* `Square inch (sq in)`
* `Square foot (sq ft)`
* `Square yard (sq yd)`
* `Square mile (sq mi)`
* `Perch (sq per)`
* `Rood (ro)`
* `International acre (ac)`

**US customary units**

* `US survey acre (ac)`
* `US survey square mile (sq mi)`
* `US survey township`

**Nuclear physics**

* `Yoctobarn (yb)`
* `Zeptobarn (zb)`
* `Attobarn (ab)`
* `Femtobarn (fb)`
* `Picobarn (pb)`
* `Nanobarn (nb)`
* `Microbarn (μb)`
* `Millibarn (mb)`
* `Barn (b)`
* `Kilobarn (kb)`
* `Megabarn (Mb)`
* `Outhouse`
* `Shed`
* `Planck area`

**Comparisons**

* `Washington D.C.`
* `Isle of Wight`
* `Wales`
* `Texas`

</details>

***

## Example

Suppose you want to convert a series of events from **square feet** into **square meters**:

1. In your Pipeline, open the required [Action](/the-workspace/pipelines/actions.md) configuration and select the input **Field**.
2. In the **Operation** field, choose **Convert area**.
3. Set **Input units** to `Square foot (sq ft)`.
4. Set **Output units** to `Square metre (sq m)`.
5. Give your **Output field** a name and click **Save**. The values in your input field will be transformed. For example:

```
Input data - "5000"

Input units - "Square foot (sq ft)"

Output units - "Square metre (sq m)"

Output data - "464.515215"
```

{% hint style="info" %}
You can try out operations with specific values using the **Input** field above the operation. You can enter the value in the example above and check the result in the **Output** field.
{% endhint %}


---

# 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.onum.com/the-workspace/pipelines/actions/transformation/field-transformation/field-transformation-operations/conversion/convert-area.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.
