{"id":2927,"date":"2023-01-11T12:39:16","date_gmt":"2023-01-11T11:39:16","guid":{"rendered":"https:\/\/www.ridgesolutions.ie\/?p=2927"},"modified":"2023-01-11T12:43:14","modified_gmt":"2023-01-11T11:43:14","slug":"c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc","status":"publish","type":"post","link":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/","title":{"rendered":"C++ toolkit for analyzing GPS path data &#8211; distance, speed, heading etc."},"content":{"rendered":"<p>I have been working on and off on a simple C++ toolkit for working with GPS position path data, the type of data that might have been recorded on a mountain hike or run etc. the project is called <a href=\"https:\/\/github.com\/kgodden\/gps_path_tools\">gps_path_tools<\/a> and can be found on <a href=\"https:\/\/github.com\/kgodden\/gps_path_tools\">GitHub<\/a>.<\/p>\n<p>The toolkit is a small collection of types and functions that allow you to do things like:<\/p>\n<ul>\n<li>Calculate distance between two GPS locations<\/li>\n<li>Calculate the length of a path<\/li>\n<li>Calculate path &#8220;heading&#8221; at a point on the path<\/li>\n<li>Find stationary points within a path<\/li>\n<li>Find the closest point on the path to a given location<\/li>\n<li>Find the speed of travel at a point on the path<\/li>\n<li>Some basic coordinate transformation functions, e.g. to convert decimal-degrees-and-minutes (DDM) to decimal-degrees (DD).<\/li>\n<\/ul>\n<p>It is a work in progress but has proven very useful for me so far when I have been analyzing previous mountain hikes.<\/p>\n<p>The toolkit is contained in a single header (.h) file and has no dependencies on any libraries other than the standard C++ library.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have been working on and off on a simple C++ toolkit for working with GPS position path data, the type of data that might have been recorded on a mountain hike or run etc. the project is called gps_path_tools and can be found on GitHub. The toolkit is a small collection of types and [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[301],"tags":[],"class_list":["post-2927","post","type-post","status-publish","format-standard","hentry","category-by-kevin-godden"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"I have been working on and off on a simple C++ toolkit for working with GPS position path data, the type of data that might have been recorded on a mountain hike or run etc. the project is called gps_path_tools and can be found on GitHub. The toolkit is a small collection of types and\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"admin\"\/>\n\t<meta name=\"google-site-verification\" content=\"Kyj52YLp6GOPA44PVBffo9fjW8rgWHYYRF0ZYjfy6ss\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Systems and Embedded Software Engineering, Ireland. | Some thoughts of a busy Computer Engineer\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"C++ toolkit for analyzing GPS path data \u2013 distance, speed, heading etc.\" \/>\n\t\t<meta property=\"og:description\" content=\"I have been working on and off on a simple C++ toolkit for working with GPS position path data, the type of data that might have been recorded on a mountain hike or run etc. the project is called gps_path_tools and can be found on GitHub. The toolkit is a small collection of types and\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-01-11T11:39:16+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-01-11T11:43:14+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"C++ toolkit for analyzing GPS path data \u2013 distance, speed, heading etc.\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I have been working on and off on a simple C++ toolkit for working with GPS position path data, the type of data that might have been recorded on a mountain hike or run etc. the project is called gps_path_tools and can be found on GitHub. The toolkit is a small collection of types and\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2023\\\/01\\\/11\\\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\\\/#article\",\"name\":\"C++ toolkit for analyzing GPS path data \\u2013 distance, speed, heading etc.\",\"headline\":\"C++ toolkit for analyzing GPS path data &#8211; distance, speed, heading etc.\",\"author\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/wp-content\\\/uploads\\\/2013\\\/09\\\/ridge_logo1.jpg\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#articleImage\",\"width\":400,\"height\":81},\"datePublished\":\"2023-01-11T12:39:16+00:00\",\"dateModified\":\"2023-01-11T12:43:14+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2023\\\/01\\\/11\\\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2023\\\/01\\\/11\\\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\\\/#webpage\"},\"articleSection\":\"By Ridge Solutions\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2023\\\/01\\\/11\\\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ridgesolutions.ie\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/category\\\/by-kevin-godden\\\/#listItem\",\"name\":\"By Ridge Solutions\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/category\\\/by-kevin-godden\\\/#listItem\",\"position\":2,\"name\":\"By Ridge Solutions\",\"item\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/category\\\/by-kevin-godden\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2023\\\/01\\\/11\\\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\\\/#listItem\",\"name\":\"C++ toolkit for analyzing GPS path data &#8211; distance, speed, heading etc.\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2023\\\/01\\\/11\\\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\\\/#listItem\",\"position\":3,\"name\":\"C++ toolkit for analyzing GPS path data &#8211; distance, speed, heading etc.\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/category\\\/by-kevin-godden\\\/#listItem\",\"name\":\"By Ridge Solutions\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#organization\",\"name\":\"Ridge Solutions, Software Development and Software Engineering, Ireland.\",\"description\":\"Some thoughts of a busy Computer Engineer\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/wp-content\\\/uploads\\\/2013\\\/09\\\/ridge_logo1.jpg\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2023\\\/01\\\/11\\\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\\\/#organizationLogo\",\"width\":400,\"height\":81},\"image\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2023\\\/01\\\/11\\\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/admin\\\/\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2023\\\/01\\\/11\\\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0bcb44e82b647e8707b506ed8100bbeb7e4c9a889f1e6fdd152fce740e3ac9fa?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"admin\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2023\\\/01\\\/11\\\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\\\/#webpage\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2023\\\/01\\\/11\\\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\\\/\",\"name\":\"C++ toolkit for analyzing GPS path data \\u2013 distance, speed, heading etc.\",\"description\":\"I have been working on and off on a simple C++ toolkit for working with GPS position path data, the type of data that might have been recorded on a mountain hike or run etc. the project is called gps_path_tools and can be found on GitHub. The toolkit is a small collection of types and\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2023\\\/01\\\/11\\\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2023-01-11T12:39:16+00:00\",\"dateModified\":\"2023-01-11T12:43:14+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#website\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/\",\"name\":\"Ridge Solutions, Software Development and Software Engineering, Ireland.\",\"description\":\"Some thoughts of a busy Computer Engineer\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"C++ toolkit for analyzing GPS path data \u2013 distance, speed, heading etc.","description":"I have been working on and off on a simple C++ toolkit for working with GPS position path data, the type of data that might have been recorded on a mountain hike or run etc. the project is called gps_path_tools and can be found on GitHub. The toolkit is a small collection of types and","canonical_url":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"Kyj52YLp6GOPA44PVBffo9fjW8rgWHYYRF0ZYjfy6ss","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/#article","name":"C++ toolkit for analyzing GPS path data \u2013 distance, speed, heading etc.","headline":"C++ toolkit for analyzing GPS path data &#8211; distance, speed, heading etc.","author":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.ridgesolutions.ie\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ridgesolutions.ie\/wp-content\/uploads\/2013\/09\/ridge_logo1.jpg","@id":"https:\/\/www.ridgesolutions.ie\/#articleImage","width":400,"height":81},"datePublished":"2023-01-11T12:39:16+00:00","dateModified":"2023-01-11T12:43:14+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/#webpage"},"isPartOf":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/#webpage"},"articleSection":"By Ridge Solutions"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie#listItem","position":1,"name":"Home","item":"https:\/\/www.ridgesolutions.ie","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/by-kevin-godden\/#listItem","name":"By Ridge Solutions"}},{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/by-kevin-godden\/#listItem","position":2,"name":"By Ridge Solutions","item":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/by-kevin-godden\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/#listItem","name":"C++ toolkit for analyzing GPS path data &#8211; distance, speed, heading etc."},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/#listItem","position":3,"name":"C++ toolkit for analyzing GPS path data &#8211; distance, speed, heading etc.","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/by-kevin-godden\/#listItem","name":"By Ridge Solutions"}}]},{"@type":"Organization","@id":"https:\/\/www.ridgesolutions.ie\/#organization","name":"Ridge Solutions, Software Development and Software Engineering, Ireland.","description":"Some thoughts of a busy Computer Engineer","url":"https:\/\/www.ridgesolutions.ie\/","logo":{"@type":"ImageObject","url":"https:\/\/www.ridgesolutions.ie\/wp-content\/uploads\/2013\/09\/ridge_logo1.jpg","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/#organizationLogo","width":400,"height":81},"image":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/admin\/#author","url":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/admin\/","name":"admin","image":{"@type":"ImageObject","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/0bcb44e82b647e8707b506ed8100bbeb7e4c9a889f1e6fdd152fce740e3ac9fa?s=96&d=mm&r=g","width":96,"height":96,"caption":"admin"}},{"@type":"WebPage","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/#webpage","url":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/","name":"C++ toolkit for analyzing GPS path data \u2013 distance, speed, heading etc.","description":"I have been working on and off on a simple C++ toolkit for working with GPS position path data, the type of data that might have been recorded on a mountain hike or run etc. the project is called gps_path_tools and can be found on GitHub. The toolkit is a small collection of types and","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.ridgesolutions.ie\/#website"},"breadcrumb":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/#breadcrumblist"},"author":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/admin\/#author"},"datePublished":"2023-01-11T12:39:16+00:00","dateModified":"2023-01-11T12:43:14+00:00"},{"@type":"WebSite","@id":"https:\/\/www.ridgesolutions.ie\/#website","url":"https:\/\/www.ridgesolutions.ie\/","name":"Ridge Solutions, Software Development and Software Engineering, Ireland.","description":"Some thoughts of a busy Computer Engineer","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.ridgesolutions.ie\/#organization"}}]},"og:locale":"en_US","og:site_name":"Systems and Embedded Software Engineering, Ireland. | Some thoughts of a busy Computer Engineer","og:type":"article","og:title":"C++ toolkit for analyzing GPS path data \u2013 distance, speed, heading etc.","og:description":"I have been working on and off on a simple C++ toolkit for working with GPS position path data, the type of data that might have been recorded on a mountain hike or run etc. the project is called gps_path_tools and can be found on GitHub. The toolkit is a small collection of types and","og:url":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/","article:published_time":"2023-01-11T11:39:16+00:00","article:modified_time":"2023-01-11T11:43:14+00:00","twitter:card":"summary","twitter:title":"C++ toolkit for analyzing GPS path data \u2013 distance, speed, heading etc.","twitter:description":"I have been working on and off on a simple C++ toolkit for working with GPS position path data, the type of data that might have been recorded on a mountain hike or run etc. the project is called gps_path_tools and can be found on GitHub. The toolkit is a small collection of types and"},"aioseo_meta_data":{"post_id":"2927","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-01-11 11:26:17","updated":"2026-08-07 16:46:46","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.ridgesolutions.ie\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.ridgesolutions.ie\/index.php\/category\/by-kevin-godden\/\" title=\"By Ridge Solutions\">By Ridge Solutions<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tC++ toolkit for analyzing GPS path data \u2013 distance, speed, heading etc.\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.ridgesolutions.ie"},{"label":"By Ridge Solutions","link":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/by-kevin-godden\/"},{"label":"C++ toolkit for analyzing GPS path data &#8211; distance, speed, heading etc.","link":"https:\/\/www.ridgesolutions.ie\/index.php\/2023\/01\/11\/c-toolkit-for-analyzing-gps-path-data-distance-speed-heading-etc\/"}],"_links":{"self":[{"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/posts\/2927","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/comments?post=2927"}],"version-history":[{"count":0,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/posts\/2927\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/media?parent=2927"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/categories?post=2927"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/tags?post=2927"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}