Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reveal.js_polar2grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Hoese
reveal.js_polar2grid
Commits
f16570a3
There was a problem fetching the pipeline mini graph.
Unverified
Commit
f16570a3
authored
8 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Clean up slides
parent
33fc76bd
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+34
-10
34 additions, 10 deletions
index.html
with
34 additions
and
10 deletions
index.html
+
34
−
10
View file @
f16570a3
...
...
@@ -78,7 +78,7 @@
<li>
latitudes
</li>
</ul>
</span>
<span
class=
"fragment"
data-fragment-index=
"2"
>
→
</span>
<span
class=
"fragment"
data-fragment-index=
"2"
style=
"font-size:200%; width: 10%"
>
→
</span>
<span
class=
"fragment"
data-fragment-index=
"0"
>
<ul>
<li>
gridded image data
</li>
...
...
@@ -99,16 +99,20 @@
<div
class=
"fragmented_columns"
>
<span>
<img
src=
"assets/what_is_polar2grid_projections/npp_viirs_i01_20120225_180831_wgs84_fit.grid.png"
>
<p>
Lat/Lon
</p>
</span>
<span>
<span
style=
"width: 20%"
>
<img
src=
"assets/what_is_polar2grid_projections/npp_viirs_i01_20120225_180831_polar_canada.grid.png"
>
<p>
Polar Stereographic
</p>
</span>
<span>
<img
src=
"assets/what_is_polar2grid_projections/npp_viirs_i01_20120225_180831_lcc_fit.grid.png"
>
<p>
Lambert Conformal Conic
</p>
</span>
<span>
<!-- This image is oddly proportioned to the others so resize it to look good -->
<img
style=
"width:100%"
src=
"assets/what_is_polar2grid_projections/npp_viirs_i01_20120225_180831_211e_tmp.grid.png"
>
<p>
Lambert Conformal Conic
</p>
</span>
</div>
</section>
...
...
@@ -118,12 +122,15 @@
<div
class=
"fragmented_columns"
>
<span>
<img
src=
"assets/what_is_polar2grid_rescaling/npp_viirs_i01_20120225_180124_wgs84_fit.sqrt.png"
>
<p>
Square Root
</p>
</span>
<span>
<img
src=
"assets/what_is_polar2grid_rescaling/npp_viirs_i01_20120225_180124_wgs84_fit.linear.png"
>
<p>
Linear
</p>
</span>
<span>
<img
src=
"assets/what_is_polar2grid_rescaling/npp_viirs_i01_20120225_180124_wgs84_fit.bt_scale.png"
>
<p>
Inverse
</p>
</span>
</div>
</section>
...
...
@@ -152,9 +159,15 @@
<section>
<h2>
Why use Polar2Grid? - Installation
</h2>
<pre><code
class=
"fragment bash"
style=
"text-align:left"
>
tar -xzf polar2grid-2.0.0.tar.gz
</code></pre>
<pre><code
class=
"fragment bash"
>
viirs2gtiff.sh ...
</code></pre>
<pre><code
class=
"fragment bash"
>
polar2grid.sh viirs gtiff ...
</code></pre>
<div
class=
"fragment"
>
<p
style=
"text-align:left"
>
Download and Unpack:
</p>
<pre><code
class=
"bash"
style=
"text-align:left"
>
tar -xzf polar2grid-2.0.0.tar.gz
</code></pre>
</div>
<div
class=
"fragment"
>
<p
style=
"text-align:left"
>
Make Pretty Pictures:
</p>
<pre><code
class=
"bash"
>
viirs2gtiff.sh ...
</code></pre>
<pre><code
class=
"bash"
>
polar2grid.sh viirs gtiff ...
</code></pre>
</div>
</section>
<section>
...
...
@@ -165,10 +178,6 @@
<li>
User Grids
</li>
<li>
Static vs Dynamic Grids
</li>
</ul>
</section>
<section>
<h2>
Features: Grid Configurations
</h2>
<div
style=
"font-size:30px"
>
<pre><code
class=
"fragment bash"
>
211e, proj4,
+proj=lcc +a=6371200 +b=6371200 +lat_0=25 +lat_1=25 +lon_0=-95 +units=m +no_defs,
...
...
@@ -182,6 +191,21 @@ None, None, 1000, -1000, None, None</code></pre>
</div>
</section>
<!--<section>-->
<!--<h2>Features: Grid Configurations</h2>-->
<!--<div style="font-size:30px">-->
<!--<pre><code class="fragment bash">211e, proj4,-->
<!--+proj=lcc +a=6371200 +b=6371200 +lat_0=25 +lat_1=25 +lon_0=-95 +units=m +no_defs,-->
<!--5120, 5120, 1015.9, -1015.9, -123.044deg, 59.844deg</code></pre>-->
<!--<pre><code class="fragment bash">lcc_fit, proj4,-->
<!--+proj=lcc +datum=WGS84 +ellps=WGS84 +lat_0=25 +lat_1=25 +lon_0=-95 +units=m +no_defs,-->
<!--None, None, 1000, -1000, None, None</code></pre>-->
<!--<pre><code class="fragment bash">p2g_grid_helper.sh grid_name -95 45 1000 -1000 5000 5000</code></pre>-->
<!--</div>-->
<!--</section>-->
<section>
<h2>
Features: Backends
</h2>
<ul>
...
...
@@ -439,7 +463,7 @@ None, None, 1000, -1000, None, None</code></pre>
<li
class=
"fragment"
>
MPOP
→
SatPy
<p></p>
<img
src=
"assets/pytroll_dark_big.png"
style=
"width:50%; background:rgba(0, 0, 0, 0); border:0px"
>
<img
src=
"assets/pytroll_dark_big.png"
style=
"width:50%; background:rgba(0, 0, 0, 0); border:
0px; box-shadow: 0 0
0px"
>
</li>
</ul>
</section>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment