Lab 1a - Intro To Remote Sensing and EE
Lab 1a - Intro To Remote Sensing and EE
Purpose: The purpose of this lab is to enable you to search, find and visualize remotely sensed
imagery in Google Earth Engine. At completion, you should be able to understand the
difference between radiance and reflectance, load imagery with the units of interest (radiance or
reflectance, for example), make true color and false color composites and identify land cover
types based on spectral characteristics.
Prerequisites: If you are new to JavaScript or programming, go through this guide. Review the
Earth Engine Code Editor doc and the Get Started guide.
a. Search for 'San Francisco' in the playground search bar and click the result to pan and
zoom the map to San Francisco.
b. Use the geometry tools to make a point in San Francisco (Exit the drawing tool when
you're finished). Name the resultant import 'point' by clicking on the import name
('geometry' by default).
c. Search for 'landsat 8 raw' and import the 'USGS Landsat 8 Collection 1 Tier 1 Raw
Scenes' ImageCollection. Name the import 'landsat'.
d. Filter the ImageCollection by date and location, sort by a metadata property called
'CLOUD_COVER' and get the first image out of this sorted collection: