{"id":19849502,"url":"https://github.com/filipspl/gpsjsonplot","last_synced_at":"2025-08-17T03:41:40.593Z","repository":{"id":211330225,"uuid":"728844151","full_name":"filipsPL/gpsjsonplot","owner":"filipsPL","description":"Plot json data from gpsd and gpspipe","archived":false,"fork":false,"pushed_at":"2023-12-09T20:37:43.000Z","size":726,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T18:23:10.639Z","etag":null,"topics":["gps","gpsd","gpspipe"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filipsPL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-07T20:22:04.000Z","updated_at":"2024-10-20T13:34:36.000Z","dependencies_parsed_at":"2023-12-07T21:29:12.768Z","dependency_job_id":"5c9c1af8-2364-4ae3-bb33-9342abce9a2e","html_url":"https://github.com/filipsPL/gpsjsonplot","commit_stats":null,"previous_names":["filipspl/gpsjsonplot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/filipsPL/gpsjsonplot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipsPL%2Fgpsjsonplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipsPL%2Fgpsjsonplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipsPL%2Fgpsjsonplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipsPL%2Fgpsjsonplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filipsPL","download_url":"https://codeload.github.com/filipsPL/gpsjsonplot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipsPL%2Fgpsjsonplot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270803531,"owners_count":24648688,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["gps","gpsd","gpspipe"],"created_at":"2024-11-12T13:21:20.436Z","updated_at":"2025-08-17T03:41:40.517Z","avatar_url":"https://github.com/filipsPL.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GPS Data Visualization Script\n\nScripts to analyze GPS JSON data generated by `gpsd` and `gpspipe` and make plots of position changes and satellite visibility over time. This is a modern alternative for [`gpsprof`](https://github.com/andersson/gpsd/blob/master/gpsprof).\n\n## Sample output\n\n\n|                          |                              |\n| :----------------------: | :--------------------------: |\n|   `gpsjsonplot-pos.py`   |                              |\n|  ![](plot-lat-lon.png)   |  ![](plot-lat-lon-200.png)   |\n|  `gpsjsonplot-sats.py`   |                              |\n| ![](plot-sattelites.png) | ![](plot-sattelites-200.png) |\n\n\n\n## Prerequisites\n\n- `gpsd` up and running; `gpspipe` or other source of json data\n- Python 3.x with python packages: `json`, `matplotlib`, `numpy`, `seaborn`\n\n## Usage\n\n```bash\n# get some samples from gpsd\ngpspipe -v -w -n 10 \u003e input.json\n\n# make a plot of position changes using 100 data points with contour lines\npython gpsjsonplot-pos.py --json  input.json --outfile plot-lat-lon.png --n 100 --contour 4\n\n# the same but for all data points and without contours lines\npython gpsjsonplot-pos.py --json  input.json --outfile plot-lat-lon2.png --n 1 --contour 0\n\n# plot satellites, with sampling 10 data points\npython gpsjsonplot-sats.py --json input.json --outfile plot-sattelites.png --n 10\n\n# plot satellites, all data points\npython gpsjsonplot-sats.py --json input.json --outfile plot-sattelites2.png --n 0\n```\n\n\n-    `--json`: Path to the input JSON file containing GPS data.\n-    `--outfile`: Path to the output image file where the plot will be saved.\n-    `--n`: Optional parameter to uniformly select n data points.\n-    `--contour`: Optional: number of contour lines. 0 - disables it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipspl%2Fgpsjsonplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilipspl%2Fgpsjsonplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipspl%2Fgpsjsonplot/lists"}