parse_geocoding_quality_codes | R Documentation |
geocodingQualityCodeDetail
fieldParse the 14 values from the geocodingQualityCodeDetail
field
parse_geocoding_quality_codes(value)
value |
Character vector of values from the
|
A data.frame
with the following columns:
geocodingQualityInputType
(factor
) Type of address given to geocoder.
Has the following levels:
"full address"
,
"street only"
,
"number, no street"
,
"city only"
,
"zip and city"
,
"zip only"
,
"error"
geocodingQualityStreetType
(factor
) Type of street for address.
Has the following levels:
"street"
,
"PO box"
,
"rural route"
,
"highway contract route"
,
"star route"
,
"error"
geocodingQualityStreet
(factor
) Quality of match for the street name.
Has the following levels:
"100% match"
,
"soundex match"
,
"street name different"
,
"missing street name"
,
"error"
geocodingQualityZip
(factor
) Quality of match for the ZIP code.
Has the following levels:
"100% match"
,
"5th digit different"
,
"4th digit different"
,
"3rd digit different"
,
"2nd digit different"
,
"1st digit different"
,
"more than one digit different"
,
"invalid ZIP"
,
"error"
geocodingQualityCity
(factor
) Quality of match for the city name.
Has the following levels:
"100% match"
,
"alias match"
,
"soundex match"
,
"no match"
,
"error"
geocodingQualityCityRefs
(factor
) Number of city reference data sets that don't match the
geocoding result.
Has the following levels:
"all match"
,
"1 reference unmatched"
,
"2 to 4 references unmatched"
,
"5 or more references unmatched"
,
"no references matched"
,
"error"
geocodingQualityDirectionals
(factor
) Whether the street directionals are present in the
input and feature data sets.
Has the following levels:
"all match"
,
"missing feature pre and post directionals"
,
"missing input pre and post directionals"
,
"both pre and post directionals do not match"
,
"feature missing post directional"
,
"input missing post directional"
,
"post directionals do not match"
,
"missing feature pre directional"
,
"missing feature pre directional and input post directional"
,
"missing feature pre directional and post directionals do not match"
,
"missing input pre directional"
,
"missing input pre directional and missing feature post directional"
,
"missing input pre directional and post directionals do not match"
,
"pre directionals do not match"
,
"pre directionals do not match and missing feature post directional"
,
"pre directionals do not match and missing input post directional"
geocodingQualityQualifiers
(factor
) Whether the address qualifiers are present in the input
and feature data sets.
Has the following levels:
"all match"
,
"missing feature pre and post qualifiers"
,
"missing input pre and post qualifiers"
,
"both pre and post qualifiers do not match"
,
"feature missing post qualifier"
,
"input missing post qualifier"
,
"post qualifiers do not match"
,
"missing feature pre qualifier"
,
"missing feature pre qualifier and input post qualifier"
,
"missing feature pre qualifier and post qualifiers do not match"
,
"missing input pre qualifier"
,
"missing input pre qualifier and missing feature post qualifier"
,
"missing input pre qualifier and post qualifiers do not match"
,
"pre qualifiers do not match"
,
"pre qualifiers do not match and missing feature post qualifier"
,
"pre qualifiers do not match and missing input post qualifier"
geocodingQualityDistance
(factor
) Average distance between the possible matched parcels
and their respective possible matched streets.
Has the following levels:
"< 10m"
,
"10m-100m"
,
"100m-500m"
,
"500m-1km"
,
"1km-5km"
,
"> 5km"
,
"error"
geocodingQualityOutliers
(factor
) Distribution of distances between the possible matched
parcels and their respective possible matched streets.
Has the following levels:
"100% within 10m"
,
"60% within 10m and 40% within 100m"
,
"60% within 10m and 40% within 500m"
,
"60% within 10m and 40% within 1km"
,
"60% within 10m and 40% within 5km"
,
"60% within 10m and at least 1 over 5km exists"
,
"30% within 10m and 70% within 100m"
,
"30% within 10m and 70% within 500m"
,
"30% within 10m and 70% within 1km"
,
"30% within 10m and 70% within 5km"
,
"30% within 10m and at least 1 over 5km exists"
,
"error"
geocodingQualityCensusBlockGroups
(factor
) Consistency of geocoded result against Census Block
Group references.
Has the following levels:
"all match"
,
"at least one reference different"
,
"no Census data"
,
"error"
geocodingQualityCensusTracts
(factor
) Consistency of geocoded result against Census Tract
references.
Has the following levels:
"all match"
,
"at least one reference different"
,
"no Census data"
,
"error"
geocodingQualityCensusCounties
(factor
) Consistency of geocoded result against Census County
references.
Has the following levels:
"all match"
,
"at least one reference different"
,
"no Census data"
,
"error"
geocodingQualityRefMatchCount
(integer
) Number of reference data sets matched by geocoding
result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.