{% extends "upload/dataset_upload_base.html" %} {% load i18n %} {% load static %} {% load dataset_tags %} {% load client_lib_tags %} {% block body_class %}data data-list upload{% endblock %} {% block title %} {% trans "Time series configuration" %} - {{ block.super }} {% endblock %} {% block page_title %}{% trans "Time series configuration" %}{% endblock page_title %} {% block head %} {{ block.super }} {% endblock %} {% block body %}
{% trans "Date time fields were detected inside" %} "{{ dataset_name }}". {% trans "Do you want to configure it as a time series dataset?" %}

{% blocktrans %}Toggling this selector allows you to configure (or not) this data as a time series; in this case you will also have to select an attribute to drive the time dimension.

If GeoNode is not able to parse any of the values for the selected attribute red markers will appear to highlight the problems.

More information is provided at the bottom of the page in the "Additional Help" sections. {% endblocktrans %}

{% csrf_token %}

{% trans "Configure as Time-Series" %}

{% trans "Cancel" %}  
{% endblock %} {% block extra_script %} {{ block.super }} {% endblock %}