Geographic Information Systems GIS Analysis and Modeling.

28
Geographic Information Systems Geographic Information Systems GIS Analysis and Modeling
  • date post

    19-Dec-2015
  • Category

    Documents

  • view

    226
  • download

    0

Transcript of Geographic Information Systems GIS Analysis and Modeling.

Page 1: Geographic Information Systems GIS Analysis and Modeling.

Geographic Information SystemsGeographic Information Systems

GIS Analysis and Modeling

Page 2: Geographic Information Systems GIS Analysis and Modeling.

1. Geographic Analysis1. Geographic Analysis

Geographic questions: where, when, why, and how

The purpose of the analysis is to answer questions about:

- what existed at where, when, why, and how

- what will happen at where in the future or in other locations

Page 3: Geographic Information Systems GIS Analysis and Modeling.

2. Organizing Geographic Data2. Organizing Geographic Data

Data layers (coverage etc.) Feature types: points, lines, polygons

Objects: geometric or thematic

e.g. Development

streets - line layer1

streams - line layer2

parcels - polygon layer1

soils - polygon layer2

Page 4: Geographic Information Systems GIS Analysis and Modeling.

3. Maintenance of the Spatial Data3. Maintenance of the Spatial Data Format transformation

- Spatial data files must be transformed into the data structures and file formats used internally by a GIS

software package

Geometric transformation

- Different data layers are registered to a common

coordinate system

Conflation

Page 5: Geographic Information Systems GIS Analysis and Modeling.

3.(3) Conflation3.(3) Conflation The procedure of reconciling the positions of

corresponding features in different data layers (e.g. snapping).

Page 6: Geographic Information Systems GIS Analysis and Modeling.

4. Maintenance of Attribute Data4. Maintenance of Attribute Data Attribute editing

- List, add, delete, redefine, etc.

Attribute query - Retrieve attributes according to certain criteria

Page 7: Geographic Information Systems GIS Analysis and Modeling.

5. Integrated Analysis of Spatial and 5. Integrated Analysis of Spatial and

Attribute DataAttribute Data

The power of GIS lies in its ability to analyze spatial and

attribute data together

Retrieval, classification, and measurements Overlay

Page 8: Geographic Information Systems GIS Analysis and Modeling.

5. (1) Retrieval, Classification, and 5. (1) Retrieval, Classification, and

MeasurementsMeasurements

Retrieval Classification Measurements

Page 9: Geographic Information Systems GIS Analysis and Modeling.

5. (1) (i) Retrieval5. (1) (i) Retrieval Selective search without modifying the original data (for

output)

http://www.sdsmt.edu/online-courses/geology/mprice/geo416/lecture9.ppt

Page 10: Geographic Information Systems GIS Analysis and Modeling.

5. (1) (ii) Classification5. (1) (ii) Classification Attribute data

- cerate a new attribute item based on existing ones Spatial data

-spatial features may be aggregated to larger entities

e.g. Recode in a raster environment

Dissolve in a vector environment

Single layer vs. multiple layers (overlay)

Page 11: Geographic Information Systems GIS Analysis and Modeling.

ClassificationClassification

Raw data Classified data

http://www.geog.leeds.ac.uk/courses/level2/geog2750/geog2750_15.ppt

Page 12: Geographic Information Systems GIS Analysis and Modeling.

5. (1) (iii) Measurement 5. (1) (iii) Measurement Distances between points Nearest distances Functional distances Lengths of lines Perimeters and areas of polygons Centroid of an area Area of a profile Volume Shape Narrowest and broadest distances across a polygon Sinuosity of a line

Page 13: Geographic Information Systems GIS Analysis and Modeling.

5. (1) (iii) Measurement5. (1) (iii) Measurement Distances between Points

- Euclidian distance

Page 14: Geographic Information Systems GIS Analysis and Modeling.

5. (1) (iii) Measurement5. (1) (iii) Measurement

The Closest Facility

Nearest distances

Page 15: Geographic Information Systems GIS Analysis and Modeling.

5. (1) (iii) Measurement5. (1) (iii) Measurement Functional Distance

Three-minute response time from a fire station, City of Phoenix

http://www.esri.com/mapmuseum/mapbook_gallery/volume17/public2.html

Page 16: Geographic Information Systems GIS Analysis and Modeling.

5. (1) (iii) Measurement 5. (1) (iii) Measurement Lengths of lines Perimeters and areas of polygons

Page 17: Geographic Information Systems GIS Analysis and Modeling.

5. (1) (iii) Measurement 5. (1) (iii) Measurement

Centroid of an area

Used to represent a polygons by a single point

Several evaluation methods: mean value, center of the enclosing circle or rectangle,

http://www.geoict.net/tgipage/Teaching/UNIT%207--PPT.pdf

Page 18: Geographic Information Systems GIS Analysis and Modeling.

5. (1) (iii) Measurement 5. (1) (iii) Measurement Area of a profile Volume

Page 19: Geographic Information Systems GIS Analysis and Modeling.

5. (1) (iii) Measurement 5. (1) (iii) Measurement Shape

- how to measure shape of an area?

- a compact shape has a small perimeter for a given area

- compare perimeter to the perimeter of a circle of the same area - - shape = perimeter / area

Narrowest and broadest distances across a polygon

Page 20: Geographic Information Systems GIS Analysis and Modeling.

5. (1) (iii) Measurement 5. (1) (iii) Measurement Sinuosity of a line

- the ratio of reach length to the straight line distance from point A (bottom of reach) to point (top of reach)

Page 21: Geographic Information Systems GIS Analysis and Modeling.

5. (2) Overlay5. (2) Overlay Arithmetic overlay Logic overlay Weighting input layers Raster vs. vector overlay

Page 22: Geographic Information Systems GIS Analysis and Modeling.

5. (2)(i) Arithmetic Overlay5. (2)(i) Arithmetic Overlay adding layers, subtracting, multiplication, division, etc. Raster

Input data layer A

Input data layer B

Output data layer

Page 23: Geographic Information Systems GIS Analysis and Modeling.

5. (2)(i) Arithmetic Overlay5. (2)(i) Arithmetic Overlay Arithmetic operation on two data layers using the vector data model

Input data layer A

Input data layer B

Output data layer

Spatial data Attribute data

Page 24: Geographic Information Systems GIS Analysis and Modeling.

5. (2)(ii) Logic Overlay5. (2)(ii) Logic Overlay Finding areas where certain conditions occur

Boolean logic

Mary Ruvane, UNC –Chapel Hill

Page 25: Geographic Information Systems GIS Analysis and Modeling.

5. (2)(iii) Weighting Input Layers5. (2)(iii) Weighting Input Layers Professional experiences Expert votes

Empirical or analytical models

Page 26: Geographic Information Systems GIS Analysis and Modeling.

5. (2)(iv) Raster vs. Vector Overlay5. (2)(iv) Raster vs. Vector Overlay Raster

- Every cell is executed, and the overlay result is a new layer

Vector - The operation is executed only for areas of interest

- New attribute items are created

- New layers may be created that carry both the original and new attributes

- The operation is generally more complex than raster overlay

Page 27: Geographic Information Systems GIS Analysis and Modeling.

Raster OverlayRaster Overlay Vector OverlayVector Overlay

http://www.geoict.net/tgipage/Teaching/UNIT%207--PPT.pdf

Page 28: Geographic Information Systems GIS Analysis and Modeling.

Readings Readings

Chapter 5,6,9,10