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


This example extracts and summarizes Air Quality data from a NetCDF file according to the boundary provided by the uploaded geojson file.


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