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

Working with Elements Roadway Data in QGIS

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 QGIS

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 QGIS:

  1. Select Layer>Add Layer>Add XYZ Layer.

  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.

  3. Set the Max Zoom Level to 21 and click OK.

For more details about Vector Tile use in QGIS, refer to the QGIS Vector Tile Documentation.

XYZ QGIS

Displaying Elements Roadway Data in QGIS

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).

1. Load the elements.csv file. Using QGIS, select Layer>Add Layer>Add Delimited Text Layer

Delimited Text Layer
 

2. Browse to the elements-roadway.csv file. Under Geometry Definition, select how you would like to display the roadway elements. There are three options:
A: Bounding Box centroids: Point coordinates using the long and lat fields.
B: Bounding Boxes: Well known text (WKT) using the bbox_wkt field.
C: Crossing vectors: Well known text (WKT) using the crossing_wkt field.

Delimited Text Layer 2
A: Settings to display Bounding Box centroids.
 
 Delimited Text Layer 4
B: Settings to display Bounding Boxes.
 
 Delimited Text Layer 3
C: Settings to display crosswalk crossing vectors.
 
 QGIS Data Display
Vexcel Elements Roadway data displayed in QGIS.