SlideShare uma empresa Scribd logo
1 de 8
Baixar para ler offline
Understanding Raster Data 

Introduction 
The following document is intended to provide a basic understanding of raster data.  
Raster data layers (commonly referred to as grids) are the essential data layers used in 
all tools developed by the National Interagency Fuels Technology Team (NIFTT).  If you 
are an experienced ArcGIS user and well familiar with raster data, you may skip this 
primer or review it as a refresher.  
 
What is raster data? 
In its simplest form, a raster consists of a matrix of cells (or pixels) organized into rows 
and columns (or a grid), as shown in the graphic below, where each cell contains a 
value representing information, such as temperature.  Rasters are digital aerial 
photographs, imagery from satellites, digital pictures, or even scanned maps.  
                                                




                                                                        
                                                
 
Data stored in a raster format represent real‐world phenomena such as: 
   • Thematic data (also known as discrete data), representing features such as land‐
       use or soils data.  LANDFIRE data layers depicting fuels, vegetation, fire 
       regimes, and other features are also examples of this. 
   • Continuous data representing phenomena such as temperature and elevation 
       data or spectral data, including, for example, satellite images and aerial 
       photographs. 
   • Pictures; examples include scanned maps or drawings and building 
       photographs. 
 
Thematic and continuous rasters may be displayed as data layers along with other 
geographic data on a map, but they are often used as the source data for spatial analysis 
with the ArcGIS Spatial Analyst extension.  Picture rasters are often used as attributes in 
tables—they can be displayed with geographic data and are used to convey additional 



                                                                                            1
Understanding Raster Data 

information about map features. 
 
While the structure of raster data is simple, it is exceptionally useful for a wide range of 
applications.  Within a GIS, the uses of raster data fall under four main categories: 
   
  1) Rasters as base maps 
  A common use of raster data in a GIS is as a background display for other feature 
  layers.  For example, orthophotographs displayed underneath other layers provide 
  the map user with confidence that map layers are spatially aligned and represent real 
  objects, as shown in the image below. Three main sources of raster base maps are 
  orthophotos from aerial photography, satellite imagery, and scanned maps.   
   




                                                                      
     
    2) Rasters as surface maps 
    Rasters are well suited for representing data that changes continuously across a 
    landscape (surface).  They provide an effective method for storing the continuity as a 
    surface.  They also provide a regularly spaced representation of surfaces.  Elevation 
    values measured from the earthʹs surface are the most common application of surface 
    maps, as depicted in the graphic below.  Other values, such as rainfall, temperature, 
    concentration, and population density, can also define surfaces that can be spatially 
    analyzed.   
     




                                                                                            2
Understanding Raster Data 




                                                                      
                                                  
    3) Rasters as thematic maps 
    Rasters representing thematic data can be derived from analyzing other data.  A 
    common analysis application is the classification of a satellite image by land‐cover 
    categories.  Basically, this activity groups the values of multispectral data into classes 
    (such as biophysical settings shown in the graphic below) and assigns a categorical 
    value.  Thematic maps can also result from geoprocessing operations that combine 
    data from various sources, such as vector, raster, and terrain data.  For example, a user 
    can process data through a geoprocessing model to create a raster data set that maps 
    suitability for a specific activity.  Most of the LANDFIRE data layers are derived in 
    this manner. 
                                                     




                                                                                       
                                                  
    4) Rasters as attributes of a feature 
    Rasters used as attributes of a feature may be digital photographs (see image below), 
    scanned documents, or scanned drawings related to a geographic object or location.  A 
    parcel layer may have scanned legal documents identifying the latest transaction for 
    that parcel, or a layer representing cave openings may have pictures of the actual cave 


                                                                                             3
Understanding Raster Data 

    openings associated with the point features.  
     




                                                                     
 
Why store data as a raster?  
Sometimes there is no choice as to how data are stored; for example, imagery may only 
be available as a raster.  However, there are many other features (such as points) and 
measurements (such as rainfall) that could be stored as either a raster or a feature 
(vector) data type. 
 
Following is a list of the advantages of storing data as a raster: 
    • A simple data structure—A matrix of cells with values representing a coordinate 
        and sometimes linked to an attribute table 
    • A powerful format for advanced spatial and statistical analysis 
    • The ability to represent continuous surfaces and perform surface analysis 
    • The ability to uniformly store points, lines, polygons, and surfaces 
    • The ability to perform fast overlays with complex data sets 
 
Storage space must be a consideration when working with rasters, as they can be 
potentially very large data sets.  Resolution increases as the size of the cell decreases; 
however, cost normally also increases in both disk space and processing speeds.  For a 
given area, changing cells to one‐half the current size requires as much as four times the 
storage space, depending on the type of data and storage techniques used.  There is also 
a loss of precision that accompanies restructuring data to a regularly spaced raster‐cell 
boundary. 
 
General characteristics of raster data  
In raster data sets, each cell (which is also known as a pixel) has a value.  The cell values 
represent the phenomenon portrayed by the raster data set such as a category, 
magnitude, height, or spectral value.  The category could be a land‐use class such as 


                                                                                            4
Understanding Raster Data 

grassland, forest, or road.  A magnitude might represent gravity, noise pollution, or 
percent rainfall.  Height (distance) could represent surface elevation above mean sea 
level, which can be used to derive slope, aspect, and watershed properties.  Spectral 
values are used in satellite imagery and aerial photography to represent light 
reflectance and color. 
 
Cell values can be either positive or negative, integer, or floating point.  Integer values 
are best used to represent categorical (discrete) data, and floating‐point values to 
represent continuous surfaces.  All LANDFIRE data layers are stored as integer value 
rasters.  Cells can also have a NoData value to represent the absence of data. 
 
A cell value applies to the center point of the cell and to the entire area of the cell, as 
depicted below, depending on the raster application. 
 




                                                                                 
                                               
                                               
The area (or surface) represented by each cell consists of the same width and height and 
is an equal portion of the entire surface represented by the raster (see graphic below).  
For example, a raster representing elevation (that is, digital elevation model) may cover 
an area of 100 square kilometers.  If there were 100 cells in this raster, each cell would 
represent one square kilometer of equal width and height (that is, 1 km x 1 km).  
LANDFIRE data cells are 30 meters by 30 meters, with each cell or pixel representing an 
area of 900 square meters, or .2224 acres.   




                                                                                               5
Understanding Raster Data 

                                               




                                                             
The dimension of the cells can be as large or as small as needed to represent the surface 
conveyed by the raster data set and the features within the surface, such as a square 
kilometer, square foot, or even a square centimeter.  The cell size determines how coarse 
or fine the patterns or features in the raster will appear.  The smaller the cell size, the 
smoother or more detailed the raster will be.  However, the greater the number of cells, 
the longer it will take to process, and it will increase the demand for storage space.  If a 
cell size is too large, information may be lost or subtle patterns may be obscured.  For 
example, if the cell size is larger than the width of a road, the road may not exist within 
the raster data set. In the diagram below, you can see how this simple polygon feature 
will be represented by a raster data set at various cell sizes. 
                                                 




                                                                    
                                               

Raster attribute tables 
Raster data sets that contain attribute tables typically have cell values that represent or 
define a class, group, category, or membership.  For example, a satellite image may 
have undergone a classification analysis to create a raster data set that defines land uses. 
Some of the classes in the land‐use classification may be forest land, wetland, crop land, 
and urban.  The numbers below could represent which cell value in the raster data set 
would define the land use:  
 



                                                                                           6
Understanding Raster Data 

       1   Forest land 
       2   Wetland 
       3   Crop land 
       4   Urban 
 
By building a raster attribute table, you can maintain this tableʹs attribute information 
with this classified raster data set, as well as define additional fields to be stored in it.  
For example, there may be specific codes associated with those classes or further 
descriptions of what those classes represent.  You may also want to perform 
calculations on the information in the table.  For example, you may want to keep 
records of the total area represented by those classes by calculating the number of cells 
multiplied by the area each cell represents.  You can also join the raster attribute table to 
other tables.  
 
The graphic below illustrates a raster data set with attribute table. The NoData values 
are not calculated in the raster attribute table.  There are also three columns that are 
calculated by default; the other columns can be added individually or by using a join 
operation.  
 




                                                                                            
                                               
When a raster attribute table is generated, there are three default fields created in the 
table: OID, VALUE, and COUNT.  It is not possible to edit the content in these fields. 
The ObjectID (OID) is a unique system‐defined object identifier number for each row in 
the table.  VALUE is a list of each unique cell value in the raster data sets.  COUNT 
represents the number of cells in the raster data set with the cell value in the VALUE 
column.  Cell values represented by NoData are not calculated in the raster attribute 
table.  
 
In summary, understanding the structure and function of raster data is an important 
foundation for working with LANDFIRE data and the suite of NIFTT tools.  For 



                                                                                             7
Understanding Raster Data 

additional information regarding raster data, please consult ArcGIS Desktop Help or 
visit the ESRI support web site at support.esri.com. 
 
 
 
 
Portions of this work include the intellectual property of ESRI and are used herein under license.  Aspects 
of the ArcGIS® Desktop Help text and graphics have been used and edited for training purposes by 
Acadia West LLC.  Copyright © 2009 ESRI.   All rights reserved. 




                                                                                                          8

Mais conteúdo relacionado

Mais procurados

Raster data model
Raster data modelRaster data model
Raster data modelPramoda Raj
 
TYBSC IT PGIS Unit I Chapter I- Introduction to Geographic Information Systems
TYBSC IT PGIS Unit I  Chapter I- Introduction to Geographic Information SystemsTYBSC IT PGIS Unit I  Chapter I- Introduction to Geographic Information Systems
TYBSC IT PGIS Unit I Chapter I- Introduction to Geographic Information SystemsArti Parab Academics
 
Components of Spatial Data Quality in GIS
Components of Spatial Data Quality in GISComponents of Spatial Data Quality in GIS
Components of Spatial Data Quality in GISKaium Chowdhury
 
THE NATURE AND SOURCE OF GEOGRAPHIC DATA
THE NATURE AND SOURCE OF GEOGRAPHIC DATATHE NATURE AND SOURCE OF GEOGRAPHIC DATA
THE NATURE AND SOURCE OF GEOGRAPHIC DATANadia Aziz
 
Spatial data analysis 1
Spatial data analysis 1Spatial data analysis 1
Spatial data analysis 1Johan Blomme
 
Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatialSumant Diwakar
 
datamodel_vector
datamodel_vectordatamodel_vector
datamodel_vectorRiya Gupta
 
Spatial analysis and modeling
Spatial analysis and modelingSpatial analysis and modeling
Spatial analysis and modelingTolasa_F
 
Geographic Phenomena and their Representations
Geographic Phenomena and their RepresentationsGeographic Phenomena and their Representations
Geographic Phenomena and their RepresentationsNAXA-Developers
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysisAbdul Raziq
 
Structure of geographic data
Structure of geographic dataStructure of geographic data
Structure of geographic dataMd. Yousuf Gazi
 
4.2 spatial data mining
4.2 spatial data mining4.2 spatial data mining
4.2 spatial data miningKrish_ver2
 

Mais procurados (20)

Spatial databases
Spatial databasesSpatial databases
Spatial databases
 
Raster
RasterRaster
Raster
 
Raster data model
Raster data modelRaster data model
Raster data model
 
GIS data structure
GIS data structureGIS data structure
GIS data structure
 
TYBSC IT PGIS Unit I Chapter I- Introduction to Geographic Information Systems
TYBSC IT PGIS Unit I  Chapter I- Introduction to Geographic Information SystemsTYBSC IT PGIS Unit I  Chapter I- Introduction to Geographic Information Systems
TYBSC IT PGIS Unit I Chapter I- Introduction to Geographic Information Systems
 
Components of Spatial Data Quality in GIS
Components of Spatial Data Quality in GISComponents of Spatial Data Quality in GIS
Components of Spatial Data Quality in GIS
 
THE NATURE AND SOURCE OF GEOGRAPHIC DATA
THE NATURE AND SOURCE OF GEOGRAPHIC DATATHE NATURE AND SOURCE OF GEOGRAPHIC DATA
THE NATURE AND SOURCE OF GEOGRAPHIC DATA
 
Spatial data analysis 1
Spatial data analysis 1Spatial data analysis 1
Spatial data analysis 1
 
Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatial
 
datamodel_vector
datamodel_vectordatamodel_vector
datamodel_vector
 
Spatial analysis and modeling
Spatial analysis and modelingSpatial analysis and modeling
Spatial analysis and modeling
 
Geographic Phenomena and their Representations
Geographic Phenomena and their RepresentationsGeographic Phenomena and their Representations
Geographic Phenomena and their Representations
 
GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
 
215 spatial db
215 spatial db215 spatial db
215 spatial db
 
Raster data ppt
Raster data pptRaster data ppt
Raster data ppt
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysis
 
Structure of geographic data
Structure of geographic dataStructure of geographic data
Structure of geographic data
 
Spatial Data Model
Spatial Data ModelSpatial Data Model
Spatial Data Model
 
4.2 spatial data mining
4.2 spatial data mining4.2 spatial data mining
4.2 spatial data mining
 
Spatial data for GIS
Spatial data for GISSpatial data for GIS
Spatial data for GIS
 

Destaque

Automatic digital terrain modelling
Automatic digital terrain modellingAutomatic digital terrain modelling
Automatic digital terrain modellingSumant Diwakar
 
Purpose of command interpreter
Purpose of command interpreterPurpose of command interpreter
Purpose of command interpreterSumant Diwakar
 
Process management in os
Process management in osProcess management in os
Process management in osSumant Diwakar
 
Relation between Ground-based Soil Moisture and Satellite Image-based NDVI
Relation between Ground-based Soil Moisture and Satellite Image-based NDVIRelation between Ground-based Soil Moisture and Satellite Image-based NDVI
Relation between Ground-based Soil Moisture and Satellite Image-based NDVISumant Diwakar
 
Difference between gis and cad
Difference between gis and cadDifference between gis and cad
Difference between gis and cadSumant Diwakar
 
Aerial photographs and their interpretation
Aerial photographs and their interpretationAerial photographs and their interpretation
Aerial photographs and their interpretationSumant Diwakar
 
Secondary storage management in os
Secondary storage management in osSecondary storage management in os
Secondary storage management in osSumant Diwakar
 
Electromagnetic radiation
Electromagnetic radiationElectromagnetic radiation
Electromagnetic radiationSumant Diwakar
 
Services provided by os
Services provided by osServices provided by os
Services provided by osSumant Diwakar
 

Destaque (18)

Process concept
Process conceptProcess concept
Process concept
 
IRSP6
IRSP6IRSP6
IRSP6
 
Digital orthophoto
Digital orthophotoDigital orthophoto
Digital orthophoto
 
Automatic digital terrain modelling
Automatic digital terrain modellingAutomatic digital terrain modelling
Automatic digital terrain modelling
 
MODIS
MODISMODIS
MODIS
 
Purpose of command interpreter
Purpose of command interpreterPurpose of command interpreter
Purpose of command interpreter
 
Process management in os
Process management in osProcess management in os
Process management in os
 
Relation between Ground-based Soil Moisture and Satellite Image-based NDVI
Relation between Ground-based Soil Moisture and Satellite Image-based NDVIRelation between Ground-based Soil Moisture and Satellite Image-based NDVI
Relation between Ground-based Soil Moisture and Satellite Image-based NDVI
 
Difference between gis and cad
Difference between gis and cadDifference between gis and cad
Difference between gis and cad
 
Aerial photographs and their interpretation
Aerial photographs and their interpretationAerial photographs and their interpretation
Aerial photographs and their interpretation
 
Secondary storage management in os
Secondary storage management in osSecondary storage management in os
Secondary storage management in os
 
Ch1 1
Ch1 1Ch1 1
Ch1 1
 
Soil moisture
Soil moistureSoil moisture
Soil moisture
 
C Programming
C ProgrammingC Programming
C Programming
 
Electromagnetic radiation
Electromagnetic radiationElectromagnetic radiation
Electromagnetic radiation
 
Data compression
Data compressionData compression
Data compression
 
Services provided by os
Services provided by osServices provided by os
Services provided by os
 
System call
System callSystem call
System call
 

Semelhante a Understanding raster

Terminology and Basic Questions About GIS
Terminology and Basic Questions About GISTerminology and Basic Questions About GIS
Terminology and Basic Questions About GISMrinmoy Majumder
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)Vandana Verma
 
Intro to GIS and Remote Sensing
Intro to GIS and Remote SensingIntro to GIS and Remote Sensing
Intro to GIS and Remote SensingJohn Reiser
 
Remote Sensing2.ppt
Remote Sensing2.pptRemote Sensing2.ppt
Remote Sensing2.pptAbidHayat9
 
geographic information system pdf
geographic information system pdfgeographic information system pdf
geographic information system pdfRolan Ben Lorono
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systemsVivek Srivastava
 
USING THE G.I.S. INSTRUMENTS TO OPTIMIZE THE DECISIONAL PROCESS AT THE LOCAL ...
USING THE G.I.S. INSTRUMENTS TO OPTIMIZE THE DECISIONAL PROCESS AT THE LOCAL ...USING THE G.I.S. INSTRUMENTS TO OPTIMIZE THE DECISIONAL PROCESS AT THE LOCAL ...
USING THE G.I.S. INSTRUMENTS TO OPTIMIZE THE DECISIONAL PROCESS AT THE LOCAL ...mihai_herbei
 
Unit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptxUnit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptxe20ag004
 
Raster data model
Raster data modelRaster data model
Raster data modelPramoda Raj
 
Introduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxIntroduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxUniversity of Colombo
 
Data models in geographical information system(GIS)
Data models in geographical information system(GIS)Data models in geographical information system(GIS)
Data models in geographical information system(GIS)Pramoda Raj
 
the title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensingthe title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensingmulugeta48
 
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptxUG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptxNancyVerma72
 
Surface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingSurface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingNAXA-Developers
 
Geographic Information System unit 1
Geographic Information System   unit 1Geographic Information System   unit 1
Geographic Information System unit 1sridevi5983
 

Semelhante a Understanding raster (20)

Terminology and Basic Questions About GIS
Terminology and Basic Questions About GISTerminology and Basic Questions About GIS
Terminology and Basic Questions About GIS
 
microclimate
microclimatemicroclimate
microclimate
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
 
Intro to GIS and Remote Sensing
Intro to GIS and Remote SensingIntro to GIS and Remote Sensing
Intro to GIS and Remote Sensing
 
Remote Sensing2.ppt
Remote Sensing2.pptRemote Sensing2.ppt
Remote Sensing2.ppt
 
geographic information system pdf
geographic information system pdfgeographic information system pdf
geographic information system pdf
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systems
 
Overview of gis new
Overview of gis newOverview of gis new
Overview of gis new
 
USING THE G.I.S. INSTRUMENTS TO OPTIMIZE THE DECISIONAL PROCESS AT THE LOCAL ...
USING THE G.I.S. INSTRUMENTS TO OPTIMIZE THE DECISIONAL PROCESS AT THE LOCAL ...USING THE G.I.S. INSTRUMENTS TO OPTIMIZE THE DECISIONAL PROCESS AT THE LOCAL ...
USING THE G.I.S. INSTRUMENTS TO OPTIMIZE THE DECISIONAL PROCESS AT THE LOCAL ...
 
Unit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptxUnit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptx
 
Raster data model
Raster data modelRaster data model
Raster data model
 
Raster data and Vector data
Raster data and Vector dataRaster data and Vector data
Raster data and Vector data
 
Introduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxIntroduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptx
 
Data models in geographical information system(GIS)
Data models in geographical information system(GIS)Data models in geographical information system(GIS)
Data models in geographical information system(GIS)
 
the title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensingthe title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensing
 
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptxUG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
 
Surface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingSurface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical Mapping
 
Geographic Information System unit 1
Geographic Information System   unit 1Geographic Information System   unit 1
Geographic Information System unit 1
 
Fundamentals of GIS
Fundamentals of GISFundamentals of GIS
Fundamentals of GIS
 

Mais de Sumant Diwakar

Hydrologic Assessment in a Middle Narmada Basin, India using SWAT Model
Hydrologic Assessment in a Middle Narmada Basin, India using SWAT ModelHydrologic Assessment in a Middle Narmada Basin, India using SWAT Model
Hydrologic Assessment in a Middle Narmada Basin, India using SWAT ModelSumant Diwakar
 
REMOTE SENSING & GIS APPLICATIONS IN WATERSHED MANAGEMENT
REMOTE SENSING & GIS APPLICATIONS IN WATERSHED MANAGEMENT REMOTE SENSING & GIS APPLICATIONS IN WATERSHED MANAGEMENT
REMOTE SENSING & GIS APPLICATIONS IN WATERSHED MANAGEMENT Sumant Diwakar
 
Solar irradiation & spectral signature
Solar irradiation & spectral signatureSolar irradiation & spectral signature
Solar irradiation & spectral signatureSumant Diwakar
 
Optical remote sensing
Optical remote sensingOptical remote sensing
Optical remote sensingSumant Diwakar
 
Interaction of EMR with atmosphere and earth surface
Interaction of EMR with atmosphere and earth surfaceInteraction of EMR with atmosphere and earth surface
Interaction of EMR with atmosphere and earth surfaceSumant Diwakar
 
History of remote sensing
History of remote sensingHistory of remote sensing
History of remote sensingSumant Diwakar
 
Differential gps (dgps) 09 04-12
Differential gps (dgps) 09 04-12Differential gps (dgps) 09 04-12
Differential gps (dgps) 09 04-12Sumant Diwakar
 
Principle of photogrammetry
Principle of photogrammetryPrinciple of photogrammetry
Principle of photogrammetrySumant Diwakar
 
Aerial photography abraham thomas
Aerial photography abraham thomasAerial photography abraham thomas
Aerial photography abraham thomasSumant Diwakar
 

Mais de Sumant Diwakar (20)

Hydrologic Assessment in a Middle Narmada Basin, India using SWAT Model
Hydrologic Assessment in a Middle Narmada Basin, India using SWAT ModelHydrologic Assessment in a Middle Narmada Basin, India using SWAT Model
Hydrologic Assessment in a Middle Narmada Basin, India using SWAT Model
 
C Programming
C ProgrammingC Programming
C Programming
 
REMOTE SENSING & GIS APPLICATIONS IN WATERSHED MANAGEMENT
REMOTE SENSING & GIS APPLICATIONS IN WATERSHED MANAGEMENT REMOTE SENSING & GIS APPLICATIONS IN WATERSHED MANAGEMENT
REMOTE SENSING & GIS APPLICATIONS IN WATERSHED MANAGEMENT
 
Solar irradiation & spectral signature
Solar irradiation & spectral signatureSolar irradiation & spectral signature
Solar irradiation & spectral signature
 
Optical remote sensing
Optical remote sensingOptical remote sensing
Optical remote sensing
 
Interaction of EMR with atmosphere and earth surface
Interaction of EMR with atmosphere and earth surfaceInteraction of EMR with atmosphere and earth surface
Interaction of EMR with atmosphere and earth surface
 
History of remote sensing
History of remote sensingHistory of remote sensing
History of remote sensing
 
Map projection
Map projectionMap projection
Map projection
 
Differential gps (dgps) 09 04-12
Differential gps (dgps) 09 04-12Differential gps (dgps) 09 04-12
Differential gps (dgps) 09 04-12
 
Principle of photogrammetry
Principle of photogrammetryPrinciple of photogrammetry
Principle of photogrammetry
 
Digital terrain model
Digital terrain modelDigital terrain model
Digital terrain model
 
Aerial photography abraham thomas
Aerial photography abraham thomasAerial photography abraham thomas
Aerial photography abraham thomas
 
Wide field sensor
Wide field sensorWide field sensor
Wide field sensor
 
Thematic mapper
Thematic mapperThematic mapper
Thematic mapper
 
MSS
MSSMSS
MSS
 
LISS
LISSLISS
LISS
 
SPOT
SPOTSPOT
SPOT
 
RADARSAT
RADARSATRADARSAT
RADARSAT
 
LANDSAT
LANDSATLANDSAT
LANDSAT
 
Indian remote sensing
Indian remote sensingIndian remote sensing
Indian remote sensing
 

Último

Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 

Último (20)

Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 

Understanding raster