Skip to content

Commit

Permalink
Deploying to gh-pages from @ 95cd3fa πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Mar 29, 2024
1 parent 4fd75f6 commit a45e960
Show file tree
Hide file tree
Showing 33 changed files with 623 additions and 509 deletions.
24 changes: 12 additions & 12 deletions _modules/index.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@

<!DOCTYPE html>

<html lang="en">
<html lang="en" data-content_root="../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; riskmapjnr β€” Map of deforestation risk following JNR methodology</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/sphinx_highlight.js"></script>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=b21ac067" />
<script src="../_static/documentation_options.js?v=61243dd2"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="icon" href="../_static/favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />

<link rel="stylesheet" href="../_static/custom.css" type="text/css" />




<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>
<div class="document">
Expand All @@ -27,7 +27,7 @@
<div class="sphinxsidebarwrapper">
<p class="logo">
<a href="../index.html">
<img class="logo" src="../_static/logo-riskmapjnr.svg" alt="Logo"/>
<img class="logo" src="../_static/logo-riskmapjnr.svg" alt="Logo" />

<h1 class="logo logo-name">riskmapjnr</h1>

Expand Down Expand Up @@ -114,11 +114,11 @@ <h1>All modules for which code is available</h1>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2022, Ghislain Vieilledent.
&#169;2022, Ghislain Vieilledent.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 6.1.3</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.2.6</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>

Expand Down
29 changes: 16 additions & 13 deletions _modules/riskmapjnr/defor_cat.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@

<!DOCTYPE html>

<html lang="en">
<html lang="en" data-content_root="../../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>riskmapjnr.defor_cat &#8212; riskmapjnr β€” Map of deforestation risk following JNR methodology</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/sphinx_highlight.js"></script>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css?v=b21ac067" />
<script src="../../_static/documentation_options.js?v=61243dd2"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="icon" href="../../_static/favicon.ico"/>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />

<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />




<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>
<div class="document">
Expand All @@ -27,7 +27,7 @@
<div class="sphinxsidebarwrapper">
<p class="logo">
<a href="../../index.html">
<img class="logo" src="../../_static/logo-riskmapjnr.svg" alt="Logo"/>
<img class="logo" src="../../_static/logo-riskmapjnr.svg" alt="Logo" />

<h1 class="logo logo-name">riskmapjnr</h1>

Expand Down Expand Up @@ -119,7 +119,9 @@ <h1>Source code for riskmapjnr.defor_cat</h1><div class="highlight"><pre>


<span class="c1"># defor_cat</span>
<div class="viewcode-block" id="defor_cat"><a class="viewcode-back" href="../../reference.html#riskmapjnr.defor_cat">[docs]</a><span class="k">def</span> <span class="nf">defor_cat</span><span class="p">(</span><span class="n">ldefrate_with_zero_file</span><span class="p">,</span>
<div class="viewcode-block" id="defor_cat">
<a class="viewcode-back" href="../../reference.html#riskmapjnr.defor_cat">[docs]</a>
<span class="k">def</span> <span class="nf">defor_cat</span><span class="p">(</span><span class="n">ldefrate_with_zero_file</span><span class="p">,</span>
<span class="n">riskmap_file</span><span class="o">=</span><span class="s2">&quot;riskmap.tif&quot;</span><span class="p">,</span>
<span class="n">ncat</span><span class="o">=</span><span class="mi">30</span><span class="p">,</span>
<span class="n">method</span><span class="o">=</span><span class="s2">&quot;Equal Area&quot;</span><span class="p">,</span>
Expand Down Expand Up @@ -276,6 +278,7 @@ <h1>Source code for riskmapjnr.defor_cat</h1><div class="highlight"><pre>
<span class="k">return</span> <span class="n">bins</span></div>



<span class="c1"># # Test</span>
<span class="c1"># ldefrate_with_zero_file = &quot;outputs_steps/ldefrate_with_zero.tif&quot;</span>
<span class="c1"># riskmap_file = &quot;outputs_steps/riskmap.tif&quot;</span>
Expand Down Expand Up @@ -305,11 +308,11 @@ <h1>Source code for riskmapjnr.defor_cat</h1><div class="highlight"><pre>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2022, Ghislain Vieilledent.
&#169;2022, Ghislain Vieilledent.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 6.1.3</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.2.6</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>

Expand Down
29 changes: 16 additions & 13 deletions _modules/riskmapjnr/defrate_per_cat.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@

<!DOCTYPE html>

<html lang="en">
<html lang="en" data-content_root="../../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>riskmapjnr.defrate_per_cat &#8212; riskmapjnr β€” Map of deforestation risk following JNR methodology</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/sphinx_highlight.js"></script>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css?v=b21ac067" />
<script src="../../_static/documentation_options.js?v=61243dd2"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="icon" href="../../_static/favicon.ico"/>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />

<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />




<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>
<div class="document">
Expand All @@ -27,7 +27,7 @@
<div class="sphinxsidebarwrapper">
<p class="logo">
<a href="../../index.html">
<img class="logo" src="../../_static/logo-riskmapjnr.svg" alt="Logo"/>
<img class="logo" src="../../_static/logo-riskmapjnr.svg" alt="Logo" />

<h1 class="logo logo-name">riskmapjnr</h1>

Expand Down Expand Up @@ -119,7 +119,9 @@ <h1>Source code for riskmapjnr.defrate_per_cat</h1><div class="highlight"><pre>


<span class="c1"># defrate_per_cat</span>
<div class="viewcode-block" id="defrate_per_cat"><a class="viewcode-back" href="../../reference.html#riskmapjnr.defrate_per_cat">[docs]</a><span class="k">def</span> <span class="nf">defrate_per_cat</span><span class="p">(</span><span class="n">fcc_file</span><span class="p">,</span> <span class="n">defor_values</span><span class="p">,</span> <span class="n">riskmap_file</span><span class="p">,</span> <span class="n">time_interval</span><span class="p">,</span>
<div class="viewcode-block" id="defrate_per_cat">
<a class="viewcode-back" href="../../reference.html#riskmapjnr.defrate_per_cat">[docs]</a>
<span class="k">def</span> <span class="nf">defrate_per_cat</span><span class="p">(</span><span class="n">fcc_file</span><span class="p">,</span> <span class="n">defor_values</span><span class="p">,</span> <span class="n">riskmap_file</span><span class="p">,</span> <span class="n">time_interval</span><span class="p">,</span>
<span class="n">tab_file_defrate</span><span class="o">=</span><span class="s2">&quot;defrate_per_cat.csv&quot;</span><span class="p">,</span>
<span class="n">blk_rows</span><span class="o">=</span><span class="mi">128</span><span class="p">,</span> <span class="n">verbose</span><span class="o">=</span><span class="kc">True</span><span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Compute deforestation rates per category of deforestation risk.</span>
Expand Down Expand Up @@ -229,6 +231,7 @@ <h1>Source code for riskmapjnr.defrate_per_cat</h1><div class="highlight"><pre>
<span class="k">return</span> <span class="kc">None</span></div>



<span class="c1"># # Test</span>
<span class="c1"># fcc_file = &quot;data/fcc123.tif&quot;</span>
<span class="c1"># riskmap_file = &quot;outputs/defor_cat.tif&quot;</span>
Expand All @@ -253,11 +256,11 @@ <h1>Source code for riskmapjnr.defrate_per_cat</h1><div class="highlight"><pre>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2022, Ghislain Vieilledent.
&#169;2022, Ghislain Vieilledent.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 6.1.3</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.2.6</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>

Expand Down
Loading

0 comments on commit a45e960

Please sign in to comment.