Quality Metric IXN Calculation
Quality Metric IXN Calculation⚓︎
This page explains how to use the Quality Metric IXN Calculation job to calculate intersection quality metrics for a dataset.
Function⚓︎
Calculates the intersection quality metric for a dataset. An optional intersection polygon GeoJSON file can be provided; if not given, Voronoi polygons are generated based on the dataset area. Providing an intersection polygon file is recommended for better performance.
Job Creation Form⚓︎

| Field | Required | Description | Format |
|---|---|---|---|
| TDEI Dataset Id | Yes | Dataset id of the dataset for which Intersection Quality metric is to be calculated | — |
| Attach GeoJson file | No | (Optional) GeoJSON intersection polygon file to be used to calculate intersection quality metric | .geojson |
Full job description
Initiates the Intersection Quality calculation for requested tdei_dataset_id with optional intersection polygon file.
Intersection polygon file can be a GeoJSON file containing one or more polygons.
If intersection polygon file is not given the system creates Voronoi polygons based on the dataset area.
It is recommended to add intersection polygon file for better performance.
The response includes a job_id for tracking the request.
To check the request status, refer to the location header in the response, which provides the URL for the status API endpoint.
Select Create to submit the job. Select Cancel to return to the Jobs list.
Return to Jobs.