Skip to content

Commit

Permalink
deploy: 8538e4b
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Geo committed Nov 11, 2024
1 parent 88278ec commit 806a9f5
Show file tree
Hide file tree
Showing 17 changed files with 1,925 additions and 45 deletions.
Binary file modified .doctrees/about.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/examples.doctree
Binary file not shown.
Binary file added .doctrees/examples/bro_soil_cores.doctree
Binary file not shown.
Binary file modified .doctrees/getting_started/introduction.doctree
Binary file not shown.
Binary file added _images/example_bro_soil.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions _modules/geost/read.html
Original file line number Diff line number Diff line change
Expand Up @@ -981,8 +981,9 @@ <h1>Source code for geost.read</h1><div class="highlight"><pre>
<span class="k">try</span><span class="p">:</span>
<span class="nb">object</span> <span class="o">=</span> <span class="n">SoilCore</span><span class="p">(</span><span class="n">bro_object</span><span class="p">)</span>
<span class="k">except</span> <span class="p">(</span><span class="ne">TypeError</span><span class="p">,</span> <span class="ne">AttributeError</span><span class="p">)</span> <span class="k">as</span> <span class="n">err</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Cant read a soil core&quot;</span><span class="p">)</span>
<span class="nb">print</span><span class="p">(</span><span class="n">err</span><span class="p">)</span>
<span class="k">pass</span>
<span class="c1"># print(&quot;Cant read a soil core&quot;)</span>
<span class="c1"># print(err)</span>
<span class="n">bro_parsed_objects</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="nb">object</span><span class="o">.</span><span class="n">df</span><span class="p">)</span>

<span class="n">dataframe</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">concat</span><span class="p">(</span><span class="n">bro_parsed_objects</span><span class="p">)</span><span class="o">.</span><span class="n">reset_index</span><span class="p">()</span>
Expand Down Expand Up @@ -1056,8 +1057,9 @@ <h1>Source code for geost.read</h1><div class="highlight"><pre>
<span class="nb">object</span> <span class="o">=</span> <span class="n">SoilCore</span><span class="p">(</span><span class="n">bro_object</span><span class="p">)</span>
<span class="nb">print</span><span class="p">(</span><span class="n">i</span><span class="p">)</span>
<span class="k">except</span> <span class="p">(</span><span class="ne">TypeError</span><span class="p">,</span> <span class="ne">AttributeError</span><span class="p">)</span> <span class="k">as</span> <span class="n">err</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Cant read a soil core&quot;</span><span class="p">)</span>
<span class="nb">print</span><span class="p">(</span><span class="n">err</span><span class="p">)</span>
<span class="k">pass</span>
<span class="c1"># print(&quot;Cant read a soil core&quot;)</span>
<span class="c1"># print(err)</span>
<span class="n">bro_parsed_objects</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="nb">object</span><span class="o">.</span><span class="n">df</span><span class="p">)</span>

<span class="n">dataframe</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">concat</span><span class="p">(</span><span class="n">bro_parsed_objects</span><span class="p">)</span><span class="o">.</span><span class="n">reset_index</span><span class="p">()</span>
Expand Down
2 changes: 1 addition & 1 deletion _sources/about.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ groundwater flow, thermal properties, subsurface resources etc.
At Deltares, where the development of GeoST was initiated, we realized that using subsurface data
to solve these real-world and often high-stake problems requires good, reproducible and thoroughly
tested workflows all the way from subsurface data sources (BRO, GDNR, local files) to the
inception of e.g. 3D subsurface models. GeoST is an important part of our answer to this as
inception of e.g. 3D subsurface models. GeoST is an important part of our answer to this.

As Python is most often used for data analysis, statistical and modelling tasks, GeoST is
set up to function as a Python interface for subsurface data. As shown in the figure below,
Expand Down
13 changes: 7 additions & 6 deletions _sources/examples.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ On this page you will find links to examples and projects that ultilize GeoST fo
managing subsurface data.

````{grid} 1 2 2 4
```{grid-item-card} BRO soil cores
:text-align: center
:link: ./examples/bro_soil_cores.html
:link-type: url
:img-bottom: ./_static/example_bro_soil.png
Example of a simple analysis of soil cores that are directly retrieved from the BRO.
```
```{grid-item-card} GeoST + scikit-learn
:text-align: center
:link: https://github.com/Deltares-research/sst-examples/blob/main/predict_sand_thickness/predict_sand_thickness.ipynb
Expand All @@ -27,10 +34,4 @@ description.
:img-bottom: ./_static/geost_logo.png
description.
```
```{grid-item-card} Placeholder
:text-align: center
:link: https://github.com/Deltares-research/sst-examples/blob/main/predict_sand_thickness/predict_sand_thickness.ipynb
:img-bottom: ./_static/geost_logo.png
description.
```
````
Loading

0 comments on commit 806a9f5

Please sign in to comment.