{% extends "WebApp/app_base.html" %} {% load static %} {% block title %}SERVIR AppTemplate - Home{% endblock %} {% block script %} {% endblock %} {% block content %}

Map Viewer

Legend for the layer(s) selected

About GEE
Google Earth Engine (GEE) is a very popular cloud-based platform for processing and analyzing geospatial data.
GEE contains a large number of datasets, including satellite imagery, climate data, and other spatial data. You can create your own datasets by combining existing datasets, or by uploading your own data.
In order to use GEE content in your web application, you need to create a GEE account and obtain an API key. You can find more information about GEE accounts and API keys at [link].

{% include 'WebApp/map_from_GEE_about.html' %} {% endblock %}