Skip to content
Prev 14122 / 29559 Next

Coverting GPS Points in Text File to Spatial Lines

On Mon, 6 Feb 2012, Tomislav Hengl wrote:

            
Or use the GPX OGR driver in rgdal through

readOGR(dsn="myfile.gpx", layer="tracks")

or a different layer definition - see ?readOGR.

Roger