LTARE Data Flow

This section outlines how state of the soils data are generated, processed, and moved from start to finish.

Pre Field Season

When preparing sample ID assignments, labels, chain of custodies, and other materials, use an accessible font to reduce transcription errors. Atkinson Hyperlegible has very distinct alphanumeric characters, which improves legibility. Download it from Google Fonts.

Assign unique identifiers

Before sample IDs can be assigned, collect the following information for each proposed sample:

  • County
  • Organization of sampling team
  • Farm name (optional)
  • Producer name
  • Producer contact information (optional)
  • Field name
  • Crop
  • General management practice (i.e., conventional, cover crop, reduced tillage)

View examples of the 2024 Sample Request Form sent to conservation districts and the Berries Sample Request Form used for a WSDA/WSU special project.

Once producers and fields have been identified, assign a unique ID for the producer, field, and sample with the following convention:

  • Producer ID: first three letters of county + three-digit landowner number
    • WHA001
  • Field ID: two-digit field number
    • 01 and 02
  • Pair ID (optional): letter extension added to paired fields
    • A
  • Sample ID: last two digits of year + Producer ID + Field ID + Pair ID
    • 24-WHA001-01-A and 24-WHA001-02-A

The following counties have different abbreviations than their first three letters:

  • Clallam → CLL
  • Grays Harbor → GRY
  • Kitsap → KIS
  • Skamania → SKM

Match producer and field IDs to previous participants. Continue the sequence for new producers and fields. Producer IDs and sample IDs must not be duplicated.

For an example R script to automate this process, see assign-sample-ids.R.

Create sample labels

Sample label creation is automated using R and Microsoft Word’s mail merge toollabels.R generates a spreadsheet with the information to be printed on the labels. Then open labels-template-mail-merge.docx, select the spreadsheet as the recipient list, and run the mail merge to generate a word document with all labels to be printed (as shown in the completed-labels folder).

Create a data tracking sheet

Create a spreadsheet to track which data have been submitted for each sample, including:

  • GPS points through the ArcGIS Field Maps field form
  • Scanned paper field forms (for those without ArcGIS Field Maps)
  • Management surveys through ArcGIS Survey123
  • Scanned chain of custodies with shipping tracking numbers
  • Location of archival falcon tubes (once retrieved by WSDA staff)
  • Notes for if a sample will no longer be sampled, a sample ID was changed, etc.

See the 2023 spreadsheet for an example.

Develop ArcGIS web tools

 

Use ArcGIS to build tools for managing spatial data and collecting management survey data. In ArcGIS Pro, create a sample selection feature layer with domains for point numbers, bulk density, and crop types. Publish this feature layer to ArcGIS Online as a web map with a soil series layer. Then publish a second copy without the soil series layer and enable offline use. On ArcGIS Online, use Field Maps to configure the field form for the feature layer. Management surveys are created and hosted with Survey123 and Experience Builder. Schedule the ArcGIS Notebook with Python that backs up all data to run as a task every Monday, Wednesday, and Friday during the field season.

This template ArcGIS Pro project includes a readme.txt that describes this process.