Geocoding is the process of estimating a latitude and longitude for a given location. JGeocoder is a free geocoder implemented in Java. This project is loosely modeled after Geo::Coder::US , a Perl module available for download from the CPAN.
Keywords: geocoder java, address parser, geocode java, java geocoding API, address standardization
This project will consist of 3 major components:
I am finishing up on the address parser. The address parser was implemented in pure Java. There is an interactive client program you can download to try out the address parser. If you have your own address database, you can also utilize the address parser to parse addresses and geocode the parsed address using your address data.
I had also just created some scripts for data importing. The data importing scripts were written in groovy since performance is not a concern.
If you are interested in helping out, send me a message at 'zl25drexel AT gmail DOT com'. (You need to be reasonably proficient with Java, Maven2 and open source development in general). I don't have time to do everything by myself nor do I want to :-)