polygon-contains-point


Namepolygon-contains-point JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://github.com/sgaebel/point_in_polygon
SummaryCPython extension for checking if a polygon contains a given point.
upload_time2023-10-04 13:19:02
maintainer
docs_urlNone
authorDr. Sebastian M. Gaebel
requires_python>=3.10
licenseMIT
keywords geometry polygon
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A CPython extension which wraps the PNPOLY
point inclusion in polygon test by W. Randolph Franklin
(ref.: https://wrfranklin.org/Research/Short_Notes/pnpoly.html).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sgaebel/point_in_polygon",
    "name": "polygon-contains-point",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "geometry polygon",
    "author": "Dr. Sebastian M. Gaebel",
    "author_email": "gaebel.sebastian@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/17/3e/b075fe2592a2aabe0bffca8b60cb461c29d4cc8551c163627fe3e7a1cd9c/polygon_contains_point-1.1.tar.gz",
    "platform": null,
    "description": "A CPython extension which wraps the PNPOLY\npoint inclusion in polygon test by W. Randolph Franklin\n(ref.: https://wrfranklin.org/Research/Short_Notes/pnpoly.html).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CPython extension for checking if a polygon contains a given point.",
    "version": "1.1",
    "project_urls": {
        "Homepage": "https://github.com/sgaebel/point_in_polygon"
    },
    "split_keywords": [
        "geometry",
        "polygon"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "742ec27364f613cd86d76db4ecf62965e68c34493e71e23f667b2417c5b10a2a",
                "md5": "04a8c1ab6a35f4073782fa930f85d151",
                "sha256": "29ecc441665e6b63f718051907060ecaecbded9b2a4a02b0a2884a47d4fa8ec9"
            },
            "downloads": -1,
            "filename": "polygon_contains_point-1.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "04a8c1ab6a35f4073782fa930f85d151",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 53196,
            "upload_time": "2023-10-04T13:19:00",
            "upload_time_iso_8601": "2023-10-04T13:19:00.475106Z",
            "url": "https://files.pythonhosted.org/packages/74/2e/c27364f613cd86d76db4ecf62965e68c34493e71e23f667b2417c5b10a2a/polygon_contains_point-1.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "173eb075fe2592a2aabe0bffca8b60cb461c29d4cc8551c163627fe3e7a1cd9c",
                "md5": "76fed5b50eb5af0f9e7e1abf8db49b86",
                "sha256": "89a0dc90e8d027d1344e04ea46cee0c3a341ed9ed920a3eb719577e0a2df1134"
            },
            "downloads": -1,
            "filename": "polygon_contains_point-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "76fed5b50eb5af0f9e7e1abf8db49b86",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4643,
            "upload_time": "2023-10-04T13:19:02",
            "upload_time_iso_8601": "2023-10-04T13:19:02.430541Z",
            "url": "https://files.pythonhosted.org/packages/17/3e/b075fe2592a2aabe0bffca8b60cb461c29d4cc8551c163627fe3e7a1cd9c/polygon_contains_point-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-04 13:19:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sgaebel",
    "github_project": "point_in_polygon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "polygon-contains-point"
}
        
Elapsed time: 0.12072s