Geofance


NameGeofance JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA package that determines if a point is inside or outside of a polygon.
upload_time2023-04-16 14:21:10
maintainer
docs_urlNone
authorKrisnakumar Yadav
requires_python
license
keywords geofance geo geofance polygon krishnakumar yadav
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A package that determines if a point is inside or outside of a polygon. Using this package, you must determine whether a location coordinate (latitude and longitude) falls within a specified region coordinates. If one polygon is inside another and a point is within both polygons, the nearest polygon is find using this package.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Geofance",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "geofance,GEO,Geofance,Polygon,krishnakumar yadav",
    "author": "Krisnakumar Yadav",
    "author_email": "krish198.ky@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1b/9f/93b30051e21564eae1881e6c32266427775f5db65df9cadd7783ad3261a9/Geofance-0.0.1.tar.gz",
    "platform": null,
    "description": "A package that determines if a point is inside or outside of a polygon. Using this package, you must determine whether a location coordinate (latitude and longitude) falls within a specified region coordinates. If one polygon is inside another and a point is within both polygons, the nearest polygon is find using this package.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package that determines if a point is inside or outside of a polygon.",
    "version": "0.0.1",
    "split_keywords": [
        "geofance",
        "geo",
        "geofance",
        "polygon",
        "krishnakumar yadav"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51d33f6ab8a43140ef42ddac1154d48e0c14d2fd941d7909a0decf04b31906fc",
                "md5": "3acf340d18172243153036442fb0c8c0",
                "sha256": "55c3a466ad3e45b6bd9ca999d1464bda5c3f9bdca919fd08ceaed500060698e8"
            },
            "downloads": -1,
            "filename": "Geofance-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3acf340d18172243153036442fb0c8c0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2166,
            "upload_time": "2023-04-16T14:21:08",
            "upload_time_iso_8601": "2023-04-16T14:21:08.076501Z",
            "url": "https://files.pythonhosted.org/packages/51/d3/3f6ab8a43140ef42ddac1154d48e0c14d2fd941d7909a0decf04b31906fc/Geofance-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b9f93b30051e21564eae1881e6c32266427775f5db65df9cadd7783ad3261a9",
                "md5": "a4b2613f895c1f952b99a0d77cb8e6f2",
                "sha256": "0114b29c27f41250c07b7c4fd7f92a2fa4c79b723a98c4ff5fb6f36157f37a24"
            },
            "downloads": -1,
            "filename": "Geofance-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a4b2613f895c1f952b99a0d77cb8e6f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1192,
            "upload_time": "2023-04-16T14:21:10",
            "upload_time_iso_8601": "2023-04-16T14:21:10.612103Z",
            "url": "https://files.pythonhosted.org/packages/1b/9f/93b30051e21564eae1881e6c32266427775f5db65df9cadd7783ad3261a9/Geofance-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-16 14:21:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "geofance"
}
        
Elapsed time: 0.07339s