Python package for mapping inundation dynamics using Google Earth Engine
- PyPI: https://pypi.python.org/pypi/geehydro
- Conda-forge: https://anaconda.org/conda-forge/geehydro
- Documentation: https://geehydro.readthedocs.io
- Free software: MIT license
This package is no longer being actively maintained. Please use the geemap package instead.
The geehydro Python package is built upon the folium package and
implements several methods for interacting with Earth Engine data layers, such as Map.addLayer()
, Map.setCenter()
, and Map.centerObject()
.
To install geehydro, run this command in your terminal:
pip install geehydro
geehydro is also available on conda-forge. If you have Anaconda or Miniconda installed on your computer, you can create a conda Python environment to install geehydro:
conda create -n gee python
conda activate gee
conda install -c conda-forge geehydro
If you have installed geehydro before and want to upgrade to the latest version, you can run the following command in your terminal:
pip install -U geehydro
To install the development version from GitHub, run the following command in your terminal:
pip install git+https://github.com/giswqs/geehydro