Skip to content
Ignacio Foche edited this page Nov 20, 2020 · 2 revisions

Overview

Welcome to the Google Earth Engine App (GEE App) user manual

If you are working with climate data within a DHIS2 system, you have probably been in the situation of needing to include external climate information inside agregate datasets in DHIS2.

DHIS2 GEE Apps are a couple of DHIS2 apps aiming to automatically retrieve any information available inside Google Earth Engine datasets.

This tool will save you a lot of time and effort transfering GEE data and adapting it to your DHIS2 configuration.

GEE apps can:

  • Download directly from GEE datasets any information
  • Map the dataset to internal data elements
  • Apply transformations on-the-fly
  • Download a json file with the data, to be imported later

Through this guide you will learn how to install and use it in your processes.

First, a quick overview of this guide:

  • Google Earth Egine key installation you will learn how to prepare your DHIS2 instance to connect to GEE

  • Mapping is a great feature that allows you define where inside DHIS2 the remote data will be placed.

  • The data download chapter is a comprehensive guide to learn how to execute a manual GEE data download.

  • Finally the rules section explains how to store download configurations in rules that can be later executed.

  • History is about keeping track of the synching operations you have made.

  • Simple App Interface explains how to configure the environment for end-users to perform data downloads, and how to define their global datasets in an OU basis.

    The typical setup and use workflow with GEE App involves these steps, and requieres different roles: Sysadmin, DHIS admin, GEE configurator and GEE run-only user

INSERT IMAGE HERE

With this diagram in mind now this main panel will make sense for you

Intro/Untitled.png

Credits

This work has been funded by the Climate Change Unit of WHO. If you like it, please contact them to say thanks ;)

Contributions

Like every other EyeSeeTea software, this is open source (GNU General Public License v3.0) Use it at your own responsibility as much as you want.

The source code is available at github We are very happy to receive any contribution, so please if you have yours, don't hesitate to send us your code.

DHIS2 Requirements

GEE apps are compatible with DHIS2 V2.30 to 2.34

Clone this wiki locally