Hello all,
I am looking for guidance and clarification re: accessing the GNSS metadata attachments collected with line and polygon features when using Field Maps.
After collecting features with GPS Metadata enabled using Field Maps, line and polygon features viewed in a web map have "_gnss_metadata.json" attachments with additional GPS metadata describing each of the feature vertices (essentially, all the same metadata that populates the attribute table of point features collected with the same configuration). I can click through to a web page with a "pretty print" option that displays the GNSS metadata JSON - but I cannot figure out where the JSON file actually is.
I would like to programmatically access these metadata files - e.g. using the API for Python if possible - for the purpose of creating point features in a new feature layer using some of the keys they contain (i.e. "esrignss_latitude", "esrignss_longitude", and "esrignss_altitude"), but I don't know where to access the attachments.
I searched the Feature Service and Web Map JSON Items of the relevant layers using ArcGIS Assistant, but did not see the metadata information stored there.
Any information re: where these metadata files live or how they can be programmatically accessed is greatly appreciated!
Additionally - what are the guidelines around cross-posting questions that may have overlap across communities? Can I copy this question over to the ArcGIS Online and API for Python communities?