Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.82 KB

configure_gnss_popup_python_api.md

File metadata and controls

65 lines (42 loc) · 2.82 KB

Configure GNSS Metadata fields visibility and Popup

Supported in ArcGIS Pro 2.0+ - requires Python API version 1.4.2+ - https://developers.arcgis.com/python/guide/install-and-set-up/

Field name Alias Format
ESRIGNSS_POSITIONSOURCETYPE Position source type NA
ESRIGNSS_RECEIVER Receiver Name NA
ESRIGNSS_LATITUDE Latitude 8 decimal places
ESRIGNSS_LONGITUDE Longitude 8 decimal places
ESRIGNSS_ALTITUDE Altitude 2 decimal places
ESRIGNSS_H_RMS Horizontal Accuracy (m) 2 decimal places
ESRIGNSS_V_RMS Vertical Accuracy (m) 2 decimal places
ESRIGNSS_FIXDATETIME Fix Time ShortDateTime, 12hr
ESRIGNSS_FIXTYPE Fix Type NA
ESRIGNSS_CORRECTIONAGE Correction Age (seconds) 0 decimal places
ESRIGNSS_STATIONID Station ID NA
ESRIGNSS_NUMSATS Number of Satellites NA
ESRIGNSS_PDOP PDOP 2 decimal places
ESRIGNSS_HDOP HDOP 2 decimal places
ESRIGNSS_VDOP VDOP 2 decimal places
ESRIGNSS_DIRECTION Direction of travel (°) 2 decimal places
ESRIGNSS_SPEED Speed (km/h) 2 decimal places
ESRISNSR_AZIMUTH Compass reading (°) 2 decimal places
ESRIGNSS_AVG_H_RMS Average Horizontal Accuracy (m) 2 decimal places
ESRIGNSS_AVG_V_RMS Average Vertical Accuracy (m) 2 decimal places
ESRIGNSS_AVG_POSITIONS Averaged Positions NA
ESRIGNSS_H_STDDEV Standard Deviation (m) 3 decimal places

Note Prior to running the tool, for hosted feature services published using ArcGIS Pro, once added into a new web map in ArcGIS Online/ArcGIS Enterprise, click Save Layer.

Intructions to run from Pro.

image

  • See tool metadata in Pro for detailed instructions about parameters.

Intructions to run the script.

  1. Install ArcGIS API for Python using Conda (https://developers.arcgis.com/python/guide/install-and-set-up/).
  2. Once installed start command prompt (with adminstrator rights).
  3. Navigate to the directory where Anaconda was installed and check if Python was installed successfully.

image

  1. Exit out of Python's interactive shell.

  2. Script usage help. Information on required and optional parameters can be obatined via -h flag

image

  1. Run the script with the required arguments

image

  1. Running the script from within ArcGIS Pro python environment

image