Skip to content

Commit f507ce6

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent c68d0b9 commit f507ce6

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b2fe7531
1+
c77696d0

contents/sst-gdal.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
<div class="cell">
241241
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="fu">edl_netrc</span>()</span>
242242
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a>urls <span class="ot">&lt;-</span> <span class="fu">edl_search</span>(<span class="at">short_name =</span> <span class="st">"MUR-JPL-L4-GLOB-v4.1"</span>,</span>
243-
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a> <span class="at">temporal =</span> <span class="fu">c</span>(<span class="st">"2019-01-01"</span>, <span class="st">"2019-01-31"</span>))</span>
243+
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a> <span class="at">temporal =</span> <span class="fu">c</span>(<span class="st">"2020-01-01"</span>, <span class="st">"2021-12-31"</span>))</span>
244244
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a></span>
245245
<span id="cb2-5"><a href="#cb2-5" aria-hidden="true" tabindex="-1"></a></span>
246246
<span id="cb2-6"><a href="#cb2-6" aria-hidden="true" tabindex="-1"></a>vrt <span class="ot">&lt;-</span> <span class="cf">function</span>(url) {</span>
@@ -259,7 +259,7 @@
259259
</div>
260260
<div class="cell">
261261
<div class="sourceCode cell-code" id="cb5"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a>extent <span class="ot">=</span> <span class="fu">list</span>(<span class="at">left=</span><span class="sc">-</span><span class="dv">93</span>, <span class="at">right=</span><span class="sc">-</span><span class="dv">76</span>, <span class="at">bottom=</span><span class="dv">41</span>, <span class="at">top=</span><span class="dv">49</span>,</span>
262-
<span id="cb5-2"><a href="#cb5-2" aria-hidden="true" tabindex="-1"></a> <span class="at">t0=</span><span class="st">"2019-01-01"</span>, <span class="at">t1=</span><span class="st">"2019-01-31"</span>)</span>
262+
<span id="cb5-2"><a href="#cb5-2" aria-hidden="true" tabindex="-1"></a> <span class="at">t0=</span><span class="st">"2020-01-01"</span>, <span class="at">t1=</span><span class="st">"2021-12-31"</span>)</span>
263263
<span id="cb5-3"><a href="#cb5-3" aria-hidden="true" tabindex="-1"></a></span>
264264
<span id="cb5-4"><a href="#cb5-4" aria-hidden="true" tabindex="-1"></a>bench<span class="sc">::</span><span class="fu">bench_time</span>({</span>
265265
<span id="cb5-5"><a href="#cb5-5" aria-hidden="true" tabindex="-1"></a> data_gd <span class="sc">|&gt;</span> </span>
@@ -272,7 +272,7 @@
272272
</div>
273273
<div class="cell-output cell-output-stdout">
274274
<pre><code>process real
275-
9.31s 3.42m </code></pre>
275+
24.2s 14.5m </code></pre>
276276
</div>
277277
</div>
278278

Binary file not shown.
58.3 KB
Loading

search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"href": "contents/sst-gdal.html",
5454
"title": "",
5555
"section": "",
56-
"text": "#remotes::install_github(\"boettiger-lab/earthdatalogin\")\nlibrary(earthdatalogin)\n\n\nedl_netrc()\nurls &lt;- edl_search(short_name = \"MUR-JPL-L4-GLOB-v4.1\",\n temporal = c(\"2019-01-01\", \"2019-01-31\"))\n\n\nvrt &lt;- function(url) {\n prefix &lt;- \"vrt://NETCDF:/vsicurl/\"\n suffix &lt;- \":analysed_sst?a_srs=OGC:CRS84&a_ullr=-180,90,180,-90\"\n paste0(prefix, url, suffix)\n}\n\n\nlibrary(gdalcubes)\ngdalcubes_options(parallel = parallel::detectCores()*2)\n\n\nurl_dates &lt;- as.Date(gsub(\".*(\\\\d{8})\\\\d{6}.*\", \"\\\\1\", urls), format=\"%Y%m%d\")\ndata_gd &lt;- gdalcubes::stack_cube(vrt(urls), datetime_values = url_dates)\n\n\nextent = list(left=-93, right=-76, bottom=41, top=49,\n t0=\"2019-01-01\", t1=\"2019-01-31\")\n\nbench::bench_time({\n data_gd |&gt; \n gdalcubes::crop(extent) |&gt; \n aggregate_time(dt=\"P1M\", method=\"sd\") |&gt; \n plot(col = viridisLite::viridis(10))\n})\n\n\n\n\nprocess real \n 9.31s 3.42m"
56+
"text": "#remotes::install_github(\"boettiger-lab/earthdatalogin\")\nlibrary(earthdatalogin)\n\n\nedl_netrc()\nurls &lt;- edl_search(short_name = \"MUR-JPL-L4-GLOB-v4.1\",\n temporal = c(\"2020-01-01\", \"2021-12-31\"))\n\n\nvrt &lt;- function(url) {\n prefix &lt;- \"vrt://NETCDF:/vsicurl/\"\n suffix &lt;- \":analysed_sst?a_srs=OGC:CRS84&a_ullr=-180,90,180,-90\"\n paste0(prefix, url, suffix)\n}\n\n\nlibrary(gdalcubes)\ngdalcubes_options(parallel = parallel::detectCores()*2)\n\n\nurl_dates &lt;- as.Date(gsub(\".*(\\\\d{8})\\\\d{6}.*\", \"\\\\1\", urls), format=\"%Y%m%d\")\ndata_gd &lt;- gdalcubes::stack_cube(vrt(urls), datetime_values = url_dates)\n\n\nextent = list(left=-93, right=-76, bottom=41, top=49,\n t0=\"2020-01-01\", t1=\"2021-12-31\")\n\nbench::bench_time({\n data_gd |&gt; \n gdalcubes::crop(extent) |&gt; \n aggregate_time(dt=\"P1M\", method=\"sd\") |&gt; \n plot(col = viridisLite::viridis(10))\n})\n\n\n\n\nprocess real \n 24.2s 14.5m"
5757
},
5858
{
5959
"objectID": "contents/intro.html",

sitemap.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,50 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://github.com/boettiger-lab/nasa-topst-env-justice/contents/xarray-benchmark.html</loc>
5-
<lastmod>2024-01-04T22:46:09.540Z</lastmod>
5+
<lastmod>2024-01-05T18:47:46.950Z</lastmod>
66
</url>
77
<url>
88
<loc>https://github.com/boettiger-lab/nasa-topst-env-justice/contents/python-ex.html</loc>
9-
<lastmod>2024-01-04T22:46:08.700Z</lastmod>
9+
<lastmod>2024-01-05T18:47:46.114Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://github.com/boettiger-lab/nasa-topst-env-justice/index.html</loc>
13-
<lastmod>2024-01-04T22:46:08.096Z</lastmod>
13+
<lastmod>2024-01-05T18:47:45.506Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://github.com/boettiger-lab/nasa-topst-env-justice/contents/sst-gdal.html</loc>
17-
<lastmod>2024-01-04T22:46:07.228Z</lastmod>
17+
<lastmod>2024-01-05T18:47:44.642Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://github.com/boettiger-lab/nasa-topst-env-justice/contents/intro.html</loc>
21-
<lastmod>2024-01-04T22:46:06.336Z</lastmod>
21+
<lastmod>2024-01-05T18:47:43.742Z</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://github.com/boettiger-lab/nasa-topst-env-justice/contents/computing-environment.html</loc>
25-
<lastmod>2024-01-04T22:46:05.128Z</lastmod>
25+
<lastmod>2024-01-05T18:47:42.546Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://github.com/boettiger-lab/nasa-topst-env-justice/contents/ace.html</loc>
29-
<lastmod>2024-01-04T22:46:04.436Z</lastmod>
29+
<lastmod>2024-01-05T18:47:41.862Z</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://github.com/boettiger-lab/nasa-topst-env-justice/contents/earthdata.html</loc>
33-
<lastmod>2024-01-04T22:46:05.588Z</lastmod>
33+
<lastmod>2024-01-05T18:47:43.006Z</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://github.com/boettiger-lab/nasa-topst-env-justice/contents/multifile_raster.html</loc>
37-
<lastmod>2024-01-04T22:46:06.804Z</lastmod>
37+
<lastmod>2024-01-05T18:47:44.226Z</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://github.com/boettiger-lab/nasa-topst-env-justice/contents/sst.html</loc>
41-
<lastmod>2024-01-04T22:46:07.772Z</lastmod>
41+
<lastmod>2024-01-05T18:47:45.194Z</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://github.com/boettiger-lab/nasa-topst-env-justice/contents/R-ex.html</loc>
45-
<lastmod>2024-01-04T22:46:08.412Z</lastmod>
45+
<lastmod>2024-01-05T18:47:45.822Z</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://github.com/boettiger-lab/nasa-topst-env-justice/contents/sst-xarray.html</loc>
49-
<lastmod>2024-01-04T22:46:09.084Z</lastmod>
49+
<lastmod>2024-01-05T18:47:46.498Z</lastmod>
5050
</url>
5151
</urlset>

0 commit comments

Comments
 (0)