{"id":19036304,"url":"https://github.com/lace/hobart","last_synced_at":"2025-07-24T06:39:20.865Z","repository":{"id":36467295,"uuid":"243860201","full_name":"lace/hobart","owner":"lace","description":"Obtain cross sections of polygonal meshes","archived":false,"fork":false,"pushed_at":"2023-09-28T16:56:15.000Z","size":224,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-02T22:47:40.218Z","etag":null,"topics":["cross-section","mesh","polygonal-mesh"],"latest_commit_sha":null,"homepage":"https://hobart.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lace.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-02-28T21:47:40.000Z","updated_at":"2024-07-10T06:08:17.000Z","dependencies_parsed_at":"2025-01-02T05:40:53.359Z","dependency_job_id":"7bbf9c4e-c845-4797-af0b-11f39f4844ee","html_url":"https://github.com/lace/hobart","commit_stats":{"total_commits":41,"total_committers":5,"mean_commits":8.2,"dds":0.6341463414634146,"last_synced_commit":"d4808b0001c568ace3ef4b6c7fcb032935a698d4"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lace%2Fhobart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lace%2Fhobart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lace%2Fhobart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lace%2Fhobart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lace","download_url":"https://codeload.github.com/lace/hobart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240093147,"owners_count":19746776,"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":["cross-section","mesh","polygonal-mesh"],"created_at":"2024-11-08T21:54:05.496Z","updated_at":"2025-02-21T21:53:48.924Z","avatar_url":"https://github.com/lace.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hobart\n\n[![version](https://img.shields.io/pypi/v/hobart?style=flat-square)][pypi]\n[![python versions](https://img.shields.io/pypi/pyversions/hobart?style=flat-square)][pypi]\n[![license](https://img.shields.io/pypi/l/hobart?style=flat-square)][pypi]\n[![coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?style=flat-square)][coverage]\n[![build](https://img.shields.io/circleci/project/github/lace/hobart/master?style=flat-square)][build]\n[![code style](https://img.shields.io/badge/code%20style-black-black?style=flat-square)][black]\n\nObtain cross sections of polygonal meshes.\n\nThis library is optimized for cloud computation, however it depends on both\n[NumPy][] and [the SciPy k-d tree][ckdtree]. It's designed for use with\n[lacecore][].\n\nCurrently works only with triangular meshes.\n\nPrior to version 1.0, this was a library for rendering mesh cross sections to\nSVG. That library has been renamed to [hobart-svg][].\n\n[pypi]: https://pypi.org/project/hobart/\n[coverage]: https://github.com/lace/hobart/blob/master/.coveragerc#L2\n[build]: https://circleci.com/gh/lace/hobart/tree/master\n[docs build]: https://hobart.readthedocs.io/en/latest/\n[black]: https://black.readthedocs.io/en/stable/\n[trimesh]: https://trimsh.org/\n[numpy]: https://numpy.org/\n[ckdtree]: https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.cKDTree.html\n[lacecore]: https://github.com/lace/lacecore\n[hobart-svg]: https://github.com/lace/hobart-svg\n\n\n## Development\n\nFirst, [install Poetry][].\n\nAfter cloning the repo, run `./bootstrap.zsh` to initialize a virtual\nenvironment with the project's dependencies.\n\nSubsequently, run `./dev.py install` to update the dependencies.\n\n[install poetry]: https://python-poetry.org/docs/#installatio\n\n\n## Acknowledgements\n\nThis library was based on code in [Lace][], which was refactored from legacy\ncode at Body Labs by [Alex Weiss][], with portions by [Eric Rachlin][],\n[Paul Melnikow][], [Victor Alvarez][], and others. Later it was extracted\nfrom the Body Labs codebase and open-sourced by [Guillaume Marceau][]. In\n2018 it was [forked by Paul Melnikow][fork] and published as\n[metabolace][fork pypi]. Thanks to a repository and package transfer from\nBody Labs, the fork has been merged back into the original.\n\n[lace]: http://github.com/lace/lace\n[paul melnikow]: https://github.com/paulmelnikow\n[jake beard]: https://github.com/jbeard4\n[alex weiss]: https://github.com/algrs\n[eric rachlin]: https://github.com/eerac\n[victor alvarez]: https://github.com/yangmillstheory\n[guillaume marceau]: https://github.com/gmarceau\n[fork]: https://github.com/metabolize/lace\n[fork pypi]: https://pypi.org/project/metabolace/\n\n## License\n\nThe project is licensed under the two-clause BSD license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flace%2Fhobart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flace%2Fhobart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flace%2Fhobart/lists"}