Skip to content

Commit

Permalink
deploy: ea98ac8
Browse files Browse the repository at this point in the history
  • Loading branch information
matamadio committed Nov 13, 2024
1 parent fa375ae commit 2a31e43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _sources/docs/tool-setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tool setup and run
To run correctly, the script requires proper setup according to the instructions below. It can be executed on any windows or linux machine.

Download the latest stable version of the code as zip from [**here**](http://dummylink). Unzip it in your work directory, e.g. wd/RDL-tools/.
Download the latest stable version of the code as zip from [**here**](https://github.com/GFDRR/CCDR-tools/tree/main/tools/code). Unzip it in your work directory, e.g. wd/RDL-tools/.
The script has been developed to run as [jupyter notebook](https://jupyter.org/), but also allows to run as pure python (`manual_run.py`).

## Python environment
Expand Down Expand Up @@ -71,8 +71,8 @@ Exampe for Nepal, running analysis on undefended flood, 2020, RP100:
- ...
- Data/
- HZD/NPL/FLUVIAL_UNDEFENDED/2020/1in100.tif Hazard layers
- EXP/ Exposure layers
- RSK/ Output directory
- EXP/ Exposure layers
- RSK/ Output directory
```

```{caution}
Expand Down
6 changes: 3 additions & 3 deletions docs/tool-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ <h2> Contents </h2>
<section class="tex2jax_ignore mathjax_ignore" id="tool-setup-and-run">
<h1>Tool setup and run<a class="headerlink" href="#tool-setup-and-run" title="Permalink to this heading">#</a></h1>
<p>To run correctly, the script requires proper setup according to the instructions below. It can be executed on any windows or linux machine.</p>
<p>Download the latest stable version of the code as zip from <a class="reference external" href="http://dummylink"><strong>here</strong></a>. Unzip it in your work directory, e.g. wd/RDL-tools/.
<p>Download the latest stable version of the code as zip from <a class="reference external" href="https://github.com/GFDRR/CCDR-tools/tree/main/tools/code"><strong>here</strong></a>. Unzip it in your work directory, e.g. wd/RDL-tools/.
The script has been developed to run as <a class="reference external" href="https://jupyter.org/">jupyter notebook</a>, but also allows to run as pure python (<code class="docutils literal notranslate"><span class="pre">manual_run.py</span></code>).</p>
<section id="python-environment">
<h2>Python environment<a class="headerlink" href="#python-environment" title="Permalink to this heading">#</a></h2>
Expand Down Expand Up @@ -852,8 +852,8 @@ <h2>Input data management<a class="headerlink" href="#input-data-management" tit
<span class="o">-</span> <span class="o">...</span>
<span class="o">-</span> <span class="n">Data</span><span class="o">/</span>
<span class="o">-</span> <span class="n">HZD</span><span class="o">/</span><span class="n">NPL</span><span class="o">/</span><span class="n">FLUVIAL_UNDEFENDED</span><span class="o">/</span><span class="mi">2020</span><span class="o">/</span><span class="mi">1</span><span class="n">in100</span><span class="o">.</span><span class="n">tif</span> <span class="n">Hazard</span> <span class="n">layers</span>
<span class="o">-</span> <span class="n">EXP</span><span class="o">/</span> <span class="n">Exposure</span> <span class="n">layers</span>
<span class="o">-</span> <span class="n">RSK</span><span class="o">/</span> <span class="n">Output</span> <span class="n">directory</span>
<span class="o">-</span> <span class="n">EXP</span><span class="o">/</span> <span class="n">Exposure</span> <span class="n">layers</span>
<span class="o">-</span> <span class="n">RSK</span><span class="o">/</span> <span class="n">Output</span> <span class="n">directory</span>
</pre></div>
</div>
<div class="admonition caution">
Expand Down

0 comments on commit 2a31e43

Please sign in to comment.