Geode-SimplexGeosciences


NameGeode-SimplexGeosciences JSON
Version 2.2.3 PyPI version JSON
download
home_pagehttps://github.com/Geode-solutions/Geode-SimplexGeosciences
SummaryGeosciences simplex remeshing Geode-solutions OpenGeode module
upload_time2024-03-22 06:35:58
maintainerNone
docs_urlNone
authorGeode-solutions
requires_pythonNone
licenseProprietary
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">Geode-SimplexGeosciences_private<sup><i>by Geode-solutions</i></sup></h1>
<h3 align="center">Template for creating your own OpenGeode modules</h3>

<p align="center">
  <img src="https://github.com/Geode-solutions/OpenGeode-ModuleTemplate/workflows/CI/badge.svg" alt="Build Status">
  <img src="https://github.com/Geode-solutions/OpenGeode-ModuleTemplate/workflows/CD/badge.svg" alt="Deploy Status">
  <img src="https://codecov.io/gh/Geode-solutions/OpenGeode-ModuleTemplate/branch/master/graph/badge.svg" alt="Coverage Status">
  <img src="https://img.shields.io/github/release/Geode-solutions/OpenGeode-ModuleTemplate.svg" alt="Version">
</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">
  <img src="https://img.shields.io/static/v1?label=macOS&logo=apple&logoColor=white&message=support&color=success" alt="macOS 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>

---

## Introduction

OpenGeode-ModuleTemplate provides a template for creating an [OpenGeode] module.

[OpenGeode]: https://github.com/Geode-solutions/OpenGeode

## Documentation

To know how to use this template, please have a look at this page: https://help.github.com/en/articles/creating-a-repository-from-a-template

Have also a look at this [OpenGeode] documentation: https://docs.geode-solutions.com/opengeode then click on "How to create your own OpenGeode module"

## Questions

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

## License

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

Copyright (c) 2019 - 2024, Geode-solutions

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Geode-solutions/Geode-SimplexGeosciences",
    "name": "Geode-SimplexGeosciences",
    "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\">Geode-SimplexGeosciences_private<sup><i>by Geode-solutions</i></sup></h1>\n<h3 align=\"center\">Template for creating your own OpenGeode modules</h3>\n\n<p align=\"center\">\n  <img src=\"https://github.com/Geode-solutions/OpenGeode-ModuleTemplate/workflows/CI/badge.svg\" alt=\"Build Status\">\n  <img src=\"https://github.com/Geode-solutions/OpenGeode-ModuleTemplate/workflows/CD/badge.svg\" alt=\"Deploy Status\">\n  <img src=\"https://codecov.io/gh/Geode-solutions/OpenGeode-ModuleTemplate/branch/master/graph/badge.svg\" alt=\"Coverage Status\">\n  <img src=\"https://img.shields.io/github/release/Geode-solutions/OpenGeode-ModuleTemplate.svg\" alt=\"Version\">\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  <img src=\"https://img.shields.io/static/v1?label=macOS&logo=apple&logoColor=white&message=support&color=success\" alt=\"macOS 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\n---\n\n## Introduction\n\nOpenGeode-ModuleTemplate provides a template for creating an [OpenGeode] module.\n\n[OpenGeode]: https://github.com/Geode-solutions/OpenGeode\n\n## Documentation\n\nTo know how to use this template, please have a look at this page: https://help.github.com/en/articles/creating-a-repository-from-a-template\n\nHave also a look at this [OpenGeode] documentation: https://docs.geode-solutions.com/opengeode then click on \"How to create your own OpenGeode module\"\n\n## Questions\n\nFor questions and support please use the official [slack](https://opengeode-slack-invite.herokuapp.com) and go to the channel #module_template. The issue list of this repo is exclusively for bug reports and feature requests.\n\n## License\n\n[MIT](https://opensource.org/licenses/MIT)\n\nCopyright (c) 2019 - 2024, Geode-solutions\n",
    "bugtrack_url": null,
    "license": "Proprietary",
    "summary": "Geosciences simplex remeshing Geode-solutions OpenGeode module",
    "version": "2.2.3",
    "project_urls": {
        "Homepage": "https://github.com/Geode-solutions/Geode-SimplexGeosciences"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1bf4b378de468fbdbd9da02f586ef1974ef2b0a5c89e9a1ca04fdde0d2d632b",
                "md5": "88f96abb061e59f6a5c45d7b56208853",
                "sha256": "f656e800bd30e4a1fca3ada1d19184d57e5f2546cba7fbd81c9d39fab17288f4"
            },
            "downloads": -1,
            "filename": "Geode_SimplexGeosciences-2.2.3-cp310-cp310-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "88f96abb061e59f6a5c45d7b56208853",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 162094,
            "upload_time": "2024-03-22T06:35:58",
            "upload_time_iso_8601": "2024-03-22T06:35:58.285912Z",
            "url": "https://files.pythonhosted.org/packages/d1/bf/4b378de468fbdbd9da02f586ef1974ef2b0a5c89e9a1ca04fdde0d2d632b/Geode_SimplexGeosciences-2.2.3-cp310-cp310-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e13d94bcb29fb7c5f242cafbf51bddf8be6b60ec372557fc5bee8500ba049b4",
                "md5": "e31b2b67802996fa6b0f2510bed0dd2d",
                "sha256": "7a962e963e69c5d631bc6a6bd548210ef343fc2ead425faf9c9bc234d45a5185"
            },
            "downloads": -1,
            "filename": "Geode_SimplexGeosciences-2.2.3-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e31b2b67802996fa6b0f2510bed0dd2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2974436,
            "upload_time": "2024-03-22T06:37:15",
            "upload_time_iso_8601": "2024-03-22T06:37:15.249121Z",
            "url": "https://files.pythonhosted.org/packages/7e/13/d94bcb29fb7c5f242cafbf51bddf8be6b60ec372557fc5bee8500ba049b4/Geode_SimplexGeosciences-2.2.3-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70555a23d297524e82fb297f04522d9f2c984316091c86cdc32122a27520bc8e",
                "md5": "d04a8e3d03a5c64de52761a5697c4a5a",
                "sha256": "3f7d5e8510d8647cfdd9447effd4bb1414f36068f34b1a896e76c6971f61f92e"
            },
            "downloads": -1,
            "filename": "Geode_SimplexGeosciences-2.2.3-cp311-cp311-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d04a8e3d03a5c64de52761a5697c4a5a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 162060,
            "upload_time": "2024-03-22T06:35:51",
            "upload_time_iso_8601": "2024-03-22T06:35:51.981263Z",
            "url": "https://files.pythonhosted.org/packages/70/55/5a23d297524e82fb297f04522d9f2c984316091c86cdc32122a27520bc8e/Geode_SimplexGeosciences-2.2.3-cp311-cp311-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f68bc0d41f6524c2d764be03b096bba18d43e1cc361c7529b6f843cd700f647f",
                "md5": "683a53a075329cb4b5d106fa937aceca",
                "sha256": "3f2db98811c418abc4ab31bbb2f222a135b5c439caca6083e0c63562806b9e4c"
            },
            "downloads": -1,
            "filename": "Geode_SimplexGeosciences-2.2.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "683a53a075329cb4b5d106fa937aceca",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2974445,
            "upload_time": "2024-03-22T06:37:56",
            "upload_time_iso_8601": "2024-03-22T06:37:56.186035Z",
            "url": "https://files.pythonhosted.org/packages/f6/8b/c0d41f6524c2d764be03b096bba18d43e1cc361c7529b6f843cd700f647f/Geode_SimplexGeosciences-2.2.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "617c8a70151d6108cb2e9dc6be95149523a797e435a63fb49af16ae4fb6209c6",
                "md5": "10b69102719084e301175ea4b2e317bc",
                "sha256": "1525d438439b483ef75a035aa4b28316f2404529b5a13c28f871310d5b78e223"
            },
            "downloads": -1,
            "filename": "Geode_SimplexGeosciences-2.2.3-cp38-cp38-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "10b69102719084e301175ea4b2e317bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 162010,
            "upload_time": "2024-03-22T06:35:56",
            "upload_time_iso_8601": "2024-03-22T06:35:56.540176Z",
            "url": "https://files.pythonhosted.org/packages/61/7c/8a70151d6108cb2e9dc6be95149523a797e435a63fb49af16ae4fb6209c6/Geode_SimplexGeosciences-2.2.3-cp38-cp38-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53dfe26faf3d7c3a6ea462f3a81b7df91ca45e00d15e7fa45c60d19e9597237f",
                "md5": "6c582eb71e6c0f9094109d70636488a5",
                "sha256": "12c1236b2e36451ebe96f26e725013e0dd78b13452809003663f0c7d3db5341c"
            },
            "downloads": -1,
            "filename": "Geode_SimplexGeosciences-2.2.3-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6c582eb71e6c0f9094109d70636488a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 2974137,
            "upload_time": "2024-03-22T06:37:45",
            "upload_time_iso_8601": "2024-03-22T06:37:45.178251Z",
            "url": "https://files.pythonhosted.org/packages/53/df/e26faf3d7c3a6ea462f3a81b7df91ca45e00d15e7fa45c60d19e9597237f/Geode_SimplexGeosciences-2.2.3-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19b06640fcc083b91fa76c22cba2ca5e60df04cde7de05291776e1dff115f041",
                "md5": "a90f7d2c2bb623755a5b9af20e17c96c",
                "sha256": "c7c093ad11ba6439038e03d6b6de162fe5b07b0401cbc07ca16c6a5d407cb0c3"
            },
            "downloads": -1,
            "filename": "Geode_SimplexGeosciences-2.2.3-cp39-cp39-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a90f7d2c2bb623755a5b9af20e17c96c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 162113,
            "upload_time": "2024-03-22T06:35:45",
            "upload_time_iso_8601": "2024-03-22T06:35:45.386028Z",
            "url": "https://files.pythonhosted.org/packages/19/b0/6640fcc083b91fa76c22cba2ca5e60df04cde7de05291776e1dff115f041/Geode_SimplexGeosciences-2.2.3-cp39-cp39-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd8eb64a6e79717912006c94383a84b0bed5c4fb574e7acaf4598f1ed9fe3c0f",
                "md5": "50e8c991d4004b0f655d527d297d3f7a",
                "sha256": "6d8b8986574b0e1ee8e2b5e3dcb2619698225330bb623fba1bd15904d5d80ed5"
            },
            "downloads": -1,
            "filename": "Geode_SimplexGeosciences-2.2.3-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "50e8c991d4004b0f655d527d297d3f7a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 2973873,
            "upload_time": "2024-03-22T06:37:50",
            "upload_time_iso_8601": "2024-03-22T06:37:50.927071Z",
            "url": "https://files.pythonhosted.org/packages/dd/8e/b64a6e79717912006c94383a84b0bed5c4fb574e7acaf4598f1ed9fe3c0f/Geode_SimplexGeosciences-2.2.3-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 06:35:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Geode-solutions",
    "github_project": "Geode-SimplexGeosciences",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "geode-simplexgeosciences"
}
        
Elapsed time: 0.27414s