-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.html
438 lines (430 loc) · 17.4 KB
/
index.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
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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<!DOCTYPE html>
<html>
<head>
<!-- START META -->
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<meta content="AVD" name="author">
<meta content="SciTools - Python libraries for Weather and Climate Science." name="description">
<meta content="PP, GRIB1, GRIB2, netcdf, HDF, visualisation, weather, climate, map, cartography, projection, map, analysis,
Iris, Cartopy" name="keywords">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible"
content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="/static/images/scitools-logo-128x128-3.png"
type="image/x-icon">
<!-- END META -->
<meta name="description" content="this is the home desc">
<title>SciTools Home</title>
<!-- START STYLES -->
<link rel="stylesheet"
href="/static/mobirise-icons/mobirise-icons.css">
<link rel="stylesheet"
href="/static/tether/tether.min.css">
<link rel="stylesheet"
href="/static/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet"
href="/static/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet"
href="/static/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet"
href="/static/socicon/css/styles.css">
<link rel="stylesheet"
href="/static/dropdown/css/style.css">
<link rel="stylesheet"
href="/static/theme/css/style.css">
<link rel="stylesheet"
href="/static/mobirise/css/mbr-additional.css"
type="text/css">
<!-- END STYLES -->
</head>
<body>
<!-- START HEADER -->
<section class="menu scitools-menu" once="menu">
<nav class= "navbar navbar-expand beta-menu navbar-dropdown
align-items-center navbar-fixed-top navbar-toggleable-sm">
<button class="navbar-toggler navbar-toggler-right"
type="button"
data-toggle="collapse"
data-target="#navbar-content"
aria-controls="navbar-content"
aria-expanded="false"
aria-label="Toggle navigation">
<div class="hamburger">
<span></span> <span></span> <span></span> <span></span>
</div></button>
<div class="menu-logo">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="/index.html#home-top">
<img src="/static/images/logo.200x200-trans-white-122x122.png"
alt="scitools-logo-white" title="" style="height: 3.8rem;">
</a>
</span>
<span class="navbar-caption-wrap">
<a class="navbar-caption text-white display-4"
href="/index.html#home-top">
SciTools
</a>
</span>
</div>
</div>
<div class="collapse navbar-collapse" id="navbar-content">
<ul class="navbar-nav nav-dropdown nav-right"
data-app-modern-menu="true">
<li class="nav-item">
<a class="nav-link link text-white display-4" href="/index.html#home-top" aria-expanded="true">
<span class="mbri-home mbr-iconfont mbr-iconfont-btn"></span>
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link link text-white display-4" href="/organisation.html#organisation-top" aria-expanded="true">
<span class="mbri-users mbr-iconfont mbr-iconfont-btn"></span>
Organisation
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link link text-white dropdown-toggle display-4"
data-toggle="dropdown-submenu"
aria-expanded="false"><span class=
"mbri-file mbr-iconfont mbr-iconfont-btn"></span>
Documentation
</a>
<div class="dropdown-menu">
<a class="text-white dropdown-item display-4"
href="/iris/docs/stable/"
aria-expanded="false">
Iris
</a>
<a class="text-white dropdown-item display-4"
href="/cartopy/docs/latest/"
aria-expanded="false">
Cartopy
</a>
<a class="text-white dropdown-item display-4"
href="https://iris-grib.readthedocs.io/en/latest/"
aria-expanded="false">
iris-grib
</a>
<a class="text-white dropdown-item display-4"
href="/cf-units/docs/stable/"
aria-expanded="false">
cf-units
</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link link text-white dropdown-toggle display-4"
href="https://github.com/SciTools"
aria-expanded="false"
data-toggle="dropdown-submenu">
<span class="mbri-github mbr-iconfont mbr-iconfont-btn"></span>
GitHub
</a>
<div class="dropdown-menu">
<a class="text-white dropdown-item display-4"
href="https://github.com/SciTools/iris"
aria-expanded="true">
Iris
</a>
<a class="text-white dropdown-item display-4"
href="https://github.com/SciTools/cartopy"
aria-expanded="true">
Cartopy
</a>
<a class="text-white dropdown-item display-4"
href="https://github.com/SciTools/cf-units"
aria-expanded="true">
cf-units
</a>
<a class="text-white dropdown-item display-4"
href="https://github.com/SciTools/iris-grib"
aria-expanded="true">
iris-grib
</a>
<div class="dropdown-divider"></div>
<a class="text-white dropdown-item display-4"
href="https://github.com/SciTools"
aria-expanded="true">
All Repositories
</a>
</div>
</li>
</ul>
</div>
</nav>
</section>
<!-- END HEADER -->
<section class="header1 index-clouds mbr-parallax-background">
<div class="mbr-overlay"
style="opacity: 0.4; background-color: rgb(15, 118, 153);"></div>
<div class="container">
<div class="row justify-content-md-center">
<div class="mbr-white col-md-10">
<h1 class="mbr-section-title align-center mbr-bold pb-3 mbr-fonts-style display-1">
<a class="anchor" name="home-top" id="home-top"></a>
SciTools
</h1>
<h3 class="mbr-section-subtitle align-center mbr-light pb-3 mbr-fonts-style display-2">
Open tools for the analysis and visualisation of Earth science
data
</h3>
<p class="mbr-text align-center pb-3 mbr-fonts-style display-5">
SciTools is a collaborative effort to produce powerful Python-based
open-source tools for Earth scientists. Initially started at the
<a href="https://www.metoffice.gov.uk/"
class="text-white">Met Office</a>
in 2010, SciTools has grown into a diverse community of partners
and collaborators from around the world.
SciTools is responsible for the maintenance of a number of key
packages such as Iris and Cartopy, and continues to develop new
and innovative tools for the Earth scientist's toolkit.
</p>
</div>
<div class="col-12"></div>
<div class="col-sm-6 col-lg-3 btn-space">
<a class="btn btn-md btn-primary very-rounded" href="#iris">
<span class="mbri-globe-2 mbr-iconfont mbr-iconfont-btn"></span>
Iris
</a>
</div>
<div class="col-sm-6 col-lg-3 btn-space">
<a class="btn btn-md btn-primary very-rounded" href="#cartopy">
<span class="mbri-globe mbr-iconfont mbr-iconfont-btn"></span>
Cartopy
</a>
</div>
<div class="col-sm-6 col-lg-3 btn-space">
<a class="btn btn-md btn-primary very-rounded" href="#cf-units">
<span class="mbri-watch mbr-iconfont mbr-iconfont-btn"></span>
cf-units
</a>
</div>
<div class="col-sm-6 col-lg-3 btn-space">
<a class="btn btn-md btn-primary very-rounded" href="#additional_tools">
<span class="mbri-setting3 mbr-iconfont mbr-iconfont-btn"></span>
Additional Resources
</a>
</div>
</div>
</div>
</div>
</section>
<section class="features2 iris-cartopy-box">
<div class="container">
<div class="media-container-row">
<div class="card p-3 col-12 col-md-6">
<a class="anchor" name="iris" id="iris"></a>
<div class="card-wrapper">
<div class="card-img">
<img src="/static/images/iris-1046x697.png"
alt="iris-logo">
</div>
<div class="card-box">
<h4 class="card-title pb-3 mbr-fonts-style display-7">
<a href="/iris/docs/stable/">
Iris
</a>
</h4>
<p class="mbr-text mbr-fonts-style display-7">
The <a href="/iris/docs/stable/">Iris</a> package implements
a data model to create a data abstraction layer which isolates
analysis and visualisation code from data format specifics.
The data model we have chosen is the CF Data Model.
The implementation of this model we have called an Iris Cube.
</p>
<p class="mbr-text mbr-fonts-style display-7">
Iris currently supports read/write access to a range of data
formats, including (CF-)netCDF, GRIB, and PP; fundamental data
manipulation operations, such as arithmetic, interpolation, and
statistics; and a range of integrated plotting options.
</p>
<p>
<a href="/iris/docs/stable/">Learn more...</a>
</p>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6">
<a class="anchor" name="cartopy" id="cartopy"></a>
<div class="card-wrapper">
<div class="card-img">
<img src="/static/images/cartopy-1-1046x697.png"
alt="cartopy-logo">
</div>
<div class="card-box">
<h4 class="card-title pb-3 mbr-fonts-style display-7">
<a href="/cartopy/docs/latest/">Cartopy</a>
</h4>
<p class="mbr-text mbr-fonts-style display-7">
Cartopy is a Python package designed for geospatial data
processing in order to produce maps and other geospatial
data analyses.
</p>
<p class="mbr-text mbr-fonts-style display-7">
Key features of cartopy are its object oriented projection
definitions, and its ability to transform points, lines,
vectors, polygons and images between those projections.
</p>
<p class="mbr-text mbr-fonts-style display-7">
You will find cartopy especially useful for large area / small
scale data, where Cartesian assumptions of spherical data
traditionally break down.
</p>
<p class="mbr-text mbr-fonts-style display-7">
<a href="/cartopy/docs/latest/">Learn more...</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section content4 title-banner">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h2 class="align-center pb-3 mbr-fonts-style display-2">
Additional Tools and Resources
<a class="anchor" name="additional_tools" id="additional_tools"></a>
</h2>
<h3 class=
"mbr-section-subtitle align-center mbr-light mbr-fonts-style display-5">
There are a number of other packages and resources developed under
the <a href="https://github.com/SciTools">SciTools organisation on GitHub</a>.
Some of the more prominent ones are listed below.</h3>
</div>
</div>
</div>
</section>
<section class="mbr-section article content12 blue-bullet-list">
<div class="container">
<div class="media-container-row">
<div class=
"mbr-text counter-container col-12 col-md-8 mbr-fonts-style display-7">
<ul>
<li>
<a class="anchor" name="cf-units" id="cf-units"></a>
<a href="/cf-units/docs/stable/"><b>cf-units</b></a> -
is a wrapper class to support Unidata/UCAR UDUNITS-2, and the
netcdftime calendar functionality. Provides units of measure.
<a href="/cf-units/docs/stable/">Learn more...</a>
</li>
<li>
<a href="https://iris-grib.readthedocs.io/en/latest/"><b>iris-grib</b></a> -
provides functionality for converting between weather and climate
datasets that are stored as GRIB files and Iris cubes.
<a href="https://iris-grib.readthedocs.io/en/latest/">Learn more...</a>
</li>
<li>
<a href="https://github.com/SciTools/nc-time-axis"><b>nc-time-axis</b></a> -
provides support for non-gregorian datetimes in matplotlib
<a href="https://github.com/SciTools/nc-time-axis">Learn more...</a>
</li>
<li>
<a href="https://github.com/SciTools/courses"><b>scitools/courses</b></a> -
several courses for the benefit of scientific researchers,
particularly in the fields of oceanography and meteorology.
<a href="https://github.com/SciTools/courses">Learn more...</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- START FOOTER -->
<section class="social-links">
<div class="container">
<div class="media-container-row">
<div class="col-md-8 align-center">
<div>
<div class="mbr-social-likes">
<span class="btn btn-social socicon-bg-facebook facebook mx-2"
title="Share link on Facebook">
<i class="socicon socicon-facebook"></i>
</span>
<span class="btn btn-social twitter socicon-bg-twitter mx-2"
title="Share link on Twitter">
<i class="socicon socicon-twitter"></i>
</span>
<span class="btn btn-social plusone socicon-bg-googleplus mx-2"
title="Share link on Google+">
<i class="socicon socicon-googleplus"></i>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section once="" class="bottom-links">
<div class="container">
<div class="media-container-row align-center mbr-white">
<div class="row row-links">
<ul class="foot-menu">
<li class="foot-menu-item mbr-fonts-style display-7">
<a class="text-white mbr-bold" href="/organisation.html#about_scitools">
About SciTools
</a>
</li>
<li class="foot-menu-item mbr-fonts-style display-7">
<a class="text-white mbr-bold" href="/organisation.html#contact_us">
Contact us
</a>
</li>
<li class="foot-menu-item mbr-fonts-style display-7">
<a class="text-white mbr-bold" href="/privacy.html#privacy-top">
Privacy Policy
</a>
</li>
<li class="foot-menu-item mbr-fonts-style display-7">
<a class="text-white mbr-bold" href="/organisation.html#governance">
Governance
</a>
</li>
</ul>
</div>
<div class="row social-row">
<div class="social-list align-right pb-2">
<div class="soc-item">
<a href="https://github.com/SciTools">
<span class="mbr-iconfont mbr-iconfont-social socicon-github socicon"></span>
</a>
</div>
</div>
</div>
<div class="row row-copirayt">
<p class="mbr-text mb-0 mbr-fonts-style mbr-white align-center display-7">
© British Crown Copyright 2022, Met Office - All Rights Reserved
</p>
</div>
</div>
</div>
</section>
<!-- END FOOTER -->
<!-- START POST-INCLUDES -->
<script src="/static/jquery/jquery.min.js">
</script>
<script src="/static/popper/popper.min.js">
</script>
<script src="/static/tether/tether.min.js">
</script>
<script src="/static/bootstrap/js/bootstrap.min.js">
</script>
<script src="/static/smoothscroll/smooth-scroll.js">
</script>
<script src="/static/touchswipe/jquery.touch-swipe.min.js">
</script>
<script src="/static/parallax/jarallax.min.js">
</script>
<script src="/static/sociallikes/social-likes.js">
</script>
<script src="/static/dropdown/js/script.min.js">
</script>
<script src="/static/theme/js/script.js">
</script>
<!-- END POST-INCLUDES -->
</body>
</html>