Skip to content

Commit

Permalink
deploy: fa65a57
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvdmeer committed Mar 5, 2024
1 parent eb6e588 commit d602385
Show file tree
Hide file tree
Showing 560 changed files with 14,856 additions and 8,664 deletions.
Binary file modified .doctrees/_generated/semantique.QueryRecipe.doctree
Binary file not shown.
Binary file modified .doctrees/_generated/semantique.QueryRecipe.execute.doctree
Binary file not shown.
Binary file modified .doctrees/_generated/semantique.datacube.Datacube.doctree
Binary file not shown.
Binary file modified .doctrees/_generated/semantique.datacube.Datacube.lookup.doctree
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/_generated/semantique.datacube.GeotiffArchive.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/_generated/semantique.datacube.Opendatacube.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/_generated/semantique.mapping.Mapping.doctree
Binary file not shown.
Binary file modified .doctrees/_generated/semantique.mapping.Mapping.lookup.doctree
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/_generated/semantique.mapping.Semantique.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/_notebooks/datacube.doctree
Binary file not shown.
Binary file modified .doctrees/_notebooks/gallery.doctree
Binary file not shown.
Binary file modified .doctrees/_notebooks/mapping.doctree
Binary file not shown.
Binary file modified .doctrees/_notebooks/processor.doctree
Binary file not shown.
Binary file modified .doctrees/_notebooks/recipes.doctree
Binary file not shown.
Binary file modified .doctrees/_notebooks/references.doctree
Binary file not shown.
Binary file modified .doctrees/_notebooks/verbs.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
1,049 changes: 1,029 additions & 20 deletions .doctrees/nbsphinx/_notebooks/datacube.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .doctrees/nbsphinx/_notebooks/gallery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
" mapping = sq.mapping.Semantique(json.load(file))\n",
"\n",
"# Represent an EO data cube.\n",
"with open(\"files/layout.json\", \"r\") as file:\n",
" dc = sq.datacube.GeotiffArchive(json.load(file), src = \"files/layers.zip\")\n",
"with open(\"files/layout_gtiff.json\", \"r\") as file:\n",
" dc = sq.datacube.GeotiffArchive(json.load(file), src = \"files/layers_gtiff.zip\")\n",
"\n",
"# Set the spatio-temporal extent.\n",
"space = sq.SpatialExtent(gpd.read_file(\"files/footprint.geojson\"))\n",
Expand Down
8 changes: 4 additions & 4 deletions .doctrees/nbsphinx/_notebooks/mapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@
"metadata": {},
"outputs": [],
"source": [
"with open(\"files/layout.json\", \"r\") as file:\n",
" dc = sq.datacube.GeotiffArchive(json.load(file), src = \"files/layers.zip\")\n",
"with open(\"files/layout_gtiff.json\", \"r\") as file:\n",
" dc = sq.datacube.GeotiffArchive(json.load(file), src = \"files/layers_gtiff.zip\")\n",
" \n",
"layout = dc.layout"
]
Expand Down Expand Up @@ -527,8 +527,8 @@
"metadata": {},
"outputs": [],
"source": [
"with open(\"files/layout.json\", \"r\") as file:\n",
" dc = sq.datacube.GeotiffArchive(json.load(file), src = \"files/layers.zip\")"
"with open(\"files/layout_gtiff.json\", \"r\") as file:\n",
" dc = sq.datacube.GeotiffArchive(json.load(file), src = \"files/layers_gtiff.zip\")"
]
},
{
Expand Down
124 changes: 105 additions & 19 deletions .doctrees/nbsphinx/_notebooks/processor.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .doctrees/nbsphinx/_notebooks/recipes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@
"metadata": {},
"outputs": [],
"source": [
"with open(\"files/layout.json\", \"r\") as file:\n",
" dc = sq.datacube.GeotiffArchive(json.load(file), src = \"files/layers.zip\")"
"with open(\"files/layout_gtiff.json\", \"r\") as file:\n",
" dc = sq.datacube.GeotiffArchive(json.load(file), src = \"files/layers_gtiff.zip\")"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions .doctrees/nbsphinx/_notebooks/references.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
"metadata": {},
"outputs": [],
"source": [
"with open(\"files/layout.json\", \"r\") as file:\n",
" dc = sq.datacube.GeotiffArchive(json.load(file), src = \"files/layers.zip\")"
"with open(\"files/layout_gtiff.json\", \"r\") as file:\n",
" dc = sq.datacube.GeotiffArchive(json.load(file), src = \"files/layers_gtiff.zip\")"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions .doctrees/nbsphinx/_notebooks/verbs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
" mapping = sq.mapping.Semantique(json.load(file))\n",
"\n",
"# Represent an EO data cube.\n",
"with open(\"files/layout.json\", \"r\") as file:\n",
" dc = sq.datacube.GeotiffArchive(json.load(file), src = \"files/layers.zip\")\n",
"with open(\"files/layout_gtiff.json\", \"r\") as file:\n",
" dc = sq.datacube.GeotiffArchive(json.load(file), src = \"files/layers_gtiff.zip\")\n",
"\n",
"# Set the spatio-temporal extent.\n",
"space = sq.SpatialExtent(gpd.read_file(\"files/footprint.geojson\"))\n",
Expand Down
Binary file modified .doctrees/nbsphinx/_notebooks_datacube_21_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .doctrees/nbsphinx/_notebooks_datacube_25_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .doctrees/reference.doctree
Binary file not shown.
Binary file modified .doctrees/reference_hide.doctree
Binary file not shown.
27 changes: 12 additions & 15 deletions _generated/semantique.ArrayProxy.apply_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
</script>

<!-- Loaded before other Sphinx assets -->
<link href="../_static/styles/theme.css?digest=bd9e20870c6007c4c509" rel="stylesheet" />
<link href="../_static/styles/bootstrap.css?digest=bd9e20870c6007c4c509" rel="stylesheet" />
<link href="../_static/styles/pydata-sphinx-theme.css?digest=bd9e20870c6007c4c509" rel="stylesheet" />
<link href="../_static/styles/theme.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
<link href="../_static/styles/bootstrap.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
<link href="../_static/styles/pydata-sphinx-theme.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />


<link href="../_static/vendor/fontawesome/6.5.1/css/all.min.css?digest=bd9e20870c6007c4c509" rel="stylesheet" />
<link href="../_static/vendor/fontawesome/6.5.1/css/all.min.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.1/webfonts/fa-solid-900.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.1/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.1/webfonts/fa-regular-400.woff2" />
Expand All @@ -32,9 +32,9 @@
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=384b581d" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=bd9e20870c6007c4c509" />
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=bd9e20870c6007c4c509" />
<script src="../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=bd9e20870c6007c4c509"></script>
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae" />
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
<script src="../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>

<script src="../_static/documentation_options.js?v=a1637f0b"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
Expand All @@ -59,7 +59,6 @@
<a id="pst-skip-link" class="skip-link" href="#main-content">Skip to main content</a>

<div id="pst-scroll-pixel-helper"></div>


<button type="button" class="btn rounded-pill" id="pst-back-to-top">
<i class="fa-solid fa-arrow-up"></i>
Expand Down Expand Up @@ -99,13 +98,10 @@
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
</form></div>
</div>

<header>

<div class="bd-header navbar navbar-expand-lg bd-navbar">
</div>
<header class="bd-header navbar navbar-expand-lg bd-navbar">
</header>

</header>

<div class="bd-container">
<div class="bd-container__inner bd-page-width">
Expand Down Expand Up @@ -179,6 +175,7 @@
<li class="toctree-l2"><a class="reference internal" href="semantique.datacube.Datacube.html">semantique.datacube.Datacube</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.datacube.Opendatacube.html">semantique.datacube.Opendatacube</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.datacube.GeotiffArchive.html">semantique.datacube.GeotiffArchive</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.datacube.STACCube.html">semantique.datacube.STACCube</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.extent.SpatialExtent.html">semantique.extent.SpatialExtent</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.extent.TemporalExtent.html">semantique.extent.TemporalExtent</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.concept.html">semantique.concept</a></li>
Expand Down Expand Up @@ -759,8 +756,8 @@ <h1>semantique.ArrayProxy.apply_custom<a class="headerlink" href="#semantique-ar
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="../_static/scripts/bootstrap.js?digest=bd9e20870c6007c4c509"></script>
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=bd9e20870c6007c4c509"></script>
<script src="../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae"></script>
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae"></script>

<footer class="bd-footer">
</footer>
Expand Down
27 changes: 12 additions & 15 deletions _generated/semantique.ArrayProxy.assign.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
</script>

<!-- Loaded before other Sphinx assets -->
<link href="../_static/styles/theme.css?digest=bd9e20870c6007c4c509" rel="stylesheet" />
<link href="../_static/styles/bootstrap.css?digest=bd9e20870c6007c4c509" rel="stylesheet" />
<link href="../_static/styles/pydata-sphinx-theme.css?digest=bd9e20870c6007c4c509" rel="stylesheet" />
<link href="../_static/styles/theme.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
<link href="../_static/styles/bootstrap.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
<link href="../_static/styles/pydata-sphinx-theme.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />


<link href="../_static/vendor/fontawesome/6.5.1/css/all.min.css?digest=bd9e20870c6007c4c509" rel="stylesheet" />
<link href="../_static/vendor/fontawesome/6.5.1/css/all.min.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.1/webfonts/fa-solid-900.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.1/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.1/webfonts/fa-regular-400.woff2" />
Expand All @@ -32,9 +32,9 @@
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=384b581d" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=bd9e20870c6007c4c509" />
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=bd9e20870c6007c4c509" />
<script src="../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=bd9e20870c6007c4c509"></script>
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae" />
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
<script src="../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>

<script src="../_static/documentation_options.js?v=a1637f0b"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
Expand All @@ -59,7 +59,6 @@
<a id="pst-skip-link" class="skip-link" href="#main-content">Skip to main content</a>

<div id="pst-scroll-pixel-helper"></div>


<button type="button" class="btn rounded-pill" id="pst-back-to-top">
<i class="fa-solid fa-arrow-up"></i>
Expand Down Expand Up @@ -99,13 +98,10 @@
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
</form></div>
</div>

<header>

<div class="bd-header navbar navbar-expand-lg bd-navbar">
</div>
<header class="bd-header navbar navbar-expand-lg bd-navbar">
</header>

</header>

<div class="bd-container">
<div class="bd-container__inner bd-page-width">
Expand Down Expand Up @@ -179,6 +175,7 @@
<li class="toctree-l2"><a class="reference internal" href="semantique.datacube.Datacube.html">semantique.datacube.Datacube</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.datacube.Opendatacube.html">semantique.datacube.Opendatacube</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.datacube.GeotiffArchive.html">semantique.datacube.GeotiffArchive</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.datacube.STACCube.html">semantique.datacube.STACCube</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.extent.SpatialExtent.html">semantique.extent.SpatialExtent</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.extent.TemporalExtent.html">semantique.extent.TemporalExtent</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.concept.html">semantique.concept</a></li>
Expand Down Expand Up @@ -764,8 +761,8 @@ <h1>semantique.ArrayProxy.assign<a class="headerlink" href="#semantique-arraypro
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="../_static/scripts/bootstrap.js?digest=bd9e20870c6007c4c509"></script>
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=bd9e20870c6007c4c509"></script>
<script src="../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae"></script>
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae"></script>

<footer class="bd-footer">
</footer>
Expand Down
27 changes: 12 additions & 15 deletions _generated/semantique.ArrayProxy.assign_space.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
</script>

<!-- Loaded before other Sphinx assets -->
<link href="../_static/styles/theme.css?digest=bd9e20870c6007c4c509" rel="stylesheet" />
<link href="../_static/styles/bootstrap.css?digest=bd9e20870c6007c4c509" rel="stylesheet" />
<link href="../_static/styles/pydata-sphinx-theme.css?digest=bd9e20870c6007c4c509" rel="stylesheet" />
<link href="../_static/styles/theme.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
<link href="../_static/styles/bootstrap.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
<link href="../_static/styles/pydata-sphinx-theme.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />


<link href="../_static/vendor/fontawesome/6.5.1/css/all.min.css?digest=bd9e20870c6007c4c509" rel="stylesheet" />
<link href="../_static/vendor/fontawesome/6.5.1/css/all.min.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.1/webfonts/fa-solid-900.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.1/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.1/webfonts/fa-regular-400.woff2" />
Expand All @@ -32,9 +32,9 @@
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=384b581d" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=bd9e20870c6007c4c509" />
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=bd9e20870c6007c4c509" />
<script src="../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=bd9e20870c6007c4c509"></script>
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae" />
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
<script src="../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>

<script src="../_static/documentation_options.js?v=a1637f0b"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
Expand All @@ -59,7 +59,6 @@
<a id="pst-skip-link" class="skip-link" href="#main-content">Skip to main content</a>

<div id="pst-scroll-pixel-helper"></div>


<button type="button" class="btn rounded-pill" id="pst-back-to-top">
<i class="fa-solid fa-arrow-up"></i>
Expand Down Expand Up @@ -99,13 +98,10 @@
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
</form></div>
</div>

<header>

<div class="bd-header navbar navbar-expand-lg bd-navbar">
</div>
<header class="bd-header navbar navbar-expand-lg bd-navbar">
</header>

</header>

<div class="bd-container">
<div class="bd-container__inner bd-page-width">
Expand Down Expand Up @@ -179,6 +175,7 @@
<li class="toctree-l2"><a class="reference internal" href="semantique.datacube.Datacube.html">semantique.datacube.Datacube</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.datacube.Opendatacube.html">semantique.datacube.Opendatacube</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.datacube.GeotiffArchive.html">semantique.datacube.GeotiffArchive</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.datacube.STACCube.html">semantique.datacube.STACCube</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.extent.SpatialExtent.html">semantique.extent.SpatialExtent</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.extent.TemporalExtent.html">semantique.extent.TemporalExtent</a></li>
<li class="toctree-l2"><a class="reference internal" href="semantique.concept.html">semantique.concept</a></li>
Expand Down Expand Up @@ -762,8 +759,8 @@ <h1>semantique.ArrayProxy.assign_space<a class="headerlink" href="#semantique-ar
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="../_static/scripts/bootstrap.js?digest=bd9e20870c6007c4c509"></script>
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=bd9e20870c6007c4c509"></script>
<script src="../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae"></script>
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae"></script>

<footer class="bd-footer">
</footer>
Expand Down
Loading

0 comments on commit d602385

Please sign in to comment.