10 geodata analysis

Upload: mariatanasescu

Post on 02-Jun-2018

235 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/10/2019 10 Geodata Analysis

    1/38

    Geodata analysis

    Riccardo De Filippi

    [email protected]

  • 8/10/2019 10 Geodata Analysis

    2/38

    AnalysisPurpose & Methods

    Queries and reasoning

    Measurements

    Transformation

    Data mining

    Descriptive summaries

    Optimization

    Hypothesis testing

    Vector

    analysis

    Raster

    analysis

    Combined

    analysis

  • 8/10/2019 10 Geodata Analysis

    3/38

    Operations in vector

    What is?

    What is its relation to otherentities?

    Where is it?

    Attribute

    Spatial topology

    Distance/location

    Feature analysis

    Select

    Create

  • 8/10/2019 10 Geodata Analysis

    4/38

    What is it: Attribute operators

    Logical operations attributes of one or more entities

    individual entities

    Mathematical operations new attribute

    math calculation

    Statistical analysis descriptive stat

    stat software

    Numerical models complex sets of mathematical functions that represent physical process

  • 8/10/2019 10 Geodata Analysis

    5/38

    Spatial operators

    Relational operators:- Testing spatial relationships between geometries

    - Result is a boolean value, no new geometries are created

    Topological operators:- Support for editing geographic features

    - Result is a new geometry based on a logical comparison between

    geometries

  • 8/10/2019 10 Geodata Analysis

    6/38

    Vector analysis: Relational operators

    Relational operators: Equals

    Contains

    Within Crosses

    Overlaps

    Touches

    Disjoint

  • 8/10/2019 10 Geodata Analysis

    7/38

    Vector analysis: Relational operators(3)

    Contains Within

    Zeiler (1999)

  • 8/10/2019 10 Geodata Analysis

    8/38

  • 8/10/2019 10 Geodata Analysis

    9/38

    Vector analysis: Topological operators

    Topological operators: Buffer

    Clip

    Convex hull

    Cut

    Difference

    Intersect

    Symmetric Difference

    Union

  • 8/10/2019 10 Geodata Analysis

    10/38

    Zeiler (1999)

    Buffer Clip

    Topological operators (1)

  • 8/10/2019 10 Geodata Analysis

    11/38

    Zeiler (1999)

    Difference Intersect

    Topological operators (3)

  • 8/10/2019 10 Geodata Analysis

    12/38

    Interaction

  • 8/10/2019 10 Geodata Analysis

    13/38

  • 8/10/2019 10 Geodata Analysis

    14/38

    Cell processing

    Every cell of the raster is processed

  • 8/10/2019 10 Geodata Analysis

    15/38

    Raster Map Analysis

    Map query Boolean/logical operations:

    And, Or, XOr, Not, >, >=, =, ,

  • 8/10/2019 10 Geodata Analysis

    16/38

    Raster Functions

    Trigonometric sin, cos, tan, ...

    Exponential ax, ex

    Logarithmic log, ln, lg, ld

    Relational >,

  • 8/10/2019 10 Geodata Analysis

    17/38

    Raster functions: Spatial

    application

    Zeiler (1999)

  • 8/10/2019 10 Geodata Analysis

    18/38

    Local functions

    McCoy et al. (2002)

  • 8/10/2019 10 Geodata Analysis

    19/38

    Local function : application case

    2003 2004 2005

    rain

    Local mean or minimum

  • 8/10/2019 10 Geodata Analysis

    20/38

    Focal functionsMcCoy et al. (2002)

  • 8/10/2019 10 Geodata Analysis

    21/38

    Focal function: application case

    5 6 31

    1 3 3.4

    6 1.5 3

    Burrough (1998)

  • 8/10/2019 10 Geodata Analysis

    22/38

    Zonal functions

    Quelle: ArcGIS 9.0 Desktop Help

  • 8/10/2019 10 Geodata Analysis

    23/38

    Global functions

  • 8/10/2019 10 Geodata Analysis

    24/38

    Application function 1First and higher derivatives

    - slope- aspect- plan curvature

    - profile curvature

    Quelle: ArcGIS 9.0 Desktop Help

    DTMslope aspect

  • 8/10/2019 10 Geodata Analysis

    25/38

    Application function 2

    Viewsheds, shaded relief, irradiance

    Zeiler (1999)

    DTM hillshade

    combin

    ed

  • 8/10/2019 10 Geodata Analysis

    26/38

    Application function 3

    Dilation, spreading, dispersion - fire spreading

    - oil dilation and translocation

    - soil solute dispersion frompoint source

    Zeiler (1999)

  • 8/10/2019 10 Geodata Analysis

    27/38

    Application function 4

    Spatial transformation - translocation

    - scaling, distension, stretching

    - rotation

    - distortion

    Zeiler (1999)

  • 8/10/2019 10 Geodata Analysis

    28/38

    Raster analysis: application 5

    Surface topology, drainage network, sun- Slope, Aspect- Hydrology- Sun radiation.

    DTM

    flow accumulation

    watershed & subwatersheds

    Sources: Weisshaidinger; Hebel

  • 8/10/2019 10 Geodata Analysis

    29/38

    Application function 6

    Proximity - Euclidian distance - Travel time

    Zeiler (1999)

  • 8/10/2019 10 Geodata Analysis

    30/38

    Application function 7

    Least-cost path analysis

    Zeiler (1999)

  • 8/10/2019 10 Geodata Analysis

    31/38

    Raster Operator

    Arithmetic

    [Inlayer1] + [Inlayer2] / 2

    BooleanWhere 0 in layer1 and layer2

    RelationalInlayer < 3

  • 8/10/2019 10 Geodata Analysis

    32/38

    Process diagram (flowchart) Input data

    Process

    Intermediate data

    Output data

    Line Line Selection

    SelectData processing

    Input Intermediate

    ProcessData processing

    Output

    Process

  • 8/10/2019 10 Geodata Analysis

    33/38

    Process diagramms

    SummarizeTable.dbf

    Summar

    ize

    Answer 5 statistics on 3 road classes

    Answer 3, 4, 5 Shortest, Longest, Sum of rivers?

    1_Klass 2_Klass 3_KlassBach Layer

    Select & Statistic

    Updated length R & R

    Update line length: quality check! not recalculated

    Geocorrected area RoadsRivers

    Test Area xy

    Modify feature

    Answer 2 How many line features are within test ?Clipped Roads and Rivers

    Clip

  • 8/10/2019 10 Geodata Analysis

    34/38

    Practice

    QuantumGIS visualization, map editing

    Grass data processing engine, data editing

  • 8/10/2019 10 Geodata Analysis

    35/38

    References Burrough, P.A., and R.A. McDonnell, 1998. Pronciples of Geographical

    Information Systems. Oxford: University Press.

    Longley, P.A., M.F. Goodchild, D.J. Maguire, D.W. Rhind, 2001. Geographic

    Information Systems and Science. Chichester, UK John Wiley & Sons.

    Zeiler, M., 1999. Modelling our World: The ESRI Guide to Geodatabase Design.

    Redlands, Ca: ESRI Press.

  • 8/10/2019 10 Geodata Analysis

    36/38

    References Longley, P.A., M.F. Goodchild, D.J. Maguire, D.W. Rhind, 2001. Geographic

    Information Systems and Science. Chichester, UK John Wiley & Sons.

    SNV, 1998. SN 612030: Vermessung und Geoinformation INTERLIS

    Modellierungssprache und Datentransfermethode. Winterthur, CH:

    Schweizerische Normen-Vereinigung.

    Swisstopo, 2005. Bundesamt fr Landestopographie. Bern, CH: Swisstopo.

    Avaliable at: www.swisstopo.ch. Zeiler, M., 1999. Modelling our World: The ESRI Guide to Geodatabase Design.

    Redlands, Ca: ESRI Press.

  • 8/10/2019 10 Geodata Analysis

    37/38

    References Department of Geography, 2005. Geographic Information Technology Training

    Alliance (GITTA). Zurich, CH: University of Zurich. Avaliable at: www.gitta.info.

    Burrough, P.A., and R.A. McDonnell, 1998. Pronciples of Geographical

    Information Systems. Oxford: University Press.

    Fischer, M., and P. Nijkamp, 1993. Geographic Information Systems, Spatial

    Modelling and Policy Evaluation. Berlin and Heidelberg: Springer Verlag.

    Longley, P.A., M.F. Goodchild, D.J. Maguire, and D.W. Rhind, 2001. Geographic

    Information Systems and Science. Chichester, UK: John Wiley & Sons.

    Tomlinson, R., 2003. Thinking about GIS: Geographic Information System

    Planning for Managers. Redlands, Ca: ESRI Press.

    Zeiler, M., 1999. Modelling our World: The ESRI Guide to Geodatabase Design.Redlands, Ca: ESRI Press.

  • 8/10/2019 10 Geodata Analysis

    38/38

    ReferencesMcCoy, J., K. Johnston, S. Kopp, B. Borup, J. Willison, B. Payne,

    2002. Using ArcGIS Spatial Analyst, - GIS by ESRI. Redlangs,Ca: ESRI Press.

    Swisstopo, 2005. Bundesamt fr Landestopographie. Bern, CH:Swisstopo. Avaliable at: www.swisstopo.ch.

    Zeiler, M., 1999. Modelling our World: The ESRI Guide to

    Geodatabase Design. Redlands, Ca: ESRI Press.