Carla Braitenberg Dip. Matematica e Geoscienze Universita’ di Trieste

Slides:



Advertisements
Similar presentations
Predicting and mapping biomass using remote sensing and GIS techniques; a case of sugarcane in Mumias Kenya Odhiambo J.O, Wayumba G, Inima A, Omuto C.T,
Advertisements

WFM 6202: Remote Sensing and GIS in Water Management © Dr. Akm Saiful IslamDr. Akm Saiful Islam WFM 6202: Remote Sensing and GIS in Water Management Akm.
Some Basic Concepts of Remote Sensing
Resolution.
1Ellen L. Walker ImageJ Java image processing tool from NIH Reads / writes a large variety of images Many image processing operations.
Remote sensing in meteorology
Introduction, Satellite Imaging. Platforms Used to Acquire Remote Sensing Data Aircraft Low, medium & high altitude Higher level of spatial detail Satellite.
January 20, 2006 Geog 258: Maps and GIS
Principals of Remote Sensing
More Remote Sensing Today- - announcements - Review of few concepts - Measurements from imagery - Satellites and Scanners.
Aerial photography and satellite imagery as data input GEOG 4103, Feb 20th Adina Racoviteanu.
Introduction to Digital Data and Imagery
Carolyn J. Merry NCRST-Flows The Ohio State University.
Remote Sensing 2012 SUMMER INSTITUTE. Presented by: Mark A. Van Hecke National Science Olympiad Earth-Space Science Event Chair Roy Highberg North Carolina.
In-orbit calibration (TOTAL channel) V space -V IBB Raw Earth V (counts) Raw IBB V (counts) =
Geography 1010 Remote Sensing. Outline Last Lecture –Electromagnetic energy. –Spectral Signatures. Today’s Lecture –Spectral Signatures. –Satellite Remote.
Prospects for Improved Global Mapping of Development Using VIIRS Data Chris Elvidge Earth Observation Group NOAA-NESDIS National Geophysical Data Center.
Introduction to Remote Sensing. Outline What is remote sensing? The electromagnetic spectrum (EMS) The four resolutions Image Classification Incorporation.
Aerial Photographs and Remote Sensing Aerial Photographs For years geographers have used aerial photographs to study the Earth’s surface. In many ways.
Digital Numbers The Remote Sensing world calls cell values are also called a digital number or DN. In most of the imagery we work with the DN represents.
Remotely Sensed Data EMP 580 Fall 2015 Dr. Jim Graham Materials from Sara Hanna.
The role of remote sensing in Climate Change Mitigation and Adaptation.
Resolution A sensor's various resolutions are very important characteristics. These resolution categories include: spatial spectral temporal radiometric.
Resolution Resolution. Landsat ETM+ image Learning Objectives Be able to name and define the four types of data resolution. Be able to calculate the.
Pictures are worth a thousand words…. Introduction to Remote Sensing Spatial, spectral, temporal resolutions Image display alternatives Vegetation Indices.
Chapter 5 Remote Sensing Crop Science 6 Fall 2004 October 22, 2004.
West Hills College Farm of the Future. West Hills College Farm of the Future Precision Agriculture – Lesson 4 Remote Sensing A group of techniques for.
Juan de Dios Barrios, M.S. Research Associate Nick J. Rahall Appalachian Transportation Institute and James O. Brumfield, Ph. D. College of Science Marshall.
10/23/2015 GEM Lecture 4 Content Electromagnetic wave.
Remote Sensing Introduction to light and color. What is remote sensing? Introduction to satellite imagery. 5 resolutions of satellite imagery. Satellite.
What is an image? What is an image and which image bands are “best” for visual interpretation?
 Introduction to Remote Sensing Example Applications and Principles  Exploring Images with MultiSpec User Interface and Band Combinations  Questions…
7 elements of remote sensing process 1.Energy Source (A) 2.Radiation & Atmosphere (B) 3.Interaction with Targets (C) 4.Recording of Energy by Sensor (D)
Lecture 3 The Digital Image – Part I - Single Channel Data 12 September
Image Display & Enhancement Lecture 2 Prepared by R. Lathrop 10/99 updated 1/03 Readings: ERDAS Field Guide 5th ed Chap 4; Ch 5: ; App A Math Topics:
Cropland using Google Earth Engine
ERDAS 1: INTRODUCTION TO ERDAS IMAGINE
Applying Pixel Values to Digital Images
Violet:  m Blue:  m Green:  m Yellow:  m Orange:  m Red:
Data Models, Pixels, and Satellite Bands. Understand the differences between raster and vector data. What are digital numbers (DNs) and what do they.
SCM x330 Ocean Discovery through Technology Area F GE.
# x pixels Geometry # Detector elements Detector Element Sizes Array Size Detector Element Sizes # Detector elements Pictorial diagram showing detector.
Monitoraggio Geodetico e Telerilevamento 3 Radar Imaging Carla Braitenberg Dip. Matematica e Geoscienze Universita’ di Trieste Tel
Monitoraggio Geodetico e Telerilevamento EarthEngine exercizes Carla Braitenberg Dip. Matematica e Geoscienze Universita’ di Trieste Tel.
Initial Display Alternatives and Scientific Visualization
Monitoraggio Geodetico e Telerilevamento EarthEngine exercizes
Carla Braitenberg Dip. Matematica e Geoscienze Universita’ di Trieste
Satellite Image Pixel Size vs Mapping Scale
Mapping wheat growth in dryland fields in SE Wyoming using Landsat images Matthew Thoman.
Monitoraggio Geodetico e Telerilevamento 3 Remote Sensing Images
Image Pre-Processing in the Spatial and Frequent Domain
Basic Concepts of Remote Sensing
Digital Data Format and Storage
Remote Sensing What is Remote Sensing? Sample Images
Digital Numbers The Remote Sensing world calls cell values are also called a digital number or DN. In most of the imagery we work with the DN represents.
Satellite Sensors – Historical Perspectives
Introduction to Remote-Sensing
EMP 580 Fall 2015 Dr. Jim Graham Materials from Sara Hanna
Review of Satellite Imagery
Here are four triangles. What do all of these triangles have in common
Google Earth Engine Introduction.
Igor Appel Alexander Kokhanovsky
Modes of Diffusion of Cholera Toxin Bound to GM1 on Live Cell Membrane by Image Mean Square Displacement Analysis  Pierre D.J. Moens, Michelle A. Digman,
Review of Satellite Imagery
Remote sensing in meteorology
Review of Satellite Imagery
Remote Sensing Landscape Changes Before and After King Fire 2014
Monitoraggio Geodetico e Telerilevamento EarthEngine exercizes
Calculating land use change in west linn from
Presentation transcript:

Monitoraggio Geodetico e Telerilevamento Supplementary EarthEngine exercizes Carla Braitenberg Dip. Matematica e Geoscienze Universita’ di Trieste berg@units.it Tel. 339 8290713 Tel. Assistente Dr. Nagy: 040 5582257

Please follow the next scripts https://code.earthengine.google.com/ Javascript Reference: https://www.w3schools.com/js/js_math.asp

Select images defined by a boundary. Adapt boundary to your needs Select images defined by a boundary. Adapt boundary to your needs. Change coordinates of map-center accordingly // Filter an image collection by date and region to make a // median pixel composite. // // See also: ClippedComposite, which crops the output image // instead of filtering the input collection. // Filter to only include images within the colorado and utah boundaries. var polygon = ee.Geometry.Polygon([[ [-109.05, 37.0], [-102.05, 37.0], [-102.05, 41.0], // colorado [-109.05, 41.0], [-111.05, 41.0], [-111.05, 42.0], // utah [-114.05, 42.0], [-114.05, 37.0], [-109.05, 37.0]]]); // Create a Landsat 7 composite for Spring of 2000, and filter by // the bounds of the FeatureCollection. var collection = ee.ImageCollection('LE7_L1T') .filterDate('2000-04-01', '2000-07-01') .filterBounds(polygon); // Select the median pixel. var median = collection.median(); // Select the red, green and blue bands. var result = median.select('B3', 'B2', 'B1'); Map.addLayer(result, {gain: '1.4, 1.4, 1.1'}); Map.setCenter(-110, 40, 5);

Trend of lithtime- find areas that have expanded the most Check definition of the image collection: ImageCollection ID NOAA/DMSP-OLS/NIGHTTIME_LIGHTS It gives yearly stable lighttime near to globally between 1992 and 2014 from the analysis of satellite thermal infrared imaging. It can be used to calculate the linear trend of the intensity of night time. For each pixel a linear function is fitted, defined by the slope and intercept. In earth engine the two quantities are termed “scale” and “offset” and are feeded into two image bands. These can be mapped each singularly by a grey-tone image, or together in the color image of the script.

Compute trend of lightime globally. // Compute the trend of nighttime lights from DMSP. // Add a band containing image date as years since 1991. function createTimeBand(img) { var year = ee.Date(img.get('system:time_start')).get('year').subtract(1991); return ee.Image(year).byte().addBands(img); } // Fit a linear trend to the nighttime lights collection. var collection = ee.ImageCollection('NOAA/DMSP-OLS/NIGHTTIME_LIGHTS') .select('stable_lights') .map(createTimeBand); var fit = collection.reduce(ee.Reducer.linearFit()); // Display a single image Map.setCenter(30, 45, 4); Map.addLayer(ee.Image(collection.select('stable_lights').first()), {min: 0, max: 63}, 'stable lights first asset'); // Display trend in red/blue, brightness in green. Map.addLayer(fit, {min: 0, max: [0.18, 20, -0.18], bands: ['scale', 'offset', 'scale']}, 'stable lights trend');

Create a feature collection and average values. Create a Polygon and a rectangle. In the intersection of the two change the color on the map.

Rectangle and Triangle // Example of FeatureCollection.reduceToImage() // Define a feature collection with a value we want to average. var fc = new ee.FeatureCollection([ ee.Feature( ee.Geometry.Rectangle( -122.4550, 37.8035, -122.4781, 37.7935), {'value': 0}), ee.Geometry.Polygon([ [-122.4427, 37.8027], [-122.4587, 37.7987], [-122.4440, 37.7934]]), {'value': 1}) ]); // Reduce the collection to an image, where each pixel // is the mean of the 'value' property in all features // intersecting that pixel. var image_reduced = fc.reduceToImage(['value'], 'mean'); Map.setCenter(-122.4561, 37.7983, 14); Map.addLayer(image_reduced, { min: 0, max: 1, palette: ['008800', '00FF00']});

Cycle through Landsat Images over the same spot // Compare MSS images from L1 through L5 var sfPoint = ee.Geometry.Point(-122.223, 37.892); Map.setCenter(-122.223, 37.892, 10); //var sfPoint = ee.Geometry.Point(13.,45.3); this for images centered close to Trieste //Map.setCenter(13,45.3, 10); for (var i = 1; i <= 5; ++i) { var collection = ee.ImageCollection('LM' + i + '_L1T'); var image = ee.Image(collection.filterBounds(sfPoint).first()); var toa = ee.Algorithms.Landsat.TOA(image); var date = ee.Date(image.get('system:time_start')).format('MMM yyyy'); var bands = (i <= 3) ? ['B6', 'B5', 'B4'] : ['B2', 'B3', 'B1']; // This is one of the rare places where we need to use getInfo() in the // middle of a script, since layer names must be client-side strings. var label = 'Landsat' + i + ' (' + date.getInfo() + ')'; Map.addLayer(toa, {bands: bands, min: 0, max: 0.4}, label); }

Some explanations of previous script for (var i = 1; i <= 5; ++i) { // this to repeat the following lines 5 times. var collection = ee.ImageCollection('LM' + i + '_L1T'); //this to change name of collection var image = ee.Image(collection.filterBounds(sfPoint).first()); var toa = ee.Algorithms.Landsat.TOA(image); // apply a correction to these crude images. TOA is top of Atmosphere var date = ee.Date(image.get('system:time_start')).format('MMM yyyy'); //find date of the selected image var bands = (i <= 3) ? ['B6', 'B5', 'B4'] : ['B2', 'B3', 'B1']; //for landsat 1 to 3, use bands B6,B5;B4, else use B3,B2,B1 (see next page for docu on landsat1) // This is one of the rare places where we need to use getInfo() in the // middle of a script, since layer names must be client-side strings. var label = 'Landsat' + i + ' (' + date.getInfo() + ')'; //prepare the label including the date Map.addLayer(toa, {bands: bands, min: 0, max: 0.4}, label); }

Landsat1 documentation Multispectral Scanner (MSS) 80-meter ground resolution in four spectral bands: Band 4 Visible green (0.5 to 0.6 µm) Band 5 Visible red (0.6 to 0.7 µm) Band 6 Near-Infrared (0.7 to 0.8 µm) Band 7 Near-Infrared (0.8 to 1.1 µm) Six detectors for each spectral band provided six scan lines on each active scan Ground Sampling Interval (pixel size): 57 x 79 m

The bands of the MSS sensor on Landsat 1-5 https://landsat.usgs.gov/what-are-band-designations-landsat-satellites