{% include "vesper/header-prefix.html" %} Export Old Bird Clip Counts CSV File - Vesper {% load vesper_extras %} {% load static %} {% include "vesper/navbar.html" %}

Export Old Bird Clip Counts 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 }}