Lab 6: Multispectral Image Processing Using Band Ratios

Size: px
Start display at page:

Download "Lab 6: Multispectral Image Processing Using Band Ratios"

Transcription

1 Lab 6: Multispectral Image Processing Using Band Ratios due Dec. 11, 2017 Goals: 1. To learn about the spectral characteristics of vegetation and geologic materials. 2. To experiment with vegetation indices for mapping vegetation. 3. To experiment with geologic indices for mapping purposes. 4. To gain experience obtaining and working with ASTER multispectral data. Introduction: The aim of this lab is to investigate index techniques for producing maps of spectrally distinct surface cover types. This method takes advantage of differences in the spectra of land cover types to do simple mapping using spectral indices that include band ratios and other arithmetic and Boolean operations on image data. In general, the input data should be calibrated and atmospherically-corrected multi- or hyperspectral image data, i.e. surface reflectance, surface emissivity, etc. Simple Topographic/Illumination Correction (Informational Only No Need to Implement This Extra Credit If You Do, Though) Besides calibration and an atmospheric correction, an additional radiometric correction that sometimes is important to apply to image data is an illumination correction. This is necessary in order to remove, for example, the effect of shadowing due to topography and the illumination conditions that can erroneously cause surface reflectance values to be lower than what they should be. One way to do this is with the cosine correction: cosθ BV tic l = BV o + c l cosi + c k (1), where BV l is the brightness value of a given pixel in band l of the input image, BV tic l is the topography- and illumination-corrected brightness value for that same pixel in band l of the output image, θ o is the solar zenith angle (with respect to vertical), i is the solar incidence angle (with respect to the surface normal), and c and k are constants. For our purposes, we will assume c = 0 and k = 1. Figure (1) illustrates the geometry. Note that, given θ o, you will need to also know the surface slope (φ) of the terrain (smallest acute angle in the triangle labeled Terrain in Figure 1) in order to calculate i, i.e.: Figure 1. θ o = φ + i (2). 1

2 Spectral Indices Spectral index methods can be used to map out different surface cover types in a simple, semi-quantitative fashion. An index is typically defined as a simple ratio of two bands, although indices can be more complicated (involving addition, subtraction, more than two bands, false-color image combinations, etc.). However sophisticated, this approach to combining bands leads to a grayscale image (or a false-color image) that can be interpreted or further enhanced. The idea is that, by combining multiple images, you create an image map that can offer insights that the individual input images, by themselves, could not. You can implement a variety of these mathematical operations between bands (e.g. division, multiplication, addition, subtraction) using ENVI s Band Math function (see the ENVI help for more information). [In addition to enhancing spectral differences, band ratio indices have the added advantage of being relatively independent of scene illumination conditions, topography, and some atmospheric effects. All three are, to some extent (but not entirely), cancelled out by the ratio.] Spectral Characteristics of Vegetation and the NDVI Cells in plant leaves are effective scatterers of light due to the high refractive index contrast between water in cells and air spaces in between. Because of chlorophyll and other pigments, healthy vegetation is dark in the visible (0.4 to 0.7 µm), absorbing 80-90% of incident irradiance (Figure 2). Vegetation is green because it is reflects slightly more efficiently at about 0.55 µm (Figure 2). Between 0.7 to 1.3 µm, vegetation is, in comparison, very bright, reflecting 40-50% of incident irradiance (Figure 2). This is due to the transition from electronic to molecular excitations in the near-infrared, the concomitant lack of absorption, and the resulting dominance of scattering from the internal leaf structure. Beyond the red edge (~0.7 µm), between 1.3 and 2.5 µm, vegetation is a bit darker (but brighter than in the visible), with characteristic absorption features (at 1.4, 1.9 µm, etc.) due to water absorption. Figure 2. 2

3 Dead or dormant vegetation has a higher reflectance than healthy green vegetation throughout the visible (0.4 to 0.7 µm) (Figure 2). Conversely, it reflects less than green vegetation in the near-infrared (0.7 to 1.3 µm) (Figure 2). Dry soil generally has higher reflectance than green vegetation and lower reflectance than dead vegetation in the visible, whereas, in the near-infrared, dry soil generally has lower reflectance than green or dead vegetation (Figure 2). Thus, the more green leaves a plant has, the more red visible light is absorbed, and the more near-infrared light is reflected. With this in mind, the NDVI (Normalized Difference Vegetation Index) was developed and is a commonly-used vegetation index. The NDVI is a modified ratio of the nearinfrared ( NIR ; ca µm) to visible red ( Red ; ca. 0.6 µm) bands: NDVI = NIR RED NIR + RED (3). NDVI values are unitless and range between -1 and 1 and indicate the amount of green vegetation present in the pixel. NDVI values close to 0.7 indicate more abundant, healthy, green vegetation. Spectral Characteristics of Geologic Materials As with vegetation, absorption features in the reflectance spectra of geologic materials are the direct result of electronic and vibrational processes arising from the interaction between electromagnetic energy and the atoms and molecules in the imaged material. The various electronic and vibrational interactions require different quanta of energy to proceed, so the absorption features they create are manifest at specific wavelengths. Because the absence or presence of specific absorption features is dependent on the chemistry of the material, the shape of reflectance spectra can be used to infer composition. In terms of reflectance, there is a strong dissimilarity between carbonate rocks and silicate rocks due to vibrational processes in molecular bonds. Carbonate minerals display absorption features between 0.4 µm and 2.5 µm. Calcite, for example, shows characteristic absorptions at 0.5 µm and at 2.5 µm with flat reflectance in between. By contrast, silicate minerals such as quartz generally have flat spectra in the visible to midinfrared. Other visible and near-infrared reflectance properties of rocks and minerals stem from electronic processes that take place in transition metals. Ferric iron (Fe 3+ ) is a very important transition metal in rocks. It has a pronounced absorption in the UV at 0.35 µm, with subordinate ones at 0.40, 0.45, and 0.49 µm. An additional absorption feature at 0.65 µm appears as a shoulder in spectra and is characteristic of goethite. Features between 0.85 and 0.95 µm are also characteristic of Fe 3+, for example the pronounced absorption at 0.85 µm in hematite and the pronounced absorption at 0.93 µm in goethite. In general, minerals with Fe 3+ have low reflectance between ca. 0.4 µm and ca. 07 µm, with progressively higher reflectance into the near-infrared. 3

4 For alteration minerals, Fe 3+ and hydroxl (OH - ) are important. Water in the form of both H 2 O and OH - is also important for the spectral signatures of hydrous minerals like clay. In the case of water, its interactions with electromagnetic energy do not involve electronic transitions, but instead include molecular vibrations and rotations. For example, bound OH - groups in hydrous minerals have characteristic absorptions in the ranges µm and µm. Between 2.10 µm and 2.35 µm, vibration of Al-O- H and Mg-O-H bonds create absorption features in clays that are particularly useful for discriminating hydrous minerals. Much work has been done in creating geologic indices for use with Landsat MSS and Landsat TM data. These indices, however, can be applied to other datasets as long as the bands corresponding to the correct wavelengths are used. In addition to what is in the readings posted on the class webpage (and in the class notes), I briefly summarize some Landsat band ratios below. Note that the bands mentioned are for the Landsat TM or Landsat MSS instruments. You will need to refer to the documentation for those instruments ( to see what wavelengths these bands refer to in order to translate these band ratios to other instruments. TM3/TM1 Fe-O charge transfer transition causes absorption at 0.55 mm. Maps out hematite and other red Fe oxides and hydroxides. Fe-oxides are relatively bright in TM3. TM3/TM2 Similar to above. Used for mapping ferric iron. TM5/TM4 Fe crystal field effects cause absorption between 0.85 and 0.92 mm. Maps out limonite and other Fe-rich rocks. Fe is relatively bright in TM 5. Maps Fe-rich vs. non Fe-bearing rocks. TM5/TM7 Al-OH and Mg-OH bond rotations (in clays) cause absorption in the thermal infrared (TM7). Clays are bright in TM5. Maps argillaceous vs. non-argillaceous material. In addition, clays are relatively bright in TM3, and dark in TM4. Fe is relatively bright in TM7. Most alteration minerals (Fe-oxides and hydrated minerals) are bright in TM5 (1.65 mm). RGB image of ratios using TM bands: 5/7 (R), 3/1 (G), 4/3 (B). The red channel is sensitive to clays and the green to Fe-oxides. This complex index is used for mapping hydrothermal alteration. RGB image of ratios using TM bands: 5/7 (R), 4/3 (G), 5/4 (B). The red channel is sensitive to clays, the green to vegetation, and the blue to Fe-silicates. RGB image of ratios using TM bands: 4/5 (R), 3/2 (G), 5/7 (B). Fe-oxides appear green. Clays and vegetation appear red. RGB image of bands using TM data: 7 (R), 4 (G), 1 (B). Red is sensitive to Fe-oxides, G is sensitive to vegetation, and B is sensitive to clay. The Fe-oxide ratio: Iron_Oxide_Ratio = ( TM3 min( TM3 ) ) / ( TM2 min( TM2 ) ) The clay ratio: Clay_Ratio = ( TM5 min( TM5 ) ) / ( TM7 min( TM7 ) ) TM5/TM1 Used for mapping granites. TM3/TM4 or TM5/TM4 Used for mapping low-grade metamorphic rocks. TM4/TM5 Used for mapping salinity. MSS2/MSS1 Exploits the ferric oxide absorption in MSS1 ( MSS4/MSS5 ) / ( MSS6/MSS7 ) Discriminates between limonite and sparse vegetation. RGB image of ratios using MSS bands: 4/5 (R), 5/6 (G), 6/7 (B). Used to map limonite in areas of sparse vegetation. Fe-oxides appear red and orange. 4

5 Instructions: Data Acquisition and Pre-Processing: a. You will work with data from the ASTER ( instrument, specifically the VNIR and crosstalk-corrected SWIR surface reflectance (AST07XT) and TIR surface emissivity (AST05) data products. You can order these for download from (free registration is required and the data is available at no cost). You will need to do two separate searches, one for ASTER L2 Surface Emissivity V003 and another for ASTER L2 Surface Reflectance VNIR and Crosstalk Corrected SWIR V003. You can find these by choosing ASTER under Instruments and 2 under Processing Levels in the search form. Use the map in the search form to define an area of interest you can get data from anywhere on Earth you want (if it is available). If you wish, use the clock icon in the search form to select a specific time period, but note that even though ASTER has been in orbit since 1999, it has been operated as an on demand instrument, so imagery is not available for all of the Earth and imagery for any particular place may have spotty coverage in time. Be aware that SWIR data from ASTER obtained since 2008 until the present may be unreliable. Also be aware that ASTER has obtained imagery both during the day as well as at night (mainly TIR data). Night scenes, however, have limited value for the purposes of this lab, so you are better off only looking for daytime data. The search results will show you thumbnail version of each data granule so you can assess if there is cloud cover, etc. The search results will also show you the granule footprint on the map so you can assess proper geographic coverage. Be sure to order the same data granule in both searches. To help you do this, write down the granule ID number (it is something like AST_L1A#xxxxxxx_xxxx.hdf) and the START date so that you can easily find the scene you want in both searches. Select your data and submit an order for it by clicking the gear icon next to the thumbnail. Use the defaults for the processing options. Note that you will submit two separate orders, one for each search you need to do. b. The system will send you an alert when your data is ready to download. Data should be ready for download within a couple of hours from the time you place the order. From your two orders, you should have a total of three sets of data files to download: VNIR surface reflectance, SWIR crosstalk-corrected surface reflectance, and TIR surface emissivity. Be sure to promptly download your data, following the instructions in the you get. c. Note that while they all cover the same area, the three sets of data you have do not have the same spatial resolutions (VNIR is 15 m/pixel, SWIR is 30 m/pixel, and TIR is 90 m/pixel), and they are not all contained in the same data file. This is problematic because to plot image spectra, create false-color displays, do mathematical operations on bands, etc., the data should all be in the same file and/or have the same spatial resolution. To remedy this, you will need to layer stack your three data sets using the Layer Stacking tool (see the ENVI help). Choose to resample your data to 15 m/pixel and be 5

6 sure to put the bands in the correct order (shortest to longest wavelength) before stacking. d. An additional step is to edit the ENVI header file (see ENVI help) for your stacked data to add the wavelengths and FWHM values for each band. You can get the information needed to determine these values at Use the average of the listed range for the center wavelength value and half of the listed range for the FWHM value. This step is necessary for your spectra to plot correctly as well as to aid in resampling spectral libraries (see below). Vegetation Index: a. Perform the NDVI transform using the appropriate bands from your stacked dataset. Use Band Math to perform the NDVI, not the built-in NDVI tool. b. Open the Cursor Location/Value window and explore the resulting image. What is your interpretation of dark areas vs. light areas? What about patterns of light and dark? c. Extract statistics for ROIs in your image to assess the relative health of vegetation in different parts of your image. d. To improve the interpretability of the image, you can in addition to doing contrast stretches apply a color map, and/or perform a density slice (see the ENVI help for more on these simple enhancement processes). Describe what the enhanced vegetation image map shows you. Geologic Indices: a. Pick three target materials they can be a rock type, soil, or a specific mineral that you would like to map. Access to a geologic map or other a priori information about your area of interest will help you do this. b. Once you have defined the three materials you are looking for, find corresponding laboratory spectra in the ENVI spectral libraries. Note that since the spectral resolution of ASTER is quite different than that of the ENVI spectral libraries, spectral resampling of the libraries will be necessary. You can resample existing spectral libraries and build your own spectral libraries using ENVI tools (see the ENVI help). For this lab, please use only the copies of the ENVI spectral libraries that I gave you and not the built-in ones to avoid modifying the built-in files. Plot the resampled library spectra of your three target materials using the Spectral Library tool in ENVI. Pay attention to wavelengths where there are major absorbance features (use the NDVI as an example of what to look for). c. Based on what you see in the library spectra for your three target materials, define your own geologic index for each one using the NDVI as an example. Recall that an index can be a simple two-band ratio (like the NDVI). Or it can be a more complex ratio involving more than two bands. It can also include addition and subtraction of values. It can be an RGB color composite image of selected bands. Or it can be an RGB 6

7 image of selected band ratios. The possibilities are limitless. Your goal is simply to define a useful way of manipulating the bands in your image to highlight a ground target of interest based on the spectral properties of that target. Alternatively (or in addition), you can try out the Landsat ratios listed above ( translated to ASTER wavelengths, of course), or search the literature for others. Regardless of what you choose to do, be prepared to explain how you constructed the indices you will use for each of your three target materials, i.e. justify the bands you choose and your methods of combining them. Also explain how you will interpret the results, i.e. what range of output values are expected, what values are consistent with your target material, what ambiguities might exist, etc. Remember that you need to come up with three indices, one for each of your target materials. d. Once you have figured them out, write down equations for your three indices. Then, to implement your indices in ENVI, you will have to make use of the Band Math tool (see the ENVI help). e. Apply your indices to your stacked image data. The DN of each pixel in the resulting image map will be the value of your index at that location. You may find that a further processing step such as a contrast stretch (for grayscale and RGB images), a threshold/density slice (for grayscale images), or the application of a color map (for grayscale images) may improve the interpretability of your output index images. f. Assess the effectiveness of your indices, and, if necessary, make adjustments to them and re-process your data until you are satisfied with their performance (or are convinced of their uselessness). In either case, hypothesize on reasons for your success (or lack thereof). What To Turn In And How: Prepare a short report outlining the processing you did in ENVI. Limit your report to no more than 3 typed pages (normal margins, 12 point font, reasonable spacing), not including figures or references. Include in your report answers to any questions posed in the instructions and representative images (inline with the text is preferred) showing the results of your processing (e.g. vegetation image maps, lithologic image map, tables, spectra, etc.). Only include those images that are necessary to illustrate what you did i.e. if you don t talk about it in your report, I don t need to see it. Follow the general format of a Geology paper for your reports, including the formatting and presentation of figures. Submit your report as a PDF named lab6<yourname>.pdf that you should place in the dropbox. 7

Course overview; Remote sensing introduction; Basics of image processing & Color theory

Course overview; Remote sensing introduction; Basics of image processing & Color theory GEOL 1460 /2461 Ramsey Introduction to Remote Sensing Fall, 2018 Course overview; Remote sensing introduction; Basics of image processing & Color theory Week #1: 29 August 2018 I. Syllabus Review we will

More information

Image Band Transformations

Image Band Transformations Image Band Transformations Content Band math Band ratios Vegetation Index Tasseled Cap Transform Principal Component Analysis (PCA) Decorrelation Stretch Image Band Transformation Purposes Image band transforms

More information

Basic Hyperspectral Analysis Tutorial

Basic Hyperspectral Analysis Tutorial Basic Hyperspectral Analysis Tutorial This tutorial introduces you to visualization and interactive analysis tools for working with hyperspectral data. In this tutorial, you will: Analyze spectral profiles

More information

1. Theory of remote sensing and spectrum

1. Theory of remote sensing and spectrum 1. Theory of remote sensing and spectrum 7 August 2014 ONUMA Takumi Outline of Presentation Electromagnetic wave and wavelength Sensor type Spectrum Spatial resolution Spectral resolution Mineral mapping

More information

An Introduction to Remote Sensing & GIS. Introduction

An Introduction to Remote Sensing & GIS. Introduction An Introduction to Remote Sensing & GIS Introduction Remote sensing is the measurement of object properties on Earth s surface using data acquired from aircraft and satellites. It attempts to measure something

More information

Figure 1: Percent reflectance for various features, including the five spectra from Table 1, at different wavelengths from 0.4µm to 1.4µm.

Figure 1: Percent reflectance for various features, including the five spectra from Table 1, at different wavelengths from 0.4µm to 1.4µm. Section 1: The Electromagnetic Spectrum 1. The wavelength range that has the highest reflectance for broadleaf vegetation and needle leaf vegetation is 0.75µm to 1.05µm. 2. Dry soil can be distinguished

More information

Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018

Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018 Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018 In this lab we will explore Filtering and Principal Components analysis. We will again use the Aster data of the Como Bluffs

More information

Enhancement of Multispectral Images and Vegetation Indices

Enhancement of Multispectral Images and Vegetation Indices Enhancement of Multispectral Images and Vegetation Indices ERDAS Imagine 2016 Description: We will use ERDAS Imagine with multispectral images to learn how an image can be enhanced for better interpretation.

More information

Remote Sensing Instruction Laboratory

Remote Sensing Instruction Laboratory Laboratory Session 217513 Geographic Information System and Remote Sensing - 1 - Remote Sensing Instruction Laboratory Assist.Prof.Dr. Weerakaset Suanpaga Department of Civil Engineering, Faculty of Engineering

More information

IMAGE ANALYSIS TOOLBOX AND ENHANCED SATELLITE IMAGERY INTEGRATED INTO THE MAPPLACE By Ward E. Kilby 1, Karl Kliparchuk 2 and Andrew McIntosh 2

IMAGE ANALYSIS TOOLBOX AND ENHANCED SATELLITE IMAGERY INTEGRATED INTO THE MAPPLACE By Ward E. Kilby 1, Karl Kliparchuk 2 and Andrew McIntosh 2 IMAGE ANALYSIS TOOLBOX AND ENHANCED SATELLITE IMAGERY INTEGRATED INTO THE MAPPLACE By Ward E. Kilby 1, Karl Kliparchuk 2 and Andrew McIntosh 2 KEYWORDS: MapPlace, Landsat, ASTER, Image Analysis, Structural

More information

Table 1 Bedex Claims Data (as of March 23, 2010) Claim Name Tenure # Owner (100%) Area Expiry Date (hectares) Bedex 1 518684 B.K. Bowen* 448.8 27-Mar-10 Bedex 2 518685 B.K. Bowen 448.6 27-Mar-10 Bedex

More information

Atmospheric interactions; Aerial Photography; Imaging systems; Intro to Spectroscopy Week #3: September 12, 2018

Atmospheric interactions; Aerial Photography; Imaging systems; Intro to Spectroscopy Week #3: September 12, 2018 GEOL 1460/2461 Ramsey Introduction/Advanced Remote Sensing Fall, 2018 Atmospheric interactions; Aerial Photography; Imaging systems; Intro to Spectroscopy Week #3: September 12, 2018 I. Quick Review from

More information

Hyperspectral image processing and analysis

Hyperspectral image processing and analysis Hyperspectral image processing and analysis Lecture 12 www.utsa.edu/lrsg/teaching/ees5083/l12-hyper.ppt Multi- vs. Hyper- Hyper-: Narrow bands ( 20 nm in resolution or FWHM) and continuous measurements.

More information

Lab 3: Image Enhancements I 65 pts Due > Canvas by 10pm

Lab 3: Image Enhancements I 65 pts Due > Canvas by 10pm Geo 448/548 Spring 2016 Lab 3: Image Enhancements I 65 pts Due > Canvas by 3/11 @ 10pm For this lab, you will learn different ways to calculate spectral vegetation indices (SVIs). These are one category

More information

The techniques with ERDAS IMAGINE include:

The techniques with ERDAS IMAGINE include: The techniques with ERDAS IMAGINE include: 1. Data correction - radiometric and geometric correction 2. Radiometric enhancement - enhancing images based on the values of individual pixels 3. Spatial enhancement

More information

Remote Sensing for Rangeland Applications

Remote Sensing for Rangeland Applications Remote Sensing for Rangeland Applications Jay Angerer Ecological Training June 16, 2012 Remote Sensing The term "remote sensing," first used in the United States in the 1950s by Ms. Evelyn Pruitt of the

More information

GIS Data Collection. Remote Sensing

GIS Data Collection. Remote Sensing GIS Data Collection Remote Sensing Data Collection Remote sensing Introduction Concepts Spectral signatures Resolutions: spectral, spatial, temporal Digital image processing (classification) Other systems

More information

Remote Sensing and GIS

Remote Sensing and GIS Remote Sensing and GIS Atmosphere Reflected radiation, e.g. Visible Emitted radiation, e.g. Infrared Backscattered radiation, e.g. Radar (λ) Visible TIR Radar & Microwave 11/9/2017 Geo327G/386G, U Texas,

More information

MOVING FROM PIXELS TO PRODUCTS

MOVING FROM PIXELS TO PRODUCTS TRUE COLOR RGB MOSAIC, OSAKA, JAPAN MOVING FROM PIXELS TO PRODUCTS and data to insight AUTOMATED STRUCTURE IDENTIFICATION, OSAKA, JAPAN Table of Contents Moving from Pixels to Products 3 Doubling the Spectral

More information

746A27 Remote Sensing and GIS. Multi spectral, thermal and hyper spectral sensing and usage

746A27 Remote Sensing and GIS. Multi spectral, thermal and hyper spectral sensing and usage 746A27 Remote Sensing and GIS Lecture 3 Multi spectral, thermal and hyper spectral sensing and usage Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Multi

More information

Introduction of Satellite Remote Sensing

Introduction of Satellite Remote Sensing Introduction of Satellite Remote Sensing Spatial Resolution (Pixel size) Spectral Resolution (Bands) Resolutions of Remote Sensing 1. Spatial (what area and how detailed) 2. Spectral (what colors bands)

More information

University of Texas at San Antonio EES 5053 Term Project CORRELATION BETWEEN NDVI AND SURFACE TEMPERATURES USING LANDSAT ETM + IMAGERY NEWFEL MAZARI

University of Texas at San Antonio EES 5053 Term Project CORRELATION BETWEEN NDVI AND SURFACE TEMPERATURES USING LANDSAT ETM + IMAGERY NEWFEL MAZARI University of Texas at San Antonio EES 5053 Term Project CORRELATION BETWEEN NDVI AND SURFACE TEMPERATURES USING LANDSAT ETM + IMAGERY NEWFEL MAZARI Introduction and Objectives The present study is a correlation

More information

Preparing Remote Sensing Data for Natural Resources Mapping (image enhancement, rectifications )

Preparing Remote Sensing Data for Natural Resources Mapping (image enhancement, rectifications ) Preparing Remote Sensing Data for Natural Resources Mapping (image enhancement, rectifications ) Why is this important What are the major approaches Examples of digital image enhancement Follow up exercises

More information

Satellite Remote Sensing: Earth System Observations

Satellite Remote Sensing: Earth System Observations Satellite Remote Sensing: Earth System Observations Land surface Water Atmosphere Climate Ecosystems 1 EOS (Earth Observing System) Develop an understanding of the total Earth system, and the effects of

More information

NON-PHOTOGRAPHIC SYSTEMS: Multispectral Scanners Medium and coarse resolution sensor comparisons: Landsat, SPOT, AVHRR and MODIS

NON-PHOTOGRAPHIC SYSTEMS: Multispectral Scanners Medium and coarse resolution sensor comparisons: Landsat, SPOT, AVHRR and MODIS NON-PHOTOGRAPHIC SYSTEMS: Multispectral Scanners Medium and coarse resolution sensor comparisons: Landsat, SPOT, AVHRR and MODIS CLASSIFICATION OF NONPHOTOGRAPHIC REMOTE SENSORS PASSIVE ACTIVE DIGITAL

More information

REMOTE SENSING. Topic 10 Fundamentals of Digital Multispectral Remote Sensing MULTISPECTRAL SCANNERS MULTISPECTRAL SCANNERS

REMOTE SENSING. Topic 10 Fundamentals of Digital Multispectral Remote Sensing MULTISPECTRAL SCANNERS MULTISPECTRAL SCANNERS REMOTE SENSING Topic 10 Fundamentals of Digital Multispectral Remote Sensing Chapter 5: Lillesand and Keifer Chapter 6: Avery and Berlin MULTISPECTRAL SCANNERS Record EMR in a number of discrete portions

More information

Remote Sensing 4113 Lab 10: Lunar Classification April 11, 2018

Remote Sensing 4113 Lab 10: Lunar Classification April 11, 2018 Remote Sensing 4113 Lab 10: Lunar Classification April 11, 2018 Part I Introduction In this lab we ll explore the use of sophisticated band math to estimate composition, and we ll also explore the use

More information

Remote Sensing. The following figure is grey scale display of SPOT Panchromatic without stretching.

Remote Sensing. The following figure is grey scale display of SPOT Panchromatic without stretching. Remote Sensing Objectives This unit will briefly explain display of remote sensing image, geometric correction, spatial enhancement, spectral enhancement and classification of remote sensing image. At

More information

Remote sensing in archaeology from optical to lidar. Krištof Oštir ModeLTER Scientific Research Centre of the Slovenian Academy of Sciences and Arts

Remote sensing in archaeology from optical to lidar. Krištof Oštir ModeLTER Scientific Research Centre of the Slovenian Academy of Sciences and Arts Remote sensing in archaeology from optical to lidar Krištof Oštir ModeLTER Scientific Research Centre of the Slovenian Academy of Sciences and Arts Introduction Optical remote sensing Systems Search for

More information

Final Examination Introduction to Remote Sensing. Time: 1.5 hrs Max. Marks: 50. Section-I (50 x 1 = 50 Marks)

Final Examination Introduction to Remote Sensing. Time: 1.5 hrs Max. Marks: 50. Section-I (50 x 1 = 50 Marks) Final Examination Introduction to Remote Sensing Time: 1.5 hrs Max. Marks: 50 Note: Attempt all questions. Section-I (50 x 1 = 50 Marks) 1... is the technology of acquiring information about the Earth's

More information

Geology/Geography 4113 Remote Sensing Lab 06: AVIRIS Spectra of Goldfield, NV March 7, 2018

Geology/Geography 4113 Remote Sensing Lab 06: AVIRIS Spectra of Goldfield, NV March 7, 2018 Geology/Geography 4113 Remote Sensing Lab 06: AVIRIS Spectra of Goldfield, NV March 7, 2018 We will use the image processing package ENVI to examine AVIRIS hyperspectral data of the Goldfield, NV mining

More information

Interpreting land surface features. SWAC module 3

Interpreting land surface features. SWAC module 3 Interpreting land surface features SWAC module 3 Interpreting land surface features SWAC module 3 Different kinds of image Panchromatic image True-color image False-color image EMR : NASA Echo the bat

More information

Lesson 3: Working with Landsat Data

Lesson 3: Working with Landsat Data Lesson 3: Working with Landsat Data Lesson Description The Landsat Program is the longest-running and most extensive collection of satellite imagery for Earth. These datasets are global in scale, continuously

More information

Introduction to Remote Sensing

Introduction to Remote Sensing Introduction to Remote Sensing Spatial, spectral, temporal resolutions Image display alternatives Vegetation Indices Image classifications Image change detections Accuracy assessment Satellites & Air-Photos

More information

Mod. 2 p. 1. Prof. Dr. Christoph Kleinn Institut für Waldinventur und Waldwachstum Arbeitsbereich Fernerkundung und Waldinventur

Mod. 2 p. 1. Prof. Dr. Christoph Kleinn Institut für Waldinventur und Waldwachstum Arbeitsbereich Fernerkundung und Waldinventur Histograms of gray values for TM bands 1-7 for the example image - Band 4 and 5 show more differentiation than the others (contrast=the ratio of brightest to darkest areas of a landscape). - Judging from

More information

Examining ASTER Imagery with the MapPlace Image Analysis Toolbox. A Tutorial Manual

Examining ASTER Imagery with the MapPlace Image Analysis Toolbox. A Tutorial Manual Examining ASTER Imagery with the MapPlace Image Analysis Toolbox A Tutorial Manual By W.E. Kilby and C.E. Kilby Cal Data Ltd Geoscience BC Report 2006-3 Contribution #GBC 015 British Columbia Ministry

More information

An NDVI image provides critical crop information that is not visible in an RGB or NIR image of the same scene. For example, plants may appear green

An NDVI image provides critical crop information that is not visible in an RGB or NIR image of the same scene. For example, plants may appear green Normalized Difference Vegetation Index (NDVI) Spectral Band calculation that uses the visible (RGB) and near-infrared (NIR) bands of the electromagnetic spectrum NDVI= + An NDVI image provides critical

More information

Present and future of marine production in Boka Kotorska

Present and future of marine production in Boka Kotorska Present and future of marine production in Boka Kotorska First results from satellite remote sensing for the breeding areas of filter feeders in the Bay of Kotor INTRODUCTION Environmental monitoring is

More information

OPTICAL RS IMAGE INTERPRETATION

OPTICAL RS IMAGE INTERPRETATION 1 OPTICAL RS IMAGE INTERPRETATION Lecture 8 Visible Middle Infrared Image Bands 2 Data Processing Information data in a useable form Interpretation Visual AI (Machine learning) Recognition, Classification,

More information

How to Access Imagery and Carry Out Remote Sensing Analysis Using Landsat Data in a Browser

How to Access Imagery and Carry Out Remote Sensing Analysis Using Landsat Data in a Browser How to Access Imagery and Carry Out Remote Sensing Analysis Using Landsat Data in a Browser Including Introduction to Remote Sensing Concepts Based on: igett Remote Sensing Concept Modules and GeoTech

More information

Application of GIS to Fast Track Planning and Monitoring of Development Agenda

Application of GIS to Fast Track Planning and Monitoring of Development Agenda Application of GIS to Fast Track Planning and Monitoring of Development Agenda Radiometric, Atmospheric & Geometric Preprocessing of Optical Remote Sensing 13 17 June 2018 Outline 1. Why pre-process remotely

More information

GE 113 REMOTE SENSING. Topic 7. Image Enhancement

GE 113 REMOTE SENSING. Topic 7. Image Enhancement GE 113 REMOTE SENSING Topic 7. Image Enhancement Lecturer: Engr. Jojene R. Santillan jrsantillan@carsu.edu.ph Division of Geodetic Engineering College of Engineering and Information Technology Caraga State

More information

Evaluation of Sentinel-2 bands over the spectrum

Evaluation of Sentinel-2 bands over the spectrum Evaluation of Sentinel-2 bands over the spectrum S.E. Hosseini Aria, M. Menenti, Geoscience and Remote sensing Department Delft University of Technology, Netherlands 1 outline ointroduction - Concept odata

More information

Trial of Digital Filter Photography for Alteration Mineral Detection in the Hachimantai Area, NE JAPAN

Trial of Digital Filter Photography for Alteration Mineral Detection in the Hachimantai Area, NE JAPAN Trial of Digital Filter Photography for Alteration Mineral Detection in the Area, E JAPA Trial of Digital Filter Photography for Alteration Mineral Detection in the Area, E JAPA Myint Soe a, Tateishi Ryutaro

More information

EE/GP140-The Earth From Space- Winter 2008 Handout #16 Lab Exercise #3

EE/GP140-The Earth From Space- Winter 2008 Handout #16 Lab Exercise #3 EE/GP140-The Earth From Space- Winter 2008 Handout #16 Lab Exercise #3 Topic 1: Color Combination. We will see how all colors can be produced by combining red, green, and blue in different proportions.

More information

Lab 1 Introduction to ENVI

Lab 1 Introduction to ENVI Remote sensing for agricultural applications: principles and methods (2013-2014) Instructor: Prof. Tao Cheng (tcheng@njau.edu.cn) Nanjing Agricultural University Lab 1 Introduction to ENVI April 1 st,

More information

Using Freely Available. Remote Sensing to Create a More Powerful GIS

Using Freely Available. Remote Sensing to Create a More Powerful GIS Using Freely Available Government Data and Remote Sensing to Create a More Powerful GIS All rights reserved. ENVI, E3De, IAS, and IDL are trademarks of Exelis, Inc. All other marks are the property of

More information

Dirty REMOTE SENSING Lecture 3: First Steps in classifying Stuart Green Earthobservation.wordpress.com

Dirty REMOTE SENSING Lecture 3: First Steps in classifying Stuart Green Earthobservation.wordpress.com Dirty REMOTE SENSING Lecture 3: First Steps in classifying Stuart Green Earthobservation.wordpress.com Stuart.Green@Teagasc.ie You have your image, but is it any good? Is it full of cloud? Is it the right

More information

IKONOS High Resolution Multispectral Scanner Sensor Characteristics

IKONOS High Resolution Multispectral Scanner Sensor Characteristics High Spatial Resolution and Hyperspectral Scanners IKONOS High Resolution Multispectral Scanner Sensor Characteristics Launch Date View Angle Orbit 24 September 1999 Vandenberg Air Force Base, California,

More information

remote sensing? What are the remote sensing principles behind these Definition

remote sensing? What are the remote sensing principles behind these Definition Introduction to remote sensing: Content (1/2) Definition: photogrammetry and remote sensing (PRS) Radiation sources: solar radiation (passive optical RS) earth emission (passive microwave or thermal infrared

More information

typical spectral signatures of photosynthetically active and non-photosynthetically active vegetation (Beeri et al., 2007)

typical spectral signatures of photosynthetically active and non-photosynthetically active vegetation (Beeri et al., 2007) typical spectral signatures of photosynthetically active and non-photosynthetically active vegetation (Beeri et al., 2007) Xie, Y. et al. J Plant Ecol 2008 1:9-23; doi:10.1093/jpe/rtm005 Copyright restrictions

More information

RADIOMETRIC CALIBRATION

RADIOMETRIC CALIBRATION 1 RADIOMETRIC CALIBRATION Lecture 10 Digital Image Data 2 Digital data are matrices of digital numbers (DNs) There is one layer (or matrix) for each satellite band Each DN corresponds to one pixel 3 Digital

More information

FOR 353: Air Photo Interpretation and Photogrammetry. Lecture 2. Electromagnetic Energy/Camera and Film characteristics

FOR 353: Air Photo Interpretation and Photogrammetry. Lecture 2. Electromagnetic Energy/Camera and Film characteristics FOR 353: Air Photo Interpretation and Photogrammetry Lecture 2 Electromagnetic Energy/Camera and Film characteristics Lecture Outline Electromagnetic Radiation Theory Digital vs. Analog (i.e. film ) Systems

More information

Assessment of Spatiotemporal Changes in Vegetation Cover using NDVI in The Dangs District, Gujarat

Assessment of Spatiotemporal Changes in Vegetation Cover using NDVI in The Dangs District, Gujarat Assessment of Spatiotemporal Changes in Vegetation Cover using NDVI in The Dangs District, Gujarat Using SAGA GIS and Quantum GIS Tutorial ID: IGET_CT_003 This tutorial has been developed by BVIEER as

More information

Lecture 13: Remotely Sensed Geospatial Data

Lecture 13: Remotely Sensed Geospatial Data Lecture 13: Remotely Sensed Geospatial Data A. The Electromagnetic Spectrum: The electromagnetic spectrum (Figure 1) indicates the different forms of radiation (or simply stated light) emitted by nature.

More information

JP Stevens High School: Remote Sensing

JP Stevens High School: Remote Sensing 1 Name(s): ANSWER KEY Date: Team name: JP Stevens High School: Remote Sensing Scoring: Part I - /18 Part II - /40 Part III - /16 Part IV - /14 Part V - /93 Total: /181 2 I. History (3 pts each) 1. What

More information

The studies began when the Tiros satellites (1960) provided man s first synoptic view of the Earth s weather systems.

The studies began when the Tiros satellites (1960) provided man s first synoptic view of the Earth s weather systems. Remote sensing of the Earth from orbital altitudes was recognized in the mid-1960 s as a potential technique for obtaining information important for the effective use and conservation of natural resources.

More information

CHARACTERISTICS OF REMOTELY SENSED IMAGERY. Radiometric Resolution

CHARACTERISTICS OF REMOTELY SENSED IMAGERY. Radiometric Resolution CHARACTERISTICS OF REMOTELY SENSED IMAGERY Radiometric Resolution There are a number of ways in which images can differ. One set of important differences relate to the various resolutions that images express.

More information

A broad survey of remote sensing applications for many environmental disciplines

A broad survey of remote sensing applications for many environmental disciplines 1 2 3 4 A broad survey of remote sensing applications for many environmental disciplines 5 6 7 8 9 10 1. First definition is very general and applies to many types of remote sensing. You use your eyes

More information

Chapter 8. Remote sensing

Chapter 8. Remote sensing 1. Remote sensing 8.1 Introduction 8.2 Remote sensing 8.3 Resolution 8.4 Landsat 8.5 Geostationary satellites GOES 8.1 Introduction What is remote sensing? One can describe remote sensing in different

More information

Introduction to Remote Sensing. Electromagnetic Energy. Data From Wave Phenomena. Electromagnetic Radiation (EMR) Electromagnetic Energy

Introduction to Remote Sensing. Electromagnetic Energy. Data From Wave Phenomena. Electromagnetic Radiation (EMR) Electromagnetic Energy A Basic Introduction to Remote Sensing (RS) ~~~~~~~~~~ Rev. Ronald J. Wasowski, C.S.C. Associate Professor of Environmental Science University of Portland Portland, Oregon 1 September 2015 Introduction

More information

Introduction to Remote Sensing Part 1

Introduction to Remote Sensing Part 1 Introduction to Remote Sensing Part 1 A Primer on Electromagnetic Radiation Digital, Multi-Spectral Imagery The 4 Resolutions Displaying Images Corrections and Enhancements Passive vs. Active Sensors Radar

More information

HYPERSPECTRAL IMAGERY FOR SAFEGUARDS APPLICATIONS. International Atomic Energy Agency, Vienna, Austria

HYPERSPECTRAL IMAGERY FOR SAFEGUARDS APPLICATIONS. International Atomic Energy Agency, Vienna, Austria HYPERSPECTRAL IMAGERY FOR SAFEGUARDS APPLICATIONS G. A. Borstad 1, Leslie N. Brown 1, Q.S. Bob Truong 2, R. Kelley, 3 G. Healey, 3 J.-P. Paquette, 3 K. Staenz 4, and R. Neville 4 1 Borstad Associates Ltd.,

More information

Textbook, Chapter 15 Textbook, Chapter 10 (only 10.6)

Textbook, Chapter 15 Textbook, Chapter 10 (only 10.6) AGOG 484/584/ APLN 551 Fall 2018 Concept definition Applications Instruments and platforms Techniques to process hyperspectral data A problem of mixed pixels and spectral unmixing Reading Textbook, Chapter

More information

Making NDVI Images using the Sony F717 Nightshot Digital Camera and IR Filters and Software Created for Interpreting Digital Images.

Making NDVI Images using the Sony F717 Nightshot Digital Camera and IR Filters and Software Created for Interpreting Digital Images. Making NDVI Images using the Sony F717 Nightshot Digital Camera and IR Filters and Software Created for Interpreting Digital Images Draft 1 John Pickle Museum of Science October 14, 2004 Digital Cameras

More information

Exercise 4-1 Image Exploration

Exercise 4-1 Image Exploration Exercise 4-1 Image Exploration With this exercise, we begin an extensive exploration of remotely sensed imagery and image processing techniques. Because remotely sensed imagery is a common source of data

More information

The studies began when the Tiros satellites (1960) provided man s first synoptic view of the Earth s weather systems.

The studies began when the Tiros satellites (1960) provided man s first synoptic view of the Earth s weather systems. Remote sensing of the Earth from orbital altitudes was recognized in the mid-1960 s as a potential technique for obtaining information important for the effective use and conservation of natural resources.

More information

Sommersemester Prof. Dr. Christoph Kleinn Institut für Waldinventur und Waldwachstum Arbeitsbereich Fernerkundung und Waldinventur.

Sommersemester Prof. Dr. Christoph Kleinn Institut für Waldinventur und Waldwachstum Arbeitsbereich Fernerkundung und Waldinventur. Basics of Remote Sensing Some literature references Franklin, SE 2001 Remote Sensing for Sustainable Forest Management Lewis Publishers 407p Lillesand, Kiefer 2000 Remote Sensing and Image Interpretation

More information

GIS and Remote Sensing

GIS and Remote Sensing GE110 Fall 2008 Week 4 October 18, 2010 GIS and Remote Sensing Lab 2 LANDSAT 7 and ASTER In this lab, you will: 1. Process the LANDSAT 7 ETM+ image to emphasize the useful information a. Transformations

More information

Chapter 7 GIS AND REMOTE SENSING APPLICATIONS

Chapter 7 GIS AND REMOTE SENSING APPLICATIONS GIS AND REMOTE SENSING APPLICATIONS 7.1 Introduction Remote sensing (RS) is the science and it works as an art to some extent. The decade of the 1990 s was revolutionary in terms of the introduction of

More information

Remote Sensing of Environment (RSE)

Remote Sensing of Environment (RSE) I N T R O Introduction to Introduction to Remote Sensing T O R S E Remote Sensing of Environment (RSE) with TNTmips page 1 TNTview Before Getting Started Imagery acquired by airborne or satellite sensors

More information

Comprehensive Application on Extraction of Mineral Alteration and Mapping from ETM+ Sensors and ASTER Sensors Data in Ethiopia

Comprehensive Application on Extraction of Mineral Alteration and Mapping from ETM+ Sensors and ASTER Sensors Data in Ethiopia Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Comprehensive Application on Extraction of Mineral Alteration and Mapping from ETM+ Sensors and ASTER Sensors Data in Ethiopia 1 Ming Tao,

More information

Data Sources. The computer is used to assist the role of photointerpretation.

Data Sources. The computer is used to assist the role of photointerpretation. Data Sources Digital Image Data - Remote Sensing case: data of the earth's surface acquired from either aircraft or spacecraft platforms available in digital format; spatially the data is composed of discrete

More information

Remote Sensing. Odyssey 7 Jun 2012 Benjamin Post

Remote Sensing. Odyssey 7 Jun 2012 Benjamin Post Remote Sensing Odyssey 7 Jun 2012 Benjamin Post Definitions Applications Physics Image Processing Classifiers Ancillary Data Data Sources Related Concepts Outline Big Picture Definitions Remote Sensing

More information

Introduction to Remote Sensing

Introduction to Remote Sensing Introduction to Remote Sensing Daniel McInerney Urban Institute Ireland, University College Dublin, Richview Campus, Clonskeagh Drive, Dublin 14. 16th June 2009 Presentation Outline 1 2 Spaceborne Sensors

More information

Spotlight on Hyperspectral

Spotlight on Hyperspectral Spotlight on Hyperspectral From analyzing eelgrass beds in the Pacific Northwest to identifying pathfinder minerals for geological exploration, hyperspectral imagery and analysis is proving its worth for

More information

Monitoring agricultural plantations with remote sensing imagery

Monitoring agricultural plantations with remote sensing imagery MPRA Munich Personal RePEc Archive Monitoring agricultural plantations with remote sensing imagery Camelia Slave and Anca Rotman University of Agronomic Sciences and Veterinary Medicine - Bucharest Romania,

More information

Light, Color, Spectra 05/30/2006. Lecture 17 1

Light, Color, Spectra 05/30/2006. Lecture 17 1 What do we see? Light Our eyes can t t detect intrinsic light from objects (mostly infrared), unless they get red hot The light we see is from the sun or from artificial light When we see objects, we see

More information

29 th Annual Louisiana RS/GIS Workshop April 23, 2013 Cajundome Convention Center Lafayette, Louisiana

29 th Annual Louisiana RS/GIS Workshop April 23, 2013 Cajundome Convention Center Lafayette, Louisiana Landsat Data Continuity Mission 29 th Annual Louisiana RS/GIS Workshop April 23, 2013 Cajundome Convention Center Lafayette, Louisiana http://landsat.usgs.gov/index.php# Landsat 5 Sets Guinness World Record

More information

Image interpretation and analysis

Image interpretation and analysis Image interpretation and analysis Grundlagen Fernerkundung, Geo 123.1, FS 2014 Lecture 7a Rogier de Jong Michael Schaepman Why are snow, foam, and clouds white? Why are snow, foam, and clouds white? Today

More information

Introduction to Remote Sensing Fundamentals of Satellite Remote Sensing. Mads Olander Rasmussen

Introduction to Remote Sensing Fundamentals of Satellite Remote Sensing. Mads Olander Rasmussen Introduction to Remote Sensing Fundamentals of Satellite Remote Sensing Mads Olander Rasmussen (mora@dhi-gras.com) 01. Introduction to Remote Sensing DHI What is remote sensing? the art, science, and technology

More information

LANDSAT THEMATIC MAPPER

LANDSAT THEMATIC MAPPER LANDSAT THEMATIC MAPPER John Wilford 1 and John Creasey 2 1 Cooperative Research Centre for Landscape Environments and Mineral Exploration, Geoscience Australia. PO Box 378, Canberra, ACT 2601. E-mail:

More information

Environmental Remote Sensing GEOG 2021

Environmental Remote Sensing GEOG 2021 Environmental Remote Sensing GEOG 2021 Lecture 2 Image display and enhancement 2 Image Display and Enhancement Purpose visual enhancement to aid interpretation enhancement for improvement of information

More information

8. EDITING AND VIEWING COORDINATES, CREATING SCATTERGRAMS AND PRINCIPAL COMPONENTS ANALYSIS

8. EDITING AND VIEWING COORDINATES, CREATING SCATTERGRAMS AND PRINCIPAL COMPONENTS ANALYSIS Editing and viewing coordinates, scattergrams and PCA 8. EDITING AND VIEWING COORDINATES, CREATING SCATTERGRAMS AND PRINCIPAL COMPONENTS ANALYSIS Aim: To introduce you to (i) how you can apply a geographical

More information

746A27 Remote Sensing and GIS

746A27 Remote Sensing and GIS 746A27 Remote Sensing and GIS Lecture 1 Concepts of remote sensing and Basic principle of Photogrammetry Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University What

More information

Int n r t o r d o u d c u ti t on o n to t o Remote Sensing

Int n r t o r d o u d c u ti t on o n to t o Remote Sensing Introduction to Remote Sensing Definition of Remote Sensing Remote sensing refers to the activities of recording/observing/perceiving(sensing)objects or events at far away (remote) places. In remote sensing,

More information

Lecture 2. Electromagnetic radiation principles. Units, image resolutions.

Lecture 2. Electromagnetic radiation principles. Units, image resolutions. NRMT 2270, Photogrammetry/Remote Sensing Lecture 2 Electromagnetic radiation principles. Units, image resolutions. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

More information

Remote Sensing Exam 2 Study Guide

Remote Sensing Exam 2 Study Guide Remote Sensing Exam 2 Study Guide Resolution Analog to digital Instantaneous field of view (IFOV) f ( cone angle of optical system ) Everything in that area contributes to spectral response mixels Sampling

More information

SEMI-SUPERVISED CLASSIFICATION OF LAND COVER BASED ON SPECTRAL REFLECTANCE DATA EXTRACTED FROM LISS IV IMAGE

SEMI-SUPERVISED CLASSIFICATION OF LAND COVER BASED ON SPECTRAL REFLECTANCE DATA EXTRACTED FROM LISS IV IMAGE SEMI-SUPERVISED CLASSIFICATION OF LAND COVER BASED ON SPECTRAL REFLECTANCE DATA EXTRACTED FROM LISS IV IMAGE B. RayChaudhuri a *, A. Sarkar b, S. Bhattacharyya (nee Bhaumik) c a Department of Physics,

More information

Land Remote Sensing Lab 4: Classication and Change Detection Assigned: October 15, 2017 Due: October 27, Classication

Land Remote Sensing Lab 4: Classication and Change Detection Assigned: October 15, 2017 Due: October 27, Classication Name: Land Remote Sensing Lab 4: Classication and Change Detection Assigned: October 15, 2017 Due: October 27, 2017 In this lab, you will generate several gures. Please sensibly name these images, save

More information

9/12/2011. Training Course Remote Sensing Basic Theory & Image Processing Methods September 2011

9/12/2011. Training Course Remote Sensing Basic Theory & Image Processing Methods September 2011 Training Course Remote Sensing Basic Theory & Image Processing Methods 19 23 September 2011 Popular Remote Sensing Sensors & their Selection Michiel Damen (September 2011) damen@itc.nl 1 Overview Low resolution

More information

ENVI Tutorial: Hyperspectral Signatures and Spectral Resolution

ENVI Tutorial: Hyperspectral Signatures and Spectral Resolution ENVI Tutorial: Hyperspectral Signatures and Spectral Resolution Table of Contents OVERVIEW OF THIS TUTORIAL... 2 SPECTRAL RESOLUTION... 3 Spectral Modeling and Resolution... 4 CASE HISTORY: CUPRITE, NEVADA,

More information

Saturation And Value Modulation (SVM): A New Method For Integrating Color And Grayscale Imagery

Saturation And Value Modulation (SVM): A New Method For Integrating Color And Grayscale Imagery 87 Saturation And Value Modulation (SVM): A New Method For Integrating Color And Grayscale Imagery By David W. Viljoen 1 and Jeff R. Harris 2 Geological Survey of Canada 615 Booth St. Ottawa, ON, K1A 0E9

More information

Remote Sensing. in Agriculture. Dr. Baqer Ramadhan CRP 514 Geographic Information System. Adel M. Al-Rebh G Term Paper.

Remote Sensing. in Agriculture. Dr. Baqer Ramadhan CRP 514 Geographic Information System. Adel M. Al-Rebh G Term Paper. Remote Sensing in Agriculture Term Paper to Dr. Baqer Ramadhan CRP 514 Geographic Information System By Adel M. Al-Rebh G199325390 May 2012 Table of Contents 1.0 Introduction... 4 2.0 Objective... 4 3.0

More information

Sensors and Data Interpretation II. Michael Horswell

Sensors and Data Interpretation II. Michael Horswell Sensors and Data Interpretation II Michael Horswell Defining remote sensing 1. When was the last time you did any remote sensing? acquiring information about something without direct contact 2. What are

More information

BV NNET User manual. V0.2 (Draft) Rémi Lecerf, Marie Weiss

BV NNET User manual. V0.2 (Draft) Rémi Lecerf, Marie Weiss BV NNET User manual V0.2 (Draft) Rémi Lecerf, Marie Weiss 1. Introduction... 2 2. Installation... 2 3. Prerequisites... 2 3.1. Image file format... 2 3.2. Retrieving atmospheric data... 3 3.2.1. Using

More information

Remote Sensing Platforms

Remote Sensing Platforms Types of Platforms Lighter-than-air Remote Sensing Platforms Free floating balloons Restricted by atmospheric conditions Used to acquire meteorological/atmospheric data Blimps/dirigibles Major role - news

More information

An investigation of the Eye of Quebec. by means of PCA, NDVI and Tasseled Cap Transformations

An investigation of the Eye of Quebec. by means of PCA, NDVI and Tasseled Cap Transformations An investigation of the Eye of Quebec by means of PCA, NDVI and Tasseled Cap Transformations Advanced Digital Image Processing Prepared For: Trevor Milne Prepared By: Philipp Schnetzer March 28, 2008 Index

More information

TimeSync V3 User Manual. January Introduction

TimeSync V3 User Manual. January Introduction TimeSync V3 User Manual January 2017 Introduction TimeSync is an application that allows researchers and managers to characterize and quantify disturbance and landscape change by facilitating plot-level

More information

1. What values did you use for bands 2, 3 & 4? Populate the table below. Compile the relevant data for the additional bands in the data below:

1. What values did you use for bands 2, 3 & 4? Populate the table below. Compile the relevant data for the additional bands in the data below: Graham Emde GEOG3200: Remote Sensing Lab # 3: Atmospheric Correction Introduction: This lab teachs how to use INDRISI to correct for atmospheric haze in remotely sensed imagery. There are three models

More information