-
Recent Posts
Recent Comments
- Alastair Young on huge crashes with centos 6.2 & LSI SAS
- jjunkin on MRIS Conduit
- Jayavelraj on MRIS Conduit
Archives
- December 2011
- November 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- December 2010
- January 2010
- October 2009
- September 2009
- August 2009
- March 2008
- December 2007
- November 2007
- October 2007
- August 2007
- June 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- September 2006
- June 2005
Categories
Meta
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
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