Google earth engine map function | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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

27th Sep 2021, 4:45 AM
TheBigOne
TheBigOne - avatar
1 Antwort
- 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
9th Oct 2021, 1:48 PM
Bhavyank
Bhavyank - avatar