Skip to content

Commit

Permalink
Deploying to gh-pages from @ f782500 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Nov 15, 2024
1 parent d913e9e commit d51f6ff
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified latest/.doctrees/rioxarray.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion latest/_modules/rioxarray/raster_array.html
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ <h1>Source code for rioxarray.raster_array</h1><div class="highlight"><pre>
<span class="sd"> false, only pixels whose center is within the polygon or that</span>
<span class="sd"> are selected by Bresenham&#39;s line algorithm will be burned in.</span>
<span class="sd"> drop: bool, optional</span>
<span class="sd"> If True, drop the data outside of the extent of the mask geoemtries</span>
<span class="sd"> If True, drop the data outside of the extent of the mask geometries</span>
<span class="sd"> Otherwise, it will return the same raster with the data masked.</span>
<span class="sd"> Default is True.</span>
<span class="sd"> invert: boolean, optional</span>
Expand Down
10 changes: 7 additions & 3 deletions latest/_static/js/versions.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
const themeFlyoutDisplay = "hidden";
const themeVersionSelector = "True";
const themeLanguageSelector = "True";
const themeVersionSelector = true;
const themeLanguageSelector = true;

if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
if (!config.projects.translations.length) {
return "";
}

// Insert the current language to the options on the selector
let languages = config.projects.translations.concat(config.projects.current);
languages = languages.sort((a, b) => a.language.name.localeCompare(b.language.name));

const languagesHTML = `
<dl>
<dt>Languages</dt>
${config.projects.translations
${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ? 'class="rtd-current-item"' : ""}>
Expand Down
2 changes: 1 addition & 1 deletion latest/rioxarray.html
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ <h2>rioxarray <cite>rio</cite> accessors<a class="headerlink" href="#rioxarray-r
<li><p><strong>all_touched</strong> (<em>bool</em><em>, </em><em>optional</em>) – If True, all pixels touched by geometries will be burned in. If
false, only pixels whose center is within the polygon or that
are selected by Bresenham’s line algorithm will be burned in.</p></li>
<li><p><strong>drop</strong> (<em>bool</em><em>, </em><em>optional</em>) – If True, drop the data outside of the extent of the mask geoemtries
<li><p><strong>drop</strong> (<em>bool</em><em>, </em><em>optional</em>) – If True, drop the data outside of the extent of the mask geometries
Otherwise, it will return the same raster with the data masked.
Default is True.</p></li>
<li><p><strong>invert</strong> (<em>boolean</em><em>, </em><em>optional</em>) – If False, pixels that do not overlap shapes will be set as nodata.
Expand Down
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit d51f6ff

Please sign in to comment.