Google Earth Engine Training: Gennadii Donchyts, Corine Ten Velden, Arjen Haag, Jaap Schellekens, Hessel Winsemius
Google Earth Engine Training: Gennadii Donchyts, Corine Ten Velden, Arjen Haag, Jaap Schellekens, Hessel Winsemius
Gennadii Donchyts, Corine ten Velden, Arjen Haag, Jaap Schellekens, Hessel Winsemius
Agenda
15:15 Break
add mosaic
Geospatial filter
join
distance
Algorithmic
Datasets focal_min
reduce
convolve Primitives
> 200 public datasets > 4000 new images every day
> 5 million images > 5 petabytes of data
Earth Engine: Origins
Global Forest Watch
JavaScript & Python API
// Make a median composite from two years of Landsat 7.
// Load the image collection.
var collection = ee.ImageCollection('LANDSAT/LE7_L1T');
// Filter it down to 2011 and 2012.
var filtered = collection.filterDate('2011-01-01', '2012-12-31');
// For each pixel, for each band, calculate the median and make an image
// of the result. The median tends to remove clouds, shadows, data gaps.
var medianImage = filtered.median();
// Add the image to a map.
Map.addLayer(medianImage, {bands:['B3', 'B2', 'B1'], min:35, max:170});
Colorado River
Pacullpa, Peru
Singapore
Flood Extent Mapping
Focus Area
Mekong river and tributaries from Vientiane, Lao PDR, to
the South China Sea. (With adjustments the tool can easily Initial Results
be used elsewhere.)
Water detection
extract boundary
interpolate
Reconstruction of reservoir surface area using optical satellite imagery
Contact: [email protected]
Participatory DEM generation
Contact: [email protected]
Height above the nearest drainage (HAND)
Contact: [email protected]
Height above the nearest drainage (HAND)
Contact: [email protected]
Height above the nearest drainage (HAND)
Contact: [email protected]
Aqua Monitor
http://aqua-monitor.appspot.com
Tehri Dam
Contact: [email protected]
Aqua Monitor