Posted: Thu Feb 26, 2009 1:30 pm
I just recently stumbled upon tech.lds.org. and found this thread. I have been geocoding my entire stake myself for a couple of years using the Yahoo! geocoding service to produce a GPX file from the vCard file on the LUWS. The program I wrote is in C++. The benefit of producing a GPX file is that it can be direclty viewed using Google Earth, but also may be importable into GPS navigation units. It can also be parsed by a Java script.
It would be my suggestion that if the church is working on making some mapping of wards available via the LUWS, that it also include the option of downloading a GPX file. It would contain no more information than the current vCard file (except lat/lons) and would be more broadly useful.
The question of dealing with errors does come up. I give all errors a default lat/lon of a meetinghouse parking lot.
In the process of doing this, I find that having addresses mapped out like this can lead to cleaner records. For instance, when I map all the member of my upstate, NY Stake and find someone comes out in Boston, Rochester, NYC, or England, that's a red flag that some clerk needs to fix or forward a record.
(see also http://tech.lds.org/forum/showthread.php?t=2757 )
It would be my suggestion that if the church is working on making some mapping of wards available via the LUWS, that it also include the option of downloading a GPX file. It would contain no more information than the current vCard file (except lat/lons) and would be more broadly useful.
The question of dealing with errors does come up. I give all errors a default lat/lon of a meetinghouse parking lot.
In the process of doing this, I find that having addresses mapped out like this can lead to cleaner records. For instance, when I map all the member of my upstate, NY Stake and find someone comes out in Boston, Rochester, NYC, or England, that's a red flag that some clerk needs to fix or forward a record.
(see also http://tech.lds.org/forum/showthread.php?t=2757 )