Skip to content

Slot: Propagated Geocoding Score (geocoding_score_propagated)

Geocoder score (0-1) propagated from the upstream geocoder so the exposure record knows the spatial precision of its anchor.

Tier: recommended

Why this slot matters

The score quantifies how confident the geocoder was in its address match; without it downstream analysts cannot apply quality cutoffs, and poorly matched addresses contaminate the exposure assignment invisibly.

In plain terms

When software converts an address into map coordinates it also rates its own confidence, from 0 to 1. This carries that rating along with the exposure record.

URI: envar:slot/geocoding_score_propagated

Applicable Classes

Name Description Modifies Slot
LinkageMethod How a gridded environmental value gets attached to a patient: the resolution ... no

Properties

Type and Range

Property Value
Range Float
Domain Of LinkageMethod

Cardinality and Requirements

Property Value

Examples

Value
0.95

See Also

Identifier and Mapping Information

Annotations

property value
tier recommended
justification The score quantifies how confident the geocoder was in its address match; without it downstream analysts cannot apply quality cutoffs, and poorly matched addresses contaminate the exposure assignment invisibly.
explanation When software converts an address into map coordinates it also rates its own confidence, from 0 to 1. This carries that rating along with the exposure record.
covered_by None

Schema Source

Mappings

Mapping Type Mapped Value
self envar:geocoding_score_propagated
native envar:geocoding_score_propagated

LinkML Source

name: geocoding_score_propagated
annotations:
  tier:
    tag: tier
    value: recommended
  justification:
    tag: justification
    value: The score quantifies how confident the geocoder was in its address match;
      without it downstream analysts cannot apply quality cutoffs, and poorly matched
      addresses contaminate the exposure assignment invisibly.
  explanation:
    tag: explanation
    value: When software converts an address into map coordinates it also rates its
      own confidence, from 0 to 1. This carries that rating along with the exposure
      record.
  covered_by:
    tag: covered_by
    annotations:
      omop_gaia:
        tag: omop_gaia
        annotations:
          extent:
            tag: extent
            value: absent
          status:
            tag: status
            value: asserted
          where:
            tag: where
            value: no column
          note:
            tag: note
            value: No geocoder match-score column on location.csv or external_exposure.csv.
      degauss:
        tag: degauss
        annotations:
          extent:
            tag: extent
            value: full
          status:
            tag: status
            value: verified
          where:
            tag: where
            value: geocoder + daymet CSV `score` column
          evidence:
            tag: evidence
            value: EnVar/examples/heat/COMPARISON.md §B (Geocoder match score — ✅
              for DeGAUSS)
          note:
            tag: note
            value: DeGAUSS carries the geocoder match score first-class in the `score`
              column.
      amadeus:
        tag: amadeus
        annotations:
          extent:
            tag: extent
            value: absent
          status:
            tag: status
            value: asserted
          where:
            tag: where
            value: no column
          note:
            tag: note
            value: Amadeus carries no geocoder match score.
      cher:
        tag: cher
        annotations:
          extent:
            tag: extent
            value: absent
          status:
            tag: status
            value: asserted
          where:
            tag: where
            value: no column
          note:
            tag: note
            value: C-HER carries no geocoder confidence score.
      codata:
        tag: codata
        annotations:
          extent:
            tag: extent
            value: out_of_layer
          status:
            tag: status
            value: asserted
          where:
            tag: where
            value: no column
          note:
            tag: note
            value: A propagated geocoder score is an instance-layer linkage quality
              signal, outside CODATA's conceptual scope.
description: Geocoder score (0-1) propagated from the upstream geocoder so the exposure
  record knows the spatial precision of its anchor.
title: Propagated Geocoding Score
examples:
- value: '0.95'
from_schema: https://w3id.org/linkml/microschemas/envar
see_also:
- https://degauss.org/
rank: 1000
domain_of:
- LinkageMethod
range: float