Some of you I'm sure already have the capability to do this, but all the same I have completed writing a routine which will convert a comma delimited .txt file from this format:
15003,43.48253870,-69.50167785,0.0000,X in ledge
to a format for a Google Earth readable .kml file:
15003
X in ledge
-69.837994027777753600000000, 43.807051944444445700000000,0.0000
It is currently configured to convert the Lat/Long from DMS to decimal degrees. Personally I use it to load a .kml file into a handheld for recon purposes.
I've also written a routine to convert a series of points into a .gpx track (also for loading into a handheld to recon a range line for example).
The routine is known as a "clip", and it runs through a program called NoteTab, which is a text/html editor. There is a free version of the program called NoteTab Light. If anyone would like to try the clip(s), send me a PM with your email and I'll forward them.
Newton,
I would love to have that clip.
But, I don't know what a PM is or how to send it.
-Steve
PM = Private message
It's the name that boards like this one typically use to describe messages sent from one member to another.
I'll send you a PM with my email in it.
Now this is frightening...
So here is the result after playing around a little with converting a series of 4 boundary points into a .gpx. (Actually there are 5 points in the figure, the POB is repeated at the end in order to close the figure.):

Like I said before, I'm sure people have already played around with inserting .dxf's, etc into a GIS program. I really wanted to see if I could do it from a nuts and bolts perspective.
Now that I have, it frightens me that landowners will soon have affordable sub meter or better GPS in their phones, and perceive a lack of need for us.
Actually, we may already be there...
Now this is frightening...
Have you looked at google maps on android phones lately? It even shows parcel boundary lines for almost every lot in my county. Probably because the county has a decent GIS system. A scary thing is that google maps doesn't display anything about the poor accuracy of the GPS except if you notice your position jump around by 50' every few seconds.
I would love to work with what you have started. looks interesting.. Can it do a large file?
Now this is frightening...
> Actually, we may already be there...
Not quite... Those lines in GIS systems aren't necessarily correct. And then there's also the "chain of title" or "clouded title" considerations, adverse possession, mish-mashes of different coordinate systems and datums, movement of geology (earthquakes) etc., where the expertise of a trained Land Surveyor is a necessity in order to figure it out. Not to mention, the monuments in the ground typically hold precedence, and you don't see most of that in these GIS systems... Remember, the data in a GIS system is only as good as the data they put into it, and most of our country has monuments that don't exist in any GIS system.
Yeah, that may change, and we may eventually end up being "specialized lawyers", or maybe just "expert witnesses in trials".... But it won't happen any time in the immediate future.
> I would love to work with what you have started. looks interesting.. Can it do a large file?
Yes, it can handle multiple large files. (Here is a review of the program.)
From my own experience, I have a clip which renumbers sideshots of an .fbk through multiple files, it has never had an issue.
I'll email you.
Here is a website that does the same thing, plus much more. No need to download or install anything:
http://www.gpsvisualizer.com/map_input?form=googleearth
> Here is a website that does the same thing, plus much more. No need to download or install anything:
>> http://www.gpsvisualizer.com/map_input?form=googleearthbr >
Lol sometimes I wonder why I try. Thank you for the link.