Development of Spatial Statistical Model

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 34

FR.

CONCEICAO RODRIGUES COLLEGE OF ENGINEERING

DEVELOPMENT OF SPATIAL
STATISTICAL MODEL
Project Members :
Ashish Anant Nadkar 5017
Vivek Vilas Patil 5021
Rishabh Shrenik Jain 4999
Vikash Suresh Joshi 5001

Under Guidance of :
Internal Guide : Mrs. Dipali Sadavarti
External Guide : Mr. Deepak Choksi (Bhugol GIS Pvt. Ltd.)
INTRODUCTION
• A simple geostatistical application which uses
following core concepts

• GIS (Geographic Information Systems)


• Geostatistical Interpolation techniques

2
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
PROBLEM STATEMENT

• To convert the discrete spatial data samples to


continuous spatial data
• To estimate missing spatial data samples using
the available samples in the proximity

3
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
HANDLING GIS DATA
• Vector Based GIS
o Basic units of spatial information are points, lines (arcs) and
polygons
o Features are defined by boundaries

• Raster Based GIS


o Spatial data expressed as matrix of cells or pixels
o Each cell refers to smallest unit of info in raster map

4
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
HANDLING GIS DATA Contd …

Vector Representation
5
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
HANDLING GIS DATA Contd …
Exhaustive representation

Run-length encoding

6
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
HANDLING GIS DATA Contd …

Advantages/Disadvantages of raster and vector data models

7
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
HANDLING GIS DATA

8
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
HANDLING GIS DATA
• Some of the standard Raster Data formats used by well established
GIS software solutions are :
• GeoTiff
• GRAM GIS
• RAW data
• JPEG
• BMP
• NRSA IRS CD-Format, etc
• The above formats can be imported to GRAM++ RAS format by
the existing GRAM++ software
• This GRAM++ RAS format will be then processed by our module

9
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
GEOSTATISTICS

• Geostatistics is a collection of numeric


techniques
• It is statistics applied to geology
• Geostatistics is concerned with spatial data

10
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
APPLICATION
• Meteorological Department – calculation of
average rainfall, humidity, temperature
• Mining Industry – estimating availability of
mines of coal, copper, etc.
• Availability of other natural resources and
checking the soil contamination etc.

11
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
GEOSTATISTICAL INTERPOLATION
• Interpolation is a method that estimates the
values at locations.
• It is a specific case of curve fitting.
• Various interpolation techniques:
o IDW
o Spline method
o Kriging

12
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
GEOSTATISTICAL INTERPOLATION

s1
s5
s2 s2
s0

s3
s4

13
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
KRIGING

• Group of geostatistical techniques to interpolate


the random variable
• Named in honor of D.G.Krig
• It assumes spatial variation of an attribute is
neither totally random nor deterministic
• BLUE (Best Linear Unbiased Estimator)

14
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
KRIGING

2
1

6 W1
3

Known samples

Unknown samples
15
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
SEMIVARIOGRAM

16
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
KRIGING

• Types
• Ordinary Kriging
• Simple Kriging
• Universal Kriging

17
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
SIMPLE KRIGING

• Uses average of entire data set


• Assumes mean to be constant

18
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
SIMPLE KRIGING

19
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
SIMPLE KRIGING

20
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
ORDINARY KRIGING

• Focuses on spatially related components


• Assumes absence of drift
• Uses LOCAL average

21
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
UNIVERSAL KRIGING

• Assumes spatial variation in z values has a drift


• Incorporates a trend (trend surface) in Kriging
process

22
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
CO-KRIGING
• Extension of Kriging
• Required for estimating one variable from two
variables
• Generally used when sampling of primary
variables is difficult or expensive
• The two co-variables must have a strong
relationship

23
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
CO-KRIGING

Plutonium Carbon Regression

< Original map

Co-Kriged map >

24
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
UML DIAGRAMS
Usecase Diagram :

25
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
UML DIAGRAMS
Object Diagram :

26
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
UML DIAGRAMS
Activity Diagrams :

27
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
UML DIAGRAMS
Sequence Diagram :

28
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
PROJECT REQUIREMENTS
• SOFTWARE
• VC++ 6.0
• OpenGL 3.1

• HARDWARE
• Windows OS(XP or Vista)
• Min 40MB free hard disk space & 64MB RAM

29
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
INTERFACE
• VC++
• The GUI will be developed using VC++ programming
& MFC
• The software used for the purpose will be Microsoft
Visual C++ 6.0 Enterprise Edition

30
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
INTERFACE
• Open GL (Graphics Library)
• Application Programming Interface (API)
• Cross language & Cross Platform
• Useful for producing 2D and 3D computer
graphics
• Consists of more than 300 function calls for
producing complex 3D scenes
• Widely used in CAD, Flight simulators and Video
Games etc.

31
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
GRAM++ & SCOPE
• Gram++ is a software package developed at Bhugol GIS,
IIT Bombay
• It consists of different modules for different purposes

• Development of Software using VC++ programming


language
• Spatial Statistical model as an add-on functionality to
Gram++ GIS raster module terrain

32
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
REFERENCES
• Geostatistics for Engineers and Earth Scientists, R.A.
Olea, Kluwer Publication
• ESRI website
• Gamma design software
• Wikipedia
• Some self learning tools available over internet

33
Bhugol GIS Pvt. Ltd. SINE IIT Bombay
DEVELOPMENT OF SPATIAL STATISTICAL MODEL

THANK YOU.

34
Bhugol GIS Pvt. Ltd. SINE IIT Bombay

You might also like