Mapping forest loss with R

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 26

  • @milos-makes-maps
    @milos-makes-maps  8 วันที่ผ่านมา

    Unfortunately, rgeoboundaries was removed from CRAN at the end of November. Please run this chunk to install it from the GitHub repo instead:
    install.packages("remotes")
    remotes::install_github("wmgeolab/rgeoboundaries")

  • @munawarali733
    @munawarali733 หลายเดือนก่อน +1

    Great one!

  • @jonathansadler4911
    @jonathansadler4911 2 หลายเดือนก่อน +2

    Great tutorial. Worth mentioning forest gain capture stopped at 2012. Caught me out a while ago....

    • @milos-makes-maps
      @milos-makes-maps  2 หลายเดือนก่อน +1

      Excellent point, thanks for flagging it!

  • @anilfartiyal4887
    @anilfartiyal4887 3 หลายเดือนก่อน +1

    Amazing, I'm definitely gonna try this. Thanks.

    • @milos-makes-maps
      @milos-makes-maps  3 หลายเดือนก่อน

      Yaay! Let me know how it goes

  • @mahatmaalimibrahim6631
    @mahatmaalimibrahim6631 3 หลายเดือนก่อน +1

    Maan! you the Best. I am working on the same topic. Thank you again for this amazing tutorial.

  • @lbarq
    @lbarq 3 หลายเดือนก่อน +1

    Great tutorial as always.💯

    • @milos-makes-maps
      @milos-makes-maps  3 หลายเดือนก่อน +1

      Thank you, Luis! Please let me know how it goes for you

  • @Walker-nb9de
    @Walker-nb9de 3 หลายเดือนก่อน +1

    Always Amazing. Great

  • @gaiagmail1936
    @gaiagmail1936 หลายเดือนก่อน

    Great job!! And useful!
    About the data source, I am working on municipalities of Catalonia (Spain) and, by empirical observation, I have the impression that forest data coming from Landsat are more accurate than those from Sentinel 2 (you made a tutorial on it one year ago)... May be?

  • @imtiazazmir2526
    @imtiazazmir2526 3 หลายเดือนก่อน +1

    Super Sir!

    • @milos-makes-maps
      @milos-makes-maps  3 หลายเดือนก่อน

      Thank you, much appreciated 🙏🏼

  • @mikecarpenter537
    @mikecarpenter537 3 หลายเดือนก่อน +1

    Best videos.

  • @EnidPuerto
    @EnidPuerto 2 หลายเดือนก่อน

    Thank you so much for the amazing video! I was wondering what modifications I would need to make to the code in order to apply it to all of Spain, rather than just Galicia.

  • @reksakridawasesa4350
    @reksakridawasesa4350 หลายเดือนก่อน +1

    great videos as always Milos, anyway I have a question, what if I had a very big area of scope (e.g.: Indonesia) with multiple tiles, is there a way to save/render/process such a big map? I always encounter the memory allocation problem :(

    • @milos-makes-maps
      @milos-makes-maps  หลายเดือนก่อน

      Thanks! I have a short blob that could help you get started. Check it out here: github.com/milos-agathon/deforestation-maps/blob/main/R/multiple-files

  • @qweciasante5648
    @qweciasante5648 3 หลายเดือนก่อน

    Great work Milos. I am actually interested in this tutorial. i want to ask however that if the roi falls in about two or more tiles in the GLAD data. how will the script look like?

    • @sthierry37
      @sthierry37 หลายเดือนก่อน

      yes there is. You can use the terra::mosaic() function to merge contiguous spatRaster (urls needs to be updated and it is easier to just copy and paste and not use the fancy function) objects. Just merge together the forest covers and forest losses. You then just need to replace the references to the new objects in the forest_loss_region and forest_cover_region.
      I just made a similar map for another country so it works.

  • @juanpablofigueroamansur1917
    @juanpablofigueroamansur1917 8 วันที่ผ่านมา +1

    Hi guys, does anyone here had problems to install rgeoboundaries? It get the "ERROR: lazy loading failed". I tried different ways and couldn't.

    • @milos-makes-maps
      @milos-makes-maps  8 วันที่ผ่านมา

      Unfortunately, rgeoboundaries was removed from CRAN at the end of November. Please run this chunk to install it from the GitHub repo instead:
      install.packages("remotes")
      remotes::install_github("wmgeolab/rgeoboundaries")

  • @TarMitch
    @TarMitch 3 หลายเดือนก่อน

    Thank you for an amazing video.However I have a simple error when replicating the given code.I get resampled to 3688776 cells instead of the plot.If you know how to resolve this please reply.

  • @mirceacomsa
    @mirceacomsa 3 หลายเดือนก่อน

    Thank you for the tutorial. Any idea why I am getting this error?
    > forest_loss_region
    > forest_loss_region

    • @milos-makes-maps
      @milos-makes-maps  3 หลายเดือนก่อน

      Hi Mircea, I followed up on your issue on GitHub. Let's continue our conversation there

    • @sthierry37
      @sthierry37 หลายเดือนก่อน

      try rerunning it after restarting R