{"id":15536523,"url":"https://github.com/glidergeek/opensoar","last_synced_at":"2025-09-12T18:31:36.626Z","repository":{"id":57449222,"uuid":"86684717","full_name":"GliderGeek/opensoar","owner":"GliderGeek","description":"Open source python library for glider flight analysis","archived":false,"fork":false,"pushed_at":"2025-05-25T06:44:14.000Z","size":2487,"stargazers_count":18,"open_issues_count":7,"forks_count":7,"subscribers_count":5,"default_branch":"development","last_synced_at":"2025-07-28T16:44:01.844Z","etag":null,"topics":["glider-flight-analysis","gliding","igc","soaring","soaring-spot","strepla"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GliderGeek.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","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,"zenodo":null}},"created_at":"2017-03-30T09:30:52.000Z","updated_at":"2025-06-23T09:07:58.000Z","dependencies_parsed_at":"2024-01-21T18:22:05.408Z","dependency_job_id":"6453a9e4-3348-487e-bf45-742ee92876d1","html_url":"https://github.com/GliderGeek/opensoar","commit_stats":{"total_commits":167,"total_committers":8,"mean_commits":20.875,"dds":0.09580838323353291,"last_synced_commit":"e9a1887a5a6f5c08ce6c8ac9024c1e8b08517e8d"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/GliderGeek/opensoar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GliderGeek%2Fopensoar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GliderGeek%2Fopensoar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GliderGeek%2Fopensoar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GliderGeek%2Fopensoar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GliderGeek","download_url":"https://codeload.github.com/GliderGeek/opensoar/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GliderGeek%2Fopensoar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274855296,"owners_count":25362446,"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-09-12T02:00:09.324Z","response_time":60,"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":["glider-flight-analysis","gliding","igc","soaring","soaring-spot","strepla"],"created_at":"2024-10-02T11:52:19.855Z","updated_at":"2025-09-12T18:31:35.836Z","avatar_url":"https://github.com/GliderGeek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenSoar\n========\n\n.. image:: https://img.shields.io/pypi/v/opensoar.svg\n    :target: https://pypi.org/project/opensoar/\n    :alt: pypi version and link\n    \n.. image:: https://readthedocs.org/projects/opensoar/badge/?version=latest\n    :target: http://opensoar.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\nThe OpenSoar python library is meant to provide open source tooling for glider flight analysis. This may vary from \nthermal detection to competition scoring.\n\nInstallation\n=============\n::\n\n    pip install opensoar\n\n\nReading in files with aerofiles\n================================\n\n.. image:: https://raw.githubusercontent.com/Turbo87/aerofiles/master/img/logo.png\n    :target: https://github.com/Turbo87/aerofiles\n\nOpenSoar only performs analyses after the files have been read in. The `aerofiles library \u003chttps://github.com/Turbo87/aerofiles\u003e`_ provides the functionality\nto read the files.\n\nExample race task\n==================\n::\n\n    from aerofiles.igc import Reader\n    from opensoar.competition.soaringspot import get_info_from_comment_lines\n    from opensoar.task.trip import Trip\n    \n    with open('example.igc', 'r') as f:\n        parsed_igc_file = Reader().read(f)\n\n    # example.igc comes from soaringspot and contains task inforamtion\n    task, _, _ = get_info_from_comment_lines(parsed_igc_file)\n    _, trace = parsed_igc_file['fix_records']\n    \n    trip = Trip(task, trace)\n    task_distance_covered = sum(trip.distances)\n    \n\nReleasing\n==========\n\n- add version number in changelog\n- change `__version__` in opensoar/version.py\n- merge to master\n- push tag, ci publishes to pypi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglidergeek%2Fopensoar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglidergeek%2Fopensoar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglidergeek%2Fopensoar/lists"}