Skip to content
  • There are no suggestions because the search field is empty.

Working with Elements Roadway Data in ArcGIS Pro

To access Vexcel’s high-resolution orthorectified image library, you’ll utilize Vexcel’s GetOrthoImageTile service. This service is intended for third-party mapping applications. The URL parameter you’ll enter will use values from the image metadata contained in the elements.csv file.

Accessing Vexcel Imagery in ArcGIS Pro

Creating an XYZ Imagery Layer:

1. Generate an Authentication Token:

Each user who will access Vexcel Imagery Services will need to generate a unique authentication token. Once you have been provided Vexcel Platform credentials, you can generate a token by logging in to the Vexcel API found at https://api.vexcelgroup.com/. Refer to the Vexcel API Documentation: Authentication Token Services for more information.

2. Create your XYZ Layer with Token

After generating your authentication token, you can use the following base URL, entering the Elements Roadway dataset (layer, AOI and childAOI) values and your unique token value.

https://api.vexcelgroup.com/images/GetOrthoImageTile/{layer}/{z}/{x}/{y}?aoi={aoi}&childAOI={childAOI}&token={token}

URL Example:
Unique URL parameter values required for each user and Roadway Elements dataset are highlighted in blue below:
https://api.vexcelgroup.com/images/GetOrthoImageTile/bluesky-ultra/{z}/{x}/{y}?aoi=us-or-medford-2023&childAOI=us-or-medford-2023&token=[your_token_here]

To access Vexcel Imagery in ArcGIS Pro [Vexcel Image Services for ArcGIS]:

  1. Using Catalog, navigate to your Portal and search for Vexcel Imagery. Select the image layer needed, right click and select Add to Current Map.

ArcGIS Pro Catalog
      2. In the Data Source Manager | XYZ dialog box, enter the OrthoImageTile service URL and values specific to the elements roadway data (layer , AOI and childAOI) found in the elements.csv file and your unique token value.

ArcGIS Pro ADd
     3. Set the Max Zoom Level to 21 and click OK.
ArcGIS Pro Def Qiery

Accessing Vexcel Imagery in ArcGIS Pro [Data From Path]

To access Vexcel Imagery:

  1. Select the Map tab at the top. In the Layer section, click on the Add Data dropdown and select Add Data > Data From Path.ArcGIS Pro Path

  2. In the Add Data From Path dialog box, enter the OrthoImageTile service URL and values specific to the elements roadway data (layer, AOI and childAOI) found in the elements-roadway.csv file and your unique token value.ArcGIS Pro Tile Layer

  3. Set service type to Automatic and click Add.ArcGIS Pro URL

Displaying Elements Roadway Data in ArcGIS Pro

You can display the detected roadway elements as points using the long and lat fields, as polygons using the bbox_wkt field, and lines using the crossing_wkt field (crosswalks only).

Display as Points

The centroids of the AI Bounding Boxes can be used to display the detected roadway features as points.

  1. Select the Map tab at the top. In the Layer section, click on the Add Data dropdown and select Add Data.

  2. Browse to the folder location of the elements-roadway.csv file and click OK.
    ArcGIS Pro Browse

  3. In the Contents panel, select the elements-roadway.csv file, right-click, and select Create Points From Table > XY Table To Point. Set the X field to long and the Y Field to lat. Click OK.

 ArcGIS Pro Create PointsARCGIS Pro to Point
 Settings to display detected features as points.
 
 ArcGIS Pro Points
 Elements Roadway data displayed as points in ArcGIS Pro