{"id":16914556,"url":"https://github.com/xtruan/GpsPosition","last_synced_at":"2025-12-22T17:30:16.641Z","repository":{"id":34970411,"uuid":"39047951","full_name":"xtruan/GpsPosition","owner":"xtruan","description":"GPS Position app for Garmin ConnectIQ","archived":false,"fork":false,"pushed_at":"2025-02-18T02:01:39.000Z","size":233,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-18T02:30:38.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Monkey C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xtruan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-07-14T02:03:06.000Z","updated_at":"2025-02-18T02:01:43.000Z","dependencies_parsed_at":"2023-01-15T11:13:32.859Z","dependency_job_id":"be5095a1-e94a-4008-8db5-1e05761c193d","html_url":"https://github.com/xtruan/GpsPosition","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtruan%2FGpsPosition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtruan%2FGpsPosition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtruan%2FGpsPosition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtruan%2FGpsPosition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtruan","download_url":"https://codeload.github.com/xtruan/GpsPosition/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239704033,"owners_count":19683371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T19:15:33.714Z","updated_at":"2025-12-22T17:30:16.243Z","avatar_url":"https://github.com/xtruan.png","language":"Monkey C","funding_links":[],"categories":["Device Apps"],"sub_categories":["Older resources"],"readme":"# GPS Position\nGPS Position Watch App for Garmin ConnectIQ - https://apps.garmin.com/en-US/apps/12097123-2f57-4d59-afd7-2887c54c0732\n\nSimple app to display current position information in a variety of different formats:\n* Lat/Long in Degrees\n* Lat/Long in Degrees/Mins\n* Lat/Long in Degrees/Mins/Secs\n* UTM (WGS84)\n* USNG (WGS84)\n* MGRS (WGS84)\n* QTH Locator (Maidenhead / IARU)\n* UK Grid (OSGB36)\n* Swiss Grid (LV95) - Not available in Glance mode due to memory limitations, MGRS will be shown instead\n* Swiss Grid (LV03) - Not available in Glance mode due to memory limitations, MGRS will be shown instead\n* SK-42 (Degrees)\n* SK-42 (Orthogonal)\n* LKS-92 Grid\n\nColor of position text indicates GPS signal strength. Color of battery text indicates battery life. UTM/USNG/MGRS positions are using NAD83/WGS84 datum, UK Grid (Ordnance Survey National Grid) positions is using OSGB36 datum.\n\n***NOTE: GPS must be turned on first by going to Settings - Sensors - GPS\n\nTested on simulator for all supported devices and on Forerunner 55 and vivoactive hardware.\n\nChangelog:\n* 3.4.0 - Updated GPS logic. Added support for Instinct 3 series.\n* 3.3.2 - Added LKS-92 format.\n* 3.3.0 - Added Ranger mode to display UTM/MGRS, decimal degrees, and time.\n* 3.2.0 - Added support for Edge/Handheld devices.\n* 3.1.5 - Degree symbol display fix.\n* 3.1.4 - Added SK-42 formats.\n* 3.1.1 - Better GNSS constellation support.\n* 3.1.0 - Added Swiss grid. Major refactor/cleanup.\n* 3.0.9 - Added Maidenhead Locator/QTH Locator/IARU Locator. Heading now displays in mil in MGRS mode.\n* 3.0.7 - Refactored out GPS formatting into separate class.\n* 3.0.6 - Changed storage mode to work with CIQ 4.0.0 and above.\n* 3.0.5 - Added progress dots animation.\n* 3.0.4 - Added support for additional devices.\n* 3.0 - Added support for MANY more devices! Cleaned up layout to work better on more devices.\n* 2.6 - Added support for vivoactive HR and Forerunner 735XT! Minor adjustments to layout.\n* 2.5 - Making MGRS use the same logic as USNG since they have the same datum and should be equivalent.\n* 2.4 - Added support for Forerunner 230, Forerunner 235, and Forerunner 630. Fixed southern hemisphere bug with UTM (thanks simonw42 and LeongSC!).\n* 2.3 - Current speed now respects device distance unit setting (statue displays mph, metric displays km/h).\n* 2.2 - Current position format is now maintained between launches. Thanks to hoanBK for the suggestion!\n* 2.1 - Added UK Grid Reference (Ordnance Survey National Grid) support.\n* 2.0 - Added support for round watches (D2 Bravo and fenix 3), and ForeAthelete/Forerunner 920XT! Rearranged the UI to make the coordinate data bigger. Removed \"Fix\" field.\n* 1.9 - Added UTM and USNG formats and fixed MGRS (there seems to be a bug in the ConnectIQ API for converting position to MGRS so I implemented the conversions myself). Thanks to Drewing for pointing this out!\n* 1.8 - Cleaned up icon\n* 1.7 - Added epix support\n* 1.4/1.5/1.6 - GUI fixes\n* 1.3 - Added battery indicator\n* 1.1/1.2 - GUI fixes\n* 1.0 - Initial release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtruan%2FGpsPosition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtruan%2FGpsPosition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtruan%2FGpsPosition/lists"}