Creating better information and detail in Points of Interest, using BaseCamp and Excel

Mzokk

Well-known member
UKGSer Subscriber
Joined
Jun 17, 2004
Messages
5,095
Reaction score
3,235
Location
Belfast NI
For the Irish Photo Rally, and other GPX waypoints that you might import into MRA to store as POI’s; all that MyRoute app stores is three columns of data, Longitude, Latitude, and whatever text describes the waypoint.

I noticed when importing a GPX file for Photo Rally POI’s that in MRA they looked like this.

1757755711321.jpg

So not very descriptive of what you have to take a photo of. But by exporting the waypoints as a CSV file and with a bit of manipulation in a spreadsheet you can get them to look like this.

1757755765033.jpg

Which would make identifying the subject of the photo easier to identify (other than carrying a print out of the waypoints)

If you use POI loader to load waypoints onto a Garmin GPS unit (any that take NTU maps2013 on) the additional info above automatically comes over from the “Notes” tab as it appears on the Basecamp waypoint properties dialog.

1757755824973.jpg

In this case you get it twice due to the way its stored in the GPX file produced by the Photo Rally organisers (it will show when the GPX is exported from Basecamp as a CSV)

1757755861784.jpg

To get it into a CSV format you can use Basecamp as this can export GPX data as CSV or you can use a GPX converter I tried https://mygeodata.cloud/ and it worked fine spitting out the GPX file as a CSV in Zip format. As in all things be careful what you download.

1757755904863.jpg
Above is what MyGeodata spat out
And Below is the data Basecamp spits out with lots of additional crud you don’t need.

1757755945587.jpg

The format that MyRoute app needs for a CSV import is Longitude, Latitude and a name/description if you look at the spreadsheet above we need to lose ID keep lat and long….but change the order and join the name and cmt fields to get a meaningful description to appear in the MyRoute app POI. First business is to delete the columns and rows not required.

1757756020479.jpg

You should end up with something like this

1757756048104.jpg

The final thing that needs to be done is to swap the lat and long columns round as MyRoute app takes Long first. And to Join name and cmt to get a decent indication of the purpose of the waypoint displayed on MRA. To joint columns C and D. Create an additional column at E and enter the formula =c2&” – “&d2 this just tells the spreadsheet to join the contents of c2 and d2 with a space dash space as text between. This makes the text easier to read in MRA

1757756087865.jpg
Then pull down the formula to join all the columns

Insert a blank Column at C

1757756124974.jpg

Copy E to C but use the “Paste Special” option and only transfer the “values” if you don’t then when you delete the now redundant columns your data will disappear.

1757756160016.jpg

Finally create a blank column to copy longitude into and delete the empty column

1757756194308.jpg

You will end up with this which is the format for import into MyRoute app.

1757756225288.jpg

This is shown in Excel but the process works exactly the same way with the same formula in Google Sheets and Libre Office Calc. (I checked).

Save the file as a CSV and upload it to MRA

1757756258300.jpg

Choose the POI dialog

tbc
 
Last edited by a moderator:
1757756328177.jpg

And there is the modified version of the POI file with more useful descriptions of the waypoint that can be read on the phone and included with routes.

1757756372644.jpg

This process will work for any POI GPX files that you have which don't display the information you require when imported into MRA. Obviously the columns you have to modify and join will differ but it makes POI's in MRA more useful.....I hope!
 
Thank you.

======

I have amended the thread’s title and made it a sticky.

Richard
 
Last edited:


Back
Top Bottom