<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Help</title><link>https://sourceforge.net/p/gpsfv/wiki/Help/</link><description>Recent changes to Help</description><atom:link href="https://sourceforge.net/p/gpsfv/wiki/Help/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 03 Sep 2016 17:53:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gpsfv/wiki/Help/feed" rel="self" type="application/rss+xml"/><item><title>Help modified by Rich K</title><link>https://sourceforge.net/p/gpsfv/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,4 +1,6 @@
-# GPSFileViewer 
+# GPSFileViewer Help
+
+## Overview

 Desktop application for browsing and visualizing GPS files on your hard drive or network. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rich K</dc:creator><pubDate>Sat, 03 Sep 2016 17:53:37 -0000</pubDate><guid>https://sourceforge.net91800bef11e5adf296b058de901708771134ab9d</guid></item><item><title>Help modified by Rich K</title><link>https://sourceforge.net/p/gpsfv/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -8,9 +8,8 @@
 * Use Path Filters to find tracks that traverse a series of locations, for instance, to compare different routes.
 * Simultaneously view tracks on map while graphing metadata (e.g., speed, elevation, hill gradient)
 * Interactive display of distance and duration for selected portions of tracks
-&lt;p&gt;
-
-----
+
+---------

 ## Table of Contents
   * [Installation](#installation)
@@ -38,6 +37,7 @@
     * [Overview Options](#overview_options)
     * [Showing Coordinates](#showing_coordinates)
   * [Acknowledgements](#acknowledgements)
+  * [Cutting room floor](#cutting_room_floor)
 -----

 &lt;a name="installation"&gt;&lt;/a&gt;
@@ -80,7 +80,7 @@
 &lt;a href="#"&gt;(top) ↑&lt;/a&gt;
 ### Track Overview

-![Files Loaded](./img/20_files_loaded.jpg)
+![Files Loaded](img/attachment/20_files_loaded.jpg)

 After loading the files, you see GPS-specific metadata fields and an overview of all tracks on the map.  The 'name' field is the either the track name or if there's none, the file name.  For files that contain more than one track, the track number is appended to the file name. 

@@ -93,8 +93,8 @@
 Zoom and pan the map using any of the following:

 * Drag with the mouse to pan
-* The zoom tool at the bottom of the window: ![Map Zoom Detail](./img/map_zoom_detail.png)
-* Shift click the "Auto" checkbox (![Auto Zoom checkbox](./img/autozoom_checkbox.png)) to zoom the map to fit all tracks
+* The zoom tool at the bottom of the window: ![Map Zoom Detail](img/attachment/map_zoom_detail.png)
+* Shift click the "Auto" checkbox (![Auto Zoom checkbox](img/attachment/autozoom_checkbox.png)) to zoom the map to fit all tracks
 * Keyboard shortcuts "+" and "-" to zoom in and out
 * Double left-click within the map to zoom in, double right-click to zoom out
 * Single-click on a track in the map and the browser and map will show only those tracks that go through that point.
@@ -104,7 +104,7 @@
 &lt;a href="#"&gt;(top) ↑&lt;/a&gt;
 ## Selecting Units (English/Metric)

-You can select between meters/kilometers and feet/miles by selecting from ![units selector](./img/option_units.png) in the configuration row.  Make sure the configuration row is vzvisible by clicking the  ![gear icon](./img/gear.png) button at the top of the window.
+You can select between meters/kilometers and feet/miles by selecting from ![units selector](img/attachment/option_units.png) in the configuration row.  Make sure the configuration row is vzvisible by clicking the  ![gear icon](img/attachment/gear.png) button at the top of the window.

 &lt;a name="filtering_tracks"&gt;&lt;/a&gt;
 &lt;a href="#"&gt;(top) ↑&lt;/a&gt;
@@ -112,14 +112,14 @@

 There are several tools you can use to select which tracks are shown on the overview map and the track list. The filter row is on the right side of the window:

-![filter buttons](./img/filter_buttons.png)
+![filter buttons](img/attachment/filter_buttons.png)

 Click one or more of these toggle buttons to open up and use that type of filter.  The following filters are available:

 * __Duration__: Enter a minimum and/or maximum duration (minutes) for tracks
 * __Distance__: Enter a minimum and/or maximum distance (miles or km, depending the units selected) for tracks
 * __Path__: Select path filters and use them to filter tracks that traverse through a specific set of points.  Help for creating and editing path filters is [here](#pfilter).
-* __Start Hour__: Select tracks that begin over a range of hours during the day. Select an hour where the window starts and the duration of the window.  For instance to show only tracks starting in the early morning (e.g., between 6 am and 8 am), choose ![start hour window starting at 6, window length 2 hours](./img/filter_select_start_window.png)
+* __Start Hour__: Select tracks that begin over a range of hours during the day. Select an hour where the window starts and the duration of the window.  For instance to show only tracks starting in the early morning (e.g., between 6 am and 8 am), choose ![start hour window starting at 6, window length 2 hours](img/attachment/filter_select_start_window.png)
 * __Filename__: You can filter based on filename.  Filter terms are not case sensitive and partial words are matched.  You can filter filenames using Python-style regular expressions by prefixing your search with a forward slash.

 A filter is only active when its toggle button is clicked and its data entry row is shown.  You can apply multiple filters at the same time by opening them up.  
@@ -136,17 +136,17 @@
 * __Clicked Map Location__:  Single-clicking near a track on the map and track browser shows only those tracks that pass near the clicked point.
  * __Zoom via Box Select__ If you shift-drag on the map (creating a box on the map), the map and track browser show only those tracks that pass within the box and the map zooms to show only those tracks.

-To reset geographic filtering, click the overview reset button (![Reload button](img/reload.png)) on the right side of the filter row.  Toggling one of the other filter buttons also resets geographic filtering.
+To reset geographic filtering, click the overview reset button (![Reload button](img/attachment/reload.png)) on the right side of the filter row.  Toggling one of the other filter buttons also resets geographic filtering.

 &lt;a name="color_coding_track_overviews"&gt;&lt;/a&gt;
 &lt;a href="#"&gt;(top) ↑&lt;/a&gt;
 ## Color Coding Track Overviews

-The Pallete button (![Palette icon](./img/palette.gif)) allows you to color code tracks based on summary metadata.  Colors are applied to both the track list row backgrounds and track color on the map. The palette button is to the right of the row of filter buttons.
+The Pallete button (![Palette icon](img/attachment/palette.gif)) allows you to color code tracks based on summary metadata.  Colors are applied to both the track list row backgrounds and track color on the map. The palette button is to the right of the row of filter buttons.

 You can select metadata (distance, duration, day of week, etc.) and what color scheme is used to color the tracks. The legend (to the right of the parameter/color selectors) shows the resulting color coding.

-![Overview with color coding](./img/30_overview_color_coding.jpg)
+![Overview with color coding](img/attachment/30_overview_color_coding.jpg)
 The above example shows tracks color coded by distance and sorted by distance in the track browser.

 &lt;a name="showing_individual_track_details"&gt;&lt;/a&gt;
@@ -157,11 +157,11 @@

 Select multiple rows in the track list, either by shift- or control-selecting with your mouse. Alternatively, you can select additional tracks via keyboard using shift- or control- with the up or down  arrow.  Additional tracks are shown, shifted in the map from the first track (to minimize overlaps).  The amount of shift can be changed (config file: `map.multitrack_offset_pixels`)

-![Track Display](./img/40_track_selected.jpg)
-
-The graph and track above are color coded according to speed ![color param](./img/plot_color_param.png) .  The color style Grn-Ylw-Red  ![color code](./img/cmap_detail_sm.png) shows the slowest speeds as red, speeds near the midrange in yellow, and highest speeds in green.  Other 3-color styles (e.g., Blue-White-Red) behave similarly.
-
-Within the graph, zoom and pan using the tools at the bottom of the window: ![graph zoom tools](./img/graph_zoom_tools.png).  Additional help is provided in tooltips.
+![Track Display](img/attachment/40_track_selected.jpg)
+
+The graph and track above are color coded according to speed ![color param](img/attachment/plot_color_param.png) .  The color style Grn-Ylw-Red  ![color code](img/attachment/cmap_detail_sm.png) shows the slowest speeds as red, speeds near the midrange in yellow, and highest speeds in green.  Other 3-color styles (e.g., Blue-White-Red) behave similarly.
+
+Within the graph, zoom and pan using the tools at the bottom of the window: ![graph zoom tools](img/attachment/graph_zoom_tools.png).  Additional help is provided in tooltips.

 As you pan and zoom in the map, the graph horizontal limits automatically adjust to show the part of the track visible in the map.  You can disable this by deselcting the Sync Map and Graph Bounds option (see [below](#graph_options)).

@@ -173,11 +173,11 @@

 The time shown in the status bar will be elapsed time (from track start) if the "elapsed" checkbox is checked; otherwise it will show the local time.

-![track display secondary options](img/options_track_2ary_display.png)
+![track display secondary options](img/attachment/options_track_2ary_display.png)

 To show distance and time for a portion of the selected track, click the mouse within the graph and drag left or right.  Doing this highlights that segment on the track and shows its duration and distance in the status bar.

-![Timing portion of track](img/50_timing_of_portion_of_track.jpg)
+![Timing portion of track](img/attachment/50_timing_of_portion_of_track.jpg)

 For the example above, click a track in the track list, then move the mouse in the graph area to where you want to start measuring (a dot will appear on the track corresponding to the time on the graph). As you drag the mouse, the dot turns into a line and summary time/distance of the segment is shown in the status bar. 

@@ -194,7 +194,7 @@
 GFV does the following things to the GPS files as it reads and caches them:

 * Smartly`*` reduce the number of points  for performance reasons (config file: `map.overview.simplify_dist` for the overview and `gps.max_simplify_distance_m`, `gps.smooth`, and `gps.reduce_points_distance_m` for individual track display)&lt;br/&gt;`*` uses Ramer-Douglas-Peucker algorithm
-* Automatically split tracks into segments when there's a rest at a location (default is 5 minutes; config file: `gps.min_gap_to_autosplit_tracks_sec`). To see individual segments in the track browser, select ![Track-Segment selector](img/option_track_segment_radiobox.png) in the config row (ensure config row is visible via the  ![gear icon](./img/gear.png) button at the top of the window).
+* Automatically split tracks into segments when there's a rest at a location (default is 5 minutes; config file: `gps.min_gap_to_autosplit_tracks_sec`). To see individual segments in the track browser, select ![Track-Segment selector](img/attachment/option_track_segment_radiobox.png) in the config row (ensure config row is visible via the  ![gear icon](img/attachment/gear.png) button at the top of the window).
 * Removes tracks with 3 or fewer points (Config file: `gps.min_track_segment_points`).
 * For tracks that do not include timestamps for each point, GFV adds dummy timestamps to allow the rest of the GFV functions to work.  In the track display, this is denoted with a track name prefix of `&amp;lt;no_time&amp;gt;`
 &lt;a name="pfilter"&gt;&lt;/a&gt;
@@ -203,19 +203,19 @@
 &lt;a href="#"&gt;(top) ↑&lt;/a&gt;
 ### Quick Subdirectory Switching

-If you've organized your GPS files into related subdirectories (e.g., each year in its own subdirectory), GFV allows you to quickly switch between them.  Clicking the subfolder button (![subfolder icon](img/subfolder.png)) shows a dropdown list  containing the folder's subdirectories. Change subdirectories by selecting one of them in the dropdown.
-
-A special directory called `&amp;lt;All&amp;gt;` is available in the subdirectory list.  Choosing this causes all gps files in all subdirectories to be loaded into the track browser.  Note: this may take additional time to load the files, and additional time to create the track overview.  You can speed up the overview by disabling the map overview.  Do this by toggling the overview (![subfolder icon](img/map_ovw.png)) button.
+If you've organized your GPS files into related subdirectories (e.g., each year in its own subdirectory), GFV allows you to quickly switch between them.  Clicking the subfolder button (![subfolder icon](img/attachment/subfolder.png)) shows a dropdown list  containing the folder's subdirectories. Change subdirectories by selecting one of them in the dropdown.
+
+A special directory called `&amp;lt;All&amp;gt;` is available in the subdirectory list.  Choosing this causes all gps files in all subdirectories to be loaded into the track browser.  Note: this may take additional time to load the files, and additional time to create the track overview.  You can speed up the overview by disabling the map overview.  Do this by toggling the overview (![subfolder icon](img/attachment/map_ovw.png)) button.

 &lt;a name="path_filters"&gt;&lt;/a&gt;
 &lt;a href="#"&gt;(top) ↑&lt;/a&gt;
 ### Path Filters

-The path filter is in the filter row (![filter icon](./img/filter.png)) on the right side of the window. Turn on path filtering by clicking the "Path" toggle button.  Selecting a path filter causes only tracks that traverse the corresponding points to show in the track browser.  
-
-You can create and edit path filters by clicking on the edit button in the path filter selector row (![pencil icon](./img/edit.png)).  When you do that, the path filter editor is shown:
-
-![path editor](./img/path_editor.png)
+The path filter is in the filter row (![filter icon](img/attachment/filter.png)) on the right side of the window. Turn on path filtering by clicking the "Path" toggle button.  Selecting a path filter causes only tracks that traverse the corresponding points to show in the track browser.  
+
+You can create and edit path filters by clicking on the edit button in the path filter selector row (![pencil icon](img/attachment/edit.png)).  When you do that, the path filter editor is shown:
+
+![path editor](img/attachment/path_editor.png)

 While a path filter is selected, the filter's numbered points are shown on the map.  Each path filter point has as associated radius.  This allows path testing to tolerate inexact matches, or allow considerations of areas (e.g. path passes near an intersection or around a city).  

@@ -227,10 +227,10 @@
 &lt;a href="#"&gt;(top) ↑&lt;/a&gt;
 #### Managing Path Filters

-* __Create a new path filter__ by clicking the new (![add button](./img/add.png)) button
-* __ Copy an existing filter__ by clicking the copy (![copy button](./img/copy.png)) button.
+* __Create a new path filter__ by clicking the new (![add button](img/attachment/add.png)) button
+* __ Copy an existing filter__ by clicking the copy (![copy button](img/attachment/copy.png)) button.
 * __Rename__ a filter by editing the Name box on the left.
-* __Delete the filter__ by clicking on the ![red X delete button](./img/delete.png) on the right side. 
+* __Delete the filter__ by clicking on the ![red X delete button](img/attachment/delete.png) on the right side. 

 &lt;a name="working_with_a_selected_filter"&gt;&lt;/a&gt;
 &lt;a href="#"&gt;(top) ↑&lt;/a&gt;
@@ -244,13 +244,13 @@
 * __Reposition filter points__ by dragging them in the map.
 * __Remove a point__ from the filter by clicking on a point on the map (or selecting a row in the point list above) and hitting the backspace or delete key.
 * __Change a point's radius__  Each path filter point has an associated circle-- if a track goes within the circle, it passes the filter. Change a point's radius by dragging the outer ring in or out.
-* __Temporaily disable filtering__ While editing a path filter, you can temporarily turn off filtering by clicking ![Inhibit filter](./img/option_inhibit_filter_checkbox.png).  This shows overview of all tracks which may make it easier to see where to place path filter points.
+* __Temporaily disable filtering__ While editing a path filter, you can temporarily turn off filtering by clicking ![Inhibit filter](img/attachment/option_inhibit_filter_checkbox.png).  This shows overview of all tracks which may make it easier to see where to place path filter points.

 &lt;a name="exporting_data"&gt;&lt;/a&gt;
 &lt;a href="#"&gt;(top) ↑&lt;/a&gt;
 ### Exporting data

-Export data to your system's clipboard by clicking on the ![Export clipboard](./img/export_clipboard_blue2.png) icon at the top of the application window. You can then paste the data into your favorite application.
+Export data to your system's clipboard by clicking on the ![Export clipboard](img/attachment/export_clipboard_blue2.png) icon at the top of the application window. You can then paste the data into your favorite application.

  You can export the following:

@@ -267,7 +267,7 @@

 You can color points within a track.  The controls for doing this are between the graph and map areas.

-![track color coding UI](img/option_track_color_coding.png)
+![track color coding UI](img/attachment/option_track_color_coding.png)

 Select a parameter, e.g., distance, speed, elevation) and a color scheme.  In addition to these basic parameters, the following parameters are available:

@@ -289,7 +289,7 @@

 In addition to the above color coding, the following options are available in the configuration area between the map and graph:

-![track display options](img/option_track_display.png)
+![track display options](img/attachment/option_track_display.png)

 * Click the 'hires' toggle button to show tracks in full (original) resolution in both the map and graph.  Hires data is not cached and the data reduction [described above for cached data](#preprocessing) is not done. Click the toggle button again to turn off hires mode. &lt;br/&gt;_Note: while hires is clicked, each file is read in anew each time it is plotted, so performance will be a little slower._
 * You can enter specific numbers to fix the Y limits for the graph and for the color scheme.  Enter &lt;span style="background: #ddd; padding: 2px; border: solid 1px;"&gt;(low) - (high)&lt;/span&gt; in the textbox, with each being optional.  For example, entering &lt;span style="background: #ddd; padding: 2px; border: solid 1px;"&gt; -10-30 &lt;/span&gt; sets the lower limit to -10 and the upper limit to 30, while entering &lt;span style="background: #ddd; padding: 2px; border: solid 1px;"&gt; -30- &lt;/span&gt; sets the lower limit to -30 and allows the upper limit to be set by the data.
@@ -299,14 +299,14 @@
 &lt;a href="#"&gt;(top) ↑&lt;/a&gt;
 ### Secondary Graph Options

-Click the  ![gear icon](./img/gear.png) button on the left of the graph-map config area to show secondary display options.
-
-![track display secondary options](img/option_track_2ary_display.png)
+Click the  ![gear icon](img/attachment/gear.png) button on the left of the graph-map config area to show secondary display options.
+
+![track display secondary options](img/attachment/option_track_2ary_display.png)

 * __Elapsed__ When selected, the time axis of the graph shows time elapsed from the beginning of the track.  If this option is unchecked, the local time at the GPS location is shown (see [note](#time_zone) on local time calculation).
 * __Smooth Graph__ Values &amp;gt; 1 cause graph values to be increasingly smoothed.  A median smoothing algorithm is used. This can be useful for "noisy" parameters (e.g., elevation and gradient)
 * __Sync Map and Graph Bounds__ When selected, as you pan and zoom on the map, the graph limits adjust to show you only the portion of the track displayed in the map.
-* __Reload__ Clicking the ![Reload button](img/reload.png) button re-reads the file containing the currently graphed track from disk.  This can be helpful if you are editing data points in a GPS file using a separate application or text editor.
+* __Reload__ Clicking the ![Reload button](img/attachment/reload.png) button re-reads the file containing the currently graphed track from disk.  This can be helpful if you are editing data points in a GPS file using a separate application or text editor.

 &lt;a name="time_zones"&gt;&lt;/a&gt;
 &lt;a href="#"&gt;(top) ↑&lt;/a&gt;
@@ -322,7 +322,7 @@

 On the right side of the filter row in the track browser are a series of track overview buttons.  Each one is described below, left to right.

-![Overview Controls](img/controls_overview.png)
+![Overview Controls](img/attachment/controls_overview.png)

 * Show Overview Map: This toggle button determines whether overview tracks are shown on the map.  It is on by default.  If you have many (hundreds) of tracks in the track list, filtering and updates will be quicker by turning this button off.
 * Reset Overview: this button resets the overview map, zooming out to fit all tracks.   Any filtering (via the filter row buttons) remains in effect.  Geographic filtering ([see above](#geo_filter)) is also reset.
@@ -333,9 +333,9 @@
 &lt;a href="#"&gt;(top) ↑&lt;/a&gt;
 ### Showing Coordinates

-To show the current lat-lon coordinates of the mouse while in the map as well as the coordinates of the center of the map, click the coordinates toggle button (![Coords button](img/coordinates.png)) at the top of the application window. When toggled on, it looks like this:
-
-![coords display](img/coordinates_display.png)
+To show the current lat-lon coordinates of the mouse while in the map as well as the coordinates of the center of the map, click the coordinates toggle button (![Coords button](img/attachment/coordinates.png)) at the top of the application window. When toggled on, it looks like this:
+
+![coords display](img/attachment/coordinates_display.png)

 You can change the map location by typing or pasting a lat-lon pair (decimal only) into the Center: textbox.

@@ -348,4 +348,3 @@
 * [pyslip](https://github.com/rzzzwilson/pySlip) map display library
 * [gpxpy](https://github.com/tkrajina/gpxpy)  gps analysis and manipulation library
 * [OpenStreetMap.org](https://www.openstreetmap.org) for granting permission for use of their osm tileserver
-
&lt;/p&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rich K</dc:creator><pubDate>Sat, 03 Sep 2016 17:52:56 -0000</pubDate><guid>https://sourceforge.nete083f36c916b7f1fd0e5bd14e7ee6d62323769e7</guid></item><item><title>Help modified by Rich K</title><link>https://sourceforge.net/p/gpsfv/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -63,7 +63,7 @@

 *note: GFV shows tracks by file directory. Selecting another directory shows any GPS files in that directory. csv, kml, and gpx formats are currently supported.*

-![On Launch](Help/attachment/10_GPSFV_startup.jpg)
+![On Launch](img/attachment/10_GPSFV_startup.jpg)

 Click the "Load files" button at the top of the application window to read the files in and generate more detailed metadata. Loading files also shows a map overview of the tracks. Once loaded, you should see something like the image below.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rich K</dc:creator><pubDate>Sat, 03 Sep 2016 17:47:00 -0000</pubDate><guid>https://sourceforge.nete087bd4ca17d7ee0c04f9f805c1a52d6a28fa469</guid></item><item><title>Help modified by Rich K</title><link>https://sourceforge.net/p/gpsfv/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -63,7 +63,7 @@

 *note: GFV shows tracks by file directory. Selecting another directory shows any GPS files in that directory. csv, kml, and gpx formats are currently supported.*

-![On Launch](attachment/10_GPSFV_startup.jpg)
+![On Launch](Help/attachment/10_GPSFV_startup.jpg)

 Click the "Load files" button at the top of the application window to read the files in and generate more detailed metadata. Loading files also shows a map overview of the tracks. Once loaded, you should see something like the image below.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rich K</dc:creator><pubDate>Sat, 03 Sep 2016 17:42:30 -0000</pubDate><guid>https://sourceforge.net0aefa4f92706cd89554edd00a3ec721c8401036b</guid></item><item><title>Help modified by Rich K</title><link>https://sourceforge.net/p/gpsfv/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -63,7 +63,7 @@

 *note: GFV shows tracks by file directory. Selecting another directory shows any GPS files in that directory. csv, kml, and gpx formats are currently supported.*

-![On Launch](10_GPSFV_startup.jpg)
+![On Launch](attachment/10_GPSFV_startup.jpg)

 Click the "Load files" button at the top of the application window to read the files in and generate more detailed metadata. Loading files also shows a map overview of the tracks. Once loaded, you should see something like the image below.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rich K</dc:creator><pubDate>Sat, 03 Sep 2016 17:41:10 -0000</pubDate><guid>https://sourceforge.net943596e6e76fe3485761f959e98ed1c707854e36</guid></item><item><title>Help modified by Rich K</title><link>https://sourceforge.net/p/gpsfv/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,5 +1,3 @@
-&amp;lt;style&amp;gt;img {position:relative; top:3px}&amp;lt;/style&amp;gt;
-
 # GPSFileViewer

 Desktop application for browsing and visualizing GPS files on your hard drive or network. 
@@ -40,7 +38,6 @@
     * [Overview Options](#overview_options)
     * [Showing Coordinates](#showing_coordinates)
   * [Acknowledgements](#acknowledgements)
-  * [Cutting room floor](#cutting_room_floor)
 -----

 &lt;a name="installation"&gt;&lt;/a&gt;
@@ -66,7 +63,7 @@

 *note: GFV shows tracks by file directory. Selecting another directory shows any GPS files in that directory. csv, kml, and gpx formats are currently supported.*

-![On Launch](./img/10_GPSFV_startup.jpg)
+![On Launch](10_GPSFV_startup.jpg)

 Click the "Load files" button at the top of the application window to read the files in and generate more detailed metadata. Loading files also shows a map overview of the tracks. Once loaded, you should see something like the image below.

@@ -352,32 +349,3 @@
 * [gpxpy](https://github.com/tkrajina/gpxpy)  gps analysis and manipulation library
 * [OpenStreetMap.org](https://www.openstreetmap.org) for granting permission for use of their osm tileserver

-&lt;p&gt;
-
----------------
-
-
-&lt;a name="cutting_room_floor"&gt;&lt;/a&gt;
-&lt;a href="#"&gt;(top) ↑&lt;/a&gt;
-## Cutting room floor
-
-*note: While much of GFV can be configured from within the application, additional parameters can be changed by editing GFV's configuration file (see gpsfileviewer.cfg in the app directory).   Most of the parameters are documented within comments in the file, and some of them are referenced in this help file.*
-
-*Note: In the current version of GFV, there is no undo apart from text fields.* 
-
-*  __Current Map View__ As mentioned above, panning and zooming the map filters out tracks not visible in the current view
-* __Clicked Map Location__ As mentioned above, single-clicking near a track on the map filters to show only those tracks that pass near the clicked point.
-
-* Dragging mouse in graph shows distance and duration for portions of tracks
-
-As you pan and zoom the overview map, the track list (right side of application) shows only those tracks that are in the current map view.
-
-When one or more tracks are selected in the track list, moving the mouse in the graph area shows the corresponding location for that time or distance as a dot on the track(s).  The time associated with that location and the graph Y value(s) are shown in the status bar.
-
-The following options are available:
-   * __ _lo#_-_hi#_ __ Sets both Y limits according to the value provided
-   * __ -_hi#_ __ Sets maximum Y to value provided; automatically sets minimum value
-   * __ _lo#_- __ Sets minimum Y to value provided; automatically sets maximum value
-   * __ _(blank)_ __ (default) Automatically sets both minimum and maximum Y values.
-
-Sync Map and Graph Bounds: When selected, the graph horizontal limits will show the same portion of the track that's visible in the map.  
&lt;/p&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rich K</dc:creator><pubDate>Sat, 03 Sep 2016 17:39:56 -0000</pubDate><guid>https://sourceforge.neta4a656f3f95ce41bc98323fccffa1f3954715510</guid></item><item><title>Help modified by Rich K</title><link>https://sourceforge.net/p/gpsfv/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&amp;lt;style&amp;gt;img {position:relative; top:3px}&amp;lt;/style&amp;gt;

&lt;h1 id="gpsfileviewer"&gt;GPSFileViewer&lt;/h1&gt;
&lt;p&gt;Desktop application for browsing and visualizing GPS files on your hard drive or network. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Browse GPS files (gpx, kml, csv) by directory using embedded file/track/metadata browser&lt;/li&gt;
&lt;li&gt;Show overview map of all tracks in directory. Tracks can be color coded based on metadata, e.g., distance, duration.&lt;/li&gt;
&lt;li&gt;Filter tracks in browser based on metadata, location, and path.&lt;/li&gt;
&lt;li&gt;Use Path Filters to find tracks that traverse a series of locations, for instance, to compare different routes.&lt;/li&gt;
&lt;li&gt;Simultaneously view tracks on map while graphing metadata (e.g., speed, elevation, hill gradient)&lt;/li&gt;
&lt;li&gt;Interactive display of distance and duration for selected portions of tracks&lt;br/&gt;
&lt;p&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="#installation"&gt;Installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#launching"&gt;Launching&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="#some_quick_notes"&gt;Some Quick Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#track_overview"&gt;Track Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#moving_around_in_map_view"&gt;Moving Around in Map View&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#selecting_units_(english/metric)"&gt;Selecting Units (English/Metric)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#filtering_tracks"&gt;Filtering tracks&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="#geographic_filtering"&gt;Geographic Filtering&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#color_coding_track_overviews"&gt;Color Coding Track Overviews&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#showing_individual_track_details"&gt;Showing Individual Track Details&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#distances_and_times_within_a_track"&gt;Distances and Times within a Track&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#additional_features_and_tips"&gt;Additional Features and Tips&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="#track_pre-processing"&gt;Track Pre-Processing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#quick_subdirectory_switching"&gt;Quick Subdirectory Switching&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#path_filters"&gt;Path Filters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#managing_path_filters"&gt;Managing Path Filters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#working_with_a_selected_filter"&gt;Working with a selected filter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#exporting_data"&gt;Exporting data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#track_display_color_coding"&gt;Track Display Color Coding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#graph-map_options_in_the_ui"&gt;Graph-Map options in the UI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#secondary_graph_options"&gt;Secondary Graph Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#time_zones"&gt;Time Zones&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#overview_options"&gt;Overview Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#showing_coordinates"&gt;Showing Coordinates&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#acknowledgements"&gt;Acknowledgements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="#cutting_room_floor"&gt;Cutting room floor&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;p&gt;&lt;a name="installation"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;p&gt;GPSFileViewer (GFV) is distributed as a zip file. Simply unzip the file to the directory of your choice.&lt;/p&gt;
&lt;p&gt;Mac at this time requires running the python source files, which requires python 2.x (x &amp;gt;=7) and the following packages to be installed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.wxpython.org/" rel="nofollow"&gt;wxPython&lt;/a&gt;, at least v3.0&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://matplotlib.org/" rel="nofollow"&gt;matplotlib&lt;/a&gt;, at least v1.3.1 &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name="launching"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="launching"&gt;Launching&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Windows:&lt;/strong&gt;  From the installation directory, run &lt;code&gt;app/gpsfileviewer.exe&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mac:&lt;/strong&gt; From the installation directory, go to the script directory and click gpsfileviewer.command&lt;/p&gt;
&lt;p&gt;Launching GFV brings up a set of sample gps files that comes with the application (located in the &lt;code&gt;sample_gps&lt;/code&gt; subdirectory). The left side is a map that shows tracks and the right side is a track browser. Initially, you'll see only file-based metadata in the track browser.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;note: GFV shows tracks by file directory. Selecting another directory shows any GPS files in that directory. csv, kml, and gpx formats are currently supported.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="On Launch" src="./img/10_GPSFV_startup.jpg"/&gt;&lt;/p&gt;
&lt;p&gt;Click the "Load files" button at the top of the application window to read the files in and generate more detailed metadata. Loading files also shows a map overview of the tracks. Once loaded, you should see something like the image below.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;note: The  "Load Files" button caches the GPS data on your hard drive (the &lt;code&gt;app/gps_cache&lt;/code&gt; subdirectory), so you only have to click it once for each directory.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name="some_quick_notes"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="some-quick-notes"&gt;Some Quick Notes&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;24-hour time is used throughout GFV. AM/PM is not implemented in this version.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;For customizing GFV, there is a user-modifiable config file. See &lt;code&gt;gpsfileviewer.cfg&lt;/code&gt; in gpsfileviewer's app directory. Additional documentation on config settings is provided within that file.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name="track_overview"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="track-overview"&gt;Track Overview&lt;/h3&gt;
&lt;p&gt;&lt;img alt="Files Loaded" src="./img/20_files_loaded.jpg"/&gt;&lt;/p&gt;
&lt;p&gt;After loading the files, you see GPS-specific metadata fields and an overview of all tracks on the map.  The 'name' field is the either the track name or if there's none, the file name.  For files that contain more than one track, the track number is appended to the file name. &lt;/p&gt;
&lt;p&gt;The tracks are shown on the map as brown lines (config file: &lt;code&gt;map.overview.solid_line_color&lt;/code&gt;). The tracks are semi-transparent so you can see when mulitple track overlap.&lt;/p&gt;
&lt;p&gt;&lt;a name="moving_around_in_map_view"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="moving-around-in-map-view"&gt;Moving Around in Map View&lt;/h3&gt;
&lt;p&gt;Zoom and pan the map using any of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Drag with the mouse to pan&lt;/li&gt;
&lt;li&gt;The zoom tool at the bottom of the window: &lt;img alt="Map Zoom Detail" src="./img/map_zoom_detail.png"/&gt;&lt;/li&gt;
&lt;li&gt;Shift click the "Auto" checkbox (&lt;img alt="Auto Zoom checkbox" src="./img/autozoom_checkbox.png"/&gt;) to zoom the map to fit all tracks&lt;/li&gt;
&lt;li&gt;Keyboard shortcuts "+" and "-" to zoom in and out&lt;/li&gt;
&lt;li&gt;Double left-click within the map to zoom in, double right-click to zoom out&lt;/li&gt;
&lt;li&gt;Single-click on a track in the map and the browser and map will show only those tracks that go through that point.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name="selecting_units_(english/metric)"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="selecting-units-englishmetric"&gt;Selecting Units (English/Metric)&lt;/h2&gt;
&lt;p&gt;You can select between meters/kilometers and feet/miles by selecting from &lt;img alt="units selector" src="./img/option_units.png"/&gt; in the configuration row.  Make sure the configuration row is vzvisible by clicking the  &lt;img alt="gear icon" src="./img/gear.png"/&gt; button at the top of the window.&lt;/p&gt;
&lt;p&gt;&lt;a name="filtering_tracks"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="filtering-tracks"&gt;Filtering tracks&lt;/h2&gt;
&lt;p&gt;There are several tools you can use to select which tracks are shown on the overview map and the track list. The filter row is on the right side of the window:&lt;/p&gt;
&lt;p&gt;&lt;img alt="filter buttons" src="./img/filter_buttons.png"/&gt;&lt;/p&gt;
&lt;p&gt;Click one or more of these toggle buttons to open up and use that type of filter.  The following filters are available:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Duration&lt;/strong&gt;: Enter a minimum and/or maximum duration (minutes) for tracks&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Distance&lt;/strong&gt;: Enter a minimum and/or maximum distance (miles or km, depending the units selected) for tracks&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Path&lt;/strong&gt;: Select path filters and use them to filter tracks that traverse through a specific set of points.  Help for creating and editing path filters is &lt;a class="" href="#pfilter"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Start Hour&lt;/strong&gt;: Select tracks that begin over a range of hours during the day. Select an hour where the window starts and the duration of the window.  For instance to show only tracks starting in the early morning (e.g., between 6 am and 8 am), choose &lt;img alt="start hour window starting at 6, window length 2 hours" src="./img/filter_select_start_window.png"/&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Filename&lt;/strong&gt;: You can filter based on filename.  Filter terms are not case sensitive and partial words are matched.  You can filter filenames using Python-style regular expressions by prefixing your search with a forward slash.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A filter is only active when its toggle button is clicked and its data entry row is shown.  You can apply multiple filters at the same time by opening them up.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;The filters are modifiable and expandable. See config file: &lt;code&gt;filelist.filter_functions&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a name="geo_filter"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a name="geographic_filtering"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="geographic-filtering"&gt;Geographic Filtering&lt;/h3&gt;
&lt;p&gt;In addition to the above buttons, you can filter tracks geographically using either of the following two approaches:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Clicked Map Location&lt;/strong&gt;:  Single-clicking near a track on the map and track browser shows only those tracks that pass near the clicked point.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Zoom via Box Select&lt;/strong&gt; If you shift-drag on the map (creating a box on the map), the map and track browser show only those tracks that pass within the box and the map zooms to show only those tracks.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To reset geographic filtering, click the overview reset button (&lt;img alt="Reload button" src="../img/reload.png"/&gt;) on the right side of the filter row.  Toggling one of the other filter buttons also resets geographic filtering.&lt;/p&gt;
&lt;p&gt;&lt;a name="color_coding_track_overviews"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="color-coding-track-overviews"&gt;Color Coding Track Overviews&lt;/h2&gt;
&lt;p&gt;The Pallete button (&lt;img alt="Palette icon" src="./img/palette.gif"/&gt;) allows you to color code tracks based on summary metadata.  Colors are applied to both the track list row backgrounds and track color on the map. The palette button is to the right of the row of filter buttons.&lt;/p&gt;
&lt;p&gt;You can select metadata (distance, duration, day of week, etc.) and what color scheme is used to color the tracks. The legend (to the right of the parameter/color selectors) shows the resulting color coding.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Overview with color coding" src="./img/30_overview_color_coding.jpg"/&gt;&lt;br/&gt;
The above example shows tracks color coded by distance and sorted by distance in the track browser.&lt;/p&gt;
&lt;p&gt;&lt;a name="showing_individual_track_details"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="showing-individual-track-details"&gt;Showing Individual Track Details&lt;/h2&gt;
&lt;p&gt;Show an individual track by clicking on a row in the track list. The selected track is shown via a color-coded track on the map and a graph of the attribute selected in the 'Param:' dropdown directly beneath the map.&lt;/p&gt;
&lt;p&gt;Select multiple rows in the track list, either by shift- or control-selecting with your mouse. Alternatively, you can select additional tracks via keyboard using shift- or control- with the up or down  arrow.  Additional tracks are shown, shifted in the map from the first track (to minimize overlaps).  The amount of shift can be changed (config file: &lt;code&gt;map.multitrack_offset_pixels&lt;/code&gt;)&lt;/p&gt;
&lt;p&gt;&lt;img alt="Track Display" src="./img/40_track_selected.jpg"/&gt;&lt;/p&gt;
&lt;p&gt;The graph and track above are color coded according to speed &lt;img alt="color param" src="./img/plot_color_param.png"/&gt; .  The color style Grn-Ylw-Red  &lt;img alt="color code" src="./img/cmap_detail_sm.png"/&gt; shows the slowest speeds as red, speeds near the midrange in yellow, and highest speeds in green.  Other 3-color styles (e.g., Blue-White-Red) behave similarly.&lt;/p&gt;
&lt;p&gt;Within the graph, zoom and pan using the tools at the bottom of the window: &lt;img alt="graph zoom tools" src="./img/graph_zoom_tools.png"/&gt;.  Additional help is provided in tooltips.&lt;/p&gt;
&lt;p&gt;As you pan and zoom in the map, the graph horizontal limits automatically adjust to show the part of the track visible in the map.  You can disable this by deselcting the Sync Map and Graph Bounds option (see &lt;a class="" href="#graph_options"&gt;below&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;&lt;a name="distances_and_times_within_a_track"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="distances-and-times-within-a-track"&gt;Distances and Times within a Track&lt;/h2&gt;
&lt;p&gt;Get the time and distance of a map point by moving the mouse within the graph area.  The point on the map is shown as a dot and the time associated with that location and the graphed value(s) are shown in the status bar.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;The time shown in the status bar will be elapsed time (from track start) if the "elapsed" checkbox is checked; otherwise it will show the local time.&lt;/p&gt;
&lt;p&gt;&lt;img alt="track display secondary options" src="../img/options_track_2ary_display.png"/&gt;&lt;/p&gt;
&lt;p&gt;To show distance and time for a portion of the selected track, click the mouse within the graph and drag left or right.  Doing this highlights that segment on the track and shows its duration and distance in the status bar.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Timing portion of track" src="../img/50_timing_of_portion_of_track.jpg"/&gt;&lt;/p&gt;
&lt;p&gt;For the example above, click a track in the track list, then move the mouse in the graph area to where you want to start measuring (a dot will appear on the track corresponding to the time on the graph). As you drag the mouse, the dot turns into a line and summary time/distance of the segment is shown in the status bar. &lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;&lt;a name="additional_features_and_tips"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="additional-features-and-tips"&gt;Additional Features and Tips&lt;/h2&gt;
&lt;p&gt;&lt;a name="preprocessing"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a name="track_pre-processing"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="track-pre-processing"&gt;Track Pre-Processing&lt;/h3&gt;
&lt;p&gt;GFV does the following things to the GPS files as it reads and caches them:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Smartly&lt;code&gt;*&lt;/code&gt; reduce the number of points  for performance reasons (config file: &lt;code&gt;map.overview.simplify_dist&lt;/code&gt; for the overview and &lt;code&gt;gps.max_simplify_distance_m&lt;/code&gt;, &lt;code&gt;gps.smooth&lt;/code&gt;, and &lt;code&gt;gps.reduce_points_distance_m&lt;/code&gt; for individual track display)&lt;br/&gt;&lt;code&gt;*&lt;/code&gt; uses Ramer-Douglas-Peucker algorithm&lt;/li&gt;
&lt;li&gt;Automatically split tracks into segments when there's a rest at a location (default is 5 minutes; config file: &lt;code&gt;gps.min_gap_to_autosplit_tracks_sec&lt;/code&gt;). To see individual segments in the track browser, select &lt;img alt="Track-Segment selector" src="../img/option_track_segment_radiobox.png"/&gt; in the config row (ensure config row is visible via the  &lt;img alt="gear icon" src="./img/gear.png"/&gt; button at the top of the window).&lt;/li&gt;
&lt;li&gt;Removes tracks with 3 or fewer points (Config file: &lt;code&gt;gps.min_track_segment_points&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;For tracks that do not include timestamps for each point, GFV adds dummy timestamps to allow the rest of the GFV functions to work.  In the track display, this is denoted with a track name prefix of &lt;code&gt;&amp;lt;no_time&amp;gt;&lt;/code&gt;&lt;br/&gt;
&lt;a name="pfilter"&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name="quick_subdirectory_switching"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="quick-subdirectory-switching"&gt;Quick Subdirectory Switching&lt;/h3&gt;
&lt;p&gt;If you've organized your GPS files into related subdirectories (e.g., each year in its own subdirectory), GFV allows you to quickly switch between them.  Clicking the subfolder button (&lt;img alt="subfolder icon" src="../img/subfolder.png"/&gt;) shows a dropdown list  containing the folder's subdirectories. Change subdirectories by selecting one of them in the dropdown.&lt;/p&gt;
&lt;p&gt;A special directory called &lt;code&gt;&amp;lt;All&amp;gt;&lt;/code&gt; is available in the subdirectory list.  Choosing this causes all gps files in all subdirectories to be loaded into the track browser.  Note: this may take additional time to load the files, and additional time to create the track overview.  You can speed up the overview by disabling the map overview.  Do this by toggling the overview (&lt;img alt="subfolder icon" src="../img/map_ovw.png"/&gt;) button.&lt;/p&gt;
&lt;p&gt;&lt;a name="path_filters"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="path-filters"&gt;Path Filters&lt;/h3&gt;
&lt;p&gt;The path filter is in the filter row (&lt;img alt="filter icon" src="./img/filter.png"/&gt;) on the right side of the window. Turn on path filtering by clicking the "Path" toggle button.  Selecting a path filter causes only tracks that traverse the corresponding points to show in the track browser.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;You can create and edit path filters by clicking on the edit button in the path filter selector row (&lt;img alt="pencil icon" src="./img/edit.png"/&gt;).  When you do that, the path filter editor is shown:&lt;/p&gt;
&lt;p&gt;&lt;img alt="path editor" src="./img/path_editor.png"/&gt;&lt;/p&gt;
&lt;p&gt;While a path filter is selected, the filter's numbered points are shown on the map.  Each path filter point has as associated radius.  This allows path testing to tolerate inexact matches, or allow considerations of areas (e.g. path passes near an intersection or around a city).&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;On the map, this radius is shown as a shaded red disc around the filter point.  Depending on the radius, the ring and shaded area may be too small to see on a zoomed-out map.  Zoom in to see it.&lt;/p&gt;
&lt;p&gt;If you check "Trim to path limits", only the portion of a track between the path filter points is shown in the results.  If unchecked, then entire track is shown.&lt;/p&gt;
&lt;p&gt;&lt;a name="managing_path_filters"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h4 id="managing-path-filters"&gt;Managing Path Filters&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Create a new path filter&lt;/strong&gt; by clicking the new (&lt;img alt="add button" src="./img/add.png"/&gt;) button&lt;/li&gt;
&lt;li&gt;&lt;strong&gt; Copy an existing filter&lt;/strong&gt; by clicking the copy (&lt;img alt="copy button" src="./img/copy.png"/&gt;) button.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rename&lt;/strong&gt; a filter by editing the Name box on the left.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Delete the filter&lt;/strong&gt; by clicking on the &lt;img alt="red X delete button" src="./img/delete.png"/&gt; on the right side. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name="working_with_a_selected_filter"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h4 id="working-with-a-selected-filter"&gt;Working with a selected filter&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Changing a filter's type&lt;/strong&gt; by selecting betwen values in the dropdown list on the right.&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Ordered&lt;/strong&gt;: A track must traverse each point in order (1, then 2, then 3, etc.)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;All&lt;/strong&gt;: A track must traverse all points; order doesn't matter. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Any&lt;/strong&gt;:  A track can pass through any one or more points&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Add points&lt;/strong&gt; to the filter by panning and zooming the map to where you want and control-clicking on the map.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Insert points&lt;/strong&gt; by clicking an existing filter point on the map or a row in the path filter point list (the numbered list in the center of the path filter edtor), then control-clicking on the map.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reposition filter points&lt;/strong&gt; by dragging them in the map.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Remove a point&lt;/strong&gt; from the filter by clicking on a point on the map (or selecting a row in the point list above) and hitting the backspace or delete key.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Change a point's radius&lt;/strong&gt;  Each path filter point has an associated circle-- if a track goes within the circle, it passes the filter. Change a point's radius by dragging the outer ring in or out.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Temporaily disable filtering&lt;/strong&gt; While editing a path filter, you can temporarily turn off filtering by clicking &lt;img alt="Inhibit filter" src="./img/option_inhibit_filter_checkbox.png"/&gt;.  This shows overview of all tracks which may make it easier to see where to place path filter points.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name="exporting_data"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="exporting-data"&gt;Exporting data&lt;/h3&gt;
&lt;p&gt;Export data to your system's clipboard by clicking on the &lt;img alt="Export clipboard" src="./img/export_clipboard_blue2.png"/&gt; icon at the top of the application window. You can then paste the data into your favorite application.&lt;/p&gt;
&lt;p&gt;You can export the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Map as image&lt;/strong&gt;  Copies current map view to clipboard as image&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Track Data as Table&lt;/strong&gt; Copy currently selected track(s) as a tab-separated list of lat, lon, elevation, and time for each track point.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Graph as Image&lt;/strong&gt;  Copy the graph of the currently selected track(s) as an image.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Graph Data as Table&lt;/strong&gt;  Copy x-y data in current graph as tab-separated list of x-y values.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Table Data&lt;/strong&gt; Copy values from track browser table as tab-separated list&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name="track_display_color_coding"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="track-display-color-coding"&gt;Track Display Color Coding&lt;/h3&gt;
&lt;p&gt;You can color points within a track.  The controls for doing this are between the graph and map areas.&lt;/p&gt;
&lt;p&gt;&lt;img alt="track color coding UI" src="../img/option_track_color_coding.png"/&gt;&lt;/p&gt;
&lt;p&gt;Select a parameter, e.g., distance, speed, elevation) and a color scheme.  In addition to these basic parameters, the following parameters are available:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Gradient %&lt;/strong&gt; Shows slope (ascending = positive, descending = negative)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vertical Climb&lt;/strong&gt; Shows accumulated positive elevation gain (feet or meters, depending on units system)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Elapsed10&lt;/strong&gt; Shows distance covered (horizontal axis) for each 10 minutes of the track. Graph wraps top-to-bottom after each 10 minutes.  Vertical gaps are pauses in time. Shallower slopes indicate higher speeds while steeper slopes indicate slower speeds.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Elapsed60&lt;/strong&gt; Same as Elapsed10, except graph wraps top-to-bottom after each hour.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In addition to several gradient color schemes (such as Copper above), the following schemes may helpful in certain situations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Three-Color Gradient&lt;/strong&gt; Three color scheme (Blue-White-Red, Blue-Black-Red, Red-Ylw-Grn, etc.) shows low values in the first color, values near the midpoint in the second color, and high values in the third color.  This makes it easy to see above- and below-average values in a track. &lt;br/&gt;For example, when the gradient parameter is plotted with this color scheme, the first color means downhill, second color means (approximately) level, and third color means uphill.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Solid Scheme&lt;/strong&gt; The Solid scheme simply shows each selected track in a different solid color.  This allows you to distinguish tracks and graph lines when multiple tracks are selected.  Colors can be changed in the config file: see the &lt;code&gt;solid&lt;/code&gt; entry within &lt;code&gt;cmap.custom_cmaps&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Banded Schemes&lt;/strong&gt; These schemes stack multiple gradients on top of each other.  For instance, if you plot speed of a track, set the Y-limits to &lt;code&gt;0-30&lt;/code&gt;, and then select the "3 bands, RGB" scheme, Red denotes speeds of 0-10, Green 10-20, and Blue 20-30.  Within each band, darker shades are slower, lighter shades are faster. You get similar results choosing the 4- or 5- band scheme with a Y range divisible by 4 or 5 respectively.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name="graph-map_options_in_the_ui"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="graph-map-options-in-the-ui"&gt;Graph-Map options in the UI&lt;/h3&gt;
&lt;p&gt;In addition to the above color coding, the following options are available in the configuration area between the map and graph:&lt;/p&gt;
&lt;p&gt;&lt;img alt="track display options" src="../img/option_track_display.png"/&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click the 'hires' toggle button to show tracks in full (original) resolution in both the map and graph.  Hires data is not cached and the data reduction &lt;a class="" href="#preprocessing"&gt;described above for cached data&lt;/a&gt; is not done. Click the toggle button again to turn off hires mode. &lt;br/&gt;&lt;em&gt;Note: while hires is clicked, each file is read in anew each time it is plotted, so performance will be a little slower.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;You can enter specific numbers to fix the Y limits for the graph and for the color scheme.  Enter &lt;span style="background: #ddd; padding: 2px; border: solid 1px;"&gt;(low) - (high)&lt;/span&gt; in the textbox, with each being optional.  For example, entering &lt;span style="background: #ddd; padding: 2px; border: solid 1px;"&gt; -10-30 &lt;/span&gt; sets the lower limit to -10 and the upper limit to 30, while entering &lt;span style="background: #ddd; padding: 2px; border: solid 1px;"&gt; -30- &lt;/span&gt; sets the lower limit to -30 and allows the upper limit to be set by the data.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name="graph_options"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a name="secondary_graph_options"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="secondary-graph-options"&gt;Secondary Graph Options&lt;/h3&gt;
&lt;p&gt;Click the  &lt;img alt="gear icon" src="./img/gear.png"/&gt; button on the left of the graph-map config area to show secondary display options.&lt;/p&gt;
&lt;p&gt;&lt;img alt="track display secondary options" src="../img/option_track_2ary_display.png"/&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Elapsed&lt;/strong&gt; When selected, the time axis of the graph shows time elapsed from the beginning of the track.  If this option is unchecked, the local time at the GPS location is shown (see &lt;a class="" href="#time_zone"&gt;note&lt;/a&gt; on local time calculation).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Smooth Graph&lt;/strong&gt; Values &amp;gt; 1 cause graph values to be increasingly smoothed.  A median smoothing algorithm is used. This can be useful for "noisy" parameters (e.g., elevation and gradient)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sync Map and Graph Bounds&lt;/strong&gt; When selected, as you pan and zoom on the map, the graph limits adjust to show you only the portion of the track displayed in the map.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reload&lt;/strong&gt; Clicking the &lt;img alt="Reload button" src="../img/reload.png"/&gt; button re-reads the file containing the currently graphed track from disk.  This can be helpful if you are editing data points in a GPS file using a separate application or text editor.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name="time_zones"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="time-zones"&gt;Time Zones&lt;/h3&gt;
&lt;p&gt;GFV currently does a very simple (inaccurate near boundaries) timezone calculation for locations within the U.S., Western Europe, and Japan.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;If you find that GFV is not providing accurate timezones for your locale, you can easily customize the calculation (see config file: &lt;code&gt;tz_offsets&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;&lt;a name="overview_options"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="overview-options"&gt;Overview Options&lt;/h3&gt;
&lt;p&gt;On the right side of the filter row in the track browser are a series of track overview buttons.  Each one is described below, left to right.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Overview Controls" src="../img/controls_overview.png"/&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Show Overview Map: This toggle button determines whether overview tracks are shown on the map.  It is on by default.  If you have many (hundreds) of tracks in the track list, filtering and updates will be quicker by turning this button off.&lt;/li&gt;
&lt;li&gt;Reset Overview: this button resets the overview map, zooming out to fit all tracks.   Any filtering (via the filter row buttons) remains in effect.  Geographic filtering (&lt;a class="" href="#geo_filter"&gt;see above&lt;/a&gt;) is also reset.&lt;/li&gt;
&lt;li&gt;Subset: When using geographic filtering, you can fix the selected tracks, so that the reset button &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name="showing_coordinates"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="showing-coordinates"&gt;Showing Coordinates&lt;/h3&gt;
&lt;p&gt;To show the current lat-lon coordinates of the mouse while in the map as well as the coordinates of the center of the map, click the coordinates toggle button (&lt;img alt="Coords button" src="../img/coordinates.png"/&gt;) at the top of the application window. When toggled on, it looks like this:&lt;/p&gt;
&lt;p&gt;&lt;img alt="coords display" src="../img/coordinates_display.png"/&gt;&lt;/p&gt;
&lt;p&gt;You can change the map location by typing or pasting a lat-lon pair (decimal only) into the Center: textbox.&lt;/p&gt;
&lt;p&gt;&lt;a name="acknowledgements"&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="acknowledgements"&gt;Acknowledgements&lt;/h2&gt;
&lt;p&gt;Thanks to the following for providing the libraries and other support:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="https://github.com/rzzzwilson/pySlip" rel="nofollow"&gt;pyslip&lt;/a&gt; map display library&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="https://github.com/tkrajina/gpxpy" rel="nofollow"&gt;gpxpy&lt;/a&gt;  gps analysis and manipulation library&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="https://www.openstreetmap.org" rel="nofollow"&gt;OpenStreetMap.org&lt;/a&gt; for granting permission for use of their osm tileserver&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;

---------------

&lt;a name="cutting_room_floor"&gt;&lt;/a&gt;
&lt;a href="#"&gt;(top) ↑&lt;/a&gt;
## Cutting room floor

*note: While much of GFV can be configured from within the application, additional parameters can be changed by editing GFV's configuration file (see gpsfileviewer.cfg in the app directory).   Most of the parameters are documented within comments in the file, and some of them are referenced in this help file.*

*Note: In the current version of GFV, there is no undo apart from text fields.* 

*  __Current Map View__ As mentioned above, panning and zooming the map filters out tracks not visible in the current view
* __Clicked Map Location__ As mentioned above, single-clicking near a track on the map filters to show only those tracks that pass near the clicked point.

* Dragging mouse in graph shows distance and duration for portions of tracks

As you pan and zoom the overview map, the track list (right side of application) shows only those tracks that are in the current map view.

When one or more tracks are selected in the track list, moving the mouse in the graph area shows the corresponding location for that time or distance as a dot on the track(s).  The time associated with that location and the graph Y value(s) are shown in the status bar.

The following options are available:
   * __ _lo#_-_hi#_ __ Sets both Y limits according to the value provided
   * __ -_hi#_ __ Sets maximum Y to value provided; automatically sets minimum value
   * __ _lo#_- __ Sets minimum Y to value provided; automatically sets maximum value
   * __ _(blank)_ __ (default) Automatically sets both minimum and maximum Y values.

Sync Map and Graph Bounds: When selected, the graph horizontal limits will show the same portion of the track that's visible in the map.  


&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rich K</dc:creator><pubDate>Sat, 03 Sep 2016 17:37:11 -0000</pubDate><guid>https://sourceforge.netc8a7c45915df31ae015aecf7243c78c48c62a48d</guid></item></channel></rss>