pyransame


Namepyransame JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryPYthon RAndom SAmpling for MEshes
upload_time2023-06-14 20:27:40
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License
keywords pyvista vtk numpy mesh sample
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyransame
PYthon RAndom SAmpling for MEshes

[Documentation](https://matthewflamm.github.io/pyransame/)

Utilites for choosing random samples of points within cells of [PyVista](https://github.com/pyvista/pyvista) meshes.
This package does _not_ choose random points that define the mesh itself, rather random points on the 2D surface or
in the 3D volume are sampled.

## Random sampling on a 2D surface

![Samples on a bunny](/doc/_static/surface_sampling.png)

## Random sampling in a 3D volume

![Samples inside a 3D volume](/doc/_static/volume_sampling.png)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyransame",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pyvista,vtk,numpy,mesh,sample",
    "author": "",
    "author_email": "Matthew Flamm <matthewhflamm0@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/47/a5/7cf1174ff8c58dc8fababf41caa7493b8b146389c7975d26af914371d8db/pyransame-0.2.0.tar.gz",
    "platform": null,
    "description": "# pyransame\nPYthon RAndom SAmpling for MEshes\n\n[Documentation](https://matthewflamm.github.io/pyransame/)\n\nUtilites for choosing random samples of points within cells of [PyVista](https://github.com/pyvista/pyvista) meshes.\nThis package does _not_ choose random points that define the mesh itself, rather random points on the 2D surface or\nin the 3D volume are sampled.\n\n## Random sampling on a 2D surface\n\n![Samples on a bunny](/doc/_static/surface_sampling.png)\n\n## Random sampling in a 3D volume\n\n![Samples inside a 3D volume](/doc/_static/volume_sampling.png)\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "PYthon RAndom SAmpling for MEshes",
    "version": "0.2.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/MatthewFlamm/pyransame/issues",
        "Documentation": "https://matthewflamm.github.io/pyransame/",
        "Repository": "https://github.com/MatthewFlamm/pyransame"
    },
    "split_keywords": [
        "pyvista",
        "vtk",
        "numpy",
        "mesh",
        "sample"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af7375864aa1a369706bf91b1cedf8619a4d8ab6c8bf2a1c186747e8119d0e83",
                "md5": "e4b2472a00372c1d3ac16eb252b1d7b6",
                "sha256": "b94504b84103052cff7247f95671509266a2f460347188b67b6bf69772cee5a0"
            },
            "downloads": -1,
            "filename": "pyransame-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e4b2472a00372c1d3ac16eb252b1d7b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8027,
            "upload_time": "2023-06-14T20:27:38",
            "upload_time_iso_8601": "2023-06-14T20:27:38.687748Z",
            "url": "https://files.pythonhosted.org/packages/af/73/75864aa1a369706bf91b1cedf8619a4d8ab6c8bf2a1c186747e8119d0e83/pyransame-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47a57cf1174ff8c58dc8fababf41caa7493b8b146389c7975d26af914371d8db",
                "md5": "d822bd87b7f74bf96907cb7f3966909d",
                "sha256": "7a1dd03358fa63f423af087bc9074c6b8cb1a75ab38879aac989fbd65533a76e"
            },
            "downloads": -1,
            "filename": "pyransame-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d822bd87b7f74bf96907cb7f3966909d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 343824,
            "upload_time": "2023-06-14T20:27:40",
            "upload_time_iso_8601": "2023-06-14T20:27:40.351576Z",
            "url": "https://files.pythonhosted.org/packages/47/a5/7cf1174ff8c58dc8fababf41caa7493b8b146389c7975d26af914371d8db/pyransame-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-14 20:27:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MatthewFlamm",
    "github_project": "pyransame",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyransame"
}
        
Elapsed time: 0.07708s