-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspatial.html
More file actions
352 lines (276 loc) · 14.8 KB
/
Copy pathspatial.html
File metadata and controls
352 lines (276 loc) · 14.8 KB
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Yogesh Bhattarai</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/favicon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Variables CSS Files. Uncomment your preferred color scheme -->
<link href="assets/css/variables.css" rel="stylesheet">
<!-- <link href="assets/css/variables-blue.css" rel="stylesheet"> -->
<!-- <link href="assets/css/variables-green.css" rel="stylesheet"> -->
<!-- <link href="assets/css/variables-orange.css" rel="stylesheet"> -->
<!-- <link href="assets/css/variables-purple.css" rel="stylesheet"> -->
<!-- <link href="assets/css/variables-red.css" rel="stylesheet"> -->
<!-- <link href="assets/css/variables-pink.css" rel="stylesheet"> -->
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header fixed-top" data-scrollto-offset="0">
<div class="container-fluid d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center scrollto me-auto me-lg-0">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
</a>
<nav id="navbar" class="navbar">
<ul>
<li ></li><a href="index.html"><span>Home</span> </a>
<li><a class="nav-link scrollto" href="index.html#about">Resume</a></li>
<li><a class="nav-link scrollto" href="index.html#services">Research</a></li>
<!--<li><a class="nav-link scrollto" href="#team">Team</a></li>-->
<li><a class="nav-link scrollto" href="blog.html">Blog</a></li>
<li class="dropdown"><a href="#"><span>Resources</span> </a>
<ul>
<li><a href="spatial.html">Spatial Science</a></li>
<li><a href="#">Water Modeling</a></li>
<li><a href="#">Civil Engineering</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle d-none"></i>
</nav><!-- .navbar -->
<!-- <a class="btn-getstarted scrollto" href="index.html#about">Get Started</a>-->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<div class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<h2>Spatial Science</h2>
<ol>
<li><a href="index.html">Home</a></li>
<li><a href="">Resources</a></li>
<li>Spatial Science</li>
</ol>
</div>
</div>
</div><!-- End Breadcrumbs -->
<!-- ======= Blog Details Section ======= -->
<section id="blog" class="blog">
<div class="container" data-aos="fade-up">
<div class="row g-5">
<div class="col-lg-8">
<article class="blog-details">
<div class="post-img">
<div class="portfolio-details-slider swiper">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide">
<img src="assets/img/drone/drone_1.jpg" alt=""class="img-fluid">
</div>
<div class="swiper-slide">
<img src="assets/img/drone/drone_15.jpg" alt=""class="img-fluid">
</div>
<div class="swiper-slide">
<img src="assets/img/drone/drone_17.jpg" alt=""class="img-fluid">
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
<h2 class="title"> Why should you learn spatial science?</h2>
<div class="meta-top">
<ul>
<li class="d-flex align-items-center"><i class="bi bi-person"></i> <a href="spatial.html">Yogesh Bhattarai</a></li>
<li class="d-flex align-items-center"><i class="bi bi-clock"></i> <a href="spatial.html"><time datetime="2023-10-28"> Oct 28, 2023</time></a></li>
<li class="d-flex align-items-center"><i class="bi bi-chat-dots"></i> <a href="spatial.html">12 Comments</a></li>
</ul>
</div><!-- End meta top -->
<div class="content">
<p>
Spatial science is the branch of engineering dealing with the analysis and visualization of the living environment. Spatial science is designed in such a way that it explains location, place, spatial pattern, and spatial interaction in a structured pattern.
</p>
<p>
In the present time, the attraction towards spatial science is growing. Improvement in the capture of spatial data through satellite and the inclusion of spatial data in the database construction has led to the development of a larger dataset. With the rise in computing power and desperate attempts to develop near-perfect modeling, the use of spatial science is increasing. Presently, modeling the environment to simulate hazards requires representation of the environment in natural conditions. The software applied for the analysis, like HEC-RAS, HEC-HMS, SWMM, etc., have integrated GIS portions within them for more accessible spatial data analysis.
</p>
<blockquote>
<p>
With the rise in computing power and desperate attempts to develop near-perfect modeling, the use of spatial science is increasing.
</p>
</blockquote>
<p>
In this section, students will find the recent tutorials and blogs written for spatial science. I believe these basic introductions to different branches of spatial science bring curiosity to the students, and they will utilize the learned knowledge in necessary scenarios.
</p>
</div><!-- End post content -->
<div class="meta-bottom">
<i class="bi bi-folder"></i>
<ul class="cats">
<li><a href="#">GIS</a></li>
</ul>
<i class="bi bi-tags"></i>
<ul class="tags">
<li><a href="#">Creative</a></li>
<li><a href="#">Geography</a></li>
<li><a href="#">Machine</a></li>
</ul>
</div><!-- End meta bottom -->
</article><!-- End blog post -->
<div class="post-author d-flex align-items-center">
<img src="assets/img/about.jpg" class="rounded-circle flex-shrink-0" alt="">
<div>
<h4>Yogesh Bhattarai</h4>
<div class="social-links">
<a href="https://twitters.com/#"><i class="bi bi-twitter"></i></a>
<a href="https://facebook.com/#"><i class="bi bi-facebook"></i></a>
<a href="https://instagram.com/#"><i class="biu bi-instagram"></i></a>
</div>
<p>
I have been teaching Geographic information System (GIS) for three years now. My expertise includes water modeling, climate change and machine learning.
</p>
</div>
</div><!-- End post author -->
<div class="comments">
<div class="reply-form">
<h4>Leave a Reply</h4>
<p>Your email address will not be published. Required fields are marked * </p>
<form action="">
<div class="row">
<div class="col-md-6 form-group">
<input name="name" type="text" class="form-control" placeholder="Your Name*">
</div>
<div class="col-md-6 form-group">
<input name="email" type="text" class="form-control" placeholder="Your Email*">
</div>
</div>
<div class="row">
<div class="col form-group">
<input name="website" type="text" class="form-control" placeholder="Your Website">
</div>
</div>
<div class="row">
<div class="col form-group">
<textarea name="comment" class="form-control" placeholder="Your Comment*"></textarea>
</div>
</div>
<button type="submit" class="btn btn-primary">Post Comment</button>
</form>
</div>
</div><!-- End blog comments -->
</div>
<div class="col-lg-4">
<div class="sidebar">
<div class="sidebar-item search-form">
<h3 class="sidebar-title">Search</h3>
<form action="" class="mt-3">
<input type="text">
<button type="submit"><i class="bi bi-search"></i></button>
</form>
</div><!-- End sidebar search formn-->
<div class="sidebar-item categories">
<h3 class="sidebar-title">Categories</h3>
<ul class="mt-3">
<li><a href="#">GIS <span>(0)</span></a></li>
<li><a href="#">Remote Sensing <span>(0)</span></a></li>
<li><a href="tutorial1.html">Cloud Computing <span>(1)</span></a></li>
<li><a href="#">Machine Learning <span>(0)</span></a></li>
<li><a href="drone.html">UAV Mapping <span>(1)</span></a></li>
</ul>
</div><!-- End sidebar categories-->
<div class="sidebar-item recent-posts">
<h3 class="sidebar-title">Recent Posts</h3>
<div class="mt-3">
<div class="post-item">
<img src="assets/img/training.png" alt="" class="flex-shrink-0">
<div>
<h4><a href="blog.html">Spatial Engineering</a></h4>
<time datetime="2023-10-28">Oct 28, 2023</time>
</div>
</div><!-- End recent post item-->
<div class="post-item mt-3">
<img src="assets/img/drone/drone_1.jpg" alt="" class="flex-shrink-0">
<div>
<h4><a href="drone.html">UAV Mapping</a></h4>
<time datetime="2020-01-01">Jan 1, 2020</time>
</div>
</div><!-- End recent post item-->
<div class="post-item">
<img src="assets/img/blog/blog-inside-post.jpg" alt="" class="flex-shrink-0">
<div>
<h4><a href="blog.html">Flooding in Kathmandu</a></h4>
<time datetime="2020-01-01">Jan 1, 2020</time>
</div>
</div><!-- End recent post item-->
</div>
</div><!-- End sidebar recent posts-->
<div class="sidebar-item tags">
<h3 class="sidebar-title">Tags</h3>
<ul class="mt-3">
<li><a href="#">AI</a></li>
<li><a href="#">Big Data</a></li>
<li><a href="#">Cloud</a></li>
<li><a href="#">Geoinformatics</a></li>
<li><a href="#">Research</a></li>
<li><a href="#">Creative</a></li>
</ul>
</div><!-- End sidebar tags-->
</div><!-- End Blog Sidebar -->
</div>
</div>
</div>
</section><!-- End Blog Details Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="footer-legal text-center">
<div class="container d-flex flex-column flex-lg-row justify-content-center justify-content-lg-between align-items-center">
<div class="d-flex flex-column align-items-center align-items-lg-start">
<div class="copyright">
© Copyright <strong><span>Yogesh Bhattarai</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/herobiz-bootstrap-business-template/ -->
</div>
</div>
<div class="social-links order-first order-lg-last mb-3 mb-lg-0">
<a href="https://x.com/yoguess.sb" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="google-plus"><i class="bi bi-skype"></i></a>
<a href="https://www.linkedin.com/in/yogesh-sb/" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>