EarthCape Documentation

Données

Consulter vos données

Records live in an ordinary database on the device. The lists behave like a data grid — you can inspect and correct your own observations without a round trip to a server. Column choice and filtering are available on every list, sorting by column header on a tablet, and every row opens directly into the record's edit form.

Les listes

Five lists cover the records you will check most often.

ListeCe qu'elle contient
ObservationsChaque occurrence de taxon enregistrée dans le projet, avec ses champs de formulaire, sa position, son horodatage et ses photos jointes
LocalitésLieux nommés servant d'ancrages spatiaux pour les visites et les observations
VisitesLes événements d'inventaire qui regroupent les observations faites sur une même localité au cours d'une même session ; voir Enregistrer des observations
TaxonsThe species list for this project — the taxa actually recorded — with a switch to browse the full reference taxonomy
FichiersPhotos and attachments across the whole project, shown as a grid or gallery

La liste des observations

The observation list is the main working view for checking what was recorded. On a tablet, tap a column header to sort by it and tap again to reverse the order. Tap any row to open the observation's detail form, where you can correct any field and save.

Liste des observations montrant plusieurs enregistrements avec le taxon, la date et les autres colonnes choisies
Observation listEach row is one recorded occurrence. Tap a row to open and edit the record; on a tablet, tap a column header to sort.

The list always shows the project's complete set of observations. On a tablet, use sorting to spot outliers — sorting by date surfaces any records with an implausible timestamp, and sorting by taxon groups occurrences of the same species so you can compare their field values.

Choisir les colonnes

Le sélecteur de colonnes vous permet de choisir quels champs apparaissent dans la liste. Touchez son icône pour l'ouvrir.

Sélecteur de colonnes montrant les champs disponibles pour la liste des observations
Column pickerBuilt-in fields and every custom field are available here; custom fields with "Show in list" on are shown by default.

Every custom field appears in the picker; Show in list only decides whether it is on by default (see Forms and custom fields). A practical approach: put the two or three fields you are checking for errors into the list so a visual scan catches them without opening individual records. If you are checking whether abundance counts were filled in, add that column; if you are verifying that the observer name is consistent, add that one instead.

Filtrage

Type in the filter box above the list to narrow it. On a phone one box matches your text against every column shown in the list — taxon, date, visit, locality, comment and any custom column you have added. On a tablet each column has its own filter box under the header, and the boxes combine: typing in two columns returns only rows that match both.

Observation list filtered by typing a date into the filter box above the list
FilteringType a date, a name or part of a value; only rows containing that text remain.

Example — everything recorded on one date. Type the date, for example 2026-04-18, into the filter box. Every observation from that day remains; clear the box to see all rows again.

Filtering matches text that is present. To find records where a field was left blank, add that field as a column and scan the list, or sort by that column on a tablet so the empty cells group together.

Visites et localités

La liste des visites et la liste des localités vous permettent d'examiner la structure spatiale et temporelle du projet indépendamment des observations elles-mêmes.

Liste des visites montrant les événements d'inventaire avec leur localité et leur date
VisitesChaque ligne est une session d'inventaire sur une localité. Touchez-la pour ouvrir et modifier les détails de la visite ou voir quelles observations lui appartiennent.
Liste des localités montrant les lieux nommés utilisés dans le projet
LocalitésLieux nommés utilisés dans tout le projet. Touchez-en un pour ouvrir son formulaire, y compris sa position sur la carte.

A visit is the survey event that connects a locality to a set of observations made during one session. Opening a visit from this list shows which observations were recorded under it. The localities list shows every named place in the project; tapping one opens its form so you can check or correct its name and position. Both lists filter and open to their edit forms in the same way as the observation list. See Recording observations for how visits and localities are created in the field.

Taxons

The taxa list opens on My species — the taxa recorded in the project. Switch to All names to browse the downloaded Catalogue of Life names.

Liste des taxons montrant les espèces enregistrées dans le projet en cours
Taxa listMy species shows only the taxa recorded in this project; All names shows the reference list.

My species is the useful view before export, because it is the project's working species list. It is where you check for spelling inconsistencies and near-duplicate names that arose from entering the same species differently across sessions — for example Tulipa greigii entered once with a capital G, or a vernacular name used as a taxon name on one record. The full reference taxonomy is also available through the search on the observation entry form (see Recording observations).

Photos

La vue des fichiers présente dans une seule grille chaque image jointe au projet.

Galerie de photos du projet montrant une grille de toutes les images jointes
Galerie de photosToutes les images jointes au projet en un seul endroit. Touchez n'importe quelle photo pour voir à quel enregistrement elle appartient.

L'usage pratique est de confirmer que les photos se sont bien jointes aux enregistrements auxquels vous les destiniez. Sur le terrain, il est facile de prendre une photo et de passer à la suite avant que la pièce jointe ne soit terminée, ou de la joindre à la mauvaise observation. La galerie fournit un décompte et un contrôle visuel : si vous avez enregistré dix observations et que la galerie montre sept photos, trois enregistrements n'en ont pas. Touchez n'importe quelle photo pour accéder à son enregistrement parent.

Corriger les données avant l'export

Un rapide passage dans les listes avant d'exporter permet de détecter les problèmes de terrain les plus courants.

  1. Ouvrez la liste des taxons et cherchez les noms quasi identiques — la même espèce saisie avec une variante orthographique ou à un rang différent. Corrigez les enregistrements d'observation fautifs afin que le nom de taxon soit cohérent partout.
  2. Open the observation list, add the field you consider required in practice to the visible columns, then scan or sort that column for empty cells. Open each flagged record and fill in the missing value.
  3. Switch to the map and switch the basemap to Outline (see Map tools) so your own points are clearly visible against a plain background. Positions that landed in water or in the wrong valley stand out immediately. Tap to open and move the offending record.
  4. Vérifiez la galerie de photos pour confirmer que le nombre d'images correspond à vos attentes. Ouvrez toute photo qui semble mal attribuée et réaffectez-la.
  5. Lorsque les données semblent correctes, rendez-vous dans Formats d'export.

Où les données sont stockées

All records are stored in a single SQLite database on the device. No account is required to create or read data, and your records leave the device only when you export them or use a connected service (Google Drive, Dropbox, Zenodo, iNaturalist). Map tiles, weather, GBIF look-ups and AI identification are fetched from their providers when you use those features. Recording works entirely offline from the moment you create a project.

A full SQLite backup is one of the twelve export formats. It produces a .db file that is a complete copy of the app's database — every project, every table as it sits on disk — readable by any SQLite tool. It is for analysis and archiving, not for restoring into the app; for device-to-device backup use Backup & Restore under Menu → Admin → Account, which backs the database up to Google Drive. See Export formats for all twelve options.