Science Score: 23.0%

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

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

Repository

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
License

https://github.com/alrobles/mddmaps/blob/main/



# mddmaps




The goal of mddmaps is to provide an interface to download and
manipulate spatial range maps for mammals according with Mammal
Diversity Database taxonomy. Currently the map version is related to MDD
v1.9. See below for further details

Figure 1. Package outline
## Installation You can install the development version of mdd from [GitHub](https://github.com/) with: ``` r # install.packages("devtools") devtools::install_github("alrobles/mddmaps") ``` ## Summary Expert geographic range maps aligned to the taxonomy of the Mammal Diversity Database (MDD) version 1.2 to 1.5, which was [published](https://zenodo.org/record/4139818) on 24 Sept 2020. That taxonomy includes 6,485 total species, of which 103 are considered recently extinct, 20 are considered domestic extant, and 6,362 are considered wild extant. For this mapping project, only 6,362 species from MDD v1.2 have maps. The original source of this R package can be found [here](https://zenodo.org/record/6644198). A cold storage of the files can be found [here](https://zenodo.org/records/10974868) Original files need 10 gigabytes of storage in a compressed format. For the distribution of this R package, we decreased the resolution by simplifying the lines of the polygons by removing vertices with a tolerance of 1000 meters. We store the files as r binaries for more efficient manipulation using the terra R package. Finally we add a tutorial the possibility of filtering these polygons by species and order. We also added a tutorial to create geographic filter that returns the maps by country or continent. It is possible to crop the maps with the country or leave the complete ranges that intersect with that country. In order to distribute this package, the maps are stored on a remote cloud server. Once the user performs a query, a local copy of the maps are stored on the users computer. The functions first look to see if the maps are already stored on the users computer, if not, it downloads them for future reference. Because this service is managed with our own resources, we make this feature notable to prevent the user from hitting our database every time a user makes a query and in this way also offer a faster experience when generating multiple queries. map sets. ## Basic usage This is a basic example which shows how to look an specific map: ``` r library(mddmaps) library(terra) # for plot #> Warning: package 'terra' was built under R version 4.2.3 #> terra 1.7.39 mammal <- get_mdd_map("Notoryctes caurinus") plot(mammal) ```

Owner

  • Name: Angel Luis Robles Fernández
  • Login: alrobles
  • Kind: user
  • Location: Xalapa Mexico
  • Company: Vida Analytics

PhD student at Arizona State University

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Packages

  • Total packages: 1
  • Total downloads:
    • cran 562 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: mddmaps

Download World Mammal Maps

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 562 Last month
Rankings
Dependent packages count: 27.8%
Dependent repos count: 35.7%
Average: 49.5%
Downloads: 85.2%
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • httr * imports
  • progress * imports
  • readr * imports
  • stringr * imports
  • terra * imports
  • utils * imports