gettaxoncs

Get taxonomic and conservation status of Indonesian wildlife

https://github.com/ryanavri/gettaxoncs

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Get taxonomic and conservation status of Indonesian wildlife

Basic Info
  • Host: GitHub
  • Owner: ryanavri
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 182 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 4 years ago · Last pushed 11 months ago
Metadata Files
Readme Citation

README.md

GetTaxonCS

Overview

GetTaxonCS is a code designed to retrieve taxonomic and conservation status information based on three sources:

  1. IUCN Red List

  2. CITES

  3. The Regulation of the Minister of Forestry of Indonesia No P.106/MENLHK/SETJEN/KUM.1/12/2018

The code generates a data frame containing detailed information on taxonomy and conservation status, including columns such as Class, Order, Family, Species, Common Names, IUCN Conservation Status, CITES Appendix information, and protection status under Indonesian forestry regulations.

For more information about protected species in Indonesia, please refer to the Buku Panduan Identifikasi Satwa Liar Dilindungi

The code requires the use of two main functions:

  1. assessments_by_name() from the iucnredlist package and

  2. spp_taxonconcept() from the rcites package.

Please note that both functions require API keys.

How to Use the API

Note: The API keys provided in the example code are placeholders and will not work. You must register for your own API keys and replace the sample keys with your own.

Limitation

While the code is effective for acquiring taxonomic and conservation status information, it functions only at the species level.

Also, if the results contain NA values, it does not necessarily mean that the species is not listed in the IUCN or CITES databases.\ This could happen if the input species name differs from the latest accepted scientific name, as many bird and plant species have multiple synonyms, and taxonomic revisions occur frequently. Therefore, it is essential to cross-check scientific names against updated databases to ensure accurate results.

Owner

  • Name: Ryan Avriandy
  • Login: ryanavri
  • Kind: user
  • Location: Bogor, Indonesia
  • Company: Fauna & Flora International

Citation (CITATION.cff)

cff-version: 1.2.0
title: GetTaxonCS
message: >-
  If you use this code, please cite it using the metadata
  from this file.
type: software-code
authors:
  - given-names: Ryan
    family-names: Avriandy
    email: ryan.avriandy@fauna-flora.org
    affiliation: Fauna & Flora International
  - given-names: Jarian
    family-names: Permana
  - given-names: Yogi
    family-names: Satrio
  - given-names: Dwiyanto
  - given-names: Zana Pandya
    family-names: Pratisara
repository-code: 'https://github.com/ryanavri/GetTaxonCS'

GitHub Events

Total
  • Push event: 7
Last Year
  • Push event: 7