gee-toolbox


Namegee-toolbox JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/silversky54/gee-toolbox
SummaryCommon functions and tasks for Google Earth Engine Assets
upload_time2024-09-05 01:50:13
maintainerErick G
docs_urlNone
authorErick G
requires_python<4.0,>=3.12
licenseApache-2.0
keywords earthengine gee google-earth-engine
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Google Earth Engine custom Toolbox for common tasks

**gee-toolbox** is a python package that serves as a custom toolbox with a variety of functions to execute common tasks related to Google Earth Engine. It Extends the functionality of GEE python client library and some other packages to manage GEE assets or process Images and ImageCollections.

## Installation

This package can currently only be installed from google

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/silversky54/gee-toolbox",
    "name": "gee-toolbox",
    "maintainer": "Erick G",
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": "erick.linares@gmail.com",
    "keywords": "earthengine, gee, google-earth-engine",
    "author": "Erick G",
    "author_email": "erick.linares@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ff/ce/3139757bd3ebc828cbb19e3f973a7d1bac070a49d2810951d861bf3324de/gee_toolbox-0.1.0.tar.gz",
    "platform": null,
    "description": "# Google Earth Engine custom Toolbox for common tasks\n\n**gee-toolbox** is a python package that serves as a custom toolbox with a variety of functions to execute common tasks related to Google Earth Engine. It Extends the functionality of GEE python client library and some other packages to manage GEE assets or process Images and ImageCollections.\n\n## Installation\n\nThis package can currently only be installed from google\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Common functions and tasks for Google Earth Engine Assets",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/silversky54/gee-toolbox",
        "Repository": "https://github.com/silversky54/gee-toolbox"
    },
    "split_keywords": [
        "earthengine",
        " gee",
        " google-earth-engine"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c32f47d96f07cd7336240ac7d46b237aa239ac78621dbba3376a6accfe84691",
                "md5": "db72267d7f5f8732d73d901d157122d3",
                "sha256": "58113d7931977bcd6969cad59f4e0ae7d3520a8e3c42f6d600f1588e0a106848"
            },
            "downloads": -1,
            "filename": "gee_toolbox-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "db72267d7f5f8732d73d901d157122d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 9541,
            "upload_time": "2024-09-05T01:50:11",
            "upload_time_iso_8601": "2024-09-05T01:50:11.805451Z",
            "url": "https://files.pythonhosted.org/packages/6c/32/f47d96f07cd7336240ac7d46b237aa239ac78621dbba3376a6accfe84691/gee_toolbox-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffce3139757bd3ebc828cbb19e3f973a7d1bac070a49d2810951d861bf3324de",
                "md5": "1a527f892903aa117fdcd6c309f2bc3f",
                "sha256": "64f7f0d552a3efaa22f0a878980c5a6bdb411efad4aa714c21a1926bf0b1b2ff"
            },
            "downloads": -1,
            "filename": "gee_toolbox-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1a527f892903aa117fdcd6c309f2bc3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 8835,
            "upload_time": "2024-09-05T01:50:13",
            "upload_time_iso_8601": "2024-09-05T01:50:13.335118Z",
            "url": "https://files.pythonhosted.org/packages/ff/ce/3139757bd3ebc828cbb19e3f973a7d1bac070a49d2810951d861bf3324de/gee_toolbox-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-05 01:50:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "silversky54",
    "github_project": "gee-toolbox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gee-toolbox"
}
        
Elapsed time: 0.63122s