{% extends "base.html" %} {% set active_page = 'about' %} {% block title %}About{% endblock %} {% block body %}

API
You can submit your query to the system and take responses. Query should have the following format:
{{ request.url_root }}data/?station=STATION_ID&template=TEMPLATE_NAME
Where STATION_ID can be retrieved issuing the following request:

Get station id: {{ request.url_root }}Stations

Template name can be retrieved issuing the following request:

Get template name: {{ request.url_root }}templates

{#

Examples:

#} {#

#} {# APSIM original#} {# (Corr. template)#} {#

#} {#

#} {# APSIM with condition#} {# (Corr. template)#} {#

#} {##} {#

Other examples

#} {#

Get dataset: Swiss#} {# dataset#} {#

#} {% endblock %}