{% extends "base.html" %} {% block title %}Tools - Seismo Fleet Manager{% endblock %} {% block content %}

Tools

Active operator workflows. Pair devices, clean up duplicates, generate reports.

Field Deploy

On site? Pick a unit, snap an install photo, leave. GPS is auto-captured. Classify the project/location later from a desk.

Pending Deployments

Field captures waiting to be classified into a project + location.

Pair Devices

Bidirectionally link seismographs ↔ modems (or SLMs ↔ modems) so they ship out together as a deployed pair.

Project Tidy

Find duplicate-looking projects via fuzzy name match (typos, abbreviations) and bulk-merge them. Useful after a metadata backfill run.

Backfill from event metadata

Auto-create projects, locations, and unit assignments from the operator-typed metadata baked into SFM events. Skip the manual entry.

Deployment History

12-month calendar of every unit assignment across every project. Visual bars per project per day; click a day for the full active-deployments list.

Reports

Excel report generation lives on each project's detail page. Open a project and use Generate Combined Report (for multi-location sound studies) or single-location export.

Swap Detection

soon

Daily background job that auto-detects unit swaps in the field (BE12345 → BE67890 at the same project + location) from operator-typed metadata. Coming in Phase 5c.

{% endblock %}