-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·425 lines (403 loc) · 23.6 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
<!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="">
<link rel="shortcut icon" href="images/favicon.ico"/>
<title>Fastscape - Software tools for landscape evolution modeling</title>
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
<!-- Font awesome icons -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/fontawesome.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/brands.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/main-page.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="#page-top">
<img src="images/fastscape_logo_no_text.svg" style="height: 2rem;">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Site
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#overview">Overview</a>
<a class="dropdown-item" href="#related-projects">Related projects</a>
<a class="dropdown-item" href="#publications">Publications</a>
<a class="dropdown-item" href="#other-tools">Other tools</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Documentation
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="https://fastscape.readthedocs.io/en/latest/">Fastscape</a>
<a class="dropdown-item" href="https://fastscape-lem.github.io/fastscapelib-fortran/">Fastscapelib (Fortran)</a>
<a class="dropdown-item" href="https://fastscapelib.readthedocs.io/en/latest/">Fastscapelib (C++)</a>
<hr class="mt-2 mb-2">
<a class="dropdown-item" href="https://xarray-simlab.readthedocs.io/en/latest/">Xarray-simlab</a>
<a class="dropdown-item" href="https://xarray.pydata.org/en/stable/">Xarray</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Community
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="https://github.com/fastscape-lem">
<i class="fab fa-github" aria-hidden="true"></i> GitHub
</a>
<a class="dropdown-item" href="https://twitter.com/fastscape">
<i class="fab fa-twitter" aria-hidden="true"></i> Twitter
</a>
<a class="dropdown-item" href="https://gitter.im/fastscape-lem/lobby">
<i class="fab fa-gitter" aria-hidden="true"></i> Chat
</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron jumbotron-fluid vertical-center text-center">
<div class="container">
<img src="images/fastscape_logo_rect_large.svg" style="max-width: 35rem;">
<p class="lead font-weight-normal">
Software tools for landscape evolution modeling
</p>
</div>
</div>
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-10">
<p class="text-center">
Welcome! This website contains general information about Fastscape. Let's get in touch via
<a class="color-fs-light" href="https://github.com/fastscape-lem">GitHub</a> (technical issues and suggestions),
<a class="color-fs-light" href="https://gitter.im/fastscape-lem/lobby">Gitter chat</a> (short questions or random conversation) and
<a class="color-fs-light" href="https://twitter.com/fastscape">Twitter</a> (news).
</p>
</div>
</div>
</div>
<section id="overview">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="text-secondary">Overview</h2>
<p style="padding-bottom: 1rem;">
Fastscape is a set of open-source software components aimed at making landscape evolution models
and topographic analysis algorithms readily accessible to a wide range of users, from experts
in landscape evolution modelling to scientists, researchers and teachers in the broader Earth
science community.
</p>
</div>
</div>
<div class="row ml-3 mr-3">
<div class="col-lg-6">
<h4>Fastscape</h4>
<p>
Fastscape is a flexible and modular landscape evolution model that is
highly connected to the Python scientific ecosystem, thanks to the Xarray-simlab modeling
framework (see below).
</p>
<p>
It provides +30 components that can be combined together in order to create custom models. Users
can also plug in their own components.
</p>
<p>
Its high-level, user-friendly interface enables interactive landscape evolution modeling, e.g.,
within <a class="color-fs-light" href="https://jupyter.org">Jupyter</a> notebooks.
</p>
<a class="btn btn-secondary" href="https://mybinder.org/v2/gh/fastscape-lem/fastscape-demo/master?urlpath=lab">
<i class="fa fa-rocket" aria-hidden="true"></i> Try it online!
</a>
<a class="btn btn-outline-secondary" href="https://fastscape.readthedocs.io/">
Documentation
</a>
<a class="btn btn-outline-secondary" href="https://github.com/fastscape-lem/fastscape">
<i class="fab fa-github" aria-hidden="true"></i> Source repository
</a>
</div>
<div class="col-lg-6">
<img class="img-fluid mb-3 mt-3" src="images/fastscape_notebook.png" alt="">
</div>
</div>
<hr>
<div class="row ml-3 mr-3">
<div class="col-lg-5">
<a href="#">
<img class="img-fluid rounded mb-3 mb-md-0" src="images/fastscape_marine_3d.png" alt="">
</a>
</div>
<div class="col-lg-7">
<h4>Fastscapelib (Fortran)</h4>
<p>
Fastscapelib-Fortran implements efficient algorithms for landscape evolution modeling.
</p>
<p>
It provides a basic Fortran interface with model setup, runtime and I/O routines that
can be used in standalone programs or for coupling landscape evolution models with other
Fortran codes (e.g., tectonic or climate models).
</p>
<p>
It may also be built as a Python extension with a NumPy-compatible, low-level API. It is
currently used as a core backend library in "Fastscape".
</p>
<a class="btn btn-outline-secondary" href="https://fastscape-lem.github.io/fastscapelib-fortran/">
Documentation
</a>
<a class="btn btn-outline-secondary" href="https://github.com/fastscape-lem/fastscapelib-fortran">
<i class="fab fa-github" aria-hidden="true"></i> Source repository
</a>
</div>
</div>
<hr>
<div class="row ml-3 mr-3">
<div class="col-lg-12">
<h4>Fastscapelib (C++)</h4>
<p>
Fastscapelib (C++) is the successor of Fastscapelib-Fortran.
</p>
<p>
It aims to provide a very flexible, yet optimized system for implementing various core algorithms (e.g., flow routing and enforcement,
solvers for erosion processes) on multiple grids.
</p>
<p>
It exposes a C++ API that is compatible with the <a class="color-fs-light" href="https://xtensor.readthedocs.io">Xtensor</a> library
(i.e., a multi-dimensional array library heavily inspired by NumPy). Thanks to Xtensor, it also exposes a Python/NumPy API and may
have language bindings for R and Julia.
</p>
<a class="btn btn-outline-secondary" href="https://fastscapelib.readthedocs.io/en/latest/">
Documentation
</a>
<a class="btn btn-outline-secondary" href="https://github.com/fastscape-lem/fastscapelib">
<i class="fab fa-github" aria-hidden="true"></i> Source repository
</a>
</div>
</div>
<hr>
<div class="row ml-3 mr-3">
<div class="col-md-6">
<a href="#">
<img class="img-fluid mb-3 mt-3" src="images/xarray-simlab-graph.png" alt="">
</a>
</div>
<div class="col-md-6">
<h4>Xarray-simlab</h4>
<p>
Xarray-simlab is a modeling framework used by "Fastscape" to build, setup and run custom models.
</p>
<p>
It is very well integrated with tools of the Python Scientific / PyData / <a class="color-fs-light" href="https://pangeo.io">Pangeo</a> ecosystems such as
<a class="color-fs-light" href="https://xarray.pydata.org">Xarray</a>,
<a class="color-fs-light" href="https://dask.org/">Dask</a>,
<a class="color-fs-light" href="https://zarr.readthedocs.io">Zarr</a> and the
<a class="color-fs-light" href="https://holoviz.org">Holoviz projects</a>.
</p>
<p>
It is a generic framework that can be used to build models in a wide range of domains.
</p>
<a class="btn btn-outline-secondary" href="https://xarray-simlab.readthedocs.io">
Documentation
</a>
<a class="btn btn-outline-secondary" href="https://github.com/benbovy/xarray-simlab">
<i class="fab fa-github" aria-hidden="true"></i> Source repository
</a>
</div>
</div>
</div>
</section>
<section id="related-projects">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="text-secondary">Related projects</h2>
<p style="padding-bottom: 1rem;">A gallery of extensions and applications built on top of Fastscape.</p>
</div>
</div>
<div class="row ml-3 mr-3">
<div class="col-lg-4 col-md-6 mb-4">
<div class="card h-100">
<img class="card-img-top" src="images/ipyfastscape.png" alt="">
<div class="card-body">
<h4 class="card-title">Ipyfastscape</h4>
<p class="card-text">
Ipyfastscape provides interactive widgets for topographic data analysis and modelling in
<a class="color-fs-light" href="https://jupyter.org">Jupyter</a> notebooks.
</p>
</div>
<div class="card-footer">
<a class="btn btn-sm btn-secondary" href="https://mybinder.org/v2/gh/fastscape-lem/fastscape-demo/master?urlpath=lab/tree/ipyfastscape">
<i class="fa fa-rocket" aria-hidden="true"></i> Try it online!
</a>
<a class="btn btn-sm btn-outline-secondary" href="https://github.com/fastscape-lem/ipyfastscape">
<i class="fab fa-github" aria-hidden="true"></i> Source repository
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card h-100">
<div class="card-body">
<h4 class="card-title">AdaScape</h4>
<p class="card-text">
The AdaScape package contains a simple adaptive speciation (life evolution) model written in Python that can be easily coupled with Fastscape.
</p>
</div>
<div class="card-footer">
<a class="btn btn-sm btn-outline-secondary" href="https://github.com/fastscape-lem/adascape">
<i class="fab fa-github" aria-hidden="true"></i> Source repository
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card h-100">
<img class="card-img-top" src="images/gilbert-board.png" alt="">
<div class="card-body">
<h4 class="card-title">Gilbert Board</h4>
<p class="card-text">
A variant of the Galton Board built with Fastscape, <a class="color-fs-light" href="https://ipycanvas.readthedocs.io">Ipycanvas</a>, and
<a class="color-fs-light", href="https://ipywidgets.readthedocs.io">Ipywidgets</a>. It shows how to control Fastscape's model execution
in real-time using widgets.
</p>
</div>
<div class="card-footer">
<a class="btn btn-sm btn-secondary" href="https://mybinder.org/v2/gh/fastscape-lem/gilbert-board/master?urlpath=%2Fvoila%2Frender%2Fgilbert_board.ipynb">
<i class="fa fa-rocket" aria-hidden="true"></i> Try it online!
</a>
<a class="btn btn-sm btn-outline-secondary" href="https://github.com/fastscape-lem/gilbert-board">
<i class="fab fa-github" aria-hidden="true"></i> Source repository
</a>
</div>
</div>
</div>
</div>
<div class="row ml-3 mr-3">
<div class="col-lg-4 col-md-6 mb-4">
<div class="card h-100">
<div class="card-body">
<h4 class="card-title">Orographic Precipitation</h4>
<p class="card-text">
A Python package that implements the Linear Theory of Orographic Precipitation following Smith & Barstad (2004)
and that provides a Fastscape extension.
</p>
</div>
<div class="card-footer">
<a class="btn btn-sm btn-outline-secondary" href="https://github.com/fastscape-lem/orographic-precipitation">
<i class="fab fa-github" aria-hidden="true"></i> Source repository
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card h-100">
<div class="card-body">
<h4 class="card-title">Fastscape Litho</h4>
<p class="card-text">
Feeding fastscape with a 3D bloc of lithology with differential erodibility, diffusion and other.
</p>
</div>
<div class="card-footer">
<a class="btn btn-sm btn-outline-secondary" href="https://github.com/fastscape-lem/fastscape-litho">
<i class="fab fa-github" aria-hidden="true"></i> Source repository
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card h-100">
<div class="card-body">
<h4 class="card-title">Variable SPIM</h4>
<p class="card-text">
Variable Discharge Stream Power Incision Model.
</p>
</div>
<div class="card-footer">
<a class="btn btn-sm btn-outline-secondary" href="https://github.com/fastscape-lem/VariableSPIM">
<i class="fab fa-github" aria-hidden="true"></i> Source repository
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="publications">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="text-secondary">Publications</h2>
<p>
For a complete list of publications, please check the Fastscape entry on the
<a class="color-fs-light" href="https://helmholtz.software/software/fastscape-toolbox">Helmholtz Research Software Directory</a>.
</p>
</div>
</div>
</div>
</section>
<section id="other-tools">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="text-secondary">Some other tools</h2>
<p>A few other, publicly available tools for topographic analysis and landscape evolution modeling:</p>
<p>
<ul>
<li>
<a class="color-fs-light" href="https://landlab.github.io">Landlab</a>
</li>
<li>
<a class="color-fs-light" href="https://badlands.readthedocs.io">Badlands</a>
</li>
<li>
<a class="color-fs-light" href="https://lsdtopotools.github.io">LSDTopoTools</a>
</li>
<li>
<a class="color-fs-light" href="https://topotoolbox.wordpress.com">TopoToolbox</a>
</li>
</ul>
</p>
</div>
</div>
</div>
</section>
<hr></hr>
<!-- Footer -->
<footer class="container">
<div class="row footer-row">
<p class="footer-text">
The development of Fastscape is supported by the Helmholtz Centre Potsdam /
GFZ German Research Centre for Geosciences.
</p>
<a class="footer-link" href="https://www.gfz-potsdam.de">
<img class="footer-img" alt="" src="images/GFZ-Logo_eng_RGB.svg">
</a>
</div>
<div class="row footer-row">
<p>© 2020-2023 Fastscape developers</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Fontawesome JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/fontawesome.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/brands.min.js"></script>
</body>
</html>