Confidence Calculation
Confidence Calculation⚓︎
This page explains how to use the Confidence Calculation job to calculate confidence scores for a dataset.
Function⚓︎
Calculates the confidence score for a dataset. An optional sub-regions GeoJSON file can be provided; if given, confidence scores are calculated for each polygon in the sub-regions file.
Job Creation Form⚓︎

| Field | Required | Description | Format |
|---|---|---|---|
| TDEI Dataset Id | Yes | Dataset id of the dataset for which confidence is to be calculated | — |
| Attach Subregion File | No | Sub regions GeoJSON file for which confidence to be calculated | .geojson |
Full job description
Initiates the confidence calculation for requested tdei_dataset_id with optional sub-regions.
Sub-regions file is a GeoJSON file containing one or more polygons.
If the sub-region file is given as an input, the confidence score of each polygon inside the sub-region file will be calculated.
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.