{"id":24208631,"url":"https://github.com/nextml-code/kmm","last_synced_at":"2025-08-08T16:05:40.568Z","repository":{"id":42575358,"uuid":"403729925","full_name":"nextml-code/kmm","owner":"nextml-code","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-17T08:33:10.000Z","size":9832,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T01:17:35.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/nextml-code.png","metadata":{"files":{"readme":"README.rst","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":"2021-09-06T18:58:03.000Z","updated_at":"2024-10-17T08:32:54.000Z","dependencies_parsed_at":"2024-08-21T15:54:26.432Z","dependency_job_id":"294fea84-5a91-4274-a38f-70f5c4a02632","html_url":"https://github.com/nextml-code/kmm","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextml-code%2Fkmm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextml-code%2Fkmm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextml-code%2Fkmm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextml-code%2Fkmm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextml-code","download_url":"https://codeload.github.com/nextml-code/kmm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241686440,"owners_count":20003104,"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":"2025-01-14T01:17:38.601Z","updated_at":"2025-03-03T14:45:50.050Z","avatar_url":"https://github.com/nextml-code.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========\nkmm reader\n==========\n\nMinimalistic library for reading files in the kmm/kmm2 file format. \n\nUsage\n=====\n\n.. code-block:: python\n\n    from pathlib import Path\n    import kmm\n\n    kmm_path = Path(\"...\")\n    header_path = Path(\"...\")\n\n    header = kmm.Header.from_path(header_path)\n    positions = (\n        kmm.Positions.from_path(kmm_path)\n        .sync_frame_index(header)\n        .geodetic()\n    )\n\n    # or, equivalently\n    positions = kmm.Positions.read_sync_adjust(kmm_path, header_path)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextml-code%2Fkmm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextml-code%2Fkmm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextml-code%2Fkmm/lists"}