You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tiny library I wrote (Quite some time ago) 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. I have not updated the code in about 2 years.
2
+
A tiny library I wrote (Quite some time ago) in an attempt cleanse a small size (~10000) list of unstructured and incomplete addresses, as well as subsequently leverage a webservice to gather more information associated with these addresses. I have not updated the code in about 2 years.
3
3
4
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.
5
+
Contains functions for identifying various types of address such as postal codes. The address list I was dealing with at the time contained many addresses that were formatted like crap and I needed an automated way to determine validity before trying to gather more info on them.
6
6
7
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.
8
+
A wrapper class for the Bing geocoding webservice. I choose Bing at the time for its accuracy, low cost (free for the size of the dataset), and ability to do batch processing.
0 commit comments