Facebook
From Soft Owl, 2 Years ago, written in Plain Text.
This paste is a reply to Google Earth Engine Demo from JorgeSantos - view diff
Embed
Download Paste or View Raw
Hits: 305
  1. import ee
  2. from ee_plugin import Map
  3. image = ee.Image('USGS/SRTMGL1_003')
  4.    
  5. Map.addLayer(image, {'palette': ['blue', 'red'], 'min': 0, 'max': 5000}, 'dem', True)