1 - Front Pages - Done by WFM 1

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

A DISSERTATION REPORT ON

Multi-Dimensional Data Preparation: A Process to Support


Vulnerability Analysis and Climate Change Adaptation

SUBMITTED FOR PARTIAL FULFILLMENT OF REQUIREMENT FOR


THE DEGREE OF

MASTER OF ENGINEERING
IN
COMPUTER SCIENCE AND ENGINEERING

SUBMITTED BY
WRUSHABH S. SIRSAT

GUIDED BY
PROF. A. R. ITKIKAR

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


(Accredited By NBA)
SIPNA COLLEGE OF ENGINEERING & TECHNOLOGY, AMRAVATI
(AN ISO 9001:2015 CERTIFIED INSTATED & NAAC ACCREDITED WITH GRADE „A‟)

SANT GADGE BABA AMRAVATI UNIVERSITY, AMRAVATI


2021-2022

1
Sipna College of Engineering & Technology, Amravati
Computer Science and Engineering

CERTIFICATE

This is to certify that the dissertation titled

“Multi-Dimensional Data Preparation: A Process to Support Vulnerability


Analysis and Climate Change Adaptation”
has been successfully completed in session 2021-22 by
Wrushabh S. Sirsat
in recognition to the partial fulfilment for the degree of
Master of Engineering
(Computer Science and Engineering),
Sant Gadge Baba Amravati University, Amravati.

Prof. A. R. Itkikar Dr. V.K. Shandilya


Guide Head of Department

Dr. S. M. Kherde
Principal

2
DECLARATION

I, Wrushabh Sadanand Sirsat, hereby declare that I have completed the


dissertation towards the partial fulfilment of the requirement of Master of
Engineering degree of Sant Gadge Baba Amravati University, Amravati in
Computer Science and Engineering discipline on the topic entitled “Multi-
Dimensional Data Preparation: A Process to Support Vulnerability Analysis
and Climate Change Adaptation” under the supervision of Prof. A. R. Itkikar,
Sipna College of Engineering & Technology, Amravati. This report embodies the
original work done by me.

Place:
Date:

Wrushabh Sadanand Sirsat


ME 2nd Year
Computer Science and Engineering
Sipna C.O.E.T, Amravati

3
DISSERTATION APPROVAL SHEET

Dissertation Entitled

“Multi-Dimensional Data Preparation: A Process to


Support Vulnerability Analysis and Climate Change
Adaptation”
by

Wrushabh S. Sirsat

is approved for the degree of


Master of Engineering
in
Computer Science & Engineering
of

Sant Gadge Baba Amravati University, Amravati

Internal Examiner: External Examiner:

Name: Name:

Date: Date:

4
Acknowledgement

I wish to express my heartfelt gratitude to the all the people who have played a
crucial role in the research for this project, without their active cooperation the project could
not have been completed. I therefore consider it my prime duty to thank all those who
helped me through this venture.

I feel immense pleasure to express deep sense of gratitude and indebtedness to my


guide Prof. A. R. Itkikar, who provided me constructive and positive feedback during the
preparation of this project.

I am also thankful to Dr. V. K. Shandilya, Head of the Department (Computer


Science and Engineering) and all other staff members of department for their kind co-
operation.

Finally, I am thankful to my parents, my husband, my child, friends and other family


members. Without their tremendous understanding and encouragement helped me to
complete this project.

Thanking You.

Wrushabh sadanand sirsat


ME 2nd Year
Computer Science and Engineering

Sipna C.O.E.T, Amravati

5
LIST OF CONTENTS
SR.NO TITLE PAGE
NO.

INDEX i

LIST OF FIGURES iii

LIST OF SCREENSHOT iv
ABSTRACT v

1 INTRODUCTION 1

1.1 DOMAIN INTRODUCTION 3

1.2 OBJECTIVES 4

2 LITRATURE REVIEW AND RELATED TECHNOLOGY 5

2.1 LITRATURE REVIEW 5

2.2 TECHNOLOGIES 7

3 EXSISTING AND PROPOSED SYSTEM 10

3.1 EXSISTING SYSTEM 10

3.2 PROPOSED SYSTEM 11

4 METHODOLOGY 13

4.1 CLIMATE CHANGE MODEL CONSTRUCTION 13

4.2 MODEL SELECTION CRITERIA 15

4.3 HINDCASTING TO GAUGE ACCURACY OF THE MODEL 16

4.3.1 DATA AVAILABILITY AND COST 17

4.3.2 IPCC DATA DISTRIBUTION CENTER 17

4.4 MODULE 19

4.5 PRODUCT PERCEPTIVE 19

4.6 DESIGN DISCRIPTION 20

4.7 DESIGN APPROCH 20

5 ANALYSIS OF PROBLEM 21

i
5.1 PROBLEM STATEMENT 21

5.2 PROBLEM DEFINATION 21

6 REQUIREMENT ANALYSIS 22

6.1 FUNCTIONAL REQUAIRMENT 22

6.2 NON-FUNCTIONAL REQUAIRMENT 22

6.3 DOMAIN AND UI REQUAIRMENT 23

6.4 HARDWARE REQUAIRMENT 24

6.5 SOFTWARE REQUAIRMENT 25

6.6 DATA REQUAIRMENT 25

7 DESIGN 26

7.1 DESIGN GOALS 26

7.2 DATA FLOW DIAGRAM 27

7.3 STATE MACHINE UML DIAGRAM 30

7.4 SEQUANCE DIAGRAM 31

7.5 INTERACATION OVERALL DIAGRAM 32

7.6 USE CASE DIAGRAM 33

8 IMPLIMENTATION 34

9 TESTING 35

9.1 TEST STRATEGY 35

9.2 PERFORMANCE CRITERIA 36

9.3 ACCEPTANCE CRITERIA 37

RESULT AND DISSCUSIONS 39

10 SCREENSHOT 40

11 CONCLUSION AND FUTURE SCOPE 43

REFRANCES 44

LIST OF PUBLICATIONS 47

ii
LIST OF FIGURES

SR.NO FIGURE NAME PAGE NO.

1 Research works around Vulnerability Analysis and Climate 1


Change Adaptation applied to several domains since 2010.
2 Technology Diagram 7

3 Weather Prediction Algorithm 12

4 Design Goals 26

5 Data Flow Diagram 27

6 State Machine UML Diagram 30

7 Sequence Diagram 31

8 Interaction Overview Diagram 32

9 Use Case Diagram 33

iii
LIST OF SCREENSHOT

SR. NO SCREENSHOT NAME PAGE NO.

1 Login Page 40

2 Registration Page 40

3 Main Page 41

4 Search Result 41

5 Search by Latitude and longitude 42

6 History Page 42

iv
ABSTRACT

Agriculture is the backbone of a country’s economic system, considering that it not


only provides food and raw materials but also employment opportunities for a large percentage of
the population. In this way, determining the degree of agricultural vulnerability represents a guide
for sustainability and adaptability focused on changing future conditions. In many cases,
vulnerability analysis data is restricted to use by authorized personnel only, leaving open data
policies aside. Furthermore, data in its native format (raw data) by nature tend to be diverse in
structure, storage formats, and access protocols. In addition, having a large amount of open data is
important (though not sufficient) to obtain accurate results in data-driven analysis. These data
require a strict preparation process and having guides that facilitate this process is becoming
increasingly necessary. In this study, we present the step by step processing of several open data
sources in order to obtain quality information for feedback on different agricultural vulnerability
analysis. The data preparation process is applied to a case study corresponding to the upper Cauca
river basin in Colombia. All data sources in this study are public, official and are available from
different web platforms where they were collected. In the same way, a ranking with the importance
of variables for each dataset was obtained through automatic methods and validated through expert
knowledge. Experimental validation showed an acceptable agreement between the ranking of
automatic methods and the ranking of raters.

You might also like