geeservermap


Namegeeservermap JSON
Version 0.0.0rc2 PyPI version JSON
download
home_page
SummaryInteractive map for Google Earth Engine in python
upload_time2023-11-14 14:24:04
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords flask gis google earth engine image processing raster
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
geeservermap
============

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg?logo=opensourceinitiative&logoColor=white
    :target: LICENSE
    :alt: License: MIT

.. image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?logo=git&logoColor=white
   :target: https://conventionalcommits.org
   :alt: conventional commit

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black badge

.. image:: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?logo=prettier&logoColor=white
   :target: https://github.com/prettier/prettier
   :alt: prettier badge

.. image:: https://img.shields.io/badge/pre--commit-active-yellow?logo=pre-commit&logoColor=white
    :target: https://pre-commit.com/
    :alt: pre-commit

.. image:: https://img.shields.io/pypi/v/geeservermap?color=blue&logo=pypi&logoColor=white
    :target: https://pypi.org/project/geeservermap/
    :alt: PyPI version

.. image:: https://img.shields.io/github/actions/workflow/status/Louis-Dreyfus-Company/geeservermap/unit.yaml?logo=github&logoColor=white
    :target: https://github.com/Louis-Dreyfus-Company/geeservermap/actions/workflows/unit.yaml
    :alt: build

.. image:: https://img.shields.io/codecov/c/github/Louis-Dreyfus-Company/geeservermap?logo=codecov&logoColor=white
    :target: https://codecov.io/gh/Louis-Dreyfus-Company/geeservermap
    :alt: Test Coverage

.. image:: https://img.shields.io/readthedocs/geeservermap?logo=readthedocs&logoColor=white
    :target: https://geeservermap.readthedocs.io/en/latest/
    :alt: Documentation Status

Google Earth Engine Map Server
------------------------------

An interface that can be run as an independent server and interact with local
code.

You can create as many interfaces as you want.

Each interface contains:

Map
^^^

The map where each layer will be added

NOT IMPLEMENTED YET
-------------------

Layers
^^^^^^
A list of layers where you can modify some layer's parameters

Inspector
^^^^^^^^^

Toggle Button
#############

When toggled if you click on the map it will show the information of the
active layers on Layers widget.

Clear Button
############

Button to clear inpector's data


Credits
-------

This package was created with `Copier <https://copier.readthedocs.io/en/latest/>`__ and the `@12rambau/pypackage <https://github.com/12rambau/pypackage>`__ 0.1.5 project template .

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "geeservermap",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "flask,gis,google earth engine,image processing,raster",
    "author": "",
    "author_email": "LDC Research Repository <remote-sensing@ldc.com>",
    "download_url": "https://files.pythonhosted.org/packages/51/bd/b884fc9308059d967794edd9b9a2927ade91fe6631f82ed80ab559e6e2df/geeservermap-0.0.0rc2.tar.gz",
    "platform": null,
    "description": "\ngeeservermap\n============\n\n.. image:: https://img.shields.io/badge/License-MIT-yellow.svg?logo=opensourceinitiative&logoColor=white\n    :target: LICENSE\n    :alt: License: MIT\n\n.. image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?logo=git&logoColor=white\n   :target: https://conventionalcommits.org\n   :alt: conventional commit\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n   :alt: Black badge\n\n.. image:: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?logo=prettier&logoColor=white\n   :target: https://github.com/prettier/prettier\n   :alt: prettier badge\n\n.. image:: https://img.shields.io/badge/pre--commit-active-yellow?logo=pre-commit&logoColor=white\n    :target: https://pre-commit.com/\n    :alt: pre-commit\n\n.. image:: https://img.shields.io/pypi/v/geeservermap?color=blue&logo=pypi&logoColor=white\n    :target: https://pypi.org/project/geeservermap/\n    :alt: PyPI version\n\n.. image:: https://img.shields.io/github/actions/workflow/status/Louis-Dreyfus-Company/geeservermap/unit.yaml?logo=github&logoColor=white\n    :target: https://github.com/Louis-Dreyfus-Company/geeservermap/actions/workflows/unit.yaml\n    :alt: build\n\n.. image:: https://img.shields.io/codecov/c/github/Louis-Dreyfus-Company/geeservermap?logo=codecov&logoColor=white\n    :target: https://codecov.io/gh/Louis-Dreyfus-Company/geeservermap\n    :alt: Test Coverage\n\n.. image:: https://img.shields.io/readthedocs/geeservermap?logo=readthedocs&logoColor=white\n    :target: https://geeservermap.readthedocs.io/en/latest/\n    :alt: Documentation Status\n\nGoogle Earth Engine Map Server\n------------------------------\n\nAn interface that can be run as an independent server and interact with local\ncode.\n\nYou can create as many interfaces as you want.\n\nEach interface contains:\n\nMap\n^^^\n\nThe map where each layer will be added\n\nNOT IMPLEMENTED YET\n-------------------\n\nLayers\n^^^^^^\nA list of layers where you can modify some layer's parameters\n\nInspector\n^^^^^^^^^\n\nToggle Button\n#############\n\nWhen toggled if you click on the map it will show the information of the\nactive layers on Layers widget.\n\nClear Button\n############\n\nButton to clear inpector's data\n\n\nCredits\n-------\n\nThis package was created with `Copier <https://copier.readthedocs.io/en/latest/>`__ and the `@12rambau/pypackage <https://github.com/12rambau/pypackage>`__ 0.1.5 project template .\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Interactive map for Google Earth Engine in python",
    "version": "0.0.0rc2",
    "project_urls": {
        "Homepage": "https://github.com/Louis-Dreyfus-Comany/geeservermap"
    },
    "split_keywords": [
        "flask",
        "gis",
        "google earth engine",
        "image processing",
        "raster"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "299c5d57aa49a5254bf23afe22743a739c70671eacb7b9b08c235ba470e48d49",
                "md5": "15437521e67dfe1df53377675d37e194",
                "sha256": "a620ef00e2faa707437a6e76dedd99ee6b6a173ca034db26b99b11b1b3655a60"
            },
            "downloads": -1,
            "filename": "geeservermap-0.0.0rc2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15437521e67dfe1df53377675d37e194",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13595,
            "upload_time": "2023-11-14T14:23:33",
            "upload_time_iso_8601": "2023-11-14T14:23:33.991415Z",
            "url": "https://files.pythonhosted.org/packages/29/9c/5d57aa49a5254bf23afe22743a739c70671eacb7b9b08c235ba470e48d49/geeservermap-0.0.0rc2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51bdb884fc9308059d967794edd9b9a2927ade91fe6631f82ed80ab559e6e2df",
                "md5": "ad5580a4b843e4554986e3d88900a61d",
                "sha256": "4fe270c66be19c4dec6a00991824c3e99a651962ddcde79d7706d84e2a864441"
            },
            "downloads": -1,
            "filename": "geeservermap-0.0.0rc2.tar.gz",
            "has_sig": false,
            "md5_digest": "ad5580a4b843e4554986e3d88900a61d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20055,
            "upload_time": "2023-11-14T14:24:04",
            "upload_time_iso_8601": "2023-11-14T14:24:04.074371Z",
            "url": "https://files.pythonhosted.org/packages/51/bd/b884fc9308059d967794edd9b9a2927ade91fe6631f82ed80ab559e6e2df/geeservermap-0.0.0rc2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-14 14:24:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Louis-Dreyfus-Comany",
    "github_project": "geeservermap",
    "github_not_found": true,
    "lcname": "geeservermap"
}
        
Elapsed time: 0.19606s