Data source: USGS Alaska Science Center, Polar Bear Research Program
This data as json, CSV (advanced)
| Link | rowid ▼ | BearID | PTT_ID | Model | Repetition Rate (sec) | Transmit hours (GMT) | Transmit days | Capture Latitude | Capture Longitude | Apply DateTime (GMT, 24-hour clock) | Sex | Age Class | Ear applied | Recapture DateTime (GMT, 24-hour clock) | Harvest Date | Sign of Injury at Recapture | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 11607 | 96875 | SPOT-227B | 60 | 20 - 23 | daily | 70.87402954 | -152.5647827 | 18Aug2009 04:05 | M | A | Right | |||
| 25 | 25 | 21227 | 96875 | SPOT-227C | 90 | 18 - 21 | daily | 71.46449432 | -156.1370575 | 25Mar2011 02:59 | M | A | Right | 
JSON shape: default, array, newline-delimited
CREATE TABLE "USGS_WC_eartag_deployments_2009-2011" (
"BearID" INTEGER,
  "PTT_ID" INTEGER,
  "Model" TEXT,
  "Repetition Rate (sec)" INTEGER,
  "Transmit hours (GMT)" TEXT,
  "Transmit days" TEXT,
  "Capture Latitude" REAL,
  "Capture Longitude" REAL,
  "Apply DateTime (GMT, 24-hour clock)" TEXT,
  "Sex" TEXT,
  "Age Class" TEXT,
  "Ear applied" TEXT,
  "Recapture DateTime (GMT, 24-hour clock)" TEXT,
  "Harvest Date" TEXT,
  "Sign of Injury at Recapture" TEXT
);
CREATE INDEX "ix_USGS_WC_eartag_deployments_2009-2011_BearID"ON "USGS_WC_eartag_deployments_2009-2011" ("BearID");