Commit fe4869bb authored by Narcon Nicolas's avatar Narcon Nicolas
Browse files

ENH: some new illustrations + remove broken dependencies in html

parent 57591e24
No related merge requests found
Pipeline #38544 passed with stages
in 1 minute and 31 seconds
Showing with 40 additions and 11 deletions
+40 -11
slides/illustrations/memory_error.png

21.5 KB

slides/illustrations/michael_meme.png

540 KB

File added
File added
......@@ -12,12 +12,13 @@
<link rel="stylesheet" href="./revealjs/dist/reveal.css">
<link rel="stylesheet" href="./revealjs/dist/theme/white.css">
<link rel="stylesheet" href="otb.css" id="theme">
<link rel="stylesheet" href="block.css" id="slblock">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="a11y-light.css">
<!-- Theme used for drawer code -->
<link rel="stylesheet" href="./revealdrawer/dist/drawer.css" />
<!-- I/ NOT USED ANYMORE -->
<!-- Theme used for syntax highlighted code
<link rel="stylesheet" href="a11y-light.css"> -->
<!-- Theme used for drawer code
<link rel="stylesheet" href="./revealdrawer/dist/drawer.css" /> -->
</head>
<body>
<div class="reveal">
......@@ -46,7 +47,7 @@
<section data-background-image='illustrations/background.png'>
<h2>What a developer goes trough</h2>
<video data-autoplay width=60% src="illustrations/pansharpening_google_search_final_speedup.mp4"></video>
<video data-autoplay width=70% src="illustrations/pansharpening_google_search_final_speedup.mp4"></video>
</section>
<section data-background-image='illustrations/background.png'>
......@@ -66,8 +67,18 @@
<section data-background-image='illustrations/background.png'>
<h2>Pansharpening in Python</h2>
<video data-autoplay width=60% src="illustrations/TODO"></video>
<video data-autoplay width=70% src="illustrations/pansharpening_memory_error_rasterio_speedup.mp4"></video>
</section>
<section>
<figure>
<img src="illustrations/memory_error.png" width=80%/>
</figure>
<figure>
<img src="illustrations/michael_meme.png" width=50%/>
</figure>
</section>
......@@ -107,12 +118,31 @@
<!-- III/ PANSHARPENING WITH PYOTB -->
<section>
<section data-background-image='illustrations/background.png'>
<h2>pyotb: remote sensing made easy</h2>
<video data-autoplay width=70% src="illustrations/pansharpening_pyotb_laptop_speedup.mp4"></video>
</section>
</section>
<!-- III/ USECASE: EXAMPLE FROM THE DOC AVEC EXPORT RASTERIO -->
<!-- IV/ PERFORMANCE: ON A BIG SERVER IS IT SLOWER THAN FULL PYTHON ? -->
<section>
<section data-background-image='illustrations/background.png'>
<h2>Performance comparison</h2>
</section>
</section>
<!-- V/ USECASE: EXAMPLE FROM THE DOC AVEC EXPORT RASTERIO -->
<section>
<section data-background-image='illustrations/background.png'>
<h2>pyotb: An usecase</h2>
</section>
</section>
......@@ -128,7 +158,6 @@
<script src="./revealjs/plugin/notes/notes.js"></script>
<script src="./revealjs/plugin/markdown/markdown.js"></script>
<script src="./revealjs/plugin/highlight/highlight.js"></script>
<script src="./revealdrawer/dist/drawer.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment