On 7 Mar, 12:12, andrew <n...@sylva.icuklive.co.uk> wrote:
> I'm a bit unsure about using gpsbabel. Is there a single command that will
> covert a file of points of interest in .csv format with <a unique ID,
> descriptor, x coordinate in metres osgb, y coordinate in osgb> to google
> earth kml?
I seem to have problems with GPS Babel, but I'm sure this is me and
not the software. When I do what you want to do, I use DNR Garmin.
This will convert CSV point files as OS grid references to KML good to
a metre or so. The file format looks like this:
ident,x_proj,y_proj
1,452145,175693
2,462314,174031
and so on.
Unfortunately, as downloaded DNR Garmin doesn't convert between WGS84
and EPSG:27700 (OS) properly. This can be fixed by following the
instructions in this document:
http://confound.me.uk/maps/Beginning_MM_1.pdf
which also explains how to set up DNRG to use EPSG:27700. Ignore the
rest of the stuff in this document <g>. One of the nice things about
DNRG is that you can also convert your data to shape files, for use in
GIS software. (Oh, and you don't need ArcGIS, a Garmin GPS receiver or
any GPS receiver to do what you want to do with DNRG).
Regards, N.