0
Google earth engine map function
Is there a way to send multiple arguments to a map function in Google earth engine in python? Something like: MyFeatureCollection.map(myFunc, arg1) Having: def myFunc(feature, arg1): # do stuff return something
1 Answer
- 1
Well you gotta pip install folium
and after that use that module for mapping
you can find results in google by searching how to use folium