23
GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of Pittsburgh, Pittsburgh, Pa 15261

GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

  • View
    215

  • Download
    0

Embed Size (px)

Citation preview

Page 1: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

GIS & Spatial Analysis in MCH

Ravi K. Sharma, PhDDepartment of Behavioral & Community Health Sciences,

Graduate School of Public Health,University of Pittsburgh,

Pittsburgh, Pa 15261

Page 2: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

What is Spatial Analysis?

Various methods of looking geographic patterns in your data and the relationship between featuresThe actual methods used can simple (such as making a map) or complex (such as creating a spatial data model combining multiple data layers

Page 3: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Elements of Spatial Analysis

Formulate your question (s). Data requirements based on your question (s)Selection of method (s)Data processingDisplaying your results

Page 4: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Formulate your question (s).

Start your analysis by asking what you need to know? Be specific. This could be question such as: How many women of childbearing age live within two mile radius of a TRI site? Is there a childhood leukemia cluster in my county? What neighborhood (s) in my county has significantly higher death rate from breast cancer? What do you know about levels of exposure in relation to distance from the TRI site?Specificity analysis Methods Presentation

Page 5: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Data requirements based on your question (s)

Type of data & feature Methods selectedType of feature and attribute data available or that you can get or createData creation refers to calculation of new values based on existed data or obtaining new layers

Page 6: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Selection of method (s)

Decision will be guided by the (1) question for which you seek answer (2) availability & depth of data (3) processing time & effort (4) precision of results & (5) how the results are going to be applied?E.G. If you are looking at patterns of mortality you might decide to simply map the mortality rates; on the other hand if a particular industrial plant in being charged with causing a particular disease in a community, you might need more precise and detailed data.

Page 7: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Data processing using GIS

GIS provides the necessary tools for implementing the selected methods.

Page 8: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Spatial Public Health/MCH Data

Geographic data can be either1. Discrete2. Continuous or3. Aggregated by polygon (area)

Page 9: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Discrete features

Discrete data are geographic features for which actual locations can be specified. A feature is either present or absent at any given spot. A discrete object has known and definable boundaries. It is easy to define precisely where the object begins and ends

Page 10: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Continuous featuresContinuous data, or a continuous surface, represents phenomena where each location on the surface is a measure of the concentration level or its relationship from a fixed point in space or from an emitting source. Continuous data is also referred to as field, nondiscrete, or surface data. One type of continuous surface data is derived from a series of sample points such as ozone concentrations measurement from air pollution monitoring stations at fixed locations.The second type (Progressively varying continuous data) of continuous surface data includes phenomena that progressively vary as they move across a surface from a source. One type of movement is through diffusion or any other locomotion where the

phenomena moves from areas with high concentration to areas with less concentration until the concentration level evens out, such as a oil spill.

Another type of movement is governed by inherent characteristics of the moving item or by the mode of locomotion.

Page 11: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Spatially aggregated features

Public health/MCH data is usually available as summary data for various geographic levels. For example counts of immunized children, low births weights babies, childhood leukemia case etc by census tracts or counties.

Page 12: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Is your Data Discrete or continuous?

When representing and modeling many public health features, the boundaries are not clearly continuous or discrete. If we conceptualized consisting of a continuum is created with pure discrete at one end and pure continuous features at the other end, most features fall somewhere between the extremes. The decisive factor for where a feature falls on the continuous-to-discrete spectrum is the ease in defining the feature's boundaries.

Page 13: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Representation of Geographic Features

Two basic models for representing geographic features are

1) Vector2) Raster

Page 14: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Representing Spatial Elements

• RASTER

• VECTOR

• Real World

Page 15: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Representing Spatial ElementsRaster

Stores images as rows and columns of numbers with a Digital Value/Number (DN) for each cell.

Units are usually represented as square grid cells that are uniform in size.

Data is classified as “continuous” (such as in an image), or “thematic” (where each cell denotes a feature type.

Numerous data formats (TIFF, GIF, ERDAS.img etc)

Page 16: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

VectorAllows user to specify specific spatial locations and assumes that geographic space is continuous, not broken up into discrete grid squares

We store features as sets of X,Y coordinate pairs.

Representing Spatial Elements

Page 17: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Entity Representations

Points - simplest element

Lines (arcs) - set of connected points

Polygons - set of connected lines

We typically represent objects in space as three distinct spatial elements:

We use these three spatial elements to represent real world features and attach locational information to them.

Page 18: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Two Major Categories of Maps

Choropleth maps (Greek: choros – place, plethos – magnitude)

Classifies areas into categories based values on one or more variablesMost common method of mapping health data

Isopleth maps (Greek: isos – equal)Interpolates lines of equal value across the spatial surface, independent of administrative boundariesExamples include weather maps, topographic mapsNot common in public health . . . But they should be!

Page 19: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Map Projections & Coordinate System

Map projections are attempts to represent the surface of the earth or a portion of the earth on a flat surface Since the earth is a spheroid any attempt to flattened it to a plane any attempt to represents the earth's surface in two dimensions causes distortion in the shape, area, distance, or direction of the data.

Page 20: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of
Page 21: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Properties That Are DistortedProjections tend to distort to the following properties:

1. Conformality: Conformal projections preserve local shape When the scale of a map at any point on the map is the same in any direction, the projection is conformal. Meridians (lines of longitude) and parallels (lines of latitude) intersect at right angles.

2. Distance: A map is equidistant when it portrays distances from the center of the projection to any other place on the map.

3. Direction: A map preserves direction when azimuths (angles from a point on a line to another point) are portrayed correctly in all directions.

4. Scale: Scale is the relationship between a distance portrayed on a map and the same distance on the Earth.

5. Area: When a map portrays areas over the entire map so that all mapped areas have the same proportional relationship to the areas on the Earth that they represent, the map is an equal-area map.

Page 22: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

Geographic Coordinate Systems

A geographic coordinate system is a reference system that uses a three-dimensional spherical surface to determine locations on the earth.A point is referenced by its longitude and latitude values. Longitude and latitude are angles measured from the earth's center to a point on the earth's surface. The angles often are measured in degrees (or in grads)

Page 23: GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of

A Geographic Coordinate System

This figures shows a geographic coordinate system where a location is represented by the coordinates longitude 80 degree East and latitude 55 degree North.