forked from G-Anjanappa/Photogrammetry-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquality.html
146 lines (135 loc) · 7.21 KB
/
quality.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<!--include the OpenLayers CSS : -->
<link rel="stylesheet" href="https://gisedu.itc.utwente.nl/exercise/libraries/openlayers/v4.6.4/ol.css"
type="text/css" />
<title>GFM - Group Project</title>
<link rel="icon" type="image/x-icon" href="img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
</nav>
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<a class="navbar-brand js-scroll-trigger"
href="https://gisedu.itc.utwente.nl/student/s2578956/Photogrammetry-Website/index.html#quality">Go Back</a>
<button class="navbar-toggler navbar-toggler-right previous btn-black" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="container">
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item" style="font-size:x-large"><a class="nav-link js-scroll-trigger"
href="#page-top">Home</a></li>
<li class="nav-item" style="font-size:x-large"><a class="nav-link js-scroll-trigger"
href="#quality">Quality Check</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead"
style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 75%, #000000 100%), url(img/quality_cover.png);background-size: cover; background-repeat:no-repeat">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase text-white">QUALITY ASSESSMENT</h1>
</div>
</div>
</header>
<section class="projects-section bg-light" id="quality">
<div class="container" style="font-size: 20px;">
<p class="mb-0 text-black-60 text-justify">
The website includes quality check for Aerial triangulation and DTM. No explicit assessment was
done for DSM as DTM quality check(QC) is redundant to that of DSM. </p>
<br>
<div class="row">
<div class="col-lg-8 mx-auto">
<h4><strong>Aerial Triangulation Quality Check</strong></h4>
<p>The below
figure shows the workflow used in assessing the quality for the aerial triangulation of Boditi.
</p>
<div class="row justify-content-center no-gutters">
<div class="col-xl-8 col-lg-7"><img class="img-fluid mb-3 mb-lg-0" src="img/RMSE.png" alt="" />
</div>
</div>
<br>
<br>
<p>The below graph shows the variation in X, Y, Z coordinates ground control points measured
in the field and that measured in aerial triangulation.
</p>
<div class="row justify-content-center no-gutters">
<div class="col-xl-8 col-lg-7"><img class="img-fluid mb-3 mb-lg-0"
src="img/AT_QC_graph_dark.png" alt="" />
</div>
</div>
<br>
<br>
<p>The below spreadsheet shows the data used for aerial triangulation quality check.</p>
<div class="row justify-content-center no-gutters">
<iframe width="1000" height="346" frameborder="0" scrolling="no"
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTZ2_AtHpadSfb3bm4IOxdxGogwltjVz6GazDVpRUS2M26dT6VlmQAgqwPJeoAh8A/pubhtml?gid=632399324&single=true&widget=true&headers=false"></iframe>
</div>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-lg-8 mx-auto">
<h4><strong>DTM Quality Check</strong></h4>
<p>The below
figure shows the workflow used in assessing the quality for the DTM of Boditi.</p>
<div class="row justify-content-center no-gutters">
<div class="col-xl-8 col-lg-7"><img class="img-fluid mb-3 mb-lg-0" src="img/DTM_quality.jpg"
alt="" />
</div>
</div>
<br>
<br>
<p>The below graph shows the variation in the elevation between the obtained DTM and measured check
points for the study area.</p>
<div class="row justify-content-center no-gutters">
<div class="col-xl-8 col-lg-7"><img class="img-fluid mb-3 mb-lg-0"
src="img/DTM_QC_graph_dark.png" alt="" />
</div>
</div>
<br>
<br>
<p>The below spreadsheet shows the data used for DTM quality check.</p>
<div class="row justify-content-center no-gutters">
<iframe width="700" height="900" frameborder="0" scrolling="no"
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRBUyOW9sqXr-DlNCuvl3FDqzNEPVdxyQ8vc4bKbUE4LYhxh-FxYdVLKIKABN8Sbw/pubhtml?gid=233221316&single=true&widget=true&headers=false"></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer bg-black small text-center text-white-50">
<div class="container">Copyright © All rights reserved. | GFM 2020-2022 - Extract/Analysis & Dissemination
GeoData - Working Group 2</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>