- Additional datasets
- How to run this workflow
- Download the range data
- Other software involved
- Authors and contributions
- Future work
- How to cite
This is the workflow for the paper entitled 'Updated distribution and conservation perspectives of marmosine opossums from Colombia'. It is an R workflow with some minor additions and modification from QGIS. This work uses MaxEnt models to delimit the distribution of 16 species of Marmosini (Didelphidae) from Colombia, which include the genera Marmosa and Monodelphis. The workflow part from data preparation and gathering and ends in a full reproducible scripts of our main results and supporting information. Please see below and read METHODS section of our manuscript (pending acceptance) for a detailed explanation of methods and requirements.
First online link from the accepted manuscript in Hystrix, the Italian Journal of Mammalogy at here
A link to the old preprint version of the manuscript can be found at: here
Following is the folders that the user should create in the base directory of the project, the content each of them should have and some comments of our election. Only format is required to be mantained but the data could vary according to user necessities.
Folder name | Content | Comments |
---|---|---|
LayersBank/ | Predictors rasters (.grd) layers. | These layers should be aligned in the same origin and extent, and their resolution should match at ~1 km² |
MODIS/Terra/Vegetation_Index/ | MODIS Terra images of MOD13A3 1km Monthly | For this data set we used the year 2000, but people replicating this work could choose any year |
wmap/ | World map shapefile (.shp) from https://www.naturalearthdata.com/ | We used the 10 m level 0 (country level) data set |
HFP/ | Human Index Data set in raster (.grd) format | In this case we used a Colombian HFP index for the year 2015 by Correa Ayram et al. (2020) |
BiomeSHP/ | Ecoregion map in shapefile (.shp) format | We used the dataset by Dinerstein et al. (2017) |
WDPA/ | Word Database on Protected Areas in .shp format | We used the dataset from February 2021, available at https://www.protectedplanet.net/ |
You have two options: go one by one with each of the scripts, or use the 'R/5_make_maps_for_revision.R' to source automatically the previous scripts. Either way, all other scripts should be ran separately since they are not inter-dependent as the previous ones. Specially the 'R/6_make_shapes_final_modif.R' where the object goodmodels
should be chose manually by the author according to its expert criteria of maps and model performance. All model results will be placed in the folder output upong script excecution. Some figures are saved in the folder results upon runing the 'R/reults.R' script. These scripts are design to function at the later stages with Colombia as the spatial target. However, this and other parameters can be easily tweaked to replicate the analyses in other regions.
The range maps that resulted from this work are available for download at: https://zenodo.org/record/4813016#.YMoPxXVKj0o
We used QGIS 3.16 software to manually modify the final models according to geographical barriers proposed (see here preprint text for details). Importantly, this script was ran with MaxEnt v. 3.4.0 through the dismo
package of R. Similarly, we used gdal 3.3.0 from R to make some faster calculations (compared to the package raster
from R, but note that terra
package has overcome these caveats too).
- This repository was designed, organized and commented by Baltazar González (baltazargch@gmail.com)
- Gabriel Martin and Federico Brook (co-authors of the manuscript associated with this workflow) participated in all the methodological and conceptual design
- NatureMap Argentina provided the computer power needed for this study
This workflow will be applied with improvement to all other marsupial species of Colombia. All insights, suggestions and improvements (or bugs found) are welcomed at the first author's email (baltazargch@gmail.com).
Please, when using any part or the whole code give corresponding credits both for us and the packages used. Suggested cite to this recurse:
Gonzalez, B., Brook, F., Martin, G. M. (2022). Updated distribution and conservation perspectives of marmosine opossums from Colombia. Hystrix, the Italian Journal of Mammalogy, 0. https://doi.org/10.4404/hystrix-00489-2021
PLEASE, FELL FREE TO COMMENT, SHARE AND IMPROVE THIS WORK