Facebook
From Unreliable Anoa, 4 Years ago, written in Plain Text.
This paste is a reply to Google Earth Engine Demo from JorgeSantos - go back
Embed
Viewing differences between Google Earth Engine Demo and Re: Google Earth Engine Demo
>>> import ee
>>> print(ee.String('Hello World from ee_plugin import Map
image = ee.Image('USGS/SRTMGL1_003')
    
Map.addLayer(image, {'palette': ['blue', 'red'], 'min': 0, 'max': 5000}, 'dem', True)
EE!').getInfo())
Hello World from EE!