Skip to content

Commit 4820d7e

Browse files
author
LukeTully
committed
Update README.md
1 parent 1119401 commit 4820d7e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# Geocoding-Library
2+
A tiny library I wrote in an attempt cleanse a medium size list of unstructured and incomplete addresses, as well as subsequently leverage a webservice to gather more information associated with these addresses.
3+
4+
#Sanitizer
5+
Contains functions for identifying various types of address such as postal codes. The address list I as dealing with at the time contained many addresses that were formatted like crap and I needed an automated way to determine valididity before trying to gather more info on them.
6+
7+
#Geocoder
8+
Basically a simple Bing geocoding service client wrapper. I choose Bing at the time for its accuracy, low cost, and ability to do batch processing.

0 commit comments

Comments
 (0)