{% extends "base.html" %} {% block title %}Tracking Science Replication{% endblock %} {% block content %}

Tracking Science Replication

Replicate state-of-the-art animal tracking data analyses. Upload GPS/telemetry datasets, select subsets, and run standardized analyses including home range estimation, movement models, and behavioral classification.

{% if not current_user.is_authenticated %} {% else %} {% endif %}

Upload

Import CSV tracking data with automatic column detection and derived field computation.

Select

Filter by animal, time range, and spatial extent. The system identifies applicable analyses.

Analyze

Run MCP, KDE, LoCoH, HMM, variograms, BBMM, and more with full parameter transparency.

{% endblock %}