{"id":21893253,"url":"https://github.com/bobotig/gps-map-hikers","last_synced_at":"2026-05-19T14:41:48.214Z","repository":{"id":264958016,"uuid":"825820958","full_name":"BoboTiG/gps-map-hikers","owner":"BoboTiG","description":"GPS Map for Hikers","archived":false,"fork":false,"pushed_at":"2025-03-27T09:13:17.000Z","size":930,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-18T05:46:36.576Z","etag":null,"topics":["gps-tracker","gpslogger","leaflet","leaflet-map","openstreetmap"],"latest_commit_sha":null,"homepage":"https://trek.schoentgen.com","language":"Python","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/BoboTiG.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2024-07-08T15:04:46.000Z","updated_at":"2025-03-27T09:13:22.000Z","dependencies_parsed_at":"2024-11-27T03:18:57.293Z","dependency_job_id":"1bd1d8b9-8d7f-45fe-818b-b7b85a88505f","html_url":"https://github.com/BoboTiG/gps-map-hikers","commit_stats":null,"previous_names":["bobotig/gps-map-hikers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BoboTiG/gps-map-hikers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoboTiG%2Fgps-map-hikers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoboTiG%2Fgps-map-hikers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoboTiG%2Fgps-map-hikers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoboTiG%2Fgps-map-hikers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoboTiG","download_url":"https://codeload.github.com/BoboTiG/gps-map-hikers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoboTiG%2Fgps-map-hikers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271432344,"owners_count":24758781,"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-21T02:00:08.990Z","response_time":74,"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-tracker","gpslogger","leaflet","leaflet-map","openstreetmap"],"created_at":"2024-11-28T13:13:05.834Z","updated_at":"2026-05-19T14:41:48.181Z","avatar_url":"https://github.com/BoboTiG.png","language":"Python","funding_links":["https://www.patreon.com/mschoentgen"],"categories":[],"sub_categories":[],"readme":"# GPS Map for Hikers\n\n\u003e [!TIP]\n\u003e Become **my boss** to help me work on this awesome software, and make the world better:\n\u003e \n\u003e [![Patreon](https://img.shields.io/badge/Patreon-F96854?style=for-the-badge\u0026logo=patreon\u0026logoColor=white)](https://www.patreon.com/mschoentgen)\n\nBeautiful map using those awesome free and open-source softwares:\n\n- [GPSLogger](https://github.com/mendhak/gpslogger)\n- [Leaflet](https://leafletjs.com/)\n  - [Leaflet.Terminator](https://github.com/joergdietrich/Leaflet.Terminator) (day/night regions)\n  - [leaflet-ui](https://github.com/Raruto/leaflet-ui) (UI)\n\n## Adventure\n\nFor each hiking adventure, GPS traces \u0026 medias will be stored into the \"traces\" folders.\nYou don't have to deal with those folders.\n\nIf you need to set a timezone different from *Europe/Paris*, then create the `traces/tz.txt` file with the content of the expected timezone.\n\nFor instance, an adventure taking place in the North of the New Zealand, the appropriate timezone would be [*Pacific/Auckland*](https://github.com/python/tzdata/blob/master/src/tzdata/zoneinfo/Pacific/Auckland). For that example, you would put `Pacific/Auckland` into the `traces/tz.txt` file.\n\n## Production\n\nCopy all files from the `host` folder to the [PythonAnywhere](https://www.pythonanywhere.com) hosting account.\n\nDetails:\n- Python version: `3.10`\n- Force HTTPS: enabled\n- Web app type: Bottle\n\n### Security\n\nSeveral endpoints are protected by a user/password combination.\nCredentials are to be set in the `host/basic_auth.txt` file using that format: `user:password`.\n\n## Development\n\n### Installation\n\n```console\n$ python3.11 -m venv venv\n$ . venv/bin/activate\n$ python -m pip install -U pip\n$ python -m pip install -r requirements-dev.txt\n```\n\n### Quality\n\n```console\n$ ./checks.sh\n```\n\n### Tests\n\n```console\n$ python -m pytest\n```\n\n### Local Server\n\n```console\n$ python server.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobotig%2Fgps-map-hikers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobotig%2Fgps-map-hikers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobotig%2Fgps-map-hikers/lists"}