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")
@munawarali7333 ай бұрын
Great one!
@jonathansadler49113 ай бұрын
Great tutorial. Worth mentioning forest gain capture stopped at 2012. Caught me out a while ago....
@milos-makes-maps3 ай бұрын
Excellent point, thanks for flagging it!
@lbarq4 ай бұрын
Great tutorial as always.💯
@milos-makes-maps4 ай бұрын
Thank you, Luis! Please let me know how it goes for you
@imtiazazmir25264 ай бұрын
Super Sir!
@milos-makes-maps4 ай бұрын
Thank you, much appreciated 🙏🏼
@Walker-nb9de4 ай бұрын
Always Amazing. Great
@gaiagmail19363 ай бұрын
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?
@mahatmaalimibrahim66314 ай бұрын
Maan! you the Best. I am working on the same topic. Thank you again for this amazing tutorial.
@anilfartiyal48874 ай бұрын
Amazing, I'm definitely gonna try this. Thanks.
@milos-makes-maps4 ай бұрын
Yaay! Let me know how it goes
@mikecarpenter5374 ай бұрын
Best videos.
@milos-makes-maps4 ай бұрын
Thank you so much, Mike!
@EnidPuerto4 ай бұрын
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.
@fredericfery8166Ай бұрын
nice tutorial again @milos Beginner questions: - How do you inspect your code (instead of running the whole code) - I see you do it but cant seem to do it at my end - How to have the preview of your color palette popping up in VS? (showing the pal
@juanpablofigueroamansur1917Ай бұрын
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Ай бұрын
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")
@mateohernandezolarte1415Ай бұрын
Hello! The same thing happens to me 🥲
@milos-makes-mapsАй бұрын
Hey guys, unfortunately it was removed from CRAN but you can still install it from GitHub. Please see my pinned post
@reksakridawasesa43503 ай бұрын
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-maps2 ай бұрын
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
@qweciasante56484 ай бұрын
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?
@sthierry373 ай бұрын
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.
@TarMitch4 ай бұрын
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.
@mirceacomsa4 ай бұрын
Thank you for the tutorial. Any idea why I am getting this error? > forest_loss_region > forest_loss_region
@milos-makes-maps4 ай бұрын
Hi Mircea, I followed up on your issue on GitHub. Let's continue our conversation there