ClubWiki:Creating a Trail KML: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
m (fix spacing)
(→‎Overall Process: detail kml manipulation)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
Typical software needed is as follows:
Typical software needed is as follows:


* [https://www.gpsbabel.org/index.html GPSBabel] - Used for retrieving data from devices and converting other formats to KML
* Desktop
* [https://www.google.com/earth/versions/ Google Earth Pro on desktop] - Used for viewing and editing the KML files
** [https://www.gpsbabel.org/index.html GPSBabel] - Used for retrieving data from devices and converting other formats to KML
** [https://www.google.com/earth/versions/ Google Earth Pro on desktop] - Used for viewing and editing the KML files
* iOS
** [https://apps.apple.com/us/app/gaia-gps-mobile-trail-maps/id1201979492 Gaia GPS] - Used for logging tracks and taking location referenced photos


== Retrieving Logs ==
== Retrieving Logs ==
Line 16: Line 19:
== Overall Process ==
== Overall Process ==
# Start logging a trail and hiking
# Start logging a trail and hiking
# Mark waypoints at points of note - particularly trail intersections as that will be used for segmenting to specific trails as well as map markers. Snapping a picture of your waypoint immediately before/after taking a photo will help placing a picture on the map or what the waypoint was for, as well as taking notes.
# Mark waypoints at points of note - particularly trail intersections as that will be used for segmenting to specific trails as well as map markers.  
## Snapping a picture of your device showing the recently created waypoint immediately before/after taking a photo will help placing a picture on the map or what was the purpose of the waypoint.
## An additional option is to write notes in a notebook and again snap a photo of your note at the same time as placing your waypoint to aid later connecting the two.
## Both of these options usually are much easier and quicker than trying to put notes about the waypoint into your logging device.
# Offload the tracks and waypoints to your computer
# Offload the tracks and waypoints to your computer
## Use GPSBabel or desired method
## Use GPSBabel or desired method
# Get file into KML format (if not exported in KML)
# If not exported in KML, get file into KML format (Using GPS Babel)
# Open KML in Google Earth and edit
# Open KML in Google Earth and edit
## Trim path to desired trail and remove any large diversions (small ones will be removed automatically later)
## Trim path to desired trail and remove any large diversions (small ones will be removed automatically later)
### Do this buy expanding opened item and finding the Path object, three dots with connected lines)
### Right click the path name and select properties, you can now delete and move the vertices
## Change the path name to the trail name (This is the name that shows when you click on a trail in a wiki map)
## Change the path name to the trail name (This is the name that shows when you click on a trail in a wiki map)
## Change path color to desired color, then path width of 3.0 and opacity of 100%
## Change path color to desired color, then path width of 3.0 and opacity of 100%
Line 31: Line 39:
## trackpoint distance threshold: 5
## trackpoint distance threshold: 5
# Open gpsvisualizer processed file in Google Earth again and review for desired appearance - looking primarily for "track knots" from signal wandering
# Open gpsvisualizer processed file in Google Earth again and review for desired appearance - looking primarily for "track knots" from signal wandering
# Find the trail path object again, right click and save as a KML for uploading to the site
# Complete! Ready for upload!
# Complete! Ready for upload!

Latest revision as of 13:40, 24 June 2023

Here are the steps to create a KML for uploading to a trail page.

Software[edit]

Typical software needed is as follows:

  • Desktop
  • iOS
    • Gaia GPS - Used for logging tracks and taking location referenced photos

Retrieving Logs[edit]

The following devices have been detailed for use and data retrieval

For Garmin devices with USB, when plugged in, if you can browse the contents as a memory device you will use the second method. If when you plug it in, it is recognized but doesn't provide access to the file contents, you will use the first method.

Overall Process[edit]

  1. Start logging a trail and hiking
  2. Mark waypoints at points of note - particularly trail intersections as that will be used for segmenting to specific trails as well as map markers.
    1. Snapping a picture of your device showing the recently created waypoint immediately before/after taking a photo will help placing a picture on the map or what was the purpose of the waypoint.
    2. An additional option is to write notes in a notebook and again snap a photo of your note at the same time as placing your waypoint to aid later connecting the two.
    3. Both of these options usually are much easier and quicker than trying to put notes about the waypoint into your logging device.
  3. Offload the tracks and waypoints to your computer
    1. Use GPSBabel or desired method
  4. If not exported in KML, get file into KML format (Using GPS Babel)
  5. Open KML in Google Earth and edit
    1. Trim path to desired trail and remove any large diversions (small ones will be removed automatically later)
      1. Do this buy expanding opened item and finding the Path object, three dots with connected lines)
      2. Right click the path name and select properties, you can now delete and move the vertices
    2. Change the path name to the trail name (This is the name that shows when you click on a trail in a wiki map)
    3. Change path color to desired color, then path width of 3.0 and opacity of 100%
    4. Right click on the path name (now the trail name) and "Save as..." changing to file type "KML" and provide a file name
  6. Run trail KML through gpsvisualizer.com settings as follows (previous link will open the page and preload these settings)
    1. Output file type: KML,
    2. US units
    3. Add DEM elevation data: "best available source"
    4. trackpoint distance threshold: 5
  7. Open gpsvisualizer processed file in Google Earth again and review for desired appearance - looking primarily for "track knots" from signal wandering
  8. Find the trail path object again, right click and save as a KML for uploading to the site
  9. Complete! Ready for upload!