{% extends 'vesper/base.html' %} {% block head %} Export Old Bird clip counts to CSV file {% load static %} {% load vesper_extras %} {% endblock head %} {% block main %}

Export Old Bird clip counts to CSV file

Downloads a CSV file with clip counts for the specified detector, station/mic, and range of dates. The counts are in a specific format requested by Old Bird.

{% csrf_token %} {{ form.detector|form_element }} {{ form.station_mic|form_element }} {{ form.start_date|form_element }} {{ form.end_date|form_element }} {{ form.file_name|form_element }}
{% endblock main %}