Raster Data Model
Raster Data Model
Raster Data Model
2
What is raster data?
• Raster data represents the real world as an array of cells
arranged in rows and columns.
• Satellite images, aerial photographs, digital elevation models
(DEMs), scanned maps, and pictures are examples of raster
data.
Each cell has a value that is used to represent some characteristic of that
location, such as temperature, elevation, or a spectral value. Groups of cells
that share a value represent the same type of geographic feature. 3
What is raster data?
• Raster data is typically used for the following:
Aerial Photo
Digital Elevation
Model
Scanned Map
5
Pictures
Which dataset is most appropriate to use?
6
Vector datasets have a low data
volume, display faster.
In addition, they have a complex
data structure.
By contrast, raster datasets have a
high data volume, display slower,
and can contain spatial inaccuracies
owing to limits imposed by the cell
dimensions of the raster dataset.
7
Overlaying polygon vector layers
can be computationally complex.
An overlay can be a simple
operation when you are working
with raster data because cells
from the raster layers stack
directly on top of one another.
8
Which dataset is most appropriate to use?
An overlay operation can be more complex with vector layers than with
raster layers.
9
Sometimes, you will not have the
choice of working with one dataset
type over another
• —for example, your imagery may be
available only as a raster. Otherwise,
your operational choice depends on
your purpose and the availability of
resources.
10
Typically, raster and vector datasets
complement each other. Being able
to use both raster and vector
datasets allows you to benefit from
the advantages of both.
11
The following table summarizes the
advantages and disadvantages of
using either vector or raster datasets
to store spatial data.
12
In the following scenarios, identify
whether raster data or vector data is
most appropriate to represent real-
world features or characteristics
13
14
Being able to move back and forth smoothly
between raster and vector representations of
data is an important aspect of spatial analysis.
You can convert point, line, and polygon features
from any type of source file to a raster, as
described in the following table.
15
When you convert a raster to point features, a
point is created for each non-NoData cell. The
point coordinates are those of the centroid of
the cell.
When you convert a raster representing linear
features to polyline features, lines are created
from connected chains of same-value cells so
that the lines pass through the center of the
cells.
When you convert a raster representing areas,
polygon features are built from groups of
connected same-value cells. The bounding lines
are created from the external cell borders.
The graphic on the left is an example of
a road network (vector data) that has
been converted to raster data. The
graphic on the right is an example of
soils data in raster form converted to
vector data. The result of this
conversion is a categorized polygon
16
feature.
Raster data characteristics
When you have a raster dataset, you
may need to understand its
fundamental characteristics, such as:
• the number of columns and rows, its
format, pixel type, cell size, extent,
projection, and size.
17
The graphic illustrates the grid structure of a raster, where
some element of the real world is assigned to each cell (or
pixel) of the grid. 18
The following table defines various
raster terms.
19
Cell Size of Raster
The cell size, or spatial resolution, of a raster
becomes important when displaying or
comparing raster data with other data types,
such as vector.
The cell size determines how coarse or fine
the patterns or features in the raster will
appear.
Spatial resolution refers to the dimensions of
the cell size representing the area covered on
the ground.
Therefore, if the area covered by a cell is 1 x
1 meter, the resolution is 1 meter.
20
Cell Size of Raster
22
Determining cell size
Choosing an appropriate cell size is not always
simple. You must balance your application's need
for spatial resolution with practical requirements
for quick display, processing time, and storage.
• The spatial resolution of the input data and the storage size of
the raster
• The application and analysis to be performed
• The level of detail you want for the analysis to be performed
• Accuracy and precision and the desired response time
24
The graphic
illustrates two
different cell sizes of
a raster. The cell
size of the data in
the left image is
smaller than that of
the data in the right
image.
26
The extent of a raster is defined by the top,
bottom, left, and right coordinates of the
rectangular area covered by that raster.
27
Raster bands
A band refers to the set of wavelengths on the electromagnetic spectrum.
It is represented by a matrix of cell values that characterize the raster
dataset—for example, spectral value (overall intensity or strength of light).
28
Some rasters have a single band, or layer, of data, whereas
others have multiple bands.
• An example of a single-band raster dataset is a digital elevation
model (DEM). Each cell in a DEM contains only one value representing
surface elevation.
• An orthophoto can have a single band of data (sometimes called a
panchromatic or grayscale image) or three bands (RGB).
• Most satellite or hyperspectral imagery (which records the intensity of
many different bands simultaneously) such as Landsat images have
multiple bands. Typically, these bands contain values within a range
or band of the electromagnetic spectrum.
29
Match the rasters with their
corresponding bands
30
Raster formats
Raster datasets can be stored in many formats, including:
Esri Grid, United States Geological Survey (USGS) Digital Elevation
Model (DEM), National Imagery Transmission Format (NITF), as well
as various image formats:
such as the Tagged Image File Format (TIFF), Multi-resolution
Seamless Image Database (MrSID), Graphics Interchange Format
(GIF), ERDAS IMAGINE (IMG), and Joint Photographic Experts
Group (JPEG).
These formats each have different properties and requirements, and
support specialized uses.
Some offer high data compression, some handle color better than others,
and some are designed specifically to store geographic data.
31
TIFF is recommended for most applications.
• It is the most widely supported format.
• It can be used to store and transfer digital satellite
imagery, scanned aerial photos, elevation models,
scanned maps, or the results of many types of
geographic analysis.
• It supports black-and-white, grayscale, pseudo-color,
and true-color images, all of which can be stored in a
compressed or decompressed format.
32
Raster attribute table
Raster datasets that contain attribute tables typically have cell values that
represent or define a class, group, category, or membership.
A VAT has one record for each unique value in the raster. The record stores
the unique value (VALUE is an integer that represents a particular class or
grouping of cells) and the number of cells (COUNT) in the raster
represented by that value.
If 11 cells
have a value
of 1
representing
water, the VAT
would show a
VALUE = 1
and COUNT =
11 for each of
the 11 cells.
34
Acquiring raster using
sensors
Using different methods of remote sensing,
information about the earth is collected
using sensors (mounted on a satellite
orbiting the earth, or on a plane or other
airborne structure).
These sensors measure the energy reflected
from the earth. This information is
processed, analyzed, and displayed as a
digital image or as a photograph.
These images can be panchromatic,
multispectral, pan-sharpened, or thermal.
35
Aerial Image
An image of a portion of the surface of the earth
taken from a platform flying above the surface but not
in orbit, usually an aircraft.
An example of a passive sensor that can only be used
to detect energy when the naturally occurring energy
is available.
Aerial imagery is often used as a cartographic data
source for basemapping, locating geographic features,
and interpreting environmental conditions.
For example, foresters use aerial images for preparing
forest cover maps, locating possible access roads, and
measuring quantities of trees harvested.
36
Lidar is a remote sensing technology
that measures distance by
illuminating a target with a laser and
analyzing the reflected light.
37
Lidar Image
A profile slice of a lidar all-return point
cloud. Each return is labeled distinctly.
This basic lidar concept can be used to
illustrate the fact that one pulse out of
a lidar sensor can have up to four
associated returns.
This graphic illustrates an active sensor
that provides its own energy source for
illumination and includes the ability to
obtain measurements any time,
regardless of the time of day or season.
38
Thermal Image
An overlay of a USGS photograph and a thermal image of the same
area, highlighting several active breakouts on the coastal plain.
40
Creating rasters from scanning
and surveying
Scanning and surveying are additional sources
for creating rasters.
Hard-copy maps and photographs can be
incorporated into the GIS environment
through the use of a scanning device, which
can convert the maps and photographs into a
digital (raster) format.
Surveying requires the use of specialized
equipment and software. Receivers intended
for mapping have high accuracy and provide
user interfaces that allow rapid data collection.
41
The graphic shows a scanned
map. The map, photograph,
transparency, or other object to
be scanned is typically placed
on a flat surface, and the device
scans the image from side to
side to record it. Scanning
converts the image from analog
to digital format.
42
A surface map created
using GPS data. Capturing
GPS data is manually
intensive but can also
provide highly accurate
locational data. This data
can also be used to verify
or correct the accuracy of
other digital data sets
43
Deriving rasters from vectors or
from other rasters
Rasters can be derived by performing
various geoprocessing operations that
combine data from various sources
such as vectors, other rasters, or
terrain data.
44
Lidar Derived DEM
The graphic shows a bare-earth
lidar-derived DEM, where all man-
made structures and vegetation
have been removed. This DEM is
obtained using the point cloud
lidar data, and is an example of a
raster derived from vector data
(lidar points).
These DEMs have a wide range of
uses such as earthquake hazard
studies, hydrologic modeling,
forestry, flood plain mapping,
wetland studies, geologic studies,
and a variety of analytical and 45
cartographic projects.
The graphic shows a
HillShade
hillshade surface obtained
by determining illumination
values for each cell in a
raster. This is done by
setting a position for a
hypothetical light source
and calculating the
illumination values of each
cell in relation to
neighboring cells. A
hillshade can greatly
enhance the visualization of
a surface for analysis or
graphical display, especially 46
wells.
Lidar-derived Intensity image
This graphic shows a lidar-derived
intensity image created using a
point-cloud lidar dataset (vector
data). Intensity is a measure,
collected for every point, of the
return strength of the laser pulse
that generated the point. The
intensity images have a variety of
uses in GIS applications such as
feature detection and extraction,
lidar point classification, and as a
substitute for aerial imagery
when none is available. If your
lidar points include intensity
values, you can make images
from them that look something
like black and white aerial photos, 50
52
Drone Mapping
53
THANK YOU
54