How to translate manually uploaded machine data files

12 Dec, 2023

How to translate manually uploaded machine data files

How to translate manually uploaded machine data files

About

In this tutorial, we will guide you through the steps of translating manually uploaded machine data files to retrieve planting, application, harvest and tillage operations in a consistent JSON format via Leaf. Manual machine file upload is useful for customers who want to submit their files via upload instead of 3rd party cloud provider API connections (e.g. John Deere Operation Center, Climate Fieldview, etc.).

Why use Leaf manual file upload?

  • Reach farmers who do not use cloud-based tools.
  • Access clean, merged and standardized data from various file formats.
  • Build faster using pre-built tools and infrastructure.

Summary


1. Register for a Leaf account

First, you’ll need to register for a Leaf account. If you don’t yet have an account you can register below. Make sure to activate your account via the activation email.

Register with Leaf -->

2. Authenticate to access Leaf’s API

Next, you’ll need to authenticate by requesting your access token:

View documentation -->

3. Create a Leaf user

Next, you’ll need to create a ‘Leaf user’.

What is a Leaf user? A Leaf user represents a data owner and is equivalent to a customer/grower account. A Leaf user helps keep your customers’ data organized under your API owner.

You can organize & filter data by leaf_user_id directly within Leaf and attach 3rd party API credentials to leaf_users to manage their individual account access.

Leaf, data infrastructure for agriculture

Your Leaf account includes a sample leaf_user with pre-loaded data for testing. Let's find that leaf_user & associated leaf_user_id by querying for all Leaf users in the account as shown below:

In the previous step we set the leaf_user as the sample user. If you want to use a different user, you have the option to create a new Leaf user and set the user ID as shown below.

4. Upload and convert a file

Now you can upload a file for Leaf to convert. Here are a few things to note:

  • The upload endpoint accepts .zip files and returns a batch_id.
  • If a nested .zip with multiple files is uploaded, Leaf will recursively unzip the files and attach a list with multiple file_ids to the batch ID.
  • If you don't know which kind of file(s) you have in your .zip, you can set the 'provider' parameter to 'Other' and Leaf will detect file type based on its extension.

You’ll find more detailed information about file upload endpoints, supported file types and request examples for cURL, Python and Javascript in the documentation here otherwise follow along with the example below.

Fill in the file_path variable with the zip file path.

View ‘upload a file’ endpoint -->

5. Get the file IDs

Now that your file has been uploaded, you can use the batch_id to check if the process is finished ("PROCESSED") in the status property and get access to a list of the file_ids discovered and converted during the process ("leafFiles" properties).

The file_id will be used to get the converted file (Leaf’s standardGeojson format) in the next steps.

View ‘get batch upload’ endpoint -->

6. Get files

Now you can test the other machine file conversion endpoints to get a file's summary, status, units and images.

You can view sample machine file data here.

Below are examples of each request:

Summary

Status

Units

Images

Please note that the below example requests images from machine files only, which tend to be fragmented across a field, so there will likely be gaps in the image. field operations are the recommended images to use as they're more comprehensive and have more cleaning/filtering options available.

7. Our last tips

You've now imported machine data into Leaf via manual file upload, great job!

We have a few last tips before you go:

  • Use the Leaf Link widget for manual file upload to save time on building UI; it is available in Angular and React. Leaf Magic Link is also available as a sharable URL so you don't have to build any UI and you use less code.
  • Set up your configurations and alerts prior to reading in data to suit your needs/preferences.
  • If you need help identifying issues with batch upload, the code below offers valuable info for troubleshooting, summarizing the total number of processed and failed files and the failure reasons for a given batch_id.

That concludes this tutorial on how to get set up with manual file upload. To continue reading in and processing data, please refer to the 'machine file conversion' and 'field operation' parts of the documentation, which are the same as when you integrate a provider. Before you continue, be sure to read the machine file conversion overview to understand:

Leaf, data infrastructure for agriculture

FAQ: how do my customers get files onto a thumb drive in the first place?

--> If your grower customers are unsure how to export files from the monitor onto a thumb drive, this helpful resource from IA state guides you through it step-by-step depending on the machinery provider and the type of operation!

If you have any further questions, please don't hesitate to send us an email at help@withleaf.io.

Where to next?

--> Magic Link--> Field Boundaries --> Crop Monitoring --> Input Validator--> Magic Link --> Back to 'for developers'

Ready to begin?

Get API Keys and Start Building Today!

Sign up for free account

Questions? Get in touch