speciesnet-taxonomy-mapping

Construct a mapping CSV from camera-trap labels to SpeciesNet taxonomy.

39|2|Updated Feb 14, 2023
One-click install
npx skills add https://github.com/agentmorris/agentmorrispublic --skill speciesnet-taxonomy-mapping
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speciesnet-taxonomy-mapping
Source: https://github.com/agentmorris/agentmorrispublic/tree/main/skills/speciesnet-taxonomy-mapping
Command: npx skills add https://github.com/agentmorris/agentmorrispublic --skill speciesnet-taxonomy-mapping

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps create a SpeciesNet taxonomy mapping CSV, allowing users to map their custom camera-trap category labels to the SpeciesNet taxonomy, for use with MegaDetector's restrict_to_taxa_list().

Core Features & Use Cases

  • Taxonomy Mapping: Converts a user's list of camera-trap labels into a mapping CSV that aligns with the SpeciesNet taxonomy.
  • Input Processing: Accepts a user's label list, providing options for file types and structure.
  • Output Generation: Generates a CSV file that maps each label to the corresponding SpeciesNet taxon, facilitating prediction filtering.

Quick Start

Use the speciesnet-taxonomy-mapping skill with your custom label list, specifying the output path and study area or region as needed.

Frequently Asked Questions about speciesnet-taxonomy-mapping

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map custom camera-trap labels to the SpeciesNet taxonomy?▼

Map custom camera-trap labels to the SpeciesNet taxonomy by processing a user-provided label list and generating a CSV file that aligns each label with the corresponding SpeciesNet taxonomic hierarchy for precise model predictions.

What is a SpeciesNet taxonomy mapping CSV used for?▼

A SpeciesNet taxonomy mapping CSV is used to filter and adjust MegaDetector model predictions by restricting classification to specific taxa, enabling precise model predictions when working with custom camera-trap category labels.

How do I use restrict_to_taxa_list with my camera-trap label list?▼

Use restrict_to_taxa_list by providing a custom camera-trap label list to generate a mapping CSV, which is then passed to MegaDetector to constrain classification results to the specified SpeciesNet taxonomic hierarchy.

Can I process my own custom camera-trap label list for SpeciesNet predictions?▼

Process your own custom camera-trap label list by supplying it to the Skill, which accepts various file types and structures to output a CSV mapping each label to the correct SpeciesNet taxon.

Does MegaDetector taxonomy mapping support custom study area or region specifications?▼

MegaDetector taxonomy mapping supports custom study area or region specifications during the CSV generation process, allowing the mapping to align with the geographical context of your camera-trap data.

What are the limitations of mapping custom labels to the SpeciesNet taxonomy?▼

Limitations of mapping custom labels to the SpeciesNet taxonomy include the dependency on the existing SpeciesNet taxonomic hierarchy, meaning labels without a direct corresponding taxon may not map correctly for MegaDetector prediction filtering.