GNSS Metadata Fields for Lines and Polygons in Field Maps

3028
10
12-07-2021 12:26 PM
Status: Implemented
CynthiaWanschura
New Contributor III

Add auto-populated GNSS metadata fields for lines and polygons.

Currently there are 22 GNSS metadata fields that can be added to the feature services used in Field Maps.  These fields provide critical information without the need for the field data person to enter information manually.  Some of the GNSS metadata fields currently available would be very easy to add, like "Receiver Name" (ESRIGNSS_RECEIVER).  Other fields would require calculating averages or ranges, like "Average PDOP" or "Maximum PDOP" instead of "PDOP" (ESRIGNSS_PDOP).

Tags (3)
10 Comments
DougMorgenthaler
Status changed to: Under Consideration
 
ThomasColson

@DougMorgenthaler seems like this could be an easy one to move to "Partially Implemented" with " Some of the GNSS metadata fields currently available would be very easy to add, like "Receiver Name" (ESRIGNSS_RECEIVER)"

DougMorgenthaler

@ThomasColson the challenge here is that a given feature may be captured through the use of the GPS, but also a mix of locations defined manually.  Simply defining the receiver model as a single value in this case could allow one to misinterpret whether the entire feature was captured using the GPS (in which case the receiver model metadata is relevant) vs. a mix of GPS and manually defined locations.

We have considered including summary statistics to provide an overall view of horizontal and vertical accuracies (avg and worst) for the vertices as part of the initial collection process. I'd be interested in getting some information from those interested in this idea:

  • How well those summary statistics on horizontal and vertical accuracy would satisfy requirements 
  • How often are the geometry of these collected features are updated (vs. recollected if deemed not suitable).  

 

KevinMorris2

Because of the complexity of lines and polygons, how about creating a file (or fc) that automatically stores a copy of EVERY point and it's associated metadata in the exact manner that every point is collected for points, lines and polygons using the app (Field Maps). In this manner, the user can overlay these points over a point, line or polygon and visually see or calculate validity of vertices.

If a user fat fingers a point in the field, however, that modification would NOT BE reflected in the "bread-crumb" file, but could be identified post-field.

This file could be implemented as a standardized named feature class (thinking of fc template in AGOL) that could be added to Field Maps or the data could be stored locally to be manually offloaded (less desirable).

 

Other users have also suggested adding other types of metadata fields for lines and polygons such as average/max/min accuracy (this post), and while these would be helpful (min accuracy) they don't tell mappers where the issues lie -- only that there is an issue (or not). 

KevinMorris2

One more detail. If a point is created manually it would not be included in the "bread-crumbs" at all. Only GNSS derived points (from points,lines,polygons) would be included.

DougMorgenthaler
Status changed to: In Product Plan
 
DougMorgenthaler
Status changed to: Implemented

Support for GPS metadata for line and polygon features is now available in the June release of ArcGIS Field Maps.

by Anonymous User

@DougMorgenthaler 

Any idea why attachmenhts have to be enabled for this to work? The following line is in the last paragraph of the 'Capture GPS metadata for lines and polygons' section in the What's new in ArcGIS Field Maps (June 2022) blog:

 Please note that you need to enable attachments on the feature layer as well.
DougMorgenthaler

@Anonymous User we require this to maintain the necessary information to recompute metadata after initial creation.

PhilippNagel1

@DougMorgenthalerI am wondering if there is any documentation available on the `_gnss_metadata.json` file that is being added by Field Maps. This would be very useful for us for post-processing elevation data, but I would like to learn more about the structure of this file before relying on it for production use. For example, does the order of the entries always match the order of vertices for a geometry? Or is there a recommended way to match those items?

I've checked the below links, but both only refer to the fields that can be added, not this file:

https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/whats-new-in-arcgis-field-maps-j...

https://doc.arcgis.com/en/field-maps/latest/prepare-maps/high-accuracy-data-collection.htm

 

Thanks!