Skip to main content

SourceItem

Specifies the source of the data used for a feature or one of its properties.

Fields

NameTypeDescription
betweenLinearlyReferencedRange (list, optional)The linearly-referenced sub-segment of the geometry, specified as a range (pair) of percentage displacements from the start of the geometry, that the containing SourceItem applies to.
confidenceConfidenceScore (optional)Confidence value from the source dataset.

This is a value between 0.0 and 1.0 and is particularly relevant for ML-derived data.
datasetstringName of the dataset where the source data can be found.
licenseStrippedString (optional)Source data license name.

This should be a valid SPDX license identifier when available.

If omitted, contact the data provider for more license information.
propertyJsonPointerA JSON Pointer identifying the property (field) that this source information applies to.

The root document value "" indicates that this source information applies to the entire feature, excepting properties (fields) for which a dedicated source information record exists.

Any other JSON Pointer apart from "" indicates that this source record provides dedicated source information for the property at the path in the JSON Pointer. As an example, the value "/names/common/en" indicates that the source information applies to the English common name of a named feature, while the value "/geometry" indicates that it applies to the feature geometry.
record_idstring (optional)Identifies the specific record within the source dataset where the source data can be found.

The format of record identifiers is dataset-specific.
update_timedatetime (optional)Last update time of the source data record.

Used By