forked from SciTools/scitools.org.uk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 1.5 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
<!--#include virtual="includes/title.shtml" -->
<!--#include virtual="includes/css.shtml" -->
<title>SciTools Homepage</title>
</head>
<body>
<div class="wrapper">
<div id="hd">SciTools</div>
<!--#include virtual="includes/navbar.shtml" -->
<div id="bd">
<p style="margin-top: 1.5em">Iris and Cartopy are open source Python libraries initially created by the Met Office to enable the visualisation of weather and climate data. Both libraries are actively developed in collaboration with the scientific community.</p>
<div class="projects">
<div class="project">
<div class="logo"><a href="iris/index.html"><img src="images/Iris7_1_trim_100.png" style="height:100;" alt="Iris Logo" /></a></div>
<div class="summary"><a href="iris/index.html">Iris</a> is a Python package for analysing and visualising meteorological and oceanographic data sets.</div>
</div>
<div class="project">
<div class="logo"><a href="cartopy/index.html"><img src="images/cartopy_small.png" style="height:100;" alt="Cartopy logo" /></a></div>
<div class="summary"><a href="cartopy/index.html">Cartopy</a> is a Python package for advanced map generation with a simple matplotlib interface.</div>
</div>
</div>
</div>
<div id="ft">
<!--#include virtual="includes/copyright.shtml" --><br>
</div>
</div>
<!--#include virtual="includes/validator.shtml" -->
</body>
</html>