Adrián Cidre
Adrián Cidre
  • Видео 15
  • Просмотров 4 720
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: ruclips.net/p/PL5ObIiA39W5M8QPybMLxJfi6NZUj_yHRN
☕ If you enjoy what I do and want to support me, consider buying me a coffee: b...
Просмотров: 238

Видео

Which tool is the fastest for analyzing small to medium-large datasets in R?
Просмотров 9821 день назад
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
Просмотров 26928 дней назад
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
Просмотров 223Месяц назад
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: ruclips.net/p/PL5ObIiA39W5M71KTscAYIoY_fubfTRjgG Code: github.com/Cidree/r_tips/tree/main/002_tidygeocoder Check out my courses: ✅ Mastering R: Best practices an...
Frequency of wildfires in an European province using EFFIS data and R
Просмотров 137Месяц назад
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
Просмотров 167Месяц назад
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: ruclips.net/p/PL5ObIiA39W5M71KTscAYIoY_fubfTRjgG Check out my courses: ✅ Mastering R: Best practices and essential tools: adrian-cidre.com/02_courses/05_best_r_practices.html ✅ Introduction to s...
Using vectorial layers with MapLibre and MapTiler in R through mapgl
Просмотров 103Месяц назад
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 тыс.2 месяца назад
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
Просмотров 4442 месяца назад
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
Просмотров 452 месяца назад
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
Просмотров 2142 месяца назад
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
Просмотров 793 месяца назад
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
Просмотров 418 месяцев назад
www.udemy.com/course/introduction-to-spatial-data-analysis-and-gis-in-r/?couponCode=E519DBA154370760A8E6
Curso datos espaciales en R
Просмотров 499 месяцев назад
Curso datos espaciales en R
Choropleth maps using ggplot2 in R
Просмотров 4711 месяцев назад
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

Комментарии

  • @lbarq
    @lbarq День назад

    Thank you. Great tutorial 💯

  • @adeniyiadeyemi6413
    @adeniyiadeyemi6413 2 дня назад

    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

  • @MarkoKomrad
    @MarkoKomrad 14 дней назад

    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.

    • @CidreRForest
      @CidreRForest 14 дней назад

      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.

    • @MarkoKomrad
      @MarkoKomrad 13 дней назад

      @@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!

    • @WalkerData1
      @WalkerData1 5 дней назад

      @@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!

  • @Adeyeye_seyison
    @Adeyeye_seyison 20 дней назад

    Thanks a million for your value adding contents

  • @Adeyeye_seyison
    @Adeyeye_seyison 27 дней назад

    Thanks a million sir for your value adding contents

  • @lbarq
    @lbarq 27 дней назад

    Thank you. Great tutorial 💯

  • @lbarq
    @lbarq Месяц назад

    Thank you for sharing such awesome information. 💯

  • @mignacio79
    @mignacio79 Месяц назад

    Excellent video! Very detailed step by step explanations. Thanks for sharing this tutorial!

  • @lbarq
    @lbarq Месяц назад

    Thanks for this great tutorial.

  •  Месяц назад

    Great tutorial. I've always wanted to try OSM in R. Thanks!

    • @CidreRForest
      @CidreRForest Месяц назад

      Thank so much!! I'm glad you found it useful

  • @lbarq
    @lbarq 2 месяца назад

    Great tutorial. Thanks

  • @lbarq
    @lbarq 2 месяца назад

    Thank you. An awesome tutorial.

    • @CidreRForest
      @CidreRForest 2 месяца назад

      @@lbarq thank you also for watching my videos. I'm very glad you find them useful!

    • @jagmohanuberoi3939
      @jagmohanuberoi3939 2 месяца назад

      😂p​@@CidreRForest

  • @adan8657
    @adan8657 2 месяца назад

    Hola. ¿Crees que Positron está aún verde, o podemos ir pensando en abandonar RStudio?

    • @CidreRForest
      @CidreRForest 2 месяца назад

      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 😁

    • @adan8657
      @adan8657 2 месяца назад

      @@CidreRForest ¡Gracias!. Y buen trabajo