There is a very interesting geo-coding conversation going on over in the Technical forum here on Tessitura Network.com http://www.tessituranetwork.com/Community/forums/t/14423.aspx
Has anyone used the GeoCoding capabilities built into things like Tableau, CliqView, or the Power Map features from Power BI?
If so what sort of results have you had?
My experience with Tableau is that you can usually do some basic Spatial stuff, but you have to have zip codes or lat/long pairs already in the data source. One cool thing with Tableau is it has the ability to pull in census data as an overlay. (Or at least in the version I was working in a year or so ago) I would view Tableau more as the reporting/visualizing piece, not the actual geocoding piece. Might be possible with R, but I haven't tried it. Wonder if anyone else has had a better experience?
I have used ESRI's ArcGIS for geocoding and routing, network analysis, etc. it's amazingly powerful, and looks like they have non profit licenses available for free. It is definitely the cadillac of options out there. They also have some JavaScript and python libraries available that are nice and allow for web and standalone scripting. I also like their business analyst online tool, but haven't used it specifically for geocoding.
http://www.esri.com/nonprofit/whats-included
an open source option that is on my list to check out is q-gis (qgis.org). Its got a less friendly interface and a somewhat hefty learning curve, but I have heard some great things about it.
There are also spatial modules available for Postgres and hive/Hadoop databases that are pretty powerful, and easy to use. I have not tried working with Microsoft's spatial options however. Would love to know what other's experiences are with it!
https://github.com/Esri/gis-tools-for-hadoop
http://postgis.net/
https://docs.microsoft.com/en-us/sql/relational-databases/spatial/spatial-data-sql-server
Melanie,
Thanks so much for your reply. Some really great resources there.
Since my 2015 post, I have done some more work on Geocoding.
As the first challange, one needs to geocode records. There are a number of ways to do this.
What projects are folks working on where geolocation would be helpful?