# Geometry

<figure><img src="/files/XI3RCrf2MkArnbmEkbhE" alt="" width="563"><figcaption></figcaption></figure>

IN THIS ARTICLE

FieldDoc invites standard users to attach simple geospatial data to each activity record to delineate the area of installation or implementation. This article covers the feature and how to enter data into FieldDoc.

***

## Geometry

Each activity record can have a single geospatial data point associated with it, which is used to delineate the footprint of the activity. In this article, we’ll walk through the **Geometry** feature—its purpose, functionality, and how to input geospatial data into activity records.

Geospatial data holds immense value for nature-based work. During the prioritization and planning phases, location data helps align potential installation sites with strategic priorities and anticipated impacts. In the implementation phase, it enables a landscape-level view of where work is being carried out. And once projects are installed, accurate location data supports confident monitoring and verification by ensuring activities can be reliably tracked over time.

### The purpose of geometries

In FieldDoc, we keep it simple—the geospatial data attached to an activity record should represent the area impacted by the implementation of the nature-based work. This guidance is intentionally generalized, as what you choose to delineate may vary depending on your organization’s intended use of FieldDoc.

To support broader and more complex workflows, FieldDoc offers [integrations ](/essentials/integrations-beta.md)that allow you to share geospatial data with third-party applications like ArcGIS Online and Airtable. This ensures your data can feed directly into prioritization models and tracking tools—without duplication or extra effort.

### Rules for geospatial data

* Each activity record can only have one geometry associated with it. In other words, you can have a single point, a line, or a polygon for each record. If you have multiple geometries, then those should be represented by individual activity records.
* We recommend focusing on an implementation area for a single location. Large geometries, such as the polygon of an entire state or watershed, may disrupt the functioning on&#x20;

### Geometry functionality

FieldDoc's **Geometry** feature allows users to associate a single geospatial data point—such as a point, line, or polygon—with each activity record. This geometry is intended to represent the physical footprint of the nature-based work being implemented. Users can create or upload geometry directly within FieldDoc, or integrate with external tools like ArcGIS Online to sync data.

By capturing geospatial information at the activity level, FieldDoc enables spatial analysis, improved tracking, and seamless integration into broader planning and reporting workflows. The geometry may also be used to determine available environmental models and the inputs used to generate environmental benefits.

## How to input geospatial data into activity records

Geometry data is typically added as part of the [Activity](/essentials/activities.md) record configuration. FieldDoc offers multiple ways to associate a geometry with activity records.

{% hint style="warning" %}
**To use geospatial data when creating an activity:**

If you have a shapefile or other geospatial file, you **must start by using the Import File** button to create a new record. This is the only way to associate your file with a new activity.

**Important:** You **cannot** import a shapefile after the activity record has already been created. There is currently no option to upload or link geospatial data from within an existing Activity record.
{% endhint %}

{% tabs %}
{% tab title="Draw in App" %}

## Draw with Map Editor

You can draw your geometry directly in the FieldDoc platform. This is the preferred method if you do not have access to GIS software or if you have already created your activity records and you need to add a geometry.

### Step-by-step instructions.&#x20;

1. Open the Geometry tab.
2. Navigate to your location on the map.
3. Change the base layer to satellite for more precision.
4. Select your draw tool (point, line, or polygon)
5. Delineate your activity footpring.
6. Click on the map but away from the geometry to save your data. This will turn the geometry purple.
7. You're done!&#x20;

### Dig in! Interactive tutorials

#### Draw a polygon

{% @arcade/embed flowId="NilvISfP4G3XPOuD2sKZ" url="<https://app.arcade.software/share/NilvISfP4G3XPOuD2sKZ>" %}

#### Draw a point

{% @arcade/embed flowId="22chsxf6vAiqi9oiZoaU" url="<https://app.arcade.software/share/22chsxf6vAiqi9oiZoaU>" %}

#### Draw a line

{% @arcade/embed flowId="MKC9pgLNn6SfAy9dlrZT" url="<https://app.arcade.software/share/MKC9pgLNn6SfAy9dlrZT>" %}

{% endtab %}

{% tab title="Import File" %}

## Import File

Using the FieldDoc Import File you can create activity records based on existing geospatial data. The process works for single activity creation and batch record creation. In the import process, you will select your source file, map the source fields to the FieldDoc fields, and click "import". FieldDoc will create an activity record for reach feature in the file. You can learn more about [Import ](/essentials/import.md)guidelines.&#x20;

### Step by Step Instructions

1. Prepare your source file.&#x20;
2. Click the **Import File** Button.
3. Map your source file fields to the FieldDoc fields.
4. Click Import.
5. An activity record will be created for each feature. The geometry will be added to each record.&#x20;
6. You will need to enter into each activity record in order to complete the configuration.&#x20;

### Dig in! Interactive Tutorial

#### Import a .CSV files

A .CSV file typically contains latitudes and longitudes in decimal degrees. These will be loaded as points within each activity record. If you want to batch import a .csv file without coordinates then you will need to use the FieldDoc Map Editor tools in the Edit Activity > Geometry draw your geometries. Below is an example .CSV file for the tutorial.&#x20;

{% file src="/files/1QI0BHsl36nqoNHuV8WB" %}

{% @arcade/embed flowId="8r51lTaMCPZSaje1izSR" url="<https://app.arcade.software/share/8r51lTaMCPZSaje1izSR>" %}

#### Import a .GeoJSON file

GeoJSON is an open standard format based on JavaScript Object Notation (JSON) for encoding geographic data, representing simple features like points, lines, and polygons, along with their non-spatial attribute. If you don't have a .GeoJSON file on hand, you can create one and add attribute data from free online platforms like geojson.io and placemark.io. Here is an example .GeoJSON file for the tutorial.

{% file src="/files/bcfeeSsnPE8I3ryYW14Y" %}

{% @arcade/embed flowId="jBUuWqAIODLQ10LIXgkZ" url="<https://app.arcade.software/share/jBUuWqAIODLQ10LIXgkZ>" %}

{% endtab %}
{% endtabs %}


---

# 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://help.fielddoc.org/essentials/activities/geometry.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.
