OpenGeode-core


NameOpenGeode-core JSON
Version 14.19.2 PyPI version JSON
download
home_pagehttps://github.com/Geode-solutions/OpenGeode
SummaryOpen source framework for representing and manipulating geometric models
upload_time2024-04-24 00:25:50
maintainerNone
docs_urlNone
authorGeode-solutions
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">OpenGeode<sup><i>by Geode-solutions</i></sup></h1>
<h3 align="center">Open source framework for representing and manipulating geometric models</h3>

<p align="center">
  <img src="https://github.com/Geode-solutions/OpenGeode/workflows/CI/badge.svg" alt="Build Status">
  <img src="https://github.com/Geode-solutions/OpenGeode/workflows/CD/badge.svg" alt="Deploy Status">
  <img src="https://codecov.io/gh/Geode-solutions/OpenGeode/branch/master/graph/badge.svg" alt="Coverage Status">
  <img src="https://img.shields.io/github/release/Geode-solutions/OpenGeode.svg" alt="Version">
  <img src="https://img.shields.io/pypi/v/opengeode-core" alt="PyPI" >
</p>

<p align="center">
  <img src="https://img.shields.io/static/v1?label=Windows&logo=windows&logoColor=white&message=support&color=success" alt="Windows support">
  <img src="https://img.shields.io/static/v1?label=Ubuntu&logo=Ubuntu&logoColor=white&message=support&color=success" alt="Ubuntu support">
  <img src="https://img.shields.io/static/v1?label=Red%20Hat&logo=Red-Hat&logoColor=white&message=support&color=success" alt="Red Hat support">
</p>

<p align="center">
  <img src="https://img.shields.io/badge/C%2B%2B-11-blue.svg" alt="Language">
  <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
  <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="Semantic-release">
  <a href="https://geode-solutions.com/#slack">
    <img src="https://opengeode-slack-invite.herokuapp.com/badge.svg" alt="Slack invite">
  </a>
  <a href="https://doi.org/10.5281/zenodo.3610370">
    <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3610370.svg" alt="DOI">
  </a>
</p>

---

## Introduction

OpenGeode is an open source framework for representing and manipulating geometric models, from simple meshes to complex boundary representations. The framework is easy to use thanks to its readable API and its Python bindings for quick prototyping. It is the industrialization of a 5-year research prototype platform [RINGMesh](http://ringmesh.org).

## Ecosystem

| Project                    | Version                             | Description                                                    |
| -------------------------- | ----------------------------------- | -------------------------------------------------------------- |
| [OpenGeode-IO]             | ![OpenGeode-IO-version]             | Implementation of input and output formats                     |
| [OpenGeode-Geosciences]    | ![OpenGeode-Geosciences-version]    | Custom objects and algorithms tailored for Geosciences         |
| [OpenGeode-GeosciencesIO]  | ![OpenGeode-GeosciencesIO-version]  | Implementation of input and output formats for Geosciences     |
| [OpenGeode-ModuleTemplate] | ![OpenGeode-ModuleTemplate-version] | Template for creating your own OpenGeode modules               |
| [OpenGeode-Inspector]      | ![OpenGeode-Inspector-version]      | Inspecting meshes and models                                   |
| [Geode]                    | ![Geode-version]                    | Open-source software for visualization, modeling and much more |

[OpenGeode-IO]: https://github.com/Geode-solutions/OpenGeode-IO
[OpenGeode-IO-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-IO.svg
[OpenGeode-Geosciences]: https://github.com/Geode-solutions/OpenGeode-Geosciences
[OpenGeode-Geosciences-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-Geosciences.svg
[OpenGeode-GeosciencesIO]: https://github.com/Geode-solutions/OpenGeode-GeosciencesIO
[OpenGeode-GeosciencesIO-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-GeosciencesIO.svg
[OpenGeode-Inspector]: https://github.com/Geode-solutions/OpenGeode-Inspector
[OpenGeode-Inspector-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-Inspector.svg
[OpenGeode-ModuleTemplate]: https://github.com/Geode-solutions/OpenGeode-ModuleTemplate
[OpenGeode-ModuleTemplate-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-ModuleTemplate.svg
[Geode]: https://github.com/Geode-solutions/GeodePackage
[Geode-version]: https://img.shields.io/github/release/Geode-solutions/GeodePackage.svg

## Documentation

Code and API are fully documented inside the code itself.
To check out our live documentation, visit [docs.geode-solutions.com](https://docs.geode-solutions.com).

Installing OpenGeode is done:

- either, by compiling the C++ source. Check [this documentation page](https://docs.geode-solutions.com/guides/how-to-compile) for more details.
- or, by using pip command `pip install OpenGeode-core` and add `import opengeode` in your Python script. Check [this documentation page](https://docs.geode-solutions.com/guides/how-to-use-binding) for more details.

## Questions

For questions and support please use the official [slack](https://opengeode-slack-invite.herokuapp.com). The issue list of this repo is exclusively for bug reports and feature requests.

## Changelog

Detailed changes for each release are documented in the [release notes](https://github.com/Geode-solutions/OpenGeode/releases).

## License

[MIT](https://opensource.org/licenses/MIT)

Copyright (c) 2019 - 2024, Geode-solutions

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Geode-solutions/OpenGeode",
    "name": "OpenGeode-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Geode-solutions",
    "author_email": "contact@geode-solutions.com",
    "download_url": null,
    "platform": null,
    "description": "<h1 align=\"center\">OpenGeode<sup><i>by Geode-solutions</i></sup></h1>\n<h3 align=\"center\">Open source framework for representing and manipulating geometric models</h3>\n\n<p align=\"center\">\n  <img src=\"https://github.com/Geode-solutions/OpenGeode/workflows/CI/badge.svg\" alt=\"Build Status\">\n  <img src=\"https://github.com/Geode-solutions/OpenGeode/workflows/CD/badge.svg\" alt=\"Deploy Status\">\n  <img src=\"https://codecov.io/gh/Geode-solutions/OpenGeode/branch/master/graph/badge.svg\" alt=\"Coverage Status\">\n  <img src=\"https://img.shields.io/github/release/Geode-solutions/OpenGeode.svg\" alt=\"Version\">\n  <img src=\"https://img.shields.io/pypi/v/opengeode-core\" alt=\"PyPI\" >\n</p>\n\n<p align=\"center\">\n  <img src=\"https://img.shields.io/static/v1?label=Windows&logo=windows&logoColor=white&message=support&color=success\" alt=\"Windows support\">\n  <img src=\"https://img.shields.io/static/v1?label=Ubuntu&logo=Ubuntu&logoColor=white&message=support&color=success\" alt=\"Ubuntu support\">\n  <img src=\"https://img.shields.io/static/v1?label=Red%20Hat&logo=Red-Hat&logoColor=white&message=support&color=success\" alt=\"Red Hat support\">\n</p>\n\n<p align=\"center\">\n  <img src=\"https://img.shields.io/badge/C%2B%2B-11-blue.svg\" alt=\"Language\">\n  <img src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"License\">\n  <img src=\"https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\" alt=\"Semantic-release\">\n  <a href=\"https://geode-solutions.com/#slack\">\n    <img src=\"https://opengeode-slack-invite.herokuapp.com/badge.svg\" alt=\"Slack invite\">\n  </a>\n  <a href=\"https://doi.org/10.5281/zenodo.3610370\">\n    <img src=\"https://zenodo.org/badge/DOI/10.5281/zenodo.3610370.svg\" alt=\"DOI\">\n  </a>\n</p>\n\n---\n\n## Introduction\n\nOpenGeode is an open source framework for representing and manipulating geometric models, from simple meshes to complex boundary representations. The framework is easy to use thanks to its readable API and its Python bindings for quick prototyping. It is the industrialization of a 5-year research prototype platform [RINGMesh](http://ringmesh.org).\n\n## Ecosystem\n\n| Project                    | Version                             | Description                                                    |\n| -------------------------- | ----------------------------------- | -------------------------------------------------------------- |\n| [OpenGeode-IO]             | ![OpenGeode-IO-version]             | Implementation of input and output formats                     |\n| [OpenGeode-Geosciences]    | ![OpenGeode-Geosciences-version]    | Custom objects and algorithms tailored for Geosciences         |\n| [OpenGeode-GeosciencesIO]  | ![OpenGeode-GeosciencesIO-version]  | Implementation of input and output formats for Geosciences     |\n| [OpenGeode-ModuleTemplate] | ![OpenGeode-ModuleTemplate-version] | Template for creating your own OpenGeode modules               |\n| [OpenGeode-Inspector]      | ![OpenGeode-Inspector-version]      | Inspecting meshes and models                                   |\n| [Geode]                    | ![Geode-version]                    | Open-source software for visualization, modeling and much more |\n\n[OpenGeode-IO]: https://github.com/Geode-solutions/OpenGeode-IO\n[OpenGeode-IO-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-IO.svg\n[OpenGeode-Geosciences]: https://github.com/Geode-solutions/OpenGeode-Geosciences\n[OpenGeode-Geosciences-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-Geosciences.svg\n[OpenGeode-GeosciencesIO]: https://github.com/Geode-solutions/OpenGeode-GeosciencesIO\n[OpenGeode-GeosciencesIO-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-GeosciencesIO.svg\n[OpenGeode-Inspector]: https://github.com/Geode-solutions/OpenGeode-Inspector\n[OpenGeode-Inspector-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-Inspector.svg\n[OpenGeode-ModuleTemplate]: https://github.com/Geode-solutions/OpenGeode-ModuleTemplate\n[OpenGeode-ModuleTemplate-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-ModuleTemplate.svg\n[Geode]: https://github.com/Geode-solutions/GeodePackage\n[Geode-version]: https://img.shields.io/github/release/Geode-solutions/GeodePackage.svg\n\n## Documentation\n\nCode and API are fully documented inside the code itself.\nTo check out our live documentation, visit [docs.geode-solutions.com](https://docs.geode-solutions.com).\n\nInstalling OpenGeode is done:\n\n- either, by compiling the C++ source. Check [this documentation page](https://docs.geode-solutions.com/guides/how-to-compile) for more details.\n- or, by using pip command `pip install OpenGeode-core` and add `import opengeode` in your Python script. Check [this documentation page](https://docs.geode-solutions.com/guides/how-to-use-binding) for more details.\n\n## Questions\n\nFor questions and support please use the official [slack](https://opengeode-slack-invite.herokuapp.com). The issue list of this repo is exclusively for bug reports and feature requests.\n\n## Changelog\n\nDetailed changes for each release are documented in the [release notes](https://github.com/Geode-solutions/OpenGeode/releases).\n\n## License\n\n[MIT](https://opensource.org/licenses/MIT)\n\nCopyright (c) 2019 - 2024, Geode-solutions\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Open source framework for representing and manipulating geometric models",
    "version": "14.19.2",
    "project_urls": {
        "Homepage": "https://github.com/Geode-solutions/OpenGeode"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07aceba888d20d8ef88a433eea81185afde65ba8aae86c38751ed5060f40c956",
                "md5": "9d7572f979782e9bc3abbc813c730f4c",
                "sha256": "293086df7a866756d8c11bd4c90b388aebac9d616f51203fdfea95c6e2284338"
            },
            "downloads": -1,
            "filename": "OpenGeode_core-14.19.2-cp310-cp310-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9d7572f979782e9bc3abbc813c730f4c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 13611768,
            "upload_time": "2024-04-24T00:25:50",
            "upload_time_iso_8601": "2024-04-24T00:25:50.845469Z",
            "url": "https://files.pythonhosted.org/packages/07/ac/eba888d20d8ef88a433eea81185afde65ba8aae86c38751ed5060f40c956/OpenGeode_core-14.19.2-cp310-cp310-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2827dd08c77d971e831b1f584077abb375920d2b654aba8b7cc00188b2a86906",
                "md5": "b9663c8cc8427181876117e0543da0c6",
                "sha256": "38dba422d14ceb14f65df74391425f08eaa0d6b8a44c8d016acb2f1d751d4df7"
            },
            "downloads": -1,
            "filename": "OpenGeode_core-14.19.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b9663c8cc8427181876117e0543da0c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 11837580,
            "upload_time": "2024-04-24T00:28:21",
            "upload_time_iso_8601": "2024-04-24T00:28:21.761809Z",
            "url": "https://files.pythonhosted.org/packages/28/27/dd08c77d971e831b1f584077abb375920d2b654aba8b7cc00188b2a86906/OpenGeode_core-14.19.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "765583b8373ec4fcbc7e579d0a7914864e3d511d44fee6124ab8144458cd42c0",
                "md5": "15835f58e305e8b5263add6de4c1f260",
                "sha256": "ecfd8d7f595b6a23f71d6cda8f190596818afce2f340ef9267ce4735f4ca7370"
            },
            "downloads": -1,
            "filename": "OpenGeode_core-14.19.2-cp311-cp311-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "15835f58e305e8b5263add6de4c1f260",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 13611763,
            "upload_time": "2024-04-24T00:25:58",
            "upload_time_iso_8601": "2024-04-24T00:25:58.577294Z",
            "url": "https://files.pythonhosted.org/packages/76/55/83b8373ec4fcbc7e579d0a7914864e3d511d44fee6124ab8144458cd42c0/OpenGeode_core-14.19.2-cp311-cp311-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c7ada88c8acd6dda8d3df5862dbc15f67599667a24a29b133ce1b06613cefcc",
                "md5": "362e6519a0428e57cf0c00f66b55775b",
                "sha256": "4cd2c35800a08376d3d3fbeb299d0b69256f2659b24d8330c68fde70c174084f"
            },
            "downloads": -1,
            "filename": "OpenGeode_core-14.19.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "362e6519a0428e57cf0c00f66b55775b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 11837687,
            "upload_time": "2024-04-24T00:28:04",
            "upload_time_iso_8601": "2024-04-24T00:28:04.749437Z",
            "url": "https://files.pythonhosted.org/packages/2c/7a/da88c8acd6dda8d3df5862dbc15f67599667a24a29b133ce1b06613cefcc/OpenGeode_core-14.19.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f1adad66793b7a647766ecb979e894dd4471a9ab908c4edc749026b30cb7ffd",
                "md5": "92c7577f69e1b06af6e51a74f37c4dad",
                "sha256": "f7bdd06d9a558969a44e3ebeeae3b10496aec26454fa6a22a085b1137d390193"
            },
            "downloads": -1,
            "filename": "OpenGeode_core-14.19.2-cp38-cp38-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "92c7577f69e1b06af6e51a74f37c4dad",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 13608743,
            "upload_time": "2024-04-24T00:26:09",
            "upload_time_iso_8601": "2024-04-24T00:26:09.322172Z",
            "url": "https://files.pythonhosted.org/packages/3f/1a/dad66793b7a647766ecb979e894dd4471a9ab908c4edc749026b30cb7ffd/OpenGeode_core-14.19.2-cp38-cp38-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "057d0cfcc0519c975ba3ec9819f41e4960b0133fb6d6bf80448bede5b3180ce2",
                "md5": "96c4c7b26a755c359d7ebf79c557a05e",
                "sha256": "a955c237c08f5818039b326a37d51ad58285f11c52a9c3eca136dcb709731f70"
            },
            "downloads": -1,
            "filename": "OpenGeode_core-14.19.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "96c4c7b26a755c359d7ebf79c557a05e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 11834880,
            "upload_time": "2024-04-24T00:31:02",
            "upload_time_iso_8601": "2024-04-24T00:31:02.249760Z",
            "url": "https://files.pythonhosted.org/packages/05/7d/0cfcc0519c975ba3ec9819f41e4960b0133fb6d6bf80448bede5b3180ce2/OpenGeode_core-14.19.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aff4bcc0daac976e0dc18f0c69e7662728b2ebe0a503e8c65a78d5bd1ccd3301",
                "md5": "51eee14d4fb61e73c6de6ef7a1ce3d39",
                "sha256": "5d1b36a503192afe25534171d9fa41f51d165f763a5c9023f18ec0357c893835"
            },
            "downloads": -1,
            "filename": "OpenGeode_core-14.19.2-cp39-cp39-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "51eee14d4fb61e73c6de6ef7a1ce3d39",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 13610585,
            "upload_time": "2024-04-24T00:25:48",
            "upload_time_iso_8601": "2024-04-24T00:25:48.157779Z",
            "url": "https://files.pythonhosted.org/packages/af/f4/bcc0daac976e0dc18f0c69e7662728b2ebe0a503e8c65a78d5bd1ccd3301/OpenGeode_core-14.19.2-cp39-cp39-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d80e3362ddd6cbe9ed4d2ef67864430d51b4ac61cf621bbfa6f4bd5ce4865591",
                "md5": "354cbe84799967e36da47af1f664a5b3",
                "sha256": "96564be81c2064bf3ea6aa5fd6f79efc9d25cda20b2b3c4fc2ed847127b802f3"
            },
            "downloads": -1,
            "filename": "OpenGeode_core-14.19.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "354cbe84799967e36da47af1f664a5b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 11733235,
            "upload_time": "2024-04-24T00:27:56",
            "upload_time_iso_8601": "2024-04-24T00:27:56.865559Z",
            "url": "https://files.pythonhosted.org/packages/d8/0e/3362ddd6cbe9ed4d2ef67864430d51b4ac61cf621bbfa6f4bd5ce4865591/OpenGeode_core-14.19.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 00:25:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Geode-solutions",
    "github_project": "OpenGeode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "opengeode-core"
}
        
Elapsed time: 0.28827s