Lesson 3: Working with Landsat Data

Size: px
Start display at page:

Download "Lesson 3: Working with Landsat Data"

Transcription

1 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 updated, and freely available online. This lesson will provide you with the information necessary to begin working with Landsat imagery in ArcGIS and describe the history and differences between Landsat missions. Objectives: The student will: 1) Understand Landsat filename structures 2) Work with data from multiple Landsat sensors 3) Gap fill Landsat 7 imagery using raster math Keywords: Landsat, Conditional Statement, Mekelle, Ethiopia Resources Required: ArcMap Data Used: Landsat 2 Image (LM XXX01): Landsat 2 image of area surrounding Mekelle, Ethiopia Landsat 5 Image (LT MLK01): Landsat 5 image of area surrounding Mekelle, Ethiopia Landsat 7 Image (LE NPA00): Landsat 7 image of area surrounding Mekelle, Ethiopia Landsat 8 Image (LC LGN00): Landsat 8 image of area surrounding Mekelle, Ethiopia 1

2 Background: Landsat became the first civilian Earth observation satellite when NASA launched Landsat 1 in Since then, there have been 7 subsequent Landsat missions that provide continuous coverage of the Earth s land surface to facilitate continued research in agriculture, geology, forestry, planning, and numerous other areas. The 40+ year global archive of Landsat data is freely available to anyone and provided by the United State Geology Survey (USGS) through a number of online data portals. Before you work with these data, it is important to understand the differences between Landsat sensors and how these differences affect data availability and quality. There have been 7 total successful missions (Landsat 6 failed to achieve orbit) that each have differences in sensor characteristics and the date ranges they cover. When you begin to download data, one of the first things you should consider is the date of the image(s) needed for your project. Use Figure 1 as a reference when determining which sensor data is available for specific dates. Figure 1. Timeline of Landsat Missions. Acquired from: 2

3 As the Landsat Program evolved, so did the sensors equipped onboard each satellite. Quality has progressively increased with each new Landsat sensor, as well as the spectral range that each covers. As such, not all data products you receive will contain the same information. It is important that you know which bands are available from the sensor you are working with and which bands correspond to specific spectral wavelengths (e.g., red, green, blue, NIR, etc.) for that sensor. Table 1 shows which bands are available on each sensor and the corresponding band number for each, as well as the pixel size for each of those bands by sensor. Keep this information in mind, as these band differences will be demonstrated later in this lab. Table 1. Summary of band numbers (e.g., B1, B2) and spatial resolution by Landsat satellites and sensors. The core group of bands used in most applications is shown in gray. Adapted from Young et al., In Review. LS 1-5 MSS LS 4-5 TM LS 7 ETM+ LS 8 OLI/TIRS Pixel Size (m) Coastal aerosol B1 30 Blue - B1 B1 B2 30 Green B1 B2 B2 B3 30* Red B2 B3 B3 B4 30* NIR 1 B3 60 NIR B4 B4 B4 B5 30* SWIR 1 - B5 B5 B6 30 SWIR 2 - B7 B7 B7 30 Thermal - B6 B6 B10 30** Thermal B11 30** Pan-Chromatic - - B8 B8 15 Cirrus B9 30 *MSS data are 60 m pixel size ** Collected at 100m, then resampled to 30m Although we are working specifically with Landsat data in this lesson, some of the foundational steps you learn here will transfer to working with other remotely sensed data from any given platform. The purpose of this lesson is not only to familiarize you with Landsat data, but also increase your comfort and competency working with any remote sensing data in ArcGIS. 3

4 Lesson: Step 1. Working with Landsat Imagery In this section, we will explore the basics of working with Landsat data, including interpreting filenames and exploring data from separate Landsat sensors. Landsat satellites collect data continuously as they orbit the Earth. These data are segmented and delivered as individual scenes based on the Worldwide Reference System (WRS). After selecting and downloading a scene, you will likely receive the data as a TAR GZ file that needs to be unzipped. This will extract a.tar file that also needs to be unzipped to access the raw data. Extracting these files may require you to download and install a program such as 7-Zip: The data presented in this lesson has already been unzipped for you. 1.1 Copy the data folder into your local directory. In your data folder, examine the names of the folders and files contained within (using Windows explorer, not ArcMap). While these names may appear like random identifiers, each piece of the filename contains a piece of information about the data. Figure 2 breaks down the separate components of Landsat filenames. Figure 2. Landsat filename structure. The following codes are used to represent the sensor (second digit) in the file name: C = OLI & TIRS O = OLI only T = IRS only E = ETM+ T = TM M = MSS This specific filename tells us the image was collected by the OLI & TIRS sensors onboard the Landsat 8 satellite for the area contained by path/row 169/51 on Julian Day 63 (March 3 rd, 2016). The Ground Station Identifier (GSI) shows how and where the data were received from one of the ground stations. These data were captured by the USGS Landsat Ground Network (LGN) facilities either in Sioux Falls, South Dakota, USA, or Alice Springs, Australia and we have the first archive version of the data. This particular file is band 1 stored in the GeoTiff file format. Before beginning the next section, Answer Question 1 on the final page. Julian Days (the continuous count of days since the beginning of the year) can be converted into month/day using the following link: 4

5 1.2 Examine the other files in the directory. There are data from Landsat 2, 5, 7 and 8. We will begin by exploring the data from Landsat Open the folder containing the Landsat 8 imagery (Landsat8_LC LGN00). This folder contains several files, a raster file for each band (and the associated files for each raster) and a single text file containing the metadata (.MTL). Open the metadata file, LC LGN00_MTL.txt, using a program such as WordPad to maintain formatting, Right click the file > Open with > WordPad. This file contains the metadata for the imagery, with information such as the satellite name, sensor, processing level, projection, minimum and maximum values for each band, and so on. Explore this information for a while then Answer Question Now we can open and visualize the imagery. Open ArcMap, in the Catalog window, connect to the folder storing your lesson data and navigate to the Landsat 8 folder (Landsat8_LC LGN00). Again, notice that each individual band is stored as a separate raster file. Fortunately, we do not need to add each individual band, ArcMap can read the MTL file and composite (or stack) these images for us. Drag the MTL file (LC LGN00_MTL.txt) from the Catalog Window into the Map Viewer window. Your screen should look like Figure 3. Figure 3. Landsat 8 image of area surrounding Mekelle, Ethiopia. 5

6 Explore the imagery - what specific features do you see? Can you find the city of Mekelle? Notice this imagery has a coarser resolution than the Sentinel-2 imagery from the previous lab (30m vs. 10m). The benefits of using the Landsat MTL file to import the data are twofold. First, you do not need to manually composite the individual bands as we did in the previous lesson. Second, the bands will be labeled automatically In the Table of Contents (notice the bands were brought in automatically as natural color and each band is labeled as Red, Green, or Blue rather than arbitrary band numbers). 1.5 Add band 9 from your working directory, LC LGN00_B9.TIF, to the map viewer and explore this data. This is a new band that was not available on the previous Landsat sensors. Answer Question We can now compare these Landsat 8 data with some older sensors. Add the MTL file for the Landsat 5 imagery, LT MLK01_MTL.txt. Note that the Landsat 5 imagery has a slightly smaller extent and also has fewer bands. Landsat 8 has higher spectral resolution than Landsat 5, meaning it measures a broader range of electromagnetic radiation (and thus has more bands, Table 1). 1.7 Landsat 8 also has a higher radiometric resolution, meaning it can detect finer changes in reflected or emitted energy. Right click the Landsat 5 image and open the Properties, in the Source tab, you will see the Pixel Depth is 8-bit. Now open the Properties of the Landsat 8 imagery and notice the Pixel Depth is 16-bit. What this means is Landsat 5 can distinguish only 256 unique values (2 8, 0-255), while Landsat 8 can distinguish 65,536 unique values (2 16 ). This is a major difference that is illustrated in Figure 4, which shows the fineness of these bit-depths on a small portion of the greyscale gradient. Figure 4. Gradient difference between 8-bit and 16-bit data (on a small portion of the greyscale gradient) 1.8 Now add the Landsat 2 data using the MTL file. Again, notice the different extent, this satellite used a separate Worldwide Reference System (WRS) than the other data from this lesson. Also noticed that we are looking at a false color image, where red is set to NIR, green to red, and blue to green. This is because the MSS sensor has only 4 bands and does not have a blue band. Further, the radiometric resolution of MSS is only 6-bit (2 6, 64 unique values). Consider how these differences in sensors affect the available data for each sensor and how it can be a challenge when working with multiple sensors on a single project (i.e. time-series analysis). Answer Question 4 on the final page. 6

7 Step 2. Conditional Statements and Gap Filling 2.1 You may now remove all the previous files to clear your Table of Contents. Add the final image, which is from the Landsat 7 satellite, LE NPA00_MTL.txt. Pan around and zoom in to explore the imagery. The stripes you see are a result of a failure of the Scan Line Corrector (SLC) onboard the Landsat 7 satellite. The SLC failed in May 2003 and all imagery after that date is affected by this issue. The data in the center vertical portion of the imagery is unaffected, but approximately 22% of each image is not collected. While this renders a large portion of Landsat 7 data nearly useless, Landsat 5 fortunately remained functional until the launch of Landsat 8, so there was no temporal gap in imagery due to this SLC failure (Landsat 5 lasted for 29 years, greatly exceeding its 3 year design life). 2.2 We can still make use of this data by filling in the gaps. There are multiple methods to accomplish this task, but we will focus on a simple method that is available in ArcGIS using a separate, unaffected image. Figure 5. Landsat 7 imagery showing the effect of the scan line corrector (SLC) failure. Imagery shows Mekelle, Ethiopia. 2.3 Zoom in on any striped area. Use the Identify tool to determine the pixel value of a few different pixels in the gap area. 2.4 You should find that all the pixels in these gaps have a value of 0. We can use this information to replace the missing data using a conditional statement. In this process, we will replace all pixels that have a value of 0 with actual spectral data from a separate image. 2.5 Add the file, LE SGS00_B3.TIF (located in the main Data folder); this is band 3 (red) of a Landsat 7 image collected in 2003, prior to the failure of the SLC. You will notice this image does not have the striping effect. Now, add the corresponding band 3 from the striped image, LE NPA00_B3.TIF. 2.6 Find the Con (Spatial Analyst) tool using the Search window or using ArcToolbox and navigate to: Spatial Analyst Tools > Conditional > Con 7

8 2.7 In the Con tool window, select LE NPA00_B3.TIF as the Input Conditional Raster, the input raster will always be the band with the missing data. The Expression is: VALUE = 0 Select the replacement data, LE SGS00_B3.TIF, as the Input True Raster and the input false raster as LE NPA00_B3.TIF (same as the input raster). 2.8 Let s assess what the tool is doing here. By setting LE NPA00_B3.TIF as the input raster, we are stating each cell within this raster will be evaluated by the expression: does the cell have a value of 0? If this condition is true, the 0 value will be replaced by the cell value of LE SGS00_B3.TIF (our true condition, which has no scan line errors). If the condition is false (value does not equal 0), the value from LE NPA00_B3.TIF (our false condition, same as the input raster) will replace the value from the input raster (which will leave these locations unchanged because it is the same dataset). Here is a simplified explanation: Condition: Does the cell value in LE NPA00_B3.TIF= 0 (e.g. is this cell missing data)? True: Replace the cell value with the value from LE SGS00_B3.TIF False: Replace the cell value with the value from LE NPA00_B3.TIF (keep the data the same) Name your Output Raster LE7_Gapfilled_B3.TIF (Figure 5). Figure 6. Parameters to use in the Con tool 2.9 Visually examine the output layer, you will likely still notice a minor striping effect because the data is coming from two separate sources at two separate dates in time (2016 and 2003). Ideally, when performing this step, you would first want to minimize the atmospheric differences between the two scenes by performing a relative correction or by using surface reflectance images, which will be covered in a later lesson Be very cautious using a gap-filled product such as this when performing scientific analysis. Obviously, having a portion of the image from a date prior to May 2003 will have significant impacts on temporal 8

9 analyses or analyses where the date of the imagery is critical (e.g. imagery captured during a flood, post fire, etc.). Also note we have only corrected band 3 here, and this step would need to be repeated for each band to gap-fill the entire image. Answer Question 5. NOTE: There are alternative options in the freely available QGIS software to use spline interpolation to fill in the gap areas (r.fillnulls tool), which does not require a pre-2003 image, instead, it estimates what the values should be in the gap areas based on values near the missing data, though these values may be unreliable. ENVI software also has a similar methods for gap filling. Any use of trade, products, or firm names is for descriptive purposes only and does not imply endorsement by Colorado State University or any other collaborating individuals or agency. This tutorial was created for educational purposes and the data presented in these lessons may be incomplete or inaccurate. 9

10 Exercise Questions 1. Using Figure 1, use the file/folder names to determine which sensor collected the data for each of the files. Landsat 2: Landsat 5: Landsat 7: Landsat 8: 2. What are the map projection, datum, and UTM zone of this file? What is the azimuth and elevation of the sun when this imagery was captured? (Hint: use Control+F to search for specific words in the text document). Map Projection, Datum, and UTM Zone: Sun Azimuth and Elevation: 3. What type of information is stored in the Landsat 8 band 9? What is the descriptive name of this band (use Table 1)? 4. Examine the Source tab in the Properties of the Landsat 2, 5, and 8 files. What is the uncompressed file size of each file? Why do you think these file sizes are so different? Landsat 2: Landsat 5: Landsat 8: 5. What are some potential issues of using gap-filled imagery from Landsat 7 for scientific analysis? Use the imagery from this lesson as an example (2016 and 2003 data). 10

Lesson 9: Multitemporal Analysis

Lesson 9: Multitemporal Analysis Lesson 9: Multitemporal Analysis Lesson Description Multitemporal change analyses require the identification of features and measurement of their change through time. In this lesson, we will examine vegetation

More information

Downloading and formatting remote sensing imagery using GLOVIS

Downloading and formatting remote sensing imagery using GLOVIS Downloading and formatting remote sensing imagery using GLOVIS Students will become familiarized with the characteristics of LandSat, Aerial Photos, and ASTER medium resolution imagery through the USGS

More information

USGS Welcome. 38 th CEOS Working Group on Calibration and Validation Plenary (WGCV-38)

USGS Welcome. 38 th CEOS Working Group on Calibration and Validation Plenary (WGCV-38) Landsat 5 USGS Welcome Prepared for 38 th CEOS Working Group on Calibration and Validation Plenary (WGCV-38) Presenter Tom Cecere International Liaison USGS Land Remote Sensing Program Elephant Butte Reservoir

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

The Landsat Legacy: Monitoring a Changing Earth. U.S. Department of the Interior U.S. Geological Survey

The Landsat Legacy: Monitoring a Changing Earth. U.S. Department of the Interior U.S. Geological Survey The Landsat Legacy: Monitoring a Changing Earth U.S. Department of the Interior U.S. Geological Survey Tom Loveland March 17, 2001 Landsat Science Mission Change is occurring at rates unprecedented in

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

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

Morphology Change Procedure using Satellite Derived Bathymetry

Morphology Change Procedure using Satellite Derived Bathymetry Morphology Change Procedure using Satellite Derived Bathymetry Brian Madore December 23, 2014 To monitor the morphology of a region it is important to have imagery which is taken consistently and can cover

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

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

Remote Sensing in an

Remote Sensing in an Chapter 8. Downloading Landsat Imagery using Earth Explorer Remote Sensing in an ArcMap Environment Remote Sensing Analysis in an ArcMap Environment Tammy E. Parece Image source: landsat.usgs.gov Tammy

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

WGISS-42 USGS Agency Report

WGISS-42 USGS Agency Report WGISS-42 USGS Agency Report U.S. Department of the Interior U.S. Geological Survey Kristi Kline USGS EROS Center Major Activities Landsat Archive/Distribution Changes Land Change Monitoring, Assessment,

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

Sources of Geographic Information

Sources of Geographic Information Sources of Geographic Information Data properties: Spatial data, i.e. data that are associated with geographic locations Data format: digital (analog data for traditional paper maps) Data Inputs: sampled

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

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

Laboratory Exercise 1

Laboratory Exercise 1 Page 1 Laboratory Exercise 1 GEOG*2420 The Earth From Space University of Guelph, Department of Geography Prof. John Lindsay Fall 2013 Total of 32 marks Learning objectives The intention of this lab exercise

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

Lab 3: Introduction to Image Analysis with ArcGIS 10

Lab 3: Introduction to Image Analysis with ArcGIS 10 Lab 3: Introduction to Image Analysis with ArcGIS 10 Peter E. Price TerraView 2010 Peter E. Price All rights reserved. Revised 03/2011. Revised for Geob 373 by BK Feb 7, 2017. V9 The information contained

More information

Impact toolbox. ZIP/DN to TOA reflectance. Principles and tutorial

Impact toolbox. ZIP/DN to TOA reflectance. Principles and tutorial Impact toolbox ZIP/DN to TOA reflectance Principles and tutorial ZIP/DN to TOA reflectance principles RapidEye, Landsat and Sentinel 2 are distributed by their owner in a specific format. The file itself

More information

Raster is faster but vector is corrector

Raster is faster but vector is corrector Account not required Raster is faster but vector is corrector The old GIS adage raster is faster but vector is corrector comes from the two different fundamental GIS models: vector and raster. Each of

More information

SDCG-5 Session 2. Landsat 7/8 status and 2013 Implementation Plan (Element 1)

SDCG-5 Session 2. Landsat 7/8 status and 2013 Implementation Plan (Element 1) Session 2 Landsat 7/8 status and 2013 Implementation Plan (Element 1) Gene Fosnight Mission Landsat Launch and commissioning Landsat 7 Operational: since 15 April 1999 Expected life time:; anticipate decommissioning

More information

Landsat 8 Pansharpen and Mosaic Geomatica 2015 Tutorial

Landsat 8 Pansharpen and Mosaic Geomatica 2015 Tutorial Landsat 8 Pansharpen and Mosaic Geomatica 2015 Tutorial On February 11, 2013, Landsat 8 was launched adding to the constellation of Earth imaging satellites. It is the seventh satellite to reach orbit

More information

Landsat 8. Snabba leveranser av bilder till användarna. Lars-Åke Edgardh. tisdag 9 april 13

Landsat 8. Snabba leveranser av bilder till användarna. Lars-Åke Edgardh. tisdag 9 april 13 Landsat 8 Snabba leveranser av bilder till användarna Lars-Åke Edgardh Keystone A single system for: Many sensors Many types of clients Hides the complexity of sensors. Specialised on: Services High volume

More information

Update on Landsat Program and Landsat Data Continuity Mission

Update on Landsat Program and Landsat Data Continuity Mission Update on Landsat Program and Landsat Data Continuity Mission Dr. Jeffrey Masek LDCM Deputy Project Scientist NASA GSFC, Code 923 November 21, 2002 Draft LDCM Implementation Phase RFP Overview Page 1 Celebrate!

More information

Downloading Imagery & LIDAR

Downloading Imagery & LIDAR Downloading Imagery & LIDAR 333 Earth Explorer The USGS is a great source for downloading many different GIS data products for the entire US and Canada and much of the world. Below are instructions for

More information

Remote sensing image correction

Remote sensing image correction Remote sensing image correction Introductory readings remote sensing http://www.microimages.com/documentation/tutorials/introrse.pdf 1 Preprocessing Digital Image Processing of satellite images can be

More information

NORMALIZING ASTER DATA USING MODIS PRODUCTS FOR LAND COVER CLASSIFICATION

NORMALIZING ASTER DATA USING MODIS PRODUCTS FOR LAND COVER CLASSIFICATION NORMALIZING ASTER DATA USING MODIS PRODUCTS FOR LAND COVER CLASSIFICATION F. Gao a, b, *, J. G. Masek a a Biospheric Sciences Branch, NASA Goddard Space Flight Center, Greenbelt, MD 20771, USA b Earth

More information

Quantifying Land Cover Changes in Maine

Quantifying Land Cover Changes in Maine Quantifying Land Cover Changes in Maine! STUDENT HANDOUT Introduction Change detection tools enable us to compare satellite data from different times to assess damage from natural disasters, characterize

More information

White paper brief IdahoView Imagery Services: LISA 1 Technical Report no. 2 Setup and Use Tutorial

White paper brief IdahoView Imagery Services: LISA 1 Technical Report no. 2 Setup and Use Tutorial White paper brief IdahoView Imagery Services: LISA 1 Technical Report no. 2 Setup and Use Tutorial Keith T. Weber, GISP, GIS Director, Idaho State University, 921 S. 8th Ave., stop 8104, Pocatello, ID

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

Remote Sensing in an

Remote Sensing in an Chapter 11: Creating a Composite Image from Landsat Imagery Remote Sensing in an ArcMap Environment Remote Sensing Analysis in an ArcMap Environment Tammy E. Parece Image source: landsat.usgs.gov Tammy

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

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

Some Basic Concepts of Remote Sensing. Lecture 2 August 31, 2005

Some Basic Concepts of Remote Sensing. Lecture 2 August 31, 2005 Some Basic Concepts of Remote Sensing Lecture 2 August 31, 2005 What is remote sensing Remote Sensing: remote sensing is science of acquiring, processing, and interpreting images and related data that

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

Files Used in This Tutorial. Background. Calibrating Images Tutorial

Files Used in This Tutorial. Background. Calibrating Images Tutorial In this tutorial, you will calibrate a QuickBird Level-1 image to spectral radiance and reflectance while learning about the various metadata fields that ENVI uses to perform calibration. This tutorial

More information

Please show the instructor your downloaded index files and orthoimages.

Please show the instructor your downloaded index files and orthoimages. Student Exercise 1: Sandia Forest Infestation Acquiring Orthophotos and Satellite Imagery Please show the instructor your downloaded index files and orthoimages. Objectives: Determine appropriate imagery

More information

An Introduction to Geomatics. Prepared by: Dr. Maher A. El-Hallaq خاص بطلبة مساق مقدمة في علم. Associate Professor of Surveying IUG

An Introduction to Geomatics. Prepared by: Dr. Maher A. El-Hallaq خاص بطلبة مساق مقدمة في علم. Associate Professor of Surveying IUG An Introduction to Geomatics خاص بطلبة مساق مقدمة في علم الجيوماتكس Prepared by: Dr. Maher A. El-Hallaq Associate Professor of Surveying IUG 1 Airborne Imagery Dr. Maher A. El-Hallaq Associate Professor

More information

LAND SURFACE TEMPERATURE MONITORING THROUGH GIS TECHNOLOGY USING SATELLITE LANDSAT IMAGES

LAND SURFACE TEMPERATURE MONITORING THROUGH GIS TECHNOLOGY USING SATELLITE LANDSAT IMAGES Abstract LAND SURFACE TEMPERATURE MONITORING THROUGH GIS TECHNOLOGY USING SATELLITE LANDSAT IMAGES Aurelian Stelian HILA, Zoltán FERENCZ, Sorin Mihai CIMPEANU University of Agronomic Sciences and Veterinary

More information

LANDSAT 8 Level 1 Product Performance

LANDSAT 8 Level 1 Product Performance Réf: IDEAS-TN-10-CyclicReport LANDSAT 8 Level 1 Product Performance Cyclic Report Month/Year: May 2015 Date: 25/05/2015 Issue/Rev:1/0 1. Scope of this document On May 30, 2013, data from the Landsat 8

More information

INTERNATIONAL JOURNAL OF ENVIRONMENTAL SCIENCES Volume 6, No 5, Copyright by the authors - Licensee IPA- Under Creative Commons license 3.

INTERNATIONAL JOURNAL OF ENVIRONMENTAL SCIENCES Volume 6, No 5, Copyright by the authors - Licensee IPA- Under Creative Commons license 3. INTERNATIONAL JOURNAL OF ENVIRONMENTAL SCIENCES Volume 6, No 5, 2016 Copyright by the authors - Licensee IPA- Under Creative Commons license 3.0 Research article ISSN 0976 4402 Normalised difference water

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

Fundamentals of Remote Sensing

Fundamentals of Remote Sensing Climate Variability, Hydrology, and Flooding Fundamentals of Remote Sensing May 19-22, 2015 GEO-Latin American & Caribbean Water Cycle Capacity Building Workshop Cartagena, Colombia 1 Objective To provide

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

8th ESA ADVANCED TRAINING COURSE ON LAND REMOTE SENSING

8th ESA ADVANCED TRAINING COURSE ON LAND REMOTE SENSING Urban Mapping Practical Sebastian van der Linden, Akpona Okujeni, Franz Schug Humboldt Universität zu Berlin Instructions for practical Summary The Urban Mapping Practical introduces students to the work

More information

The (False) Color World

The (False) Color World There s more to the world than meets the eye In this activity, your group will explore: The Value of False Color Images Different Types of Color Images The Use of Contextual Clues for Feature Identification

More information

Remote Sensing in an

Remote Sensing in an Chapter 15: Spatial Enhancement of Landsat Imagery Remote Sensing in an ArcMap Environment Remote Sensing Analysis in an ArcMap Environment Tammy E. Parece Image source: landsat.usgs.gov Tammy Parece James

More information

Spectral Signatures. Vegetation. 40 Soil. Water WAVELENGTH (microns)

Spectral Signatures. Vegetation. 40 Soil. Water WAVELENGTH (microns) Spectral Signatures % REFLECTANCE VISIBLE NEAR INFRARED Vegetation Soil Water.5. WAVELENGTH (microns). Spectral Reflectance of Urban Materials 5 Parking Lot 5 (5=5%) Reflectance 5 5 5 5 5 Wavelength (nm)

More information

MAPS AND SATELLITE IMAGES TOOLS FOR AN EFFECTIVE MANAGEMENT OF THE HISTORIC CENTER OF SIGHISOARA, AN UNESCO WORLD HERITAGE SITE

MAPS AND SATELLITE IMAGES TOOLS FOR AN EFFECTIVE MANAGEMENT OF THE HISTORIC CENTER OF SIGHISOARA, AN UNESCO WORLD HERITAGE SITE Journal of Young Scientist, Volume VI, 2018 ISSN 2344-1283; ISSN CD-ROM 2344-1291; ISSN Online 2344-1305; ISSN-L 2344 1283 MAPS AND SATELLITE IMAGES TOOLS FOR AN EFFECTIVE MANAGEMENT OF THE HISTORIC CENTER

More information

366 Glossary. Popular method for scale drawings in a computer similar to GIS but without the necessity for spatial referencing CEP

366 Glossary. Popular method for scale drawings in a computer similar to GIS but without the necessity for spatial referencing CEP 366 Glossary GISci Glossary ASCII ASTER American Standard Code for Information Interchange Advanced Spaceborne Thermal Emission and Reflection Radiometer Computer Aided Design Circular Error Probability

More information

In late April of 1986 a nuclear accident damaged a reactor at the Chernobyl nuclear

In late April of 1986 a nuclear accident damaged a reactor at the Chernobyl nuclear CHERNOBYL NUCLEAR POWER PLANT ACCIDENT Long Term Effects on Land Use Patterns Project Introduction: In late April of 1986 a nuclear accident damaged a reactor at the Chernobyl nuclear power plant in Ukraine.

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

Earth Observations from Space U.S. Geological Survey

Earth Observations from Space U.S. Geological Survey Earth Observations from Space U.S. Geological Survey Geography Land Remote Sensing Program Dr. Bryant Cramer April 1, 2009 U.S. Department of the Interior U.S. Geological Survey USGS Landsat Historical

More information

Grant Boxer Consultant Geologist March 10th 2014 (Updated Nov 2014)

Grant Boxer Consultant Geologist March 10th 2014 (Updated Nov 2014) Grant Boxer Consultant Geologist March 10th 2014 (Updated Nov 2014) Work flow for Landsat 8 Landgate Data Selecting and processing basic data Importing into MapInfo Applications SLIP Portal WMS access

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

Lecture 6: Multispectral Earth Resource Satellites. The University at Albany Fall 2018 Geography and Planning

Lecture 6: Multispectral Earth Resource Satellites. The University at Albany Fall 2018 Geography and Planning Lecture 6: Multispectral Earth Resource Satellites The University at Albany Fall 2018 Geography and Planning Outline SPOT program and other moderate resolution systems High resolution satellite systems

More information

Land Cover Change Analysis An Introduction to Land Cover Change Analysis using the Multispectral Image Data Analysis System (MultiSpec )

Land Cover Change Analysis An Introduction to Land Cover Change Analysis using the Multispectral Image Data Analysis System (MultiSpec ) Land Cover Change Analysis An Introduction to Land Cover Change Analysis using the Multispectral Image Data Analysis System (MultiSpec ) Level: Grades 9 to 12 Windows version With Teacher Notes Earth Observation

More information

ATCOR Workflow for IMAGINE 2016

ATCOR Workflow for IMAGINE 2016 ATCOR Workflow for IMAGINE 2016 Version 1.0 Step-by-Step Guide January 2017 ATCOR Workflow for IMAGINE Page 2/24 The ATCOR trademark is owned by DLR German Aerospace Center D-82234 Wessling, Germany URL:

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

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 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

Remote Sensing And Gis Application in Image Classification And Identification Analysis.

Remote Sensing And Gis Application in Image Classification And Identification Analysis. Quest Journals Journal of Research in Environmental and Earth Science Volume 3~ Issue 5 (2017) pp: 55-66 ISSN(Online) : 2348-2532 www.questjournals.org Research Paper Remote Sensing And Gis Application

More information

Remote Sensing Platforms

Remote Sensing Platforms Remote Sensing Platforms Remote Sensing Platforms - Introduction Allow observer and/or sensor to be above the target/phenomena of interest Two primary categories Aircraft Spacecraft Each type offers different

More information

Using Soil Productivity to Assess Agricultural Land Values in North Dakota

Using Soil Productivity to Assess Agricultural Land Values in North Dakota Using Soil Productivity to Assess Agricultural Land Values in North Dakota STUDENT HANDOUT Overview Why is assigning a true and full value to agricultural land parcels important? Agricultural production

More information

Land Cover Change Analysis An Introduction to Land Cover Change Analysis using the Multispectral Image Data Analysis System (MultiSpec )

Land Cover Change Analysis An Introduction to Land Cover Change Analysis using the Multispectral Image Data Analysis System (MultiSpec ) Land Cover Change Analysis An Introduction to Land Cover Change Analysis using the Multispectral Image Data Analysis System (MultiSpec ) Level: Grades 9 to 12 Macintosh version Earth Observation Day Tutorial

More information

Landsat 8, Level 1 Product Performance Cyclic Report July 2016

Landsat 8, Level 1 Product Performance Cyclic Report July 2016 Landsat 8, Level 1 Product Performance Cyclic Report July 2016 Author(s) : Sébastien Saunier (IDEAS+, Telespazio VEGA) Amy Northrop (IDEAS+, Telespazio VEGA) IDEAS+-VEG-OQC-REP-2647 Issue July 2016 1 September

More information

Module 11 Digital image processing

Module 11 Digital image processing Introduction Geo-Information Science Practical Manual Module 11 Digital image processing 11. INTRODUCTION 11-1 START THE PROGRAM ERDAS IMAGINE 11-2 PART 1: DISPLAYING AN IMAGE DATA FILE 11-3 Display of

More information

Landsat 8, Level 1 Product Performance Cyclic Report November 2016

Landsat 8, Level 1 Product Performance Cyclic Report November 2016 Landsat 8, Level 1 Product Performance Cyclic Report November 2016 Author(s) : Sébastien Saunier (IDEAS+, Telespazio VEGA) Amy Northrop (IDEAS+, Telespazio VEGA) IDEAS+-VEG-OQC-REP-2647 Issue November

More information

MRLC 2001 IMAGE PREPROCESSING PROCEDURE

MRLC 2001 IMAGE PREPROCESSING PROCEDURE MRLC 2001 IMAGE PREPROCESSING PROCEDURE The core dataset of the MRLC 2001 database consists of Landsat 7 ETM+ images. Image selection is based on vegetation greenness profiles defined by a multi-year normalized

More information

Chapter 1 Overview of imaging GIS

Chapter 1 Overview of imaging GIS Chapter 1 Overview of imaging GIS Imaging GIS, a term used in the medical imaging community (Wang 2012), is adopted here to describe a geographic information system (GIS) that displays, enhances, and facilitates

More information

Satellite data processing and analysis: Examples and practical considerations

Satellite data processing and analysis: Examples and practical considerations Satellite data processing and analysis: Examples and practical considerations Dániel Kristóf Ottó Petrik, Róbert Pataki, András Kolesár International LCLUC Regional Science Meeting in Central Europe Sopron,

More information

Using IRS Products to Recover 7ETM + Defective Images

Using IRS Products to Recover 7ETM + Defective Images American Journal of Applied Sciences 5 (6): 618-625, 2008 ISSN 1546-9239 2008 Science Publications Using IRS Products to Recover 7ETM + Defective Images 1 Mobasheri Mohammad Reza and 2 Sadeghi Naeini Ali

More information

(Refer Slide Time: 1:28)

(Refer Slide Time: 1:28) Introduction to Remote Sensing Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology Roorkee Lecture 10 Image characteristics and different resolutions in Remote Sensing Hello everyone,

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

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

1. Start a bit about Linux

1. Start a bit about Linux GEOG432/632 Fall 2017 Lab 1 Display, Digital numbers and Histograms 1. Start a bit about Linux Login to the linux environment you already have in order to view this webpage Linux enables both a command

More information

National Aeronautics and Space Administration. Landsat Update. Jeff Masek, NASA GSFC Jim Irons, NASA GSFC. April 3, 2012 LCLUC Meeting.

National Aeronautics and Space Administration. Landsat Update. Jeff Masek, NASA GSFC Jim Irons, NASA GSFC. April 3, 2012 LCLUC Meeting. National Aeronautics and Space Administration Landsat Update Jeff Masek, NASA GSFC Jim Irons, NASA GSFC April 3, 2012 LCLUC Meeting www.nasa.gov Agenda Landsat-5/7 Update LDCM / Landsat-8 Mission Status

More information

The availability of cloud free Landsat TM and ETM+ land observations and implications for global Landsat data production

The availability of cloud free Landsat TM and ETM+ land observations and implications for global Landsat data production 14475 The availability of cloud free Landsat TM and ETM+ land observations and implications for global Landsat data production *V. Kovalskyy, D. Roy (South Dakota State University) SUMMARY The NASA funded

More information

Geo/SAT 2 INTRODUCTION TO REMOTE SENSING

Geo/SAT 2 INTRODUCTION TO REMOTE SENSING Geo/SAT 2 INTRODUCTION TO REMOTE SENSING Paul R. Baumann, Professor Emeritus State University of New York College at Oneonta Oneonta, New York 13820 USA COPYRIGHT 2008 Paul R. Baumann Introduction Remote

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

Remote Sensing in an

Remote Sensing in an Chapter 6: Displaying Data Remote Sensing in an ArcMap Environment Remote Sensing Analysis in an ArcMap Environment Tammy E. Parece Image source: landsat.usgs.gov Tammy Parece James Campbell John McGee

More information

Files Used in this Tutorial

Files Used in this Tutorial Burn Indices Tutorial This tutorial shows how to create various burn index images from Landsat 8 imagery, using the May 2014 San Diego County wildfires as a case study. You will learn how to perform the

More information

Lecture 1 Introduction to Remote Sensing

Lecture 1 Introduction to Remote Sensing Lecture 1 Introduction to Remote Sensing Dr Ian Leiper School of Environmental and Life Sciences Bldg Purple 12.2.27 1 2 Lecture Outline Introductions Unit admin Learning outcomes Unit outline Practicals

More information

CHAPTER 7: Multispectral Remote Sensing

CHAPTER 7: Multispectral Remote Sensing CHAPTER 7: Multispectral Remote Sensing REFERENCE: Remote Sensing of the Environment John R. Jensen (2007) Second Edition Pearson Prentice Hall Overview of How Digital Remotely Sensed Data are Transformed

More information

RGB colours: Display onscreen = RGB

RGB colours:  Display onscreen = RGB RGB colours: http://www.colorspire.com/rgb-color-wheel/ Display onscreen = RGB DIGITAL DATA and DISPLAY Myth: Most satellite images are not photos Photographs are also 'images', but digital images are

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

Separation of crop and vegetation based on Digital Image Processing

Separation of crop and vegetation based on Digital Image Processing Separation of crop and vegetation based on Digital Image Processing Mayank Singh Sakla 1, Palak Jain 2 1 M.TECH GEOMATICS student, CEPT UNIVERSITY 2 M.TECH GEOMATICS student, CEPT UNIVERSITY Word Limit

More information

Landsat 8, Level 1 Product Performance Cyclic Report February 2017

Landsat 8, Level 1 Product Performance Cyclic Report February 2017 Landsat 8, Level 1 Product Performance Cyclic Report February 2017 Author(s) : Sébastien Saunier (IDEAS+, Telespazio VEGA) Amy Northrop (IDEAS+, Telespazio VEGA) IDEAS+-VEG-OQC-REP-2647 Issue February

More information

v Introduction Images Import images in a variety of formats and register the images to a coordinate projection WMS Tutorials Time minutes

v Introduction Images Import images in a variety of formats and register the images to a coordinate projection WMS Tutorials Time minutes v. 10.1 WMS 10.1 Tutorial Import images in a variety of formats and register the images to a coordinate projection Objectives Import various types of image files from different sources. Learn how to work

More information

Introduction to Remote Sensing

Introduction to Remote Sensing Introduction to Remote Sensing Outline Remote Sensing Defined Resolution Electromagnetic Energy (EMR) Types Interpretation Applications Remote Sensing Defined Remote Sensing is: The art and science of

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

Managing Imagery and Raster Data. Peter Becker

Managing Imagery and Raster Data. Peter Becker Managing Imagery and Raster Data Peter Becker ArcGIS is a Comprehensive Imagery Platform Empowering you to make informed decisions System of Engagement System of Insight Extract Information from Imagery

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

Digital database creation of historical Remote Sensing Satellite data from Film Archives A case study

Digital database creation of historical Remote Sensing Satellite data from Film Archives A case study Digital database creation of historical Remote Sensing Satellite data from Film Archives A case study N.Ganesh Kumar +, E.Venkateswarlu # Product Quality Control, Data Processing Area, NRSA, Hyderabad.

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

6th Beirut Water Week 27th February - 1st March 2017

6th Beirut Water Week 27th February - 1st March 2017 Assessment of chlorophyll-a concentration using Landsat Operational Land Imager in Lake Qaraoun, Lebanon Ali Fadel 6th Beirut Water Week 27th February - 1st March 2017 Introduction & problematic Worldwide

More information

Unsupervised Classification

Unsupervised Classification Unsupervised Classification Using SAGA Tutorial ID: IGET_RS_007 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial

More information

Comparing of Landsat 8 and Sentinel 2A using Water Extraction Indexes over Volta River

Comparing of Landsat 8 and Sentinel 2A using Water Extraction Indexes over Volta River Journal of Geography and Geology; Vol. 10, No. 1; 2018 ISSN 1916-9779 E-ISSN 1916-9787 Published by Canadian Center of Science and Education Comparing of Landsat 8 and Sentinel 2A using Water Extraction

More information