- 15
- 5 506
Adrián Cidre
Приєднався 30 вер 2023
Hey, I'm Cidre! I am a forest engineer with passion for studying forests at a wide scale. I use tools like R, Shiny, and Google Earth Engine to do so, and I use Quarto to share my results. My core specialities are:
- Remote sensing
- Data (spatial and non-spatial) analysis and modelling
- Visualization
- Forest ecology
- Wildfires
- Remote sensing
- Data (spatial and non-spatial) analysis and modelling
- Visualization
- Forest ecology
- Wildfires
Mapping wildfires data in R with mapsf
In this video I show you how to use the mapsf R package from scratch, and how to create an awesome map showing the number of wildfires and the burned area in an Spanish province.
🟢 Code: github.com/Cidree/blog_scripts/tree/main/011_mapsf_intro
Check out my courses (English and Spanish):
✅ Mastering R: Best practices and essential tools: adrian-cidre.com/02_courses/05_best_r_practices.html
✅ Introduction to spatial data analysis and GIS in R: adrian-cidre.com/02_courses/03_spatial_data_en.html
✅ Other courses in Spanish: adrian-cidre.com/courses.html
🎥 Maps in R series: ua-cam.com/play/PL5ObIiA39W5M8QPybMLxJfi6NZUj_yHRN.html
☕ If you enjoy what I do and want to support me, consider buying me a coffee: buymeacoffee.com/adriancidre
🟢 Code: github.com/Cidree/blog_scripts/tree/main/011_mapsf_intro
Check out my courses (English and Spanish):
✅ Mastering R: Best practices and essential tools: adrian-cidre.com/02_courses/05_best_r_practices.html
✅ Introduction to spatial data analysis and GIS in R: adrian-cidre.com/02_courses/03_spatial_data_en.html
✅ Other courses in Spanish: adrian-cidre.com/courses.html
🎥 Maps in R series: ua-cam.com/play/PL5ObIiA39W5M8QPybMLxJfi6NZUj_yHRN.html
☕ If you enjoy what I do and want to support me, consider buying me a coffee: buymeacoffee.com/adriancidre
Переглядів: 565
Відео
Which tool is the fastest for analyzing small to medium-large datasets in R?
Переглядів 1292 місяці тому
In this video I analyze how different R packages such as duckdb, polars, arrow or dplyr perform to commit some specific tasks. Post: adrian-cidre.com/posts/012_benchmarking Check out my courses: ✅ Mastering R: Best practices and essential tools: adrian-cidre.com/02_courses/05_best_r_practices.html ✅ Introduction to spatial data analysis and GIS in R: adrian-cidre.com/02_courses/03_spatial_data_...
Spatial Sampling in R. Random, regular and stratified sampling
Переглядів 3172 місяці тому
Welcome to R Tip 003. In this video you will learn to: - Random sampling - Regular sampling - Stratified random sampling - Stratified regular sampling - Stratified sampling by area Check out my courses: ✅ Mastering R: Best practices and essential tools: adrian-cidre.com/02_courses/05_best_r_practices.html ✅ Introduction to spatial data analysis and GIS in R: adrian-cidre.com/02_courses/03_spati...
R002 - Geocoding in R with tidygeocoder
Переглядів 2533 місяці тому
Welcome to R Tip 002. In this video you will learn to: - Do forward geocoding of one address - Do forward geocoding of several addresses - Do backward geocoding of one address - Do backward geocoding of several addresses R Tips series: ua-cam.com/play/PL5ObIiA39W5M71KTscAYIoY_fubfTRjgG.html Code: github.com/Cidree/r_tips/tree/main/002_tidygeocoder Check out my courses: ✅ Mastering R: Best pract...
Frequency of wildfires in an European province using EFFIS data and R
Переглядів 1573 місяці тому
In this video, we will create an awesome map of the frequency of wildfires in an European province in the last century using data from EFFIS in R. The script can be easily adapted to any other province of any European country. Highlights of this tutorial: - Download and unzip data in R - Advanced spatial data processing - Add an inset map in ggplot2 using patchwork Check out my blog post and co...
R001 - Download Open Street Map directly into R
Переглядів 1813 місяці тому
Welcome to R Tip 001. In this video you will learn: - To download data from Open Street Maps directly into R using the osmdata R package - To download OSM data from any place in the world R Tips series: ua-cam.com/play/PL5ObIiA39W5M71KTscAYIoY_fubfTRjgG.html Check out my courses: ✅ Mastering R: Best practices and essential tools: adrian-cidre.com/02_courses/05_best_r_practices.html ✅ Introducti...
Using vectorial layers with MapLibre and MapTiler in R through mapgl
Переглядів 1173 місяці тому
This tutorial will show you how to create an interactive map that shows cycling routes and landmarks in Picos de Europa National Park (Spain). You will learn: 🗂️ How to unrar files in R 🌐 Download data from Open Street Maps directly into R 🗺️ Use MapLibre and MapTiler in R 🔍 Add vectorial layers to MapLibre and MapTiler (points, lines, and polygons), and customize them adding hover and tooltip ...
Interactive wolves density heatmap in R using mapbox and mapgl
Переглядів 2,7 тис.3 місяці тому
In this tutorial, I will teach you how to create a heatmap of the gray wolf in the Iberian Peninsula in R, using the new mapgl package which access the mapbox API. ✅ Check the post: adrian-cidre.com/posts/009_wolves_iberia_mapgl ✅ Code: github.com/Cidree/blog_scripts/tree/main/008_wolf_density_mapgl ✅ Explore my courses to learn more: adrian-cidre.com/courses.html ☕ If you enjoy what I do and w...
Map of wolves density in Iberian Peninsula using R in Positron
Переглядів 4883 місяці тому
In this tutorial, I will teach you how to create a density map of the gray wolf in the Iberian Peninsula using R. ✅ Check the post of the video: adrian-cidre.com/posts/008_wolves_iberia ✅ Code of the video: github.com/Cidree/blog_scripts/tree/main/007_wolf_density ✅ Explore my courses to learn more: adrian-cidre.com/courses.html ☕ If you enjoy what I do and want to support me, consider buying m...
Mastering R: Best Practices and Essential Tools - Introduction to the course
Переглядів 584 місяці тому
Url to the course with applied discount: www.udemy.com/course/mastering-r-best-practices-and-essential-tools/?couponCode=0ACF444FE5663BFE2A29 Rest of my courses: adrian-cidre.com/courses.html
Downloading Sentinel-2 images, and calculating vegetation indices using R in Positron
Переглядів 2454 місяці тому
In this tutorial, I will teach you how to download satellite images from Sentinel-2 directly into R using the {rsi} package. Additionally, we will calculate the NDVI and NDMI indices, and generate a couple of maps. ✅ Check the post of the video: adrian-cidre.com/posts/007_rsi_spectral_indices ✅ Code of the video: github.com/Cidree/blog_scripts/tree/main/06_ndvi_rsi ✅ Explore my courses to learn...
Pinus sylvestris Distribution in Europe: Climate Scenarios Mapped with R
Переглядів 984 місяці тому
In this tutorial, I will teach you how to create a map of the current potential distribution of the Scots Pine (Pinus sylvestris) in Europe, and how it might change under two different climatic scenarios. ✅ Check the post of the video: adrian-cidre.com/posts/06_pinus_sylvestris_future_distribution/ ✅ Code of the video: github.com/Cidree/blog_scripts/tree/main/06_pinus_sylvestris_future_distribu...
Introduction to Spatial Data Analysis with R course
Переглядів 459 місяців тому
www.udemy.com/course/introduction-to-spatial-data-analysis-and-gis-in-r/?couponCode=E519DBA154370760A8E6
Choropleth maps using ggplot2 in R
Переглядів 57Рік тому
In this video I will show you how to generate two choropleth maps for Spanish population using ggplot2 in R. Here I leave you some links: * Code of the video: github.com/Cidree/blog_scripts/tree/main/01_choropleth_ggplot2 * Code in my blog: adrian-cidre.com/posts/001-Thematic_map/ * My courses (only in Spanish for now): adrian-cidre.com/courses.html
Thank you. Great tutorial 💯
Thank you so much 😁
Great work ....can't wait to see you R code on space time cube and Emerging hotspot analysis, optimised hot spot, SDE and alot of other spatial statistics
Hey Adrian, I'm currently working on a project for school, and need to use the mapgl package. Could you tell me how I can get an access token? I wanted to register on their site, but they require my credit card, which I don't want to give because of online scams. I only need a free version so that I can load a map and some data onto it.
Hello! The procedure is after minute 4:00 in this video. As far as I know, the credit card essential to create an account in mapbox. Once you do it, you have 50,000 map loads for free per month, so you won't be charged unless you exceed this limit.
@@CidreRForest Ah, saw only the first few seconds of you talking about the token and tried to register. Thank you for the help and a quick reply!
@@MarkoKomrad Also for reference - most workflows in mapgl can also be performed with MapLibre using `maplibre()` instead of `mapboxgl()`, which can be run with no credit card required!
Thanks a million for your value adding contents
Thanks a million sir for your value adding contents
Thank you. Great tutorial 💯
Thank you for sharing such awesome information. 💯
Excellent video! Very detailed step by step explanations. Thanks for sharing this tutorial!
Thanks for this great tutorial.
Great tutorial. I've always wanted to try OSM in R. Thanks!
Thank so much!! I'm glad you found it useful
Great tutorial. Thanks
Thank you. An awesome tutorial.
@@lbarq thank you also for watching my videos. I'm very glad you find them useful!
😂p@@CidreRForest
Hola. ¿Crees que Positron está aún verde, o podemos ir pensando en abandonar RStudio?
Hola! Positron todavía está verde en algunos aspectos. Para mi ahora mismo la mayor limitación es que el Viewer no funciona del todo bien, y paquetes como mapview, leaflet, gt, etc., muchas veces no aparecen. Lo que me gusta es la organización de la interfaz, su aspecto más moderno y que es muy fácil utilizar R y Python a la vez. Para mi gusto está muy bien actualmente, aunque le falten muchas mejoras, corrección de bugs, etc. Yo creo que cambiar totalmente a Positron por el momento no, pero trabajar en ambos creo que es la mejor idea ahora mismo 😁
@@CidreRForest ¡Gracias!. Y buen trabajo