GeekArticles
Microsoft
ASP.NETGeocoding Redux
Author: johnsample.com |
Published: 17th Apr 2008 |
Visited: 73 times |
Add CommentFiled in: ASP NETAfter two kids and a long break I'm finally working on the new geocoder.
All the previous realeases have been rendered moot due to change in the way the census releases the data.
Frankly, this is one of the reasons I took such a long break from it since they announced several years ago this was going to happen.
As we speak I've completed about 75% of the work required to load the new data. The good news: this one should be totally cross platform. The database creation is being done by a python and I'm testing it on both linux and windows.Actual geocoding will be done by separate APIs for each language. Right now I've got C#, Java, and Python slated but it should be easy enough to reate more.
The bad news: I'd say any sort of stable release is a few weeks away. I really only get to work on it after the kids go to sleep.
The licensing will hopefully be way clearer this time. I'm kicking around GPLv3 with some sort of dual license for those who need more flexibility.Stay tuned for more info!
Read Article Sponsored Links
Related Articles
• The Baker's Dozen: 13 Productivity Tips for Crystal Reports Redux This article is a redux, or "Version 2.0" of the Baker's Dozen article on Crystal Reports that ran in the January/February 2005 issue of CoDe Magazine. The article updates some of the classes, covers some new features in Crystal Reports XI, and demonstrates techniques to help developers get th ...
• Build an In-Memory IP-to-Country Lookup Geocoding Library What with Google Maps, MSN Virtual Earth, and now Yahoo Maps getting into the picture, there's been a lot of current interest in geocoding. This article shows a completely different approach utilizing an embedded database resource for lightning - fast lookups and mapp ...
• Reverse Geocoding Demo I put up a little demo.This version will only reverse geocode streets that are addressable, meaning you need to click on streets that have actual buildings on them.Most highways have no addresses so don't be surprised if you click on an interstate and get no resuts. I also have the search dista ...
• Reverse Geocoding The geocoding article has been updated with the ability to reverse geocode a longitude/latitude p ...