so we mainly use R in arcgis by fetching the esri data catalog instead somewhat more embedded usage, e.g. the arcgis online notebooks. do u have some insights about their online jupyter-like workflow? is that really so innovating or just much more pretty than practical. thank you for so detailed and delicate tutorials about r-arcgis bridge BTW
Thank you for reaching out and for your kind words! I'm glad to hear you're interested in the R-ArcGIS bridge. To answer your question, I haven't personally used ArcGIS online notebooks, so I can't offer insights from my own experience. However, I believe any tool that helps streamline our workflow and makes data more accessible is worth exploring. I encourage you to give it a try and see how it works for you. And if you have any more questions about the r-arcgis bridge, feel free to ask. Happy mapping!
Great valuable video on a cool topic! I am working to alter the acquisition dates to specify a certain range and can't seem to get the code to run. Have any tips?
hello milos I follow you from Cameroon and I love what you do, as a GIS enthusiast and young GIS/carography oriented programming with R. Where can I learn to become as cultured as you? do you have any books, sites or anything that can help me learn? THANKS
There's likely a missed step in the way you've done the "clamp" function or you've modified it somewhere along the way. This error is telling you the function expects a numeric variable but youre passing something is not numeric (probably a character, logical, or factor vector).
Dude, you make great maps. Awesome stuff.
Thanks man, glad you like it!
You are doing a fantastic job! Thanks, and keep it up
Thank you for your encouraging words!
I constantly enjoy your lessons!
Thank you so much 🙏🏼
Great tutorial. Thank you for sharing it.
Thank you for watching ☺️
so we mainly use R in arcgis by fetching the esri data catalog instead somewhat more embedded usage, e.g. the arcgis online notebooks. do u have some insights about their online jupyter-like workflow? is that really so innovating or just much more pretty than practical.
thank you for so detailed and delicate tutorials about r-arcgis bridge BTW
Thank you for reaching out and for your kind words! I'm glad to hear you're interested in the R-ArcGIS bridge. To answer your question, I haven't personally used ArcGIS online notebooks, so I can't offer insights from my own experience. However, I believe any tool that helps streamline our workflow and makes data more accessible is worth exploring. I encourage you to give it a try and see how it works for you. And if you have any more questions about the r-arcgis bridge, feel free to ask. Happy mapping!
Great valuable video on a cool topic! I am working to alter the acquisition dates to specify a certain range and can't seem to get the code to run. Have any tips?
Could you tell me where the code breaks and what is the error message you receive?
hello milos I follow you from Cameroon and I love what you do, as a GIS enthusiast and young GIS/carography oriented programming with R. Where can I learn to become as cultured as you? do you have any books, sites or anything that can help me learn?
THANKS
When I run this code it tells me the following > breaks
There's likely a missed step in the way you've done the "clamp" function or you've modified it somewhere along the way. This error is telling you the function expects a numeric variable but youre passing something is not numeric (probably a character, logical, or factor vector).
use: values(ndvi_clamped) as the first parameter of classIntervals() method.
@@josiahparry Muchas Gracias.
@@GuillermoEPonceCampos Muchas Gracias
You must change ndvi_clamped to values(ndvi_clamped)