EarthCape Documentation

Enregistrement

Formulaires et champs personnalisés

Le formulaire d'observation est configurable : quels champs apparaissent, dans quel ordre, sous quels intitulés de section, et quels champs sont vos propres ajouts. Configurez-le une fois avant la saison et chaque personne participant à l'inventaire saisit les mêmes données de la même façon sur tous les appareils.

The form builder

The form builder lists every field available for an entity, grouped into sections. Each field row shows its data type and has controls to set its column span, mark it required, hide it, or remove it from the form. The example below shows the built-in "Casual / incidental" observation form.

Form builder for the Casual / incidental observation form: one section listing Date, Taxon, Geometry, Locality, Count and other fields, each with column-span, required, visibility and remove controls
Form builderSections group related fields. Each field can be spanned, marked required, hidden or removed. The buttons above the layout add a custom field or a section, switch to reorder mode, and preview or save.

To reorder, tap Reorder and use the up and down arrows on each field or section. To add a grouping, tap Add section and give it a name. To hide a field, tap its eye control; to take it off the form, tap its remove control. Hiding or removing a field does not delete data already stored against it; the data stays in the database and still appears in exports. Bringing the field back makes it visible again.

Ajouter un champ personnalisé

The built-in fields cover the core observation attributes (taxon, date, position, count, confidence, notes and so on). When your protocol records something outside that set — a canopy cover score, a trap type, a microhabitat class — you add a custom field.

Add custom field dialog with Caption, Key, Data type, Section, Required and Show in list controls
Add custom fieldSix controls determine how the field is stored, where it sits on the form and whether it is a default list column.
CommandeCe qu'il fait
TitreL'intitulé présenté à l'observateur dans le formulaire. C'est ce que voit la personne qui saisit les données. Il peut être modifié à tout moment sans incidence sur les données enregistrées.
CléThe stable identifier used when the field appears in exports. Custom-field values are exported under this key inside the CustomFieldsJson column of Excel and Data Package exports. Choose it deliberately — your analysis scripts, R code or spreadsheet formulas will reference it by this name. Do not change it mid-season once data has been collected against it; changing the key produces a new empty key in exports and orphans the old data under the old name.
Data typeOne of string, int, double, bool, date or lookup. A lookup field takes its options from a vocabulary name, a set code, or inline options JSON. The data type cannot be changed after the field is saved.
SectionThe section of the form the field is placed in. New fields go into a section named "Custom" unless you type another name.
RequisMarks the field as required on the form. Required fields are shown with a star in the form builder; required fields that belong to the survey protocol are enforced when the record is saved. Use sparingly — a required field the recorder cannot always answer leads to records being abandoned rather than saved with the field empty.
Afficher dans la listeWhen on, the field is shown as a column in the Observations list by default. Every custom field can be added or removed from the list in the column picker; see Browsing your data.

Pour ajouter un champ personnalisé à un formulaire :

  1. Open the form builder for the entity you want to modify.
  2. Tap Add custom field above the layout.
  3. Saisissez le Titre que verra l'observateur.
  4. Enter the Key. Use lowercase with underscores and no spaces — for example canopy_cover_pct or trap_type. This is the key your exports use.
  5. Set the Data type.
  6. Leave Section as "Custom" or type the section the field belongs in.
  7. Réglez Requis et Afficher dans la liste selon vos besoins.
  8. Confirmez. Le champ est ajouté au formulaire et apparaîtra dans les exports à partir de ce moment.

Key names and exports. The Key you choose here is the name your analysis tools will see. If you are sharing a project with other people, agree the key names before sharing the project setup file — a key entered differently on two devices produces two separate keys in a merged export.

Quelles entités ont des formulaires

Each entity that holds recorded data has its own form: observations, survey visits and localities. Forms are configured independently — a custom field added to the observation form does not appear on the locality form. Open Menu → Protocols, open a protocol (clone a built-in first) and use the Entity type dropdown on the Form builder tab to switch between the three forms. To adjust the layout for one project only, tap Customize in the project's Survey protocol section.

Éditeurs structurés

Where a flat list of fields is not adequate, the app has a purpose-built editor that sits directly on the visit record:

This is a fixed component tied to those protocols, not a field you configure in the form builder.

Transférer la configuration vers d'autres appareils

Form and protocol configuration is not stored as a global setting — it belongs to the project. To give every device on a survey the same forms, share the project setup file and import it on each device.

Le déroulement pratique :

  1. Design the forms, add custom fields and assign a protocol on one device.
  2. Open Menu → Projects, open the project, and tap Share in the toolbar. The app writes a .ecsurvey file containing the project, its protocol, forms, custom fields, sites and vocabulary, and opens the share sheet.
  3. Send the file to each team member — by Drive, e-mail, Bluetooth or cable.
  4. On each device, open the file, or open Menu → Projects and tap Import. Confirm the Import project setup dialog. The project appears with the same forms, fields and protocol.

After import, every device records against the same field layout, using the same keys, and produces exports that merge cleanly. If you need to change the form mid-season, repeat the process: update the configuration on one device, share a new .ecsurvey file, and import it again on every device.

Setup is separate from records. A .ecsurvey file carries configuration only. If the project already exists on the receiving device, its configuration is overwritten and its records are kept. To combine records collected on several devices, use Download from Drive + merge… (see Google Drive collaboration) or import a Frictionless Data Package with Import data package… on the export screen.

Comment cela apparaît dans les exports

In Excel, Frictionless Data Package and the Google Drive CSVs, custom-field values are stored in one column per record, CustomFieldsJson, as a JSON object keyed by the Key you assigned. For example {"custom.canopy_cover_pct": 35}. Analysis scripts read the values from that column; the field definitions themselves are exported in mobile_fields_metadata.csv inside the data package.

Custom fields are not written to the spatial formats (GeoPackage, Shapefile, GeoJSON, KML, GPX, GML, MapInfo) or to the Darwin Core Archive and GBIF DwC-DP, which carry only the standard attributes. Use Excel or the Frictionless Data Package when you need the custom values.

The Key still matters more than the Caption after fieldwork: the Caption is for the person entering the data, the Key is what every script sees. See Export formats for a full description of each format.

Langue

The app interface is translated into 19 languages; see Languages for the full list and how to switch. Protocol names and descriptions, and any captions you type yourself, are stored as written and are not translated.

If a multilingual team shares a project setup file, the custom field captions will appear in whichever language was used when they were created, on every device. Agree the caption language with your team before designing the form and sharing the setup file.