Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Feb 16, 2025
1 parent 67b7a7b commit d49d975
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4a5d2bd1
449e43ae
4 changes: 2 additions & 2 deletions 01-hello.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 07-Introsf.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,10 @@
<p>Simple feature objects can be written with <code>st_write</code>, as in</p>
<div class="cell">
<div class="sourceCode" id="cb4"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="op">(</span><span class="va">file</span> <span class="op">=</span> <span class="fu"><a href="https://rdrr.io/r/base/tempfile.html">tempfile</a></span><span class="op">(</span>fileext <span class="op">=</span> <span class="st">".gpkg"</span><span class="op">)</span><span class="op">)</span></span>
<span><span class="co"># [1] "/tmp/RtmpCsk3xC/file33df80819f4.gpkg"</span></span>
<span><span class="co"># [1] "/tmp/RtmpQIRacw/file337351308ab0.gpkg"</span></span>
<span><span class="fu"><a href="https://r-spatial.github.io/sf/reference/st_write.html">st_write</a></span><span class="op">(</span><span class="va">nc</span>, <span class="va">file</span>, layer <span class="op">=</span> <span class="st">"layer_nc"</span><span class="op">)</span></span>
<span><span class="co"># Writing layer `layer_nc' to data source </span></span>
<span><span class="co"># `/tmp/RtmpCsk3xC/file33df80819f4.gpkg' using driver `GPKG'</span></span>
<span><span class="co"># `/tmp/RtmpQIRacw/file337351308ab0.gpkg' using driver `GPKG'</span></span>
<span><span class="co"># Writing 100 features with 14 fields and geometry type Multi Polygon.</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>where the file format (GPKG) is derived from the file name extension. Using argument <code>append</code>, <code>st_write</code> can either append records to an existing layer or replace it; if unset, it will err if a layer already exists. The tidyverse-style <code>write_sf</code> will replace silently if <code>append</code> has not been set. Layers can also be deleted using <code>st_delete</code>, which is convenient in particular when they are associated with tables in a database.</p>
Expand Down
12 changes: 6 additions & 6 deletions 08-Plotting.html
Original file line number Diff line number Diff line change
Expand Up @@ -535,13 +535,13 @@
<span><span class="op">(</span><span class="va">cI</span> <span class="op">&lt;-</span> <span class="fu"><a href="https://r-spatial.github.io/classInt/reference/classIntervals.html">classIntervals</a></span><span class="op">(</span><span class="va">r</span><span class="op">)</span><span class="op">)</span></span>
<span><span class="co"># style: quantile</span></span>
<span><span class="co"># one of 1.49e+10 possible partitions of this variable into 8 classes</span></span>
<span><span class="co"># [-3,-1.09) [-1.09,-0.725) [-0.725,-0.16) [-0.16,0.0823) </span></span>
<span><span class="co"># 13 12 13 12 </span></span>
<span><span class="co"># [0.0823,0.305) [0.305,0.754) [0.754,1.21) [1.21,1.91] </span></span>
<span><span class="co"># 12 13 12 13</span></span>
<span><span class="co"># [-2.34,-1.02) [-1.02,-0.635) [-0.635,-0.39) [-0.39,-0.0883) </span></span>
<span><span class="co"># 13 12 13 12 </span></span>
<span><span class="co"># [-0.0883,0.232) [0.232,0.58) [0.58,1.04) [1.04,2.89] </span></span>
<span><span class="co"># 12 13 12 13</span></span>
<span><span class="va">cI</span><span class="op">$</span><span class="va">brks</span></span>
<span><span class="co"># [1] -2.9993 -1.0871 -0.7254 -0.1605 0.0823 0.3050 0.7538 1.2090</span></span>
<span><span class="co"># [9] 1.9082</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<span><span class="co"># [1] -2.3447 -1.0179 -0.6346 -0.3902 -0.0883 0.2325 0.5802 1.0445</span></span>
<span><span class="co"># [9] 2.8939</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>it takes argument <code>n</code> for the number of intervals, and a <code>style</code> that can be one of “fixed”, “sd”, “equal”, “pretty”, “quantile”, “kmeans”, “hclust”, “bclust”, “fisher” or “jenks”. Style “pretty” may not obey <code>n</code>; if <code>n</code> is missing, <code>nclass.Sturges</code> is used; two other methods are available for choosing <code>n</code> automatically. If the number of observations is greater than 3000, a 10% sample is used to create the breaks for “fisher” and “jenks”.</p>
</section><section id="sec-graticule" class="level3"><h3 class="anchored" data-anchor-id="sec-graticule">Graticule and other navigation aids</h3>
Expand Down
Binary file modified 08-Plotting_files/figure-html/fig-starshook-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 17 additions & 17 deletions 17-Econometrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -747,23 +747,23 @@
<span> INLA_slm <span class="op">=</span> <span class="va">mv_mean</span>, censored <span class="op">=</span> </span>
<span> <span class="va">boston_506</span><span class="op">$</span><span class="va">censored</span><span class="op">[</span><span class="fu"><a href="https://rdrr.io/r/base/integer.html">as.integer</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/attr.html">attr</a></span><span class="op">(</span><span class="va">t0</span>, <span class="st">"region.id"</span><span class="op">)</span><span class="op">)</span><span class="op">]</span><span class="op">)</span></span>
<span><span class="co"># fit_TS fit_KP2 fit_KP5 INLA_slm censored</span></span>
<span><span class="co"># 13 23912 29477 28147 31239 right</span></span>
<span><span class="co"># 14 28126 27001 28516 31247 right</span></span>
<span><span class="co"># 15 30553 36184 32476 42100 right</span></span>
<span><span class="co"># 17 18518 19621 18878 21421 right</span></span>
<span><span class="co"># 43 9564 6817 7561 6693 left</span></span>
<span><span class="co"># 50 8371 7196 7383 6868 left</span></span>
<span><span class="co"># 312 51477 53301 54173 56172 right</span></span>
<span><span class="co"># 313 45921 45823 47095 46295 right</span></span>
<span><span class="co"># 314 44196 44586 45361 42778 right</span></span>
<span><span class="co"># 317 43427 45707 45442 48335 right</span></span>
<span><span class="co"># 337 39879 42072 41127 41565 right</span></span>
<span><span class="co"># 346 44708 46694 46108 46026 right</span></span>
<span><span class="co"># 355 48188 49068 48911 49242 right</span></span>
<span><span class="co"># 376 42881 45883 44966 48108 right</span></span>
<span><span class="co"># 408 44294 44615 45670 45993 right</span></span>
<span><span class="co"># 418 38211 43375 41914 44372 right</span></span>
<span><span class="co"># 434 41647 41690 42398 41737 right</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<span><span class="co"># 13 23912 29477 28147 30785 right</span></span>
<span><span class="co"># 14 28126 27001 28516 31276 right</span></span>
<span><span class="co"># 15 30553 36184 32476 39909 right</span></span>
<span><span class="co"># 17 18518 19621 18878 20683 right</span></span>
<span><span class="co"># 43 9564 6817 7561 7074 left</span></span>
<span><span class="co"># 50 8371 7196 7383 6935 left</span></span>
<span><span class="co"># 312 51477 53301 54173 56394 right</span></span>
<span><span class="co"># 313 45921 45823 47095 46619 right</span></span>
<span><span class="co"># 314 44196 44586 45361 42837 right</span></span>
<span><span class="co"># 317 43427 45707 45442 47642 right</span></span>
<span><span class="co"># 337 39879 42072 41127 41279 right</span></span>
<span><span class="co"># 346 44708 46694 46108 45521 right</span></span>
<span><span class="co"># 355 48188 49068 48911 48975 right</span></span>
<span><span class="co"># 376 42881 45883 44966 47130 right</span></span>
<span><span class="co"># 408 44294 44615 45670 46473 right</span></span>
<span><span class="co"># 418 38211 43375 41914 43128 right</span></span>
<span><span class="co"># 434 41647 41690 42398 41342 right</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>The spatial regression toolbox remains incomplete, and it will take time to fill in blanks. It remains unfortunate that the several traditions in spatial regression seldom seem to draw on each others’ understandings and advances.</p>
</section><section id="exercises" class="level2" data-number="17.5"><h2 data-number="17.5" class="anchored" data-anchor-id="exercises">
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="author" content="Edzer Pebesma">
<meta name="author" content="Roger Bivand">
<meta name="dcterms.date" content="2025-02-15">
<meta name="dcterms.date" content="2025-02-16">
<title>Spatial Data Science</title>
<style>
code{white-space: pre-wrap;}
Expand Down Expand Up @@ -391,7 +391,7 @@
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">February 15, 2025</p>
<p class="date">February 16, 2025</p>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions search.json

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,102 +2,102 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://r-spatial.org/book/index.html</loc>
<lastmod>2025-02-15T04:11:28.282Z</lastmod>
<lastmod>2025-02-16T04:11:29.058Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/part-1.html</loc>
<lastmod>2025-02-15T04:11:28.283Z</lastmod>
<lastmod>2025-02-16T04:11:29.059Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/01-hello.html</loc>
<lastmod>2025-02-15T04:11:28.228Z</lastmod>
<lastmod>2025-02-16T04:11:28.992Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/02-Spaces.html</loc>
<lastmod>2025-02-15T04:11:28.228Z</lastmod>
<lastmod>2025-02-16T04:11:28.993Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/03-Geometries.html</loc>
<lastmod>2025-02-15T04:11:28.228Z</lastmod>
<lastmod>2025-02-16T04:11:28.993Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/04-Spherical.html</loc>
<lastmod>2025-02-15T04:11:28.228Z</lastmod>
<lastmod>2025-02-16T04:11:28.993Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/05-Attributes.html</loc>
<lastmod>2025-02-15T04:11:28.229Z</lastmod>
<lastmod>2025-02-16T04:11:28.993Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/06-Cubes.html</loc>
<lastmod>2025-02-15T04:11:28.229Z</lastmod>
<lastmod>2025-02-16T04:11:28.994Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/part-2.html</loc>
<lastmod>2025-02-15T04:11:28.283Z</lastmod>
<lastmod>2025-02-16T04:11:29.059Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/07-Introsf.html</loc>
<lastmod>2025-02-15T04:11:28.229Z</lastmod>
<lastmod>2025-02-16T04:11:28.994Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/08-Plotting.html</loc>
<lastmod>2025-02-15T04:11:28.229Z</lastmod>
<lastmod>2025-02-16T04:11:28.994Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/09-Large.html</loc>
<lastmod>2025-02-15T04:11:28.229Z</lastmod>
<lastmod>2025-02-16T04:11:28.995Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/part-3.html</loc>
<lastmod>2025-02-15T04:11:28.283Z</lastmod>
<lastmod>2025-02-16T04:11:29.059Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/10-Models.html</loc>
<lastmod>2025-02-15T04:11:28.230Z</lastmod>
<lastmod>2025-02-16T04:11:28.995Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/11-PointPattern.html</loc>
<lastmod>2025-02-15T04:11:28.230Z</lastmod>
<lastmod>2025-02-16T04:11:28.995Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/12-Interpolation.html</loc>
<lastmod>2025-02-15T04:11:28.230Z</lastmod>
<lastmod>2025-02-16T04:11:28.995Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/13-Geostatistics.html</loc>
<lastmod>2025-02-15T04:11:28.230Z</lastmod>
<lastmod>2025-02-16T04:11:28.995Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/14-Areal.html</loc>
<lastmod>2025-02-15T04:11:28.230Z</lastmod>
<lastmod>2025-02-16T04:11:28.995Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/15-Measures.html</loc>
<lastmod>2025-02-15T04:11:28.231Z</lastmod>
<lastmod>2025-02-16T04:11:28.995Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/16-SpatialRegression.html</loc>
<lastmod>2025-02-15T04:11:28.231Z</lastmod>
<lastmod>2025-02-16T04:11:28.996Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/17-Econometrics.html</loc>
<lastmod>2025-02-15T04:11:28.231Z</lastmod>
<lastmod>2025-02-16T04:11:28.996Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/sp-raster.html</loc>
<lastmod>2025-02-15T04:11:28.284Z</lastmod>
<lastmod>2025-02-16T04:11:29.060Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/rbasics.html</loc>
<lastmod>2025-02-15T04:11:28.283Z</lastmod>
<lastmod>2025-02-16T04:11:29.059Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/ERRATA.html</loc>
<lastmod>2025-02-15T04:11:28.231Z</lastmod>
<lastmod>2025-02-16T04:11:28.996Z</lastmod>
</url>
<url>
<loc>https://r-spatial.org/book/references.html</loc>
<lastmod>2025-02-15T04:11:28.283Z</lastmod>
<lastmod>2025-02-16T04:11:29.059Z</lastmod>
</url>
</urlset>

0 comments on commit d49d975

Please sign in to comment.