{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% if category == 'message' %} {% set category = 'warning' %} {% endif %}
  • {{ message }}
  • {% endfor %}
    {% endif %} {% endwith %}



    About

    This website is built with poets, the Python Open Earth Observation Tools.
    poets is a package with aims to provide a standard library that can be used for collecting and resampling geospatial image datasets.

    It is licensed under BSD. Feel free to fork the code on GitHub and contribute to the project. Check the documentation for more information and installation instructions. The package is available at the Python Package Index.

    built with...

    • Flask a microframework for Python based on Werkzeug, Jinja 2 and good intentions.
    • Bootstrap the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
    • OpenLayers A high-performance, feature-packed library for all your mapping needs.
    • dygraphs a fast, flexible open source JavaScript charting library.
    {% endblock %}