Hi, may I ask where could I contact you guys to discuss a GEE script? Because I have been doing a research but I am having difficulties to find a ALOS Avnir-2 script for supervised classification. Thanks😊
Map.addLayer(model......) gives error EEException: Element.geometry: Parameter 'feature' is required. Map.addLayer(image......) gives error EEException: Image.visualize: Parameter 'image' is required. Does anyone know what i'm missing? I copied the code line by line and have already tried adding the "folium.Map.addLayer = addLayer" as suggested in the comments. Thanks
Hi the previous code was missing this part. "# Add EE drawing method to folium. folium.Map.addLayer = addLayer". I have now updated the code. Please use the updated code and run it agin. It should work now. Thanks.
Thanks for these kinds of videos. I just followed your tutorial on RF classification in Colab, the with GEE Python API, but I get the error 'No valid training data were found'. I brought in a shapefile, and made it an ee feature (geemap.shp_to_ee(training_points)). Could you perhaps point me in the right direction?
The previous code was missing this part. "folium.Map.addLayer = addLayer". I have now updated the code. Please use the updated code and run it again. It should work now. Thanks.
Visit our website to learn more: spatialelearning.com Hope this video was useful to you. What video topic would you like to see next?
Thank you Dr. Alemayehu, your contribution on cloud based spatial data analysis is huge . God bless you and your family. I did for my AOI
EEException: Element.geometry: Parameter 'feature' is required.
Great tutorial. Could you please share code?
Hi, may I ask where could I contact you guys to discuss a GEE script? Because I have been doing a research but I am having difficulties to find a ALOS Avnir-2 script for supervised classification. Thanks😊
Map.addLayer(model......) gives error EEException: Element.geometry: Parameter 'feature' is required.
Map.addLayer(image......) gives error EEException: Image.visualize: Parameter 'image' is required.
Does anyone know what i'm missing? I copied the code line by line and have already tried adding the "folium.Map.addLayer = addLayer" as suggested in the comments. Thanks
Hi the previous code was missing this part. "# Add EE drawing method to folium.
folium.Map.addLayer = addLayer". I have now updated the code. Please use the updated code and run it agin. It should work now. Thanks.
@@spatialelearning Please share the link to the code
Thanks for these kinds of videos. I just followed your tutorial on RF classification in Colab, the with GEE Python API, but I get the error 'No valid training data were found'. I brought in a shapefile, and made it an ee feature (geemap.shp_to_ee(training_points)). Could you perhaps point me in the right direction?
This tutorial is using automatic traning axtraction from existing land use data. We have another tutorial using your own training data.
Thankss..., great tutorial
I am unable to initialize. I get the bad request error. I am new to this and unable to understand why this happens even when token is provided.
'API function' object has no attribute 'name'
I'm getting the error as: Map has no attribute named addLayer
Have you found a solution to this issue? I am having the same problem and have had no luck
Simply add
folium.Map.addLayer = addLayer
before : dict =
for Add addLayer method / function to folium. Good luck
@@bayandri Thank you
The previous code was missing this part. "folium.Map.addLayer = addLayer". I have now updated the code. Please use the updated code and run it again. It should work now. Thanks.
@@bayandri correct.