Y5RSXHAZFGNPQ26DRXTCHJV4Y4EZLEGFC2FBRBI5MCMOOYCB7CMAC ILOINOVZO4TPRZCZZKGCGOOXN3SOD2EJXEXHB7KRKKEHLB6G3BSAC 4DKGEM6MTXFJ4LET56PNJR7KPDDTALHWKX7EMXXQHCRE7SBMYHIAC 7CC2YVZXAIUNWXNNVIO5KOZZFDQQLESFO72SGEDP2C4OZXAWO4KQC 3ZSBMHZBDIR3SABGTLQVBGMC2YQCRM4XNVDYGSASBF6FXYJ4J74QC 5LMYPB2QHNVDLYCRWLOMCPY35ZKHHPYVW5XHASE66L6PJZSOCXYQC IFVRAERTCCDICNTYTG3TX2WASB6RXQQEJWWXQMQZJSQDQ3HLE5OQC SQZWTGAV6XDIFU42C5KIBHF5GIGPTXB6552Q7FXQCGHYPGQLFB5QC UW5C5UF3OAQMF3DENTFUFC52DWIT66J4FHEY4YE2BTPIJG54YRZQC NY5P6UPQVIVTLYRKDHSRZPZRM6KTV3VDYGJP6FSEWG6BXOTW6U3AC JHLW3BKOFX3R2YUVEHWL5KZHEGPI3I73FEOD65AZJQNDLHIB2RAAC skraak calls clip --folder . --prefix R620 --output "/home/david/go/src/skraak/.claude/skills/call-classification/Kakariki" --species malpar2 --filter opensoundscape-multi-1.0 --size 224 --color
skraak calls clip --folder . --prefix R620 --output "/home/david/go/src/skraak/.claude/skills/call-classification/Kakariki" --species malpar2 --filter opensoundscape-multi-1.0 --size 224 --color┌──────────────────────────┬─────────┐│ tbl │ cnt ││ varchar │ int64 │├──────────────────────────┼─────────┤│ call_type │ 23 ││ cluster │ 1210 ││ cyclic_recording_pattern │ 3 ││ dataset │ 15 ││ ebird_taxonomy │ 35306 ││ file │ 1639917 ││ file_dataset │ 1639917 ││ file_metadata │ 5423 ││ filter │ 8 ││ label │ 200052 ││ label_metadata │ 7303 ││ label_subtype │ 114547 ││ location │ 787 ││ moth_metadata │ 1279386 ││ segment │ 201055 ││ species │ 356 │├──────────────────────────┴─────────┤│ 16 rows 2 columns │└────────────────────────────────────┘
FOREIGN KEY (dataset_id) REFERENCES dataset(id),FOREIGN KEY (location_id) REFERENCES location(id),FOREIGN KEY (cyclic_recording_pattern_id) REFERENCES cyclic_recording_pattern(id),
-- FOREIGN KEY (dataset_id) REFERENCES dataset(id),-- FOREIGN KEY (location_id) REFERENCES location(id),-- FOREIGN KEY (cyclic_recording_pattern_id) REFERENCES cyclic_recording_pattern(id),
active BOOLEAN DEFAULT TRUE,FOREIGN KEY (location_id) REFERENCES location(id),FOREIGN KEY (cluster_id) REFERENCES cluster(id)
active BOOLEAN DEFAULT TRUE -- ,-- FOREIGN KEY (location_id) REFERENCES location(id),-- FOREIGN KEY (cluster_id) REFERENCES cluster(id)
PRIMARY KEY (file_id, dataset_id) ,FOREIGN KEY (file_id) REFERENCES file(id),FOREIGN KEY (dataset_id) REFERENCES dataset(id)
PRIMARY KEY (file_id, dataset_id) -- ,-- FOREIGN KEY (file_id) REFERENCES file(id),-- FOREIGN KEY (dataset_id) REFERENCES dataset(id)
active BOOLEAN DEFAULT TRUE ,FOREIGN KEY (file_id) REFERENCES file(id),FOREIGN KEY (dataset_id) REFERENCES dataset(id),FOREIGN KEY (file_id, dataset_id) REFERENCES file_dataset(file_id, dataset_id)
active BOOLEAN DEFAULT TRUE -- ,-- FOREIGN KEY (file_id) REFERENCES file(id),-- FOREIGN KEY (dataset_id) REFERENCES dataset(id),-- FOREIGN KEY (file_id, dataset_id) REFERENCES file_dataset(file_id, dataset_id)
active BOOLEAN DEFAULT TRUE,FOREIGN KEY (ebird_code, taxonomy_version) REFERENCES ebird_taxonomy(species_code, taxonomy_version)
active BOOLEAN DEFAULT TRUE -- ,-- FOREIGN KEY (ebird_code, taxonomy_version) REFERENCES ebird_taxonomy(species_code, taxonomy_version)
active BOOLEAN NOT NULL DEFAULT true,FOREIGN KEY (segment_id) REFERENCES segment(id),FOREIGN KEY (species_id) REFERENCES species(id),FOREIGN KEY (filter_id) REFERENCES filter(id)
active BOOLEAN NOT NULL DEFAULT true -- ,-- FOREIGN KEY (segment_id) REFERENCES segment(id),-- FOREIGN KEY (species_id) REFERENCES species(id),-- FOREIGN KEY (filter_id) REFERENCES filter(id)
active BOOLEAN NOT NULL DEFAULT true,FOREIGN KEY (label_id) REFERENCES label(id),FOREIGN KEY (calltype_id) REFERENCES call_type(id),FOREIGN KEY (filter_id) REFERENCES filter(id)
active BOOLEAN NOT NULL DEFAULT true -- ,-- FOREIGN KEY (label_id) REFERENCES label(id),-- FOREIGN KEY (calltype_id) REFERENCES call_type(id),-- FOREIGN KEY (filter_id) REFERENCES filter(id)
CREATE INDEX idx_label_segment_id ON label(segment_id);CREATE INDEX idx_label_species_id ON label(species_id);
-- CREATE INDEX idx_label_segment_id ON label(segment_id);-- CREATE INDEX idx_label_species_id ON label(species_id);
CREATE INDEX idx_label_subtype_label_id ON label_subtype(label_id);CREATE INDEX idx_label_subtype_calltype_id ON label_subtype(calltype_id);CREATE INDEX idx_label_subtype_filter_id ON label_subtype(filter_id);
-- CREATE INDEX idx_label_subtype_label_id ON label_subtype(label_id);-- CREATE INDEX idx_label_subtype_calltype_id ON label_subtype(calltype_id);-- CREATE INDEX idx_label_subtype_filter_id ON label_subtype(filter_id);