Enum: Geocoding Precision (GeocodingPrecisionEnum)
Geocoder precision category, mirroring DeGAUSS geocoder.precision.
URI: envar:enum/GeocodingPrecisionEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| range | None | Street-centerline point interpolated within an address-range segment |
| street | None | Representative point on the matched street segment |
| intersection | None | Geocoded crossing of two named streets |
| zip | None | Centroid of the matched 5-digit ZIP code |
| city | None | City centroid; lowest precision |
| unknown | None | Precision is unknown |
Slots
| Name | Description |
|---|---|
| geocoding_precision_propagated | Quality category propagated from the upstream geocoder (DeGAUSS precision c... |
See Also
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/microschemas/envar
LinkML Source
name: GeocodingPrecisionEnum
description: Geocoder precision category, mirroring DeGAUSS `geocoder.precision`.
title: Geocoding Precision
from_schema: https://w3id.org/linkml/microschemas/envar
see_also:
- https://degauss.org/
rank: 1000
permissible_values:
range:
text: range
description: Street-centerline point interpolated within an address-range segment.
Highest precision typical for residential addresses.
street:
text: street
description: Representative point on the matched street segment.
intersection:
text: intersection
description: Geocoded crossing of two named streets.
zip:
text: zip
description: Centroid of the matched 5-digit ZIP code.
city:
text: city
description: City centroid; lowest precision.
unknown:
text: unknown
description: Precision is unknown.