{"id":30420277,"url":"https://github.com/quantifyearth/topogmesh","last_synced_at":"2025-08-22T08:17:40.386Z","repository":{"id":307499648,"uuid":"1029734026","full_name":"quantifyearth/topogmesh","owner":"quantifyearth","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-19T14:36:50.000Z","size":658,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-19T14:44:46.087Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quantifyearth.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,"zenodo":null}},"created_at":"2025-07-31T13:42:56.000Z","updated_at":"2025-08-19T14:36:53.000Z","dependencies_parsed_at":"2025-08-07T16:29:59.211Z","dependency_job_id":null,"html_url":"https://github.com/quantifyearth/topogmesh","commit_stats":null,"previous_names":["finleystirk06/topogmesh","quantifyearth/topogmesh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/quantifyearth/topogmesh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantifyearth%2Ftopogmesh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantifyearth%2Ftopogmesh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantifyearth%2Ftopogmesh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantifyearth%2Ftopogmesh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quantifyearth","download_url":"https://codeload.github.com/quantifyearth/topogmesh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantifyearth%2Ftopogmesh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271606605,"owners_count":24788981,"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-22T02:00:08.480Z","response_time":65,"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":[],"created_at":"2025-08-22T08:17:39.778Z","updated_at":"2025-08-22T08:17:40.374Z","avatar_url":"https://github.com/quantifyearth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Topogmesh: 3D printing the planet\n\n## Overview\nTopogmesh generates `.3mf` files suitable for 3D printing from terrain `.tif` files. It can also use `.geojson` files to define custom areas of terrain to include in the model.\n\n## Installation\nTopogmesh is available on PyPI and can be installed with pip:\n```bash\npip install topogmesh\n```\n\n## How to use\nYou will need terrain `.tif` files for the region you want to model and a `.geojson` file to define the area to convert into a 3D printable mesh.\n\nThe example below shows generating a 3D model of Mount Everest:\n\n```python\nimport topogmesh\n\neverest_mesh = topogmesh.mesh_from_shape_file(\n    shp_path='everest.geojson',\n    tif_paths=['N27E086.tif', 'N28E086.tif', 'N29E086.tif'],\n    base_height=5,\n    scale=0.1\n)\n\ntopogmesh.export_mesh_to_3mf(everest_mesh, 'everest.3mf')\n```\n![Mount Everest Model](images/everest_model.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantifyearth%2Ftopogmesh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantifyearth%2Ftopogmesh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantifyearth%2Ftopogmesh/lists"}