-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (160 loc) · 8.29 KB
/
Copy pathindex.html
File metadata and controls
170 lines (160 loc) · 8.29 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
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.16.4 by Michael Rose
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>Julia Climate</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="/css/minimal-mistakes.css">
</head>
<body class="layout--splash">
{{ insert masthead.html }}
<div class="initial-content">
<div class="page__hero--overlay"
style="background-color: #5e616c; background-image: url('/assets/minimal-mistakes/nature2.png');">
<div class="wrapper">
<h1 id="page-title" class="page__title" itemprop="headline">Julia Climate</h1>
<p class="page__lead">Climate Science tools and data <br> developed in Julia.</p>
</div>
</div>
<div id="main" role="main">
<article class="splash" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="description" content="Climate Science tools and data developed in Julia.">
<section class="page__content" itemprop="text">
<div class="feature__wrapper">
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/minimal-mistakes/juliaclimatelogo.png" alt="JuliaClimate Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">JuliaClimate</h2>
<div class="archive__item-excerpt">
<p>JuliaClimate is a community that collaborates on Julia packages and tools that are aimed at climate sciences (observations, models, and related topics).</p>
</div>
<p><a href="https://github.com/JuliaClimate" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/minimal-mistakes/ClimateTools.png" alt="Climate Tools Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">ClimateTools.jl</h2>
<div class="archive__item-excerpt">
<p>ClimateTools.jl is a collection of commonly-used tools in Climate science.</p>
</div>
<p><a href="https://juliaclimate.github.io/ClimateTools.jl/stable/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/minimal-mistakes/MeshArrays.png" alt="Mesh Arrays Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">MeshArrays.jl</h2>
<div class="archive__item-excerpt">
<p>MeshArrays.jl defines the "MeshArray" data structure (or type) that can contain, and distribute, collections of inter-connected arrays as generally done in climate models.</p>
</div>
<p><a href="https://juliaclimate.github.io/MeshArrays.jl/stable/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/minimal-mistakes/RandomFlow.gif" alt="Random Flow Gif" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">Drifters.jl</h2>
<div class="archive__item-excerpt">
<p>Drifters.jl computes point displacements over a gridded domain. It is geared towards the analysis of Climate, Ocean, etc models (Arakawa C-grids are natively supported) and the simulation of material transports within the Earth System (e.g. plastics or planktons in the Ocean; dusts or chemicals in the Atmosphere).</p>
</div>
<p><a href="https://juliaclimate.github.io/Drifters.jl/dev/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/minimal-mistakes/juliaclimatelogo.png" alt="INMET Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">INMET.jl</h2>
<div class="archive__item-excerpt">
<p>INMET.jl provides a Julia API to access data from the Instituto Nacional de Metereologia (INMET).</p>
</div>
<p><a href="https://juliaclimate.github.io/INMET.jl/dev/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/minimal-mistakes/juliaclimatelogo.png" alt="CDSAPI Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">CDSAPI.jl</h2>
<div class="archive__item-excerpt">
<p>CDSAPI.jl provides a Julia API to the Climate Data Store (a.k.a. CDS).</p>
</div>
<p><a href="https://juliaclimate.github.io/CDSAPI.jl/dev/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/minimal-mistakes/juliaclimatelogo.png" alt="STAC Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">STAC.jl</h2>
<div class="archive__item-excerpt">
<p>STAC.jl SpatioTemporal Asset Catalog (STAC) julia client.</p>
</div>
<p><a href="https://juliaclimate.github.io/STAC.jl/dev/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/minimal-mistakes/GeoRegions.png" alt="GeoRegions Logo" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">GeoRegions.jl</h2>
<div class="archive__item-excerpt">
<p>GeoRegions.jl allows for easy extraction of geospatial data defined in polygonal bounds using the "GeoRegion" and "RegionInfo" types.</p>
</div>
<p><a href="https://georegionsecosystem.github.io/GeoRegions.jl/dev/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>
</div>
</section>
</article>
</div>
<!-- https://getbootstrap.com/docs/4.0/components/jumbotron/ -->
<div class="jumbotron" style="text-align: center; margin-right: 20%; margin-left: 20%;">
<h1 class="display-4">What can a technologist do about Climate Change?</h1>
<p class="lead">Bret Victor, in 2015, published a <a href="http://worrydream.com/ClimateChange/#tools-technical">famous article</a> about how to contribute to the climate change solution.</p>
<hr class="my-4">
<p>In that article, he proclaimed that: "Here’s an opinion you might not hear much — I feel that one effective approach to addressing climate change is contributing to the development of Julia."</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="http://worrydream.com/ClimateChange/#tools-technical" role="button">Learn more</a>
</p>
</div>
{{ insert foot.html }}