SlideShare una empresa de Scribd logo
1 de 43
Descargar para leer sin conexión
Preparation and Presentation of Geospatial
Data in Maps
AFM Tariqul Islam
Scientific Officer, BARI,Gazipur
E-mail: afmtareq@gmail.com
What is Spatial Data?
Spatial Data – it is the data or information that identifies the
geographic location of features and boundaries on Earth ,
such as natural or constructed features, oceans , and more .
Spatial data is usually stored as coordinate and topology, and
is data that can be mapped.
Types of SPATIAL DATA
• RASTER
• VECTOR
• Real World
Source: Defense Mapping School
National Imagery and Mapping Agency
Raster and Vector Data Models
Vector Representation
X-AXIS
500
400
300
200
100
600
500
400
300
200
100
Y-AXIS
River
House
600
Trees
Trees
B
B
B B
B
B
B
B G
G
BK
B
B
B
G
G
G G
G
Raster Representation
1 2 3 4 5 6 7 8 9 10
1
2
3
4
5
6
7
8
9
10
Real World
G
G
Source: Defense Mapping School
National Imagery and Mapping Agency
Vector Data
Vector data provide a way to represent real world features
within the GIS environment. A vector feature has its shape
represented using geometry. The geometry is made up of one
or more interconnected vertices. A vertex describe a position
in space using an x, y and optionally z axis. In the vector data
model, features on the earth are represented as:
• points
• lines / routes
• polygons / regions
• TINs (triangulated irregular networks)
Vector Data
This system of recording features is based on the interaction
between arcs and nodes, represented by points, lines and
polygons. A point is a single node, a line is two nodes with an
arc between them, and a polygon is a closed group of three
or more arcs. With these three elements , it is possible to
record most all necessary information.
Points Lines Polygons
Vector Data
Advantages : Data can be represented at its original resolution
and form without generalization. Graphic output is usually
more aesthetically pleasing (traditional cartographic
representation); Since most data, e.g. hard copy maps, is in
vector form no data conversion is required. Accurate
geographic location of data is maintained.
Disadvantages: The location of each vertex needs to be stored
explicitly. For effective analysis, vector data must be
converted into a topological structure. This is often processing
intensive and usually requires extensive data cleaning. As
well, topology is static, and any updating or editing of the
vector data requires re-building of the topology.
Raster Data
Raster Data – cell –based data such as aerial imagery and
digital elevation models. Raster data is characterized by pixel
values. Basically, a raster file is a giant table, where each pixel
is assigned a specific value from 0 to 255. The meaning
behind these values is specified by the user – they can
represent elevations, temperature, hydrology and etc.
Raster Data
Raster data are good at:
• representing continuous data (e.g., slope, elevation)
• representing multiple feature types (e.g., points, lines, and
polygons) as single feature types (cells)
• rapid computations ("map algebra") in which raster layers
are treated as elements in mathematical expressions
• analysis of multi-layer or multivariate data (e.g., satellite
image processing and analysis)
• hogging disk space
Raster Data
Advantages : The geographic location of each cell is implied
by its position in the cell matrix. Accordingly, other than an
origin point, e.g. bottom left corner, no geographic
coordinates are stored. Due to the nature of the data storage
technique data analysis is usually easy to program and quick
to perform. The inherent nature of raster maps, e.g. one
attribute maps, is ideally suited for mathematical modeling
and quantitative analysis. Grid-cell systems are very
compatible with raster-based output devices, e.g.
electrostatic plotters, graphic terminals.
Raster Data
Disadvantages: The cell size determines the resolution at
which the data is represented.; It is especially difficult to
adequately represent linear features depending on the cell
resolution. Accordingly, network linkages are difficult to
establish. Processing of associated attribute data may be
cumbersome if large amounts of data exists. Raster maps
inherently reflect only one attribute or characteristic for an
area. Most output maps from grid-cell systems do not
conform to high-quality cartographic needs.
Visualization of Spatial Data
What is GIS ?
• A method to
visualize, manipulate,
analyze, and display spatial
data
• “Smart Maps” linking a
database to the map
GIS data formats (files)
• Shapefiles
• Coverages
• TIN (e.g. elevation can be stored as TIN)
– Triangulated Irregular Network
• Grid (e.g. elevation can be stored as Grid)
• Image (e.g. elevation can be stored as image)
Vector data
Raster data
Shape Files
• Nontopological
• Advantages no overhead to process topology
• Disadvantages polygons are double digitized,
no topologic data checking
• At least 3 files .shp .shx .dbf
Geospatial Data Preparation
for Mapping
Data Collection
• Can be most expensive GIS activity
• Many diverse sources
• Two broad types of collection
– Data capture (direct collection)
– Data transfer
• Two broad capture methods
– Primary (direct measurement)
– Secondary (indirect derivation)
Data Collection Techniques
Field/Raster Object/Vector
Primary Digital remote
sensing images
GPS
measurements
including VGI
Digital aerial
photographs
Survey
measurements
Secondary Scanned maps Topographic
surveys
DEMs from maps Toponymy data
sets from atlases
Primary Data Capture
• Capture specifically for GIS use
• Raster – remote sensing
– e.g., SPOT and IKONOS satellites and aerial photography,
echosounding at sea
– Passive and active sensors
• Resolution is key consideration
– Spatial
– Spectral, Acoustic
– Temporal
Vector Primary Data Capture
• Surveying
– Locations of objects determines by angle and distance
measurements from known locations
– Uses expensive field equipment and crews
– Most accurate method for large scale, small areas
• GPS
– Collection of satellites used to fix actual locations on
Earth’s surface
– Differential GPS used to improve accuracy
Secondary Geographic Data Capture
• Data collected for other purposes, then
converted for use in GIS
• Raster conversion
– Scanning of maps, aerial photographs, documents,
etc.
– Important scanning parameters are spatial and
spectral (bit depth) resolution
Map Types
• Different demands require different types of maps
– Dependent on the data being used.
• Different maps can have many symbols, or only one
symbol.
– Depends on what you’re trying to show.
• Maps might use
– Nominal data- names or ID’s objects
– Categorical data- separates data into groups or classes
– Ordinal data- separates data based on quantitative rank
– Numerical data- data based on numbers with a standard
interval between them
A single symbol map
each pink shaded polygon is a state
Categorical Data
points lines polygons
Nominal data
• Data identified or named by some type of label
– Can be text or number
• Maps often have many objects, almost all of
which have points, lines and polygons that are
identified as some unique feature
– Points may be a city or house
– Lines may be rivers, faults, railroads, roads, etc.
– Polygons may be parks, states, counties, countries,
etc.
Ordinal data
• Data are grouped by rank according to some
quantitative measure
– Cities may be small medium or large
– Students may earn A B C or D’s in class
– Soils may have I, II, III, IV infiltration
• The data must be represented by unique values
maps and colors must show or portray an increasing
sense of value
A geological map is a Unique Values Map based on categorical data
representing different formations, or other geological units
Numerical data
• Numbers that represent continuous phenomena that fall along a
regularly spaced interval
– Rainfall, elevations, populations, chemical concentrations, etc.
• Equal changes in the interval involve equal changes in the thing being
measured
• Ratio vs Interval numerical data
– Ratio measured with respect to some meaningful zero point
• Ex.- Rainfall; if zero, then no rain has fallen
• Can add, subtract, multiply and divide these data
– Interval measured against no meaningful zero point
• Ex.- Temperature in F or C scale; has a regular scale, but zero on the
thermometer does not mean a total lack of temperature.
• Any data that can have a negative value is Interval (e.g. elevation)
• Interval can only support addition and subtraction
Symbols associated with numerical data
• Points and Lines typically arranged so that the bigger the
numerical attribute number, the larger the point or the
thicker the line
– Graduated Symbols- Points and lines are divided into
classes with a given range of values for each class and
a symbol unique to that class
• A classed map
– Proportional Symbols- numeric value is proportional to
the size of the symbol
• Creates what is referred to as an unclassed map
Classed map
Unclassed map
• Polygons-numeric data are typically represented
by colors
– Can vary by hue, saturation or intensity
– Changes in rainfall are commonly represented this way
with each class a deeper shading of the color
(intensity) for that shape
Symbols associated with numerical data
Two varieties of precipitation maps
using color intensity
The top map uses a
monochromatic intensity ramp to
represent various increasing
amounts of annual rainfall
The bottom is a two toned color
ramp of the same data, with yellow
= dryer and green = wetter
Graduated color maps or Choropleth maps
Normalized data
• Some features will have larger symbols due to
larger attribute values associated with larger
coverages or areas
– Larger counties will often have more farmland or
larger populations, but it will be spread out over larger
areas.
– Normalizing the population to area (people divided by
square miles) keeps the symbols from being
disproportionally larger and therefore seemingly more
important
Dot density maps can normalize the data by letting each dot represent 1
million people.
the more dots, the more people in that state. Can be arranged in
specific locations in the state too
Chart maps
Classifying (grouping) data
• Many methods for grouping numeric data
– Depends what you want to show
• Natural breaks (Jenks)- looks for gaps in data values
• Equal interval-equal size for the intervals
• Defined interval- range of values defined by user
• Quantile- same number of features in each class
– Class defined
• Geometric interval- each class multiplied by a coefficient
to create the next class
• Standard deviation- the statistical deviation from normal
of the data in any attribute field
• Manual (arbitrary) breaks- self explanatory
Raster data
• Two types of rasters
– Thematic Raster and Image raster
• Thematic- 2 categories
– Discrete- coded values identify discrete regions of
similar values
• e.g., geology or land use
– Continuous- values change continuously from one
location to another
• e.g., elevation or precipitation
• Image- from satellites and photos
– Pixels are given lightness/darkness values from 0-255
with 0 being black and 255 being white
Discrete raster
• Best using Unique Values classification
– Each value receives a color
• Geology map example on next slide
Continuous raster
• Classified
– Values divided into classes and classes are
given colors
• Elevation map example on next slide
• Stretched
– Values are scaled to one of 256 color shades
• Elevation map c) on next slide
a) Thematic raster discrete unique
values- geology
b) Thematic raster continuous classified
values- elevation
c) Thematic raster continuous stretched
elevation

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

TYBSC IT PGIS Unit III Chapter I Spatial Referencing and Positioning
TYBSC IT PGIS Unit III Chapter I Spatial Referencing and PositioningTYBSC IT PGIS Unit III Chapter I Spatial Referencing and Positioning
TYBSC IT PGIS Unit III Chapter I Spatial Referencing and Positioning
 
Info Grafix
Info GrafixInfo Grafix
Info Grafix
 
Methods for Mapping Temporal Data
Methods for Mapping Temporal DataMethods for Mapping Temporal Data
Methods for Mapping Temporal Data
 
Optimizing spatial database
Optimizing spatial databaseOptimizing spatial database
Optimizing spatial database
 
215 spatial db
215 spatial db215 spatial db
215 spatial db
 
Vector data model
Vector data modelVector data model
Vector data model
 
Structure of geographic data
Structure of geographic dataStructure of geographic data
Structure of geographic data
 
GettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10xGettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10x
 
Raster data ppt
Raster data pptRaster data ppt
Raster data ppt
 
DATA GRAPHICS -REPRESENTATION OF DATA
DATA GRAPHICS -REPRESENTATION OF DATADATA GRAPHICS -REPRESENTATION OF DATA
DATA GRAPHICS -REPRESENTATION OF DATA
 
TerraWorld
TerraWorldTerraWorld
TerraWorld
 
spatial databases ADBMS ppt
spatial databases ADBMS pptspatial databases ADBMS ppt
spatial databases ADBMS ppt
 
Gis Tutorial Purnawan
Gis Tutorial PurnawanGis Tutorial Purnawan
Gis Tutorial Purnawan
 
Types of-maps - part 2
Types of-maps - part 2Types of-maps - part 2
Types of-maps - part 2
 
Surfer software
Surfer softwareSurfer software
Surfer software
 
Graphic Aids in Making Reports
Graphic Aids in Making ReportsGraphic Aids in Making Reports
Graphic Aids in Making Reports
 
Gis Concepts 5/5
Gis Concepts 5/5Gis Concepts 5/5
Gis Concepts 5/5
 
Graphic communication
Graphic communicationGraphic communication
Graphic communication
 
Introduction to Maps
Introduction to MapsIntroduction to Maps
Introduction to Maps
 
Spatial Databases
Spatial DatabasesSpatial Databases
Spatial Databases
 

Similar a Gis basic

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
 
Assignment vector raster
Assignment vector rasterAssignment vector raster
Assignment vector rasterfredsk2006
 
Vector data model
Vector data model Vector data model
Vector data model Pramoda Raj
 
Vector data model
Vector data modelVector data model
Vector data modelPramoda Raj
 
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
 
Introduction to GIS & Cartography.pdf
Introduction to GIS & Cartography.pdfIntroduction to GIS & Cartography.pdf
Introduction to GIS & Cartography.pdfLareebMoeen1
 
Geographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureGeographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureKiranmai nalla
 
Introduction to gis and arc gis
Introduction to gis and arc gis Introduction to gis and arc gis
Introduction to gis and arc gis Saad Raja
 
UNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptUNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptRamMishra65
 
UNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).pptUNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).pptRamMishra65
 
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
 
What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)John Lanser
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GISSatish Taji
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)Vandana Verma
 

Similar a Gis basic (20)

Spatial data for GIS
Spatial data for GISSpatial data for GIS
Spatial data for GIS
 
Types of GIS Data
Types of GIS DataTypes of GIS Data
Types of GIS Data
 
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
 
Assignment vector raster
Assignment vector rasterAssignment vector raster
Assignment vector raster
 
Vector data model
Vector data model Vector data model
Vector data model
 
Vector data model
Vector data modelVector data model
Vector data model
 
GIS - lecture-1.ppt
GIS - lecture-1.pptGIS - lecture-1.ppt
GIS - lecture-1.ppt
 
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
 
Introduction to GIS & Cartography.pdf
Introduction to GIS & Cartography.pdfIntroduction to GIS & Cartography.pdf
Introduction to GIS & Cartography.pdf
 
Geographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureGeographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agriculture
 
Introduction to gis and arc gis
Introduction to gis and arc gis Introduction to gis and arc gis
Introduction to gis and arc gis
 
UNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptUNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).ppt
 
UNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).pptUNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).ppt
 
Gis functions
Gis functionsGis functions
Gis functions
 
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
 
What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS
 
Geographical Information System
Geographical Information SystemGeographical Information System
Geographical Information System
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
 
Topic basic gis session 1
Topic  basic gis session 1Topic  basic gis session 1
Topic basic gis session 1
 

Más de Mahbubul Hassan

#1 guidelines for expression of stable isotope ratio results
#1 guidelines for expression of stable isotope ratio results#1 guidelines for expression of stable isotope ratio results
#1 guidelines for expression of stable isotope ratio resultsMahbubul Hassan
 
#1 irms guide finalv3.1 web +++++
#1 irms guide finalv3.1 web +++++#1 irms guide finalv3.1 web +++++
#1 irms guide finalv3.1 web +++++Mahbubul Hassan
 
#1 isotope guidelines coplen 2011
#1 isotope guidelines   coplen 2011#1 isotope guidelines   coplen 2011
#1 isotope guidelines coplen 2011Mahbubul Hassan
 
#1 stable isotope deltas tiny yet robust signatures in nature
#1 stable isotope deltas tiny yet robust signatures in nature#1 stable isotope deltas tiny yet robust signatures in nature
#1 stable isotope deltas tiny yet robust signatures in natureMahbubul Hassan
 
#2 determination of o 18 of water and c-13 of dic using simple modification o...
#2 determination of o 18 of water and c-13 of dic using simple modification o...#2 determination of o 18 of water and c-13 of dic using simple modification o...
#2 determination of o 18 of water and c-13 of dic using simple modification o...Mahbubul Hassan
 
13 c analyses of calcium carbonate comparison between gb and ea
13 c analyses of calcium carbonate comparison between gb and ea13 c analyses of calcium carbonate comparison between gb and ea
13 c analyses of calcium carbonate comparison between gb and eaMahbubul Hassan
 
13 doc analysis technique - isotope tracer tech inc
13 doc analysis technique - isotope tracer tech inc13 doc analysis technique - isotope tracer tech inc
13 doc analysis technique - isotope tracer tech incMahbubul Hassan
 
2016 new organic reference materials for h, c, n measurements supporting in...
2016 new organic reference materials for h, c, n measurements   supporting in...2016 new organic reference materials for h, c, n measurements   supporting in...
2016 new organic reference materials for h, c, n measurements supporting in...Mahbubul Hassan
 
Absolute isotopic scale for deuterium analysis of natural waters
Absolute isotopic scale for deuterium analysis of natural watersAbsolute isotopic scale for deuterium analysis of natural waters
Absolute isotopic scale for deuterium analysis of natural watersMahbubul Hassan
 
Acid fumigation preparing c-13 solid samples for organic analysis
Acid fumigation   preparing c-13 solid samples for organic analysisAcid fumigation   preparing c-13 solid samples for organic analysis
Acid fumigation preparing c-13 solid samples for organic analysisMahbubul Hassan
 
Acid fumigation of soils to remove co3 prior to c 13 isotopic analysis
Acid fumigation of soils to remove co3 prior to c 13 isotopic analysisAcid fumigation of soils to remove co3 prior to c 13 isotopic analysis
Acid fumigation of soils to remove co3 prior to c 13 isotopic analysisMahbubul Hassan
 
Carbonate removal by acid fumigation for measuring 13 c
Carbonate removal by acid fumigation for measuring 13 cCarbonate removal by acid fumigation for measuring 13 c
Carbonate removal by acid fumigation for measuring 13 cMahbubul Hassan
 
Carbonate removal from coastal sediments for the determination of organic c a...
Carbonate removal from coastal sediments for the determination of organic c a...Carbonate removal from coastal sediments for the determination of organic c a...
Carbonate removal from coastal sediments for the determination of organic c a...Mahbubul Hassan
 
Forensic application of irms
Forensic application of irmsForensic application of irms
Forensic application of irmsMahbubul Hassan
 
Improved method for analysis of dic in natural water samples
Improved method for analysis of dic in natural water samplesImproved method for analysis of dic in natural water samples
Improved method for analysis of dic in natural water samplesMahbubul Hassan
 
Introduction to isotopic calculation
Introduction to isotopic calculationIntroduction to isotopic calculation
Introduction to isotopic calculationMahbubul Hassan
 
Isotope ratio mass spectrometry minireview
Isotope ratio mass spectrometry   minireviewIsotope ratio mass spectrometry   minireview
Isotope ratio mass spectrometry minireviewMahbubul Hassan
 
Measurement of slap2 and gisp 17 o and proposed vsmow slap normalization
Measurement of slap2 and gisp 17 o and proposed vsmow slap normalizationMeasurement of slap2 and gisp 17 o and proposed vsmow slap normalization
Measurement of slap2 and gisp 17 o and proposed vsmow slap normalizationMahbubul Hassan
 
Method of sampling and analysis of 13 c dic in groundwaters
Method of sampling and analysis of 13 c dic in groundwatersMethod of sampling and analysis of 13 c dic in groundwaters
Method of sampling and analysis of 13 c dic in groundwatersMahbubul Hassan
 

Más de Mahbubul Hassan (20)

#1 guidelines for expression of stable isotope ratio results
#1 guidelines for expression of stable isotope ratio results#1 guidelines for expression of stable isotope ratio results
#1 guidelines for expression of stable isotope ratio results
 
#1 irms guide finalv3.1 web +++++
#1 irms guide finalv3.1 web +++++#1 irms guide finalv3.1 web +++++
#1 irms guide finalv3.1 web +++++
 
#1 isotope guidelines coplen 2011
#1 isotope guidelines   coplen 2011#1 isotope guidelines   coplen 2011
#1 isotope guidelines coplen 2011
 
#1 stable isotope deltas tiny yet robust signatures in nature
#1 stable isotope deltas tiny yet robust signatures in nature#1 stable isotope deltas tiny yet robust signatures in nature
#1 stable isotope deltas tiny yet robust signatures in nature
 
#2 determination of o 18 of water and c-13 of dic using simple modification o...
#2 determination of o 18 of water and c-13 of dic using simple modification o...#2 determination of o 18 of water and c-13 of dic using simple modification o...
#2 determination of o 18 of water and c-13 of dic using simple modification o...
 
13 c analyses of calcium carbonate comparison between gb and ea
13 c analyses of calcium carbonate comparison between gb and ea13 c analyses of calcium carbonate comparison between gb and ea
13 c analyses of calcium carbonate comparison between gb and ea
 
13 doc analysis technique - isotope tracer tech inc
13 doc analysis technique - isotope tracer tech inc13 doc analysis technique - isotope tracer tech inc
13 doc analysis technique - isotope tracer tech inc
 
2013 sk~1
2013 sk~12013 sk~1
2013 sk~1
 
2016 new organic reference materials for h, c, n measurements supporting in...
2016 new organic reference materials for h, c, n measurements   supporting in...2016 new organic reference materials for h, c, n measurements   supporting in...
2016 new organic reference materials for h, c, n measurements supporting in...
 
Absolute isotopic scale for deuterium analysis of natural waters
Absolute isotopic scale for deuterium analysis of natural watersAbsolute isotopic scale for deuterium analysis of natural waters
Absolute isotopic scale for deuterium analysis of natural waters
 
Acid fumigation preparing c-13 solid samples for organic analysis
Acid fumigation   preparing c-13 solid samples for organic analysisAcid fumigation   preparing c-13 solid samples for organic analysis
Acid fumigation preparing c-13 solid samples for organic analysis
 
Acid fumigation of soils to remove co3 prior to c 13 isotopic analysis
Acid fumigation of soils to remove co3 prior to c 13 isotopic analysisAcid fumigation of soils to remove co3 prior to c 13 isotopic analysis
Acid fumigation of soils to remove co3 prior to c 13 isotopic analysis
 
Carbonate removal by acid fumigation for measuring 13 c
Carbonate removal by acid fumigation for measuring 13 cCarbonate removal by acid fumigation for measuring 13 c
Carbonate removal by acid fumigation for measuring 13 c
 
Carbonate removal from coastal sediments for the determination of organic c a...
Carbonate removal from coastal sediments for the determination of organic c a...Carbonate removal from coastal sediments for the determination of organic c a...
Carbonate removal from coastal sediments for the determination of organic c a...
 
Forensic application of irms
Forensic application of irmsForensic application of irms
Forensic application of irms
 
Improved method for analysis of dic in natural water samples
Improved method for analysis of dic in natural water samplesImproved method for analysis of dic in natural water samples
Improved method for analysis of dic in natural water samples
 
Introduction to isotopic calculation
Introduction to isotopic calculationIntroduction to isotopic calculation
Introduction to isotopic calculation
 
Isotope ratio mass spectrometry minireview
Isotope ratio mass spectrometry   minireviewIsotope ratio mass spectrometry   minireview
Isotope ratio mass spectrometry minireview
 
Measurement of slap2 and gisp 17 o and proposed vsmow slap normalization
Measurement of slap2 and gisp 17 o and proposed vsmow slap normalizationMeasurement of slap2 and gisp 17 o and proposed vsmow slap normalization
Measurement of slap2 and gisp 17 o and proposed vsmow slap normalization
 
Method of sampling and analysis of 13 c dic in groundwaters
Method of sampling and analysis of 13 c dic in groundwatersMethod of sampling and analysis of 13 c dic in groundwaters
Method of sampling and analysis of 13 c dic in groundwaters
 

Último

Item # 4 - 231 Encino Ave (Significance Only).pdf
Item # 4 - 231 Encino Ave (Significance Only).pdfItem # 4 - 231 Encino Ave (Significance Only).pdf
Item # 4 - 231 Encino Ave (Significance Only).pdfahcitycouncil
 
Global debate on climate change and occupational safety and health.
Global debate on climate change and occupational safety and health.Global debate on climate change and occupational safety and health.
Global debate on climate change and occupational safety and health.Christina Parmionova
 
Antisemitism Awareness Act: pénaliser la critique de l'Etat d'Israël
Antisemitism Awareness Act: pénaliser la critique de l'Etat d'IsraëlAntisemitism Awareness Act: pénaliser la critique de l'Etat d'Israël
Antisemitism Awareness Act: pénaliser la critique de l'Etat d'IsraëlEdouardHusson
 
Booking open Available Pune Call Girls Shukrawar Peth 6297143586 Call Hot In...
Booking open Available Pune Call Girls Shukrawar Peth  6297143586 Call Hot In...Booking open Available Pune Call Girls Shukrawar Peth  6297143586 Call Hot In...
Booking open Available Pune Call Girls Shukrawar Peth 6297143586 Call Hot In...tanu pandey
 
Incident Command System xxxxxxxxxxxxxxxxxxxxxxxxx
Incident Command System xxxxxxxxxxxxxxxxxxxxxxxxxIncident Command System xxxxxxxxxxxxxxxxxxxxxxxxx
Incident Command System xxxxxxxxxxxxxxxxxxxxxxxxxPeter Miles
 
VIP Russian Call Girls in Indore Ishita 💚😋 9256729539 🚀 Indore Escorts
VIP Russian Call Girls in Indore Ishita 💚😋  9256729539 🚀 Indore EscortsVIP Russian Call Girls in Indore Ishita 💚😋  9256729539 🚀 Indore Escorts
VIP Russian Call Girls in Indore Ishita 💚😋 9256729539 🚀 Indore Escortsaditipandeya
 
Junnar ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Junnar ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Junnar ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Junnar ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...tanu pandey
 
VIP Call Girls Bhavnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Bhavnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Bhavnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Bhavnagar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
WORLD DEVELOPMENT REPORT 2024 - Economic Growth in Middle-Income Countries.
WORLD DEVELOPMENT REPORT 2024 - Economic Growth in Middle-Income Countries.WORLD DEVELOPMENT REPORT 2024 - Economic Growth in Middle-Income Countries.
WORLD DEVELOPMENT REPORT 2024 - Economic Growth in Middle-Income Countries.Christina Parmionova
 
The U.S. Budget and Economic Outlook (Presentation)
The U.S. Budget and Economic Outlook (Presentation)The U.S. Budget and Economic Outlook (Presentation)
The U.S. Budget and Economic Outlook (Presentation)Congressional Budget Office
 
The Economic and Organised Crime Office (EOCO) has been advised by the Office...
The Economic and Organised Crime Office (EOCO) has been advised by the Office...The Economic and Organised Crime Office (EOCO) has been advised by the Office...
The Economic and Organised Crime Office (EOCO) has been advised by the Office...nservice241
 
Postal Ballots-For home voting step by step process 2024.pptx
Postal Ballots-For home voting step by step process 2024.pptxPostal Ballots-For home voting step by step process 2024.pptx
Postal Ballots-For home voting step by step process 2024.pptxSwastiRanjanNayak
 
PPT Item # 4 - 231 Encino Ave (Significance Only)
PPT Item # 4 - 231 Encino Ave (Significance Only)PPT Item # 4 - 231 Encino Ave (Significance Only)
PPT Item # 4 - 231 Encino Ave (Significance Only)ahcitycouncil
 
(NEHA) Bhosari Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(NEHA) Bhosari Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(NEHA) Bhosari Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(NEHA) Bhosari Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
The Most Attractive Pune Call Girls Handewadi Road 8250192130 Will You Miss T...
The Most Attractive Pune Call Girls Handewadi Road 8250192130 Will You Miss T...The Most Attractive Pune Call Girls Handewadi Road 8250192130 Will You Miss T...
The Most Attractive Pune Call Girls Handewadi Road 8250192130 Will You Miss T...ranjana rawat
 
Top Rated Pune Call Girls Hadapsar ⟟ 6297143586 ⟟ Call Me For Genuine Sex Se...
Top Rated  Pune Call Girls Hadapsar ⟟ 6297143586 ⟟ Call Me For Genuine Sex Se...Top Rated  Pune Call Girls Hadapsar ⟟ 6297143586 ⟟ Call Me For Genuine Sex Se...
Top Rated Pune Call Girls Hadapsar ⟟ 6297143586 ⟟ Call Me For Genuine Sex Se...Call Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Wadgaon Sheri ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Wadgaon Sheri ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Wadgaon Sheri ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Wadgaon Sheri ⟟ 6297143586 ⟟ Call Me For Genuine S...Call Girls in Nagpur High Profile
 
Call On 6297143586 Yerwada Call Girls In All Pune 24/7 Provide Call With Bes...
Call On 6297143586  Yerwada Call Girls In All Pune 24/7 Provide Call With Bes...Call On 6297143586  Yerwada Call Girls In All Pune 24/7 Provide Call With Bes...
Call On 6297143586 Yerwada Call Girls In All Pune 24/7 Provide Call With Bes...tanu pandey
 
Top Rated Pune Call Girls Bhosari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Bhosari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Bhosari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Bhosari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Call Girls in Nagpur High Profile
 
2024 Zoom Reinstein Legacy Asbestos Webinar
2024 Zoom Reinstein Legacy Asbestos Webinar2024 Zoom Reinstein Legacy Asbestos Webinar
2024 Zoom Reinstein Legacy Asbestos WebinarLinda Reinstein
 

Último (20)

Item # 4 - 231 Encino Ave (Significance Only).pdf
Item # 4 - 231 Encino Ave (Significance Only).pdfItem # 4 - 231 Encino Ave (Significance Only).pdf
Item # 4 - 231 Encino Ave (Significance Only).pdf
 
Global debate on climate change and occupational safety and health.
Global debate on climate change and occupational safety and health.Global debate on climate change and occupational safety and health.
Global debate on climate change and occupational safety and health.
 
Antisemitism Awareness Act: pénaliser la critique de l'Etat d'Israël
Antisemitism Awareness Act: pénaliser la critique de l'Etat d'IsraëlAntisemitism Awareness Act: pénaliser la critique de l'Etat d'Israël
Antisemitism Awareness Act: pénaliser la critique de l'Etat d'Israël
 
Booking open Available Pune Call Girls Shukrawar Peth 6297143586 Call Hot In...
Booking open Available Pune Call Girls Shukrawar Peth  6297143586 Call Hot In...Booking open Available Pune Call Girls Shukrawar Peth  6297143586 Call Hot In...
Booking open Available Pune Call Girls Shukrawar Peth 6297143586 Call Hot In...
 
Incident Command System xxxxxxxxxxxxxxxxxxxxxxxxx
Incident Command System xxxxxxxxxxxxxxxxxxxxxxxxxIncident Command System xxxxxxxxxxxxxxxxxxxxxxxxx
Incident Command System xxxxxxxxxxxxxxxxxxxxxxxxx
 
VIP Russian Call Girls in Indore Ishita 💚😋 9256729539 🚀 Indore Escorts
VIP Russian Call Girls in Indore Ishita 💚😋  9256729539 🚀 Indore EscortsVIP Russian Call Girls in Indore Ishita 💚😋  9256729539 🚀 Indore Escorts
VIP Russian Call Girls in Indore Ishita 💚😋 9256729539 🚀 Indore Escorts
 
Junnar ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Junnar ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Junnar ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Junnar ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
 
VIP Call Girls Bhavnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Bhavnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Bhavnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Bhavnagar 7001035870 Whatsapp Number, 24/07 Booking
 
WORLD DEVELOPMENT REPORT 2024 - Economic Growth in Middle-Income Countries.
WORLD DEVELOPMENT REPORT 2024 - Economic Growth in Middle-Income Countries.WORLD DEVELOPMENT REPORT 2024 - Economic Growth in Middle-Income Countries.
WORLD DEVELOPMENT REPORT 2024 - Economic Growth in Middle-Income Countries.
 
The U.S. Budget and Economic Outlook (Presentation)
The U.S. Budget and Economic Outlook (Presentation)The U.S. Budget and Economic Outlook (Presentation)
The U.S. Budget and Economic Outlook (Presentation)
 
The Economic and Organised Crime Office (EOCO) has been advised by the Office...
The Economic and Organised Crime Office (EOCO) has been advised by the Office...The Economic and Organised Crime Office (EOCO) has been advised by the Office...
The Economic and Organised Crime Office (EOCO) has been advised by the Office...
 
Postal Ballots-For home voting step by step process 2024.pptx
Postal Ballots-For home voting step by step process 2024.pptxPostal Ballots-For home voting step by step process 2024.pptx
Postal Ballots-For home voting step by step process 2024.pptx
 
PPT Item # 4 - 231 Encino Ave (Significance Only)
PPT Item # 4 - 231 Encino Ave (Significance Only)PPT Item # 4 - 231 Encino Ave (Significance Only)
PPT Item # 4 - 231 Encino Ave (Significance Only)
 
(NEHA) Bhosari Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(NEHA) Bhosari Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(NEHA) Bhosari Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(NEHA) Bhosari Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
The Most Attractive Pune Call Girls Handewadi Road 8250192130 Will You Miss T...
The Most Attractive Pune Call Girls Handewadi Road 8250192130 Will You Miss T...The Most Attractive Pune Call Girls Handewadi Road 8250192130 Will You Miss T...
The Most Attractive Pune Call Girls Handewadi Road 8250192130 Will You Miss T...
 
Top Rated Pune Call Girls Hadapsar ⟟ 6297143586 ⟟ Call Me For Genuine Sex Se...
Top Rated  Pune Call Girls Hadapsar ⟟ 6297143586 ⟟ Call Me For Genuine Sex Se...Top Rated  Pune Call Girls Hadapsar ⟟ 6297143586 ⟟ Call Me For Genuine Sex Se...
Top Rated Pune Call Girls Hadapsar ⟟ 6297143586 ⟟ Call Me For Genuine Sex Se...
 
Top Rated Pune Call Girls Wadgaon Sheri ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Wadgaon Sheri ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Wadgaon Sheri ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Wadgaon Sheri ⟟ 6297143586 ⟟ Call Me For Genuine S...
 
Call On 6297143586 Yerwada Call Girls In All Pune 24/7 Provide Call With Bes...
Call On 6297143586  Yerwada Call Girls In All Pune 24/7 Provide Call With Bes...Call On 6297143586  Yerwada Call Girls In All Pune 24/7 Provide Call With Bes...
Call On 6297143586 Yerwada Call Girls In All Pune 24/7 Provide Call With Bes...
 
Top Rated Pune Call Girls Bhosari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Bhosari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Bhosari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Bhosari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
 
2024 Zoom Reinstein Legacy Asbestos Webinar
2024 Zoom Reinstein Legacy Asbestos Webinar2024 Zoom Reinstein Legacy Asbestos Webinar
2024 Zoom Reinstein Legacy Asbestos Webinar
 

Gis basic

  • 1. Preparation and Presentation of Geospatial Data in Maps AFM Tariqul Islam Scientific Officer, BARI,Gazipur E-mail: afmtareq@gmail.com
  • 2. What is Spatial Data? Spatial Data – it is the data or information that identifies the geographic location of features and boundaries on Earth , such as natural or constructed features, oceans , and more . Spatial data is usually stored as coordinate and topology, and is data that can be mapped.
  • 3. Types of SPATIAL DATA • RASTER • VECTOR • Real World Source: Defense Mapping School National Imagery and Mapping Agency
  • 4. Raster and Vector Data Models Vector Representation X-AXIS 500 400 300 200 100 600 500 400 300 200 100 Y-AXIS River House 600 Trees Trees B B B B B B B B G G BK B B B G G G G G Raster Representation 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 Real World G G Source: Defense Mapping School National Imagery and Mapping Agency
  • 5. Vector Data Vector data provide a way to represent real world features within the GIS environment. A vector feature has its shape represented using geometry. The geometry is made up of one or more interconnected vertices. A vertex describe a position in space using an x, y and optionally z axis. In the vector data model, features on the earth are represented as: • points • lines / routes • polygons / regions • TINs (triangulated irregular networks)
  • 6. Vector Data This system of recording features is based on the interaction between arcs and nodes, represented by points, lines and polygons. A point is a single node, a line is two nodes with an arc between them, and a polygon is a closed group of three or more arcs. With these three elements , it is possible to record most all necessary information. Points Lines Polygons
  • 7. Vector Data Advantages : Data can be represented at its original resolution and form without generalization. Graphic output is usually more aesthetically pleasing (traditional cartographic representation); Since most data, e.g. hard copy maps, is in vector form no data conversion is required. Accurate geographic location of data is maintained. Disadvantages: The location of each vertex needs to be stored explicitly. For effective analysis, vector data must be converted into a topological structure. This is often processing intensive and usually requires extensive data cleaning. As well, topology is static, and any updating or editing of the vector data requires re-building of the topology.
  • 8. Raster Data Raster Data – cell –based data such as aerial imagery and digital elevation models. Raster data is characterized by pixel values. Basically, a raster file is a giant table, where each pixel is assigned a specific value from 0 to 255. The meaning behind these values is specified by the user – they can represent elevations, temperature, hydrology and etc.
  • 9. Raster Data Raster data are good at: • representing continuous data (e.g., slope, elevation) • representing multiple feature types (e.g., points, lines, and polygons) as single feature types (cells) • rapid computations ("map algebra") in which raster layers are treated as elements in mathematical expressions • analysis of multi-layer or multivariate data (e.g., satellite image processing and analysis) • hogging disk space
  • 10. Raster Data Advantages : The geographic location of each cell is implied by its position in the cell matrix. Accordingly, other than an origin point, e.g. bottom left corner, no geographic coordinates are stored. Due to the nature of the data storage technique data analysis is usually easy to program and quick to perform. The inherent nature of raster maps, e.g. one attribute maps, is ideally suited for mathematical modeling and quantitative analysis. Grid-cell systems are very compatible with raster-based output devices, e.g. electrostatic plotters, graphic terminals.
  • 11. Raster Data Disadvantages: The cell size determines the resolution at which the data is represented.; It is especially difficult to adequately represent linear features depending on the cell resolution. Accordingly, network linkages are difficult to establish. Processing of associated attribute data may be cumbersome if large amounts of data exists. Raster maps inherently reflect only one attribute or characteristic for an area. Most output maps from grid-cell systems do not conform to high-quality cartographic needs.
  • 13. What is GIS ? • A method to visualize, manipulate, analyze, and display spatial data • “Smart Maps” linking a database to the map
  • 14.
  • 15.
  • 16. GIS data formats (files) • Shapefiles • Coverages • TIN (e.g. elevation can be stored as TIN) – Triangulated Irregular Network • Grid (e.g. elevation can be stored as Grid) • Image (e.g. elevation can be stored as image) Vector data Raster data
  • 17. Shape Files • Nontopological • Advantages no overhead to process topology • Disadvantages polygons are double digitized, no topologic data checking • At least 3 files .shp .shx .dbf
  • 19. Data Collection • Can be most expensive GIS activity • Many diverse sources • Two broad types of collection – Data capture (direct collection) – Data transfer • Two broad capture methods – Primary (direct measurement) – Secondary (indirect derivation)
  • 20. Data Collection Techniques Field/Raster Object/Vector Primary Digital remote sensing images GPS measurements including VGI Digital aerial photographs Survey measurements Secondary Scanned maps Topographic surveys DEMs from maps Toponymy data sets from atlases
  • 21. Primary Data Capture • Capture specifically for GIS use • Raster – remote sensing – e.g., SPOT and IKONOS satellites and aerial photography, echosounding at sea – Passive and active sensors • Resolution is key consideration – Spatial – Spectral, Acoustic – Temporal
  • 22. Vector Primary Data Capture • Surveying – Locations of objects determines by angle and distance measurements from known locations – Uses expensive field equipment and crews – Most accurate method for large scale, small areas • GPS – Collection of satellites used to fix actual locations on Earth’s surface – Differential GPS used to improve accuracy
  • 23. Secondary Geographic Data Capture • Data collected for other purposes, then converted for use in GIS • Raster conversion – Scanning of maps, aerial photographs, documents, etc. – Important scanning parameters are spatial and spectral (bit depth) resolution
  • 24. Map Types • Different demands require different types of maps – Dependent on the data being used. • Different maps can have many symbols, or only one symbol. – Depends on what you’re trying to show. • Maps might use – Nominal data- names or ID’s objects – Categorical data- separates data into groups or classes – Ordinal data- separates data based on quantitative rank – Numerical data- data based on numbers with a standard interval between them
  • 25. A single symbol map each pink shaded polygon is a state
  • 27. Nominal data • Data identified or named by some type of label – Can be text or number • Maps often have many objects, almost all of which have points, lines and polygons that are identified as some unique feature – Points may be a city or house – Lines may be rivers, faults, railroads, roads, etc. – Polygons may be parks, states, counties, countries, etc.
  • 28. Ordinal data • Data are grouped by rank according to some quantitative measure – Cities may be small medium or large – Students may earn A B C or D’s in class – Soils may have I, II, III, IV infiltration • The data must be represented by unique values maps and colors must show or portray an increasing sense of value
  • 29. A geological map is a Unique Values Map based on categorical data representing different formations, or other geological units
  • 30. Numerical data • Numbers that represent continuous phenomena that fall along a regularly spaced interval – Rainfall, elevations, populations, chemical concentrations, etc. • Equal changes in the interval involve equal changes in the thing being measured • Ratio vs Interval numerical data – Ratio measured with respect to some meaningful zero point • Ex.- Rainfall; if zero, then no rain has fallen • Can add, subtract, multiply and divide these data – Interval measured against no meaningful zero point • Ex.- Temperature in F or C scale; has a regular scale, but zero on the thermometer does not mean a total lack of temperature. • Any data that can have a negative value is Interval (e.g. elevation) • Interval can only support addition and subtraction
  • 31. Symbols associated with numerical data • Points and Lines typically arranged so that the bigger the numerical attribute number, the larger the point or the thicker the line – Graduated Symbols- Points and lines are divided into classes with a given range of values for each class and a symbol unique to that class • A classed map – Proportional Symbols- numeric value is proportional to the size of the symbol • Creates what is referred to as an unclassed map
  • 33. • Polygons-numeric data are typically represented by colors – Can vary by hue, saturation or intensity – Changes in rainfall are commonly represented this way with each class a deeper shading of the color (intensity) for that shape Symbols associated with numerical data
  • 34. Two varieties of precipitation maps using color intensity The top map uses a monochromatic intensity ramp to represent various increasing amounts of annual rainfall The bottom is a two toned color ramp of the same data, with yellow = dryer and green = wetter Graduated color maps or Choropleth maps
  • 35. Normalized data • Some features will have larger symbols due to larger attribute values associated with larger coverages or areas – Larger counties will often have more farmland or larger populations, but it will be spread out over larger areas. – Normalizing the population to area (people divided by square miles) keeps the symbols from being disproportionally larger and therefore seemingly more important
  • 36. Dot density maps can normalize the data by letting each dot represent 1 million people. the more dots, the more people in that state. Can be arranged in specific locations in the state too
  • 38. Classifying (grouping) data • Many methods for grouping numeric data – Depends what you want to show • Natural breaks (Jenks)- looks for gaps in data values • Equal interval-equal size for the intervals • Defined interval- range of values defined by user • Quantile- same number of features in each class – Class defined • Geometric interval- each class multiplied by a coefficient to create the next class • Standard deviation- the statistical deviation from normal of the data in any attribute field • Manual (arbitrary) breaks- self explanatory
  • 39.
  • 40. Raster data • Two types of rasters – Thematic Raster and Image raster • Thematic- 2 categories – Discrete- coded values identify discrete regions of similar values • e.g., geology or land use – Continuous- values change continuously from one location to another • e.g., elevation or precipitation • Image- from satellites and photos – Pixels are given lightness/darkness values from 0-255 with 0 being black and 255 being white
  • 41. Discrete raster • Best using Unique Values classification – Each value receives a color • Geology map example on next slide Continuous raster • Classified – Values divided into classes and classes are given colors • Elevation map example on next slide • Stretched – Values are scaled to one of 256 color shades • Elevation map c) on next slide
  • 42. a) Thematic raster discrete unique values- geology b) Thematic raster continuous classified values- elevation
  • 43. c) Thematic raster continuous stretched elevation