Publications by Diego J. Lizcano, Alejandra Bonilla

Hoteles DNA

17.04.2023

Servicios turismo OSM Author Diego J. Lizcano, Published April 16, 2023 Hoteles Descarga de OpenStreetMap con API Code library(osmdata) library(mapview) library(tidyverse) library(sf) Code # C:/CodigoR/Municipios_DN/shp/DNA/DNA.shp" pdet1 <- st_read("C:/CodigoR/Municipios_DN/shp/PDET/PDET.shp", quiet = TRUE) dna <- st_read("...

191 sym R (2664 sym/5 pcs) 1 img

Municipios Destino Naturaleza

15.03.2023

Municipios DNA Author Diego J. Lizcano Published March 15, 2023...

92 sym

Activity overlap

01.02.2023

cargar paquetes library(tidyverse) # manejad datos library(mapview) # mapas facil library(readxl) # leer datos library(lubridate) # fix dates library(sf) #make maps library(camtrapR) # to get activity graph library(raster) # to get some geographical data and use extent library(tmap) library(tmaptools) # to use the read_osm function libr...

164 sym Python (8230 sym/9 pcs) 2 img

Multispecies Occupancy model for birds in silvopastoral

27.09.2022

11.7.2 Dorazio-Royle community model with covariates Modified from Chapter 11 Marc Kéry & J. Andy Royle. Applied hierarchical modeling in ecology. Page 692. Model: model10.txt We can study the aggregate response of all species in a community to such covariates by looking at the mean and variance hyperparameters governing the species-specific...

1270 sym Python (214080 sym/21 pcs) 12 img

Poster congreso Bioacustica

23.10.2022

Distribución geográfica de los monitoreos acústicos de murciélagos en Colombia Aída Otálora-Ardila, Daniela Martínez-Medina, Danny Zurc, Francisco Sánchez, Sara Acosta, Julián Lozano, Fábio Z. Farneda, Camila Díaz-Beltrán, Camila Valdés, Antonio Guillén, Jefferson Sánchez, Laura Obando, Angélica V. Yantén, Karen Bernal, Gabriela ...

2187 sym 4 img

EbA

28.04.2020

# then load metagear library(metagear) library(bib2df) library(bibliometrix) library(pubmedR) library(readr) Scopus search by the keyword “Ecosystem Based Adaptation” We found: ## ## Converting your scopus collection into a bibliographic dataframe ## ## Done! ## ## ## Generating affiliation field tag AU_UN from C1: Done! ## ...

1088 sym R (9456 sym/15 pcs) 10 img

Anova_ARBIMON_Data

26.04.2020

Cargar Paquetes library(readr) # lee tabla library(tidyverse) # maneja datos library(lubridate) # fechas library(hrbrthemes) # temas adicionales library(viridis) library(xtable) library(gt) #great tables library(rstatix) #great tables library(report) # easy reporting result Leer Datos Desde un archivo tipo CSV recordings <- read_csv("D...

378 sym R (5430 sym/15 pcs) 8 img 1 tbl

Mazama rufina in Quindio-Risaralda v2

28.02.2020

Here we provide the code for the article: Elevation as occupancy determinant of the little red brocket deer (Mazama rufina) in the Central Andes of Colombia. Load Packages and Data Packages library(raster) library(sf) library(unmarked) library(tidyverse) library(lubridate) library(readxl) library(mapview) library (tmap) # nice plane map...

719 sym R (22424 sym/32 pcs) 12 img

Occupancy models mammals Caquetá

23.02.2020

library(rgdal) # basic maps and coords library(maptools) # tools to convert # library(unmarked) library (sf) # spatial maps library (mapview) # nice html maps library (spatstat) # distance maps library (raster) # raster library (readxl) # read excel data library (tidyverse) # Data handling library (dplyr) # Data frames handling library...

4402 sym R (37794 sym/62 pcs) 20 img 17 tbl

Occupancy models Caqueta

04.02.2020

library(rgdal) # basic maps and coords library(maptools) # tools to convert # library(unmarked) library (sf) # spatial maps library (mapview) # nice view library (spatstat) # distance maps library (raster) # raster library (readxl) # read excel data library (tidyverse) # Data handling library (dplyr) # Data frames handling library (ggm...

31 sym R (1396 sym/3 pcs)