Hello OF team:

I'm writing today because we've encountered a problem with Arena Mobile and GPS data collection. Let me explain.

In a project we're working on, aware of the inherent error of smartphone GPS, we're collecting 9 GPS points along our two transects (see below). The idea is to average these points later to refine the transect locations as much as possible.

alt text

The problem is that we downloaded the initial field data and discovered that what should be two cross-shaped transects (Northwest and Westwest) is a disorganized set of points with no clear meaning.

alt text

alt text

After investigating, I believe I've identified the problem: AM's "Location Accuracy Threshold" option retains the GPS coordinate value when the accuracy (provided by the sensor) falls below a specific value. The problem lies in the inherent variability of GPS. If, when recording a point, the sensor happens to indicate that the error is less than the defined accuracy value, it quickly records that GPS value without allowing time for it to stabilize.

In fact, I've surprisingly found that it sometimes provides the coordinates in less than a second.

To solve this, I configured AM with the following settings: Location accuracy threshold: less than 1 m (an impossible value) Location accuracy clock timeout: 30 seconds GPS locked: Enabled

This forces the GPS to stabilize, but AM continues to record the value provided by the sensor after 30 seconds, which can introduce an error (if the sensor reading changes during that time).

For example, the points in this image should form a straight line (more or less straight), and you can see the result (better than in the transect, but still with an error that doesn't correspond to the accuracy data recorded by the sensor).

alt text

alt text

I'm researching what other apps (qField, Field Maps, etc.) do, and here's my proposed improvement: they have an option called "Averaging Positioning Functionality," which collects GPS sensor readings over a period of time (for example, recording 10 readings in 30 seconds) and averages the result. I think this would improve GPS measurements in AM mode.

Regarding GPS, another improvement would be to allow users to select an external GPS device (if it's connected to the tablet) directly from AM and use its data

Regards,

Oscar

asked 10 hours ago

osgarcia's gravatar image

osgarcia
6328
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×68

question asked: 10 hours ago

question was seen: 18 times

last updated: 10 hours ago