{% include '_banner.html' %} {% include '_keshif-headers.html' %} {% include '_shared-headers.html' %} {% include '_menu-top.html' %}

Explore the data

In the following tabs you can choose different ways of exploring the data collected. But first, you will have to load it from your hard drive.
{% if alert is defined %}
{{ alert['message'] }}
{% endif %}
{% if csvData is defined %}
{% else %}
No data has been loaded yet.
{% endif %}
{% if csvData is defined %}{{ csvData }}{% else %}No data found.{% endif %}
{% include '_footer.html' %}