Search found 6 matches

by kd5zex
Wed Feb 04, 2009 6:36 pm
Forum: General Texas CHL Discussion
Topic: CHL Unfriendly business Map?
Replies: 35
Views: 4059

Re: CHL Unfriendly business Map?

Updated .kml file and the website all sans Taco Cabana entries.
Texas3006_4Feb2009.zip
(15.49 KiB) Downloaded 61 times
http://www.batchgeocode.com/map/?i=3c64 ... 7eab8b1238
by kd5zex
Wed Feb 04, 2009 2:09 pm
Forum: General Texas CHL Discussion
Topic: CHL Unfriendly business Map?
Replies: 35
Views: 4059

Re: CHL Unfriendly business Map?

I had to zip it to comply with the attachment rules.

Enjoy!

:txflag:
by kd5zex
Wed Feb 04, 2009 12:36 am
Forum: General Texas CHL Discussion
Topic: CHL Unfriendly business Map?
Replies: 35
Views: 4059

Re: CHL Unfriendly business Map?

Russell wrote:It'll be a little bit =) Maybe this weekend. I can do everything but the address-to-coordinate conversions. I will need to look into how to do a batch conversion with batchgeocode.
I used the sample data they provided and it just spits back out another tab delimited file with the coordinates added. I added a "key" field into the input data and the output data did contain the correct info after processing.
by kd5zex
Wed Feb 04, 2009 12:20 am
Forum: General Texas CHL Discussion
Topic: CHL Unfriendly business Map?
Replies: 35
Views: 4059

Re: CHL Unfriendly business Map?

that1otherdude wrote:
kd5zex wrote:
Russell wrote:I would be happy to write a quick php script to output the whole entries database into a file with that markup language if wanted, however I do not know how to get coordinates from addresses easily.

Any thoughts?

http://www.batchgeocode.com/ I tried this service on a few addresses and it came out dead on. I did not try the batch method so I don't know what kind of output it produces.

You could create the tab delimeted file, use that tool and push the coordinate data into the DB.

This is manual and is not optimal but you could get a .kmz in pretty short order and then work out a way to automate it.

Is there any legwork that a tech-dumb guy (me) :headscratch could do?
Hang tight, Russell runs texas3006.com and I am sure he is already banging out a script to get this done.

Do you have google earth installed? You can also browse texas3006.com in the meantime and get the list for you area.
by kd5zex
Tue Feb 03, 2009 11:28 pm
Forum: General Texas CHL Discussion
Topic: CHL Unfriendly business Map?
Replies: 35
Views: 4059

Re: CHL Unfriendly business Map?

Russell wrote:I would be happy to write a quick php script to output the whole entries database into a file with that markup language if wanted, however I do not know how to get coordinates from addresses easily.

Any thoughts?

http://www.batchgeocode.com/ I tried this service on a few addresses and it came out dead on. I did not try the batch method so I don't know what kind of output it produces.

You could create the tab delimeted file, use that tool and push the coordinate data into the DB.

This is manual and is not optimal but you could get a .kmz in pretty short order and then work out a way to automate it.
by kd5zex
Tue Feb 03, 2009 11:06 pm
Forum: General Texas CHL Discussion
Topic: CHL Unfriendly business Map?
Replies: 35
Views: 4059

Re: CHL Unfriendly business Map?

It probably would not be a monumental task to take the data from texas3006.com and dump it into a google earth .kmz file. I don't know the format of the .kmz but if I had to guess it is some sort of xml.

ETA:

It is Keyhole Markup Language. Here is an example;

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Placemark>
  <name>New York City</name>
  <description>New York City</description>
  <Point>
    <coordinates>-74.006393,40.714172,0</coordinates>
  </Point>
</Placemark>
</kml>
If the coordinates of the 30.06 postings were known it would be a trivial matter to write a query to output the aforementioned file.

Return to “CHL Unfriendly business Map?”