raftel


Nameraftel JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/mitbal/raftel
Summarythe easiest way to plot s2id
upload_time2024-08-15 14:16:20
maintainerNone
docs_urlNone
authorM Iqbal Tawakal
requires_python>=3.9
licenseMIT
keywords s2id map geography visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Raftel

Raftel is a library to easily plot s2id cell into map and other basic operation related to s2id mapping.
Basicaly a thinly veiled wrapper of the excellent [s2sphere](https://github.com/sidewalklabs/s2sphere), the native python implementation of the outstanding [s2-geometry](https://github.com/google/s2geometry) package from Google, and simple mapping function using staticmap library.

## Installation
Install directly from pyPI by running `pip install raftel`

## Example
Follow the example in the notebook for basic usage.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mitbal/raftel",
    "name": "raftel",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "s2id, map, geography, visualization",
    "author": "M Iqbal Tawakal",
    "author_email": "mit.iqi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/97/df/f6bdf2e1c18252d7298944360043ee1f24e667d22752be5231a6ec4c46e8/raftel-0.4.0.tar.gz",
    "platform": null,
    "description": "# Raftel\n\nRaftel is a library to easily plot s2id cell into map and other basic operation related to s2id mapping.\nBasicaly a thinly veiled wrapper of the excellent [s2sphere](https://github.com/sidewalklabs/s2sphere), the native python implementation of the outstanding [s2-geometry](https://github.com/google/s2geometry) package from Google, and simple mapping function using staticmap library.\n\n## Installation\nInstall directly from pyPI by running `pip install raftel`\n\n## Example\nFollow the example in the notebook for basic usage.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "the easiest way to plot s2id",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/mitbal/raftel",
        "Repository": "https://github.com/mitbal/raftel"
    },
    "split_keywords": [
        "s2id",
        " map",
        " geography",
        " visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9edfc3ba632bd8e278679c1ba47f92f46f768c73ed949cd7d51dbbbdc1ef044a",
                "md5": "a2eb66b42154f1c07993600ee1c6958a",
                "sha256": "9f56f7aae8295abdf40250050dee53c277a63348626fcd90885ad8edb5e06212"
            },
            "downloads": -1,
            "filename": "raftel-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2eb66b42154f1c07993600ee1c6958a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3764,
            "upload_time": "2024-08-15T14:16:18",
            "upload_time_iso_8601": "2024-08-15T14:16:18.778493Z",
            "url": "https://files.pythonhosted.org/packages/9e/df/c3ba632bd8e278679c1ba47f92f46f768c73ed949cd7d51dbbbdc1ef044a/raftel-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97dff6bdf2e1c18252d7298944360043ee1f24e667d22752be5231a6ec4c46e8",
                "md5": "29a96968a1caa356bc1eabcdab02a338",
                "sha256": "7f15ccaf266a71828e552293b78fccb02cb2929062882137b8fa1ea635b9b421"
            },
            "downloads": -1,
            "filename": "raftel-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "29a96968a1caa356bc1eabcdab02a338",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3681,
            "upload_time": "2024-08-15T14:16:20",
            "upload_time_iso_8601": "2024-08-15T14:16:20.434309Z",
            "url": "https://files.pythonhosted.org/packages/97/df/f6bdf2e1c18252d7298944360043ee1f24e667d22752be5231a6ec4c46e8/raftel-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-15 14:16:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mitbal",
    "github_project": "raftel",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "raftel"
}
        
Elapsed time: 0.41561s