-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Add logging functionality to capture the following statistics:
Address Validation
- count validated
- count where validated is different from input (disregarding case)
- count where validation failed
Geocoding
- count geocoded
- tally of match/no match/tie
- QA/QC checks (perhaps involving some regex work): does the expected city match the output city? state? etc.
- reporting on no match or tie addresses: write to file for inspection?
- frequency table of street names, city names for no-match or tie input addresses and for matched addresses
Pre-validation and geocoding QA/QC is manual; also explore common error patterns to automatically look for.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels