https://github.com/gee-community/geeplot
A python librairy to bridge GEE computation capabilities and all the Python plotting solutions
https://github.com/gee-community/geeplot
Last synced: about 2 months ago
JSON representation
A python librairy to bridge GEE computation capabilities and all the Python plotting solutions
- Host: GitHub
- URL: https://github.com/gee-community/geeplot
- Owner: gee-community
- License: mit
- Created: 2025-04-09T07:24:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T09:00:21.000Z (6 months ago)
- Last Synced: 2025-07-01T16:11:21.068Z (3 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.rst
- Citation: CITATION.cff
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
geeplot
========.. |license| image:: https://img.shields.io/badge/License-MIT-yellow.svg?logo=opensourceinitiative&logoColor=white
:target: LICENSE
:alt: License: MIT.. |commit| image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?logo=git&logoColor=white
:target: https://conventionalcommits.org
:alt: conventional commit.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
:target: https://github.com/astral-sh/ruff
:alt: ruff badge.. |prettier| image:: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?logo=prettier&logoColor=white
:target: https://github.com/prettier/prettier
:alt: prettier badge.. |pre-commmit| image:: https://img.shields.io/badge/pre--commit-active-yellow?logo=pre-commit&logoColor=white
:target: https://pre-commit.com/
:alt: pre-commit.. |pypi| image:: https://img.shields.io/pypi/v/geeplot?color=blue&logo=pypi&logoColor=white
:target: https://pypi.org/project/geeplot/
:alt: PyPI version.. |build| image:: https://img.shields.io/github/actions/workflow/status/gee-community/geeplot/unit.yaml?logo=github&logoColor=white
:target: https://github.com/gee-community/geeplot/actions/workflows/unit.yaml
:alt: build.. |coverage| image:: https://img.shields.io/codecov/c/github/gee-community/geeplot?logo=codecov&logoColor=white
:target: https://codecov.io/gh/gee-community/geeplot
:alt: Test Coverage.. |docs| image:: https://img.shields.io/readthedocs/geeplot?logo=readthedocs&logoColor=white
:target: https://geeplot.readthedocs.io/en/latest/
:alt: Documentation Status|license| |commit| |ruff| |prettier| |pre-commmit| |pypi| |build| |coverage| |docs|
Overview
--------A python library to bridge GEE computation capabilities and all the Python plotting solutions
Credits
-------This package was created with `Copier `__ and the `@12rambau/pypackage `__ 0.1.16 project template.