Openrural
2012

Djangocon 2012 First Day
The Caktus team arrived in DC for Djangocon on Monday evening, 9/3 and I've been keeping notes about what the presenters have been discussing and generally what the mood and experience have been like. I am taking a few minutes out of my Tuesday schedule to share with everyone how Djangocon 2012 is shaping up! I stayed in Track 1 throughout the day, so I can only report on talks given there.

Caktus Team Members Presenting at DjangoCon 2012
Caktus is proud to announce that four of our developers will be presenting at this year’s DjangoCon. We are also happy to announce that we will be sponsors of DjangoCon, taking place in Washington D.C. on September 4th through the 7th. In addition to the four Caktus team members who will be presenting this year, our entire development staff will be in attendance enjoying the conference and city.
2011

OpenBlock Geocoder, Part 3: External Geocoders
The OpenBlock geocoder is powerful and robust. It uses PostGIS for spacial queries, can extract addresses from bodies of text, and can understand block and intersection notation. We've run into a few issues with it, however, including a low geocoding success rate. This is a tough problem to solve and depends on a lot of factors (the extent of street and block data in OpenBlock, format of the street addresses, etc.), so your mileage may vary. Below I constructed a simple test using Google's Geocoding API to have as an alternative.

OpenBlock Geocoder, Part 2: Text Parsing and Entity Extraction
This is the second post in our OpenRural series reviewing OpenBlock and it's geocoder. OpenBlock Geocoder, Part 1: Data Model and Geocoding covers the internals of the OpenBlock geocoder and it's geocoding capabilities. As this posts builds upon topics covered there, you may wish to read Part 1 before proceeding. In this post we step back from the internals of the geocoder and explore how to use it along with other OpenBlock tools to parse unstructured text.

OpenBlock Geocoder, Part 1: Data Model and Geocoding
As Tobias mentioned in Scraping Data and Web Standards, Caktus is collaborating with the UNC School of Journalism to help develop Open Rural (the code is on GitHub). Open Rural hopes to help rural newspapers in North Carolina leverage OpenBlock. This blog post is the first of several covering the internals of OpenBlock and, specifically, the geocoder.

Scraping Data and Web Standards
We're currently involved in a project with the UNC School of Journalism that hopes to help rural newspapers in North Carolina leverage OpenBlock. The project is called OpenRural, and if you're a software developer you can find the latest code on GitHub.