Category Archives: Real Estate

Geocoding solution

My Geocoding experience with Google and Yahoo became increasingly difficult and lengthy until I finally went looking for another solution. I found that solution with the Perl Module Geo::Coder::US. My final solution utilized Geo::Coder::US for most of the geocoding with Google … Continue reading

Posted in Development, Geocode, MLS, Real Estate | Leave a comment

Geocoding MLS data

The data provided by REIL does not contain geocoding which means that I will have to do this myself. I am using Perl to download and build the data so I have designed a Perl process to bulk geocode each of the … Continue reading

Posted in Geocode, GIS, MLS, Real Estate | Tagged , , , , , | Leave a comment

Download continued

I have been doing continued refinement on the reil rets download.  I decided to structure the download so that each ‘Class’ (residential, condo,etc) is downloaded into a separate table -as is. After the download is complete I run updates every … Continue reading

Posted in Development, MLS, Real Estate | Leave a comment

Download REIL Property data from scratch

My first activity was to download the property data. REIL has a bunch of property ‘classes’ such as RES (residential) and CON (Condominium). The classes will need to go into separate tables. So I designed my download process to take … Continue reading

Posted in Development, MLS, Real Estate | Leave a comment

Downloading REIL Data myself!

So, this is where I have ended up, writing the REIL data download from scratch. I am using Perl and imagine it would be difficult using something else. I want to be able to have one set of routines to … Continue reading

Posted in Development, MLS, Real Estate | Leave a comment

Using VieleRETS to download data

I spent a long time messing with VieleRETS to try and download data from REIL. The short answer is that I failed to get it to work. I tried to debug the PHP code but was unable to identify why … Continue reading

Posted in Development, MLS, Real Estate | Leave a comment

Login to reil.com

REIL.com uses digest authentication. I am using perl to pull down the data so first I need to login to the reil.com server with proper authorization. I was unable to find a lot of documentation on how this process works. … Continue reading

Posted in Development, GIS, Mapping, MLS, Real Estate | Leave a comment