Search the Community
Showing results for tags 'gpx'.
-
I have a set of 244 2D [encl. with bound box loci selected to highlight area], (3D is an option I have as well) locus points and a single closed 2D polygon - in its own class and the locus points likewise in their own class. I want to export the points as a cloud of x,y points in this format: 1378385.1650620073,4938850.9892900344 [and with a ,0 for the 3D version - I don't need heights for this] What I want to achieve is a txt / csv / tsv type file, with a list of x,y,z I can then hand build into a GPX file to import to my gps. The points are currently simply 2D (or 3D) loci, and do not have record info so I can’t export to .shp (which is a bit silly of Nemet as any GIS will import very simple files). Neither 2D or 3D loci export to .dxf. This is a lot of kerfuffle for what is one of the worlds most basic and essential spatial data formats. I tried exporting as script file and I got the loci but 258 instead of the 228 that I have in my drawing I've converted my field edge and bounding box to 3D loci so I can verify against georef space. If it matters the file is georeferenced to EPSG2193 (a standard New Zealand datum).
-
Before I reinvent the wheel I'm asking here to see if anyone else has got a workflows for exporting .gpx file. I want to use one from a drawing in my Garmin Etrex 32x to set out a walking path. I know there's a workflow to get one out of QGIS but want to know if VW offers a more straight-forward route for my very windy path - about 1200m: image encl. for anyone interested. openstreetmaps have kindly written up the gpx format, and I can build from scratch from a points export but hopefully there's a smoother way.