Thermal survey, cull, TB, and tick-borne disease monitoring
Trooperstown and Lickeen Deer Project
Activity Timeline
Monthly observations, culls, impact assessments, and lab results.
Health Watch
Sample results requiring attention.
Recent Records
Latest field and lab activity.
Briefing Spine
Committee-facing narrative from the presentation deck.
Project Context
Extracted from the supplied project material.
| Date | Type | Site | Method | Count | Health / Impact | GPS |
|---|
Project Map
GPS points plotted from all field and lab records.
Sika-focused management logic
Control success depends on removing breeding females from cover-heavy habitat.
For this project area, the management framework should treat Sika / Sika-like deer as the primary operating case: hard to detect, more nocturnal under disturbance, cover-oriented, and capable of high annual increase in Wicklow conditions.
Initial early-morning count used as the first formal survey baseline.
Continued monitoring under Section 42 showed the first estimate was too low.
March 2026 on-the-ground thermal team survey total after removing 45 enclosed deer from 194 locations.
Based on adjusted observed deer over the expanded project area.
Current group cull progress against the expanded-area cull plan.
Observed Deer And Cull Plan
Local project logic based on uploaded year-one survey and cull plan.
Species Management Comparison
Sika is the operating priority for this project area.
| Feature | Sika | Red deer | Fallow deer |
|---|
Trooperstown and Lickeen Deer Project
Operational Summary
Dashboard Metrics
Management Narrative
Disease Surveillance
Sika Management Logic
Presentation Outline
Year-one Evidence Spine
Population Model Table
| Category | Aug Yr 1 | Cull | Post-cull | Mortality | Aug Yr 6 |
|---|
DJI Matrice 4TD workflow
AI-assisted thermal sightings
Matrice 4TD detections should enter the database as draft sightings with GPS, timestamp, thermal evidence, confidence score, and reviewer status before they affect management decisions.
Integration Path
Start with import and review, then connect live DJI/FlightHub events when the field workflow is proven.
Matrice 4TD records RGB/thermal media, aircraft GPS, altitude, camera angle, and timestamp during repeatable survey flights.
Cloud or onboard detection flags likely deer heat signatures and creates draft observations with confidence values.
A human reviewer confirms, rejects, or adjusts counts to avoid double-counting and false positives.
Confirmed sightings become normal database records for maps, cull planning, reports, and presentations.
Matrice 4TD Fields
Recommended fields for automated drone detections.
Current Drone Records
Confirmed drone thermal observations already in this database.
Import Template
Use this structure for AI detections exported from FlightHub, a DJI bridge app, or offline thermal analysis.
{
"platform": "DJI Matrice 4TD",
"flightId": "M4TD-2026-03-01-001",
"site": "Site 4 - Trooperstown North",
"detections": [
{
"timestamp": "2026-03-01T05:42:00Z",
"lat": 52.99965,
"lng": -6.24809,
"count": 3,
"confidence": 0.86,
"thermalImage": "thermal-frame-0042.jpg",
"reviewStatus": "draft"
}
]
}
Matrice 4TD integration instructions
Connect drone evidence to confirmed deer records.
The website should receive reviewed Matrice 4TD detections from DJI FlightHub 2, a DJI bridge app, or an offline AI analysis workflow. The browser app stores and reports the data; drone control and live AI should sit in the DJI layer.
Recommended Setup
Use this route first because it protects data quality and avoids counting the same deer twice.
Create named routes for each survey block, including site, flight ID, date, start time, weather, pilot, and survey objective.
Record thermal frames, RGB stills/video, aircraft GPS, altitude, gimbal angle, timestamp, and camera mode for each candidate sighting.
Use FlightHub 2 third-party algorithms, an onboard/cloud compute service, or offline thermal image analysis to create draft detections.
Confirm deer, remove duplicates, correct counts, and reject livestock, humans, warm rocks, machinery, or repeated detections from overlapping passes.
Bring only reviewed detections into the deer database as observation records with method set to Drone thermal.
Use the adjusted detailed survey count for headline density and management planning, not the sum of every detection row.
Minimum Import Fields
These fields should be required for every confirmed drone detection.
- Flight ID and survey site
- Date and precise timestamp
- Latitude, longitude, altitude, and coordinate source
- AI count, confidence score, and reviewer status
- Thermal frame or video reference
- RGB frame or supporting image where available
- Reviewer notes on double-counting risk
Data Quality Rules
Use these before a detection becomes part of the official project count.
- Do not count unreviewed AI detections as confirmed deer.
- Keep raw detections separate from adjusted survey totals.
- Mark overlapping flight passes and likely duplicate animals.
- Use the most detailed survey as the headline observed count.
- Store evidence links so each record can be audited later.
Connection Options
Choose the integration level according to budget, connectivity, and DJI account setup.
| Option | Best use | How it feeds the website |
|---|---|---|
| Offline import | First working version and field validation. | Upload reviewed CSV/JSON detections after each flight. |
| FlightHub 2 cloud algorithm | Near-live AI alerts and central mission management. | Send reviewed detection events through an API bridge. |
| Custom DJI bridge app | Direct tablet workflow during flights. | Use DJI SDK data to create draft sightings for review. |
| Onboard/payload compute | Low-connectivity or specialist live processing. | Export detections with GPS/time/evidence after landing or sync when online. |