Skip to content

Commit

Permalink
deploy: 9947c91
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Geo committed Nov 12, 2024
1 parent 806a9f5 commit a036e7a
Show file tree
Hide file tree
Showing 21 changed files with 1,323 additions and 46 deletions.
Binary file modified .doctrees/community.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 not shown.
Binary file modified .doctrees/getting_started/introduction.doctree
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
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 _images/cpts_usp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 40 additions & 1 deletion _sources/community.md.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# Community
```{toctree}
---
maxdepth: 2
caption: About
hidden:
---
```

Our vision for GeoST is to grow it into a widely-used open-source software package for those
who work with subsurface data and Python in whatever role or capacity. This we cannot do alone
and we therefore invite you to join us in using and developing GeoST. Contributions can be
as simple as giving feedback and reporting bugs!

````{grid} 1 2 3 3
```{grid-item-card} <i class="fa-solid fa-comments"></i> [Discuss GeoST](https://github.com/Deltares-research/geost/discussions)
:text-align: center
```
```{grid-item-card} <i class="fa-solid fa-bug"></i> [Report a bug](https://github.com/Deltares-research/geost/issues)
:text-align: center
```
```{grid-item-card} <i class="fa-solid fa-scroll"></i> [Code of Conduct](https://github.com/Deltares-research/.github/blob/main/CODE_OF_CONDUCT.md)
:text-align: center
```
````

## Governance
This section is under construction...

## Contribution guidelines
This section is under construction...

### Reporting a bug
This section is under construction...

### Feature requests
This section is under construction...

### Developing GeoST
This section is under construction...


This is the GeoST community
13 changes: 7 additions & 6 deletions _sources/examples.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ managing subsurface data.
: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} Combine GeoTOP and CPT data
:text-align: center
:link: ./examples/combine_geotop_with_cpts.html
:img-bottom: ./_static/cpts_usp.png
Example of how information from a voxelmodel (e.g. GeoTOP) can be combined with point data
(e.g. CPT data).
```
```{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 @@ -28,10 +35,4 @@ algorithms provided by scikit-learn.
: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.
```
````
343 changes: 343 additions & 0 deletions _sources/examples/combine_geotop_with_cpts.ipynb.txt

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion _sources/index.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ html_theme.sidebar_secondary.remove:
<img src="_static/geost_logo.png" alt="GeoST logo" title="GeoST logo" width="400" />
</p>

# A Python interface for subsurface data
The Geological Subsurface Toolbox (GeoST) package is designed to be an easy-to-use Python
interface for working with subsurface data of The Netherlands, allowing you to integrate
these data in your workflows for data analyses, modelling and visualisation. GeoST readily
provides commonly used methods for e.g. spatial/conditional selections, conversions and data
fusion, but at the same time remains fully flexible for advanced users to develop their own
functions around GeoST data objects.

GeoST is a work-in-progress and currently supports a limited number of data sources.
<div class="alert alert-info">
GeoST is a work-in-progress and currently supports a limited number of data sources. Furthermore, not
all documentation pages on this website are finished.
</div>


````{grid} 1 2 2 4
```{grid-item-card} <i class="fa-solid fa-circle-question"></i> [About GeoST](about.md)
Expand Down
Binary file added _static/cpts_usp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Installation" href="getting_started.html" />
<link rel="prev" title="Package status" href="index.html" />
<link rel="prev" title="A Python interface for subsurface data" href="index.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.2.5" />
Expand Down Expand Up @@ -528,7 +528,7 @@ <h2>Current development strategy<a class="headerlink" href="#current-development
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Package status</p>
<p class="prev-next-title">A Python interface for subsurface data</p>
</div>
</a>
<a class="right-next"
Expand Down
73 changes: 72 additions & 1 deletion community.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,60 @@

<section id="community">
<h1>Community<a class="headerlink" href="#community" title="Link to this heading">#</a></h1>
<p>This is the GeoST community</p>
<div class="toctree-wrapper compound">
</div>
<p>Our vision for GeoST is to grow it into a widely-used open-source software package for those
who work with subsurface data and Python in whatever role or capacity. This we cannot do alone
and we therefore invite you to join us in using and developing GeoST. Contributions can be
as simple as giving feedback and reporting bugs!</p>
<div class="sd-container-fluid sd-sphinx-override sd-mb-4 docutils">
<div class="sd-row sd-row-cols-1 sd-row-cols-xs-1 sd-row-cols-sm-2 sd-row-cols-md-3 sd-row-cols-lg-3 docutils">
<div class="sd-col sd-d-flex-row docutils">
<div class="sd-card sd-sphinx-override sd-w-100 sd-shadow-sm sd-text-center docutils">
<div class="sd-card-body docutils">
<div class="sd-card-title sd-font-weight-bold docutils">
<i class="fa-solid fa-comments"></i> <a class="reference external" href="https://github.com/Deltares-research/geost/discussions">Discuss GeoST</a></div>
</div>
</div>
</div>
<div class="sd-col sd-d-flex-row docutils">
<div class="sd-card sd-sphinx-override sd-w-100 sd-shadow-sm sd-text-center docutils">
<div class="sd-card-body docutils">
<div class="sd-card-title sd-font-weight-bold docutils">
<i class="fa-solid fa-bug"></i> <a class="reference external" href="https://github.com/Deltares-research/geost/issues">Report a bug</a></div>
</div>
</div>
</div>
<div class="sd-col sd-d-flex-row docutils">
<div class="sd-card sd-sphinx-override sd-w-100 sd-shadow-sm sd-text-center docutils">
<div class="sd-card-body docutils">
<div class="sd-card-title sd-font-weight-bold docutils">
<i class="fa-solid fa-scroll"></i> <a class="reference external" href="https://github.com/Deltares-research/.github/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a></div>
</div>
</div>
</div>
</div>
</div>
<section id="governance">
<h2>Governance<a class="headerlink" href="#governance" title="Link to this heading">#</a></h2>
<p>This section is under construction…</p>
</section>
<section id="contribution-guidelines">
<h2>Contribution guidelines<a class="headerlink" href="#contribution-guidelines" title="Link to this heading">#</a></h2>
<p>This section is under construction…</p>
<section id="reporting-a-bug">
<h3>Reporting a bug<a class="headerlink" href="#reporting-a-bug" title="Link to this heading">#</a></h3>
<p>This section is under construction…</p>
</section>
<section id="feature-requests">
<h3>Feature requests<a class="headerlink" href="#feature-requests" title="Link to this heading">#</a></h3>
<p>This section is under construction…</p>
</section>
<section id="developing-geost">
<h3>Developing GeoST<a class="headerlink" href="#developing-geost" title="Link to this heading">#</a></h3>
<p>This section is under construction…</p>
</section>
</section>
</section>


Expand Down Expand Up @@ -506,6 +559,24 @@ <h1>Community<a class="headerlink" href="#community" title="Link to this heading
<div id="pst-secondary-sidebar" class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">


<div class="sidebar-secondary-item">
<div
id="pst-page-navigation-heading-2"
class="page-toc tocsection onthispage">
<i class="fa-solid fa-list"></i> On this page
</div>
<nav class="bd-toc-nav page-toc" aria-labelledby="pst-page-navigation-heading-2">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#governance">Governance</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#contribution-guidelines">Contribution guidelines</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#reporting-a-bug">Reporting a bug</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#feature-requests">Feature requests</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#developing-geost">Developing GeoST</a></li>
</ul>
</li>
</ul>
</nav></div>

<div class="sidebar-secondary-item">

<div class="tocsection sourcelink">
Expand Down
17 changes: 9 additions & 8 deletions examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,21 +478,22 @@ <h1>Examples<a class="headerlink" href="#examples" title="Link to this heading">
<div class="sd-card sd-sphinx-override sd-w-100 sd-shadow-sm sd-card-hover sd-text-center docutils">
<div class="sd-card-body docutils">
<div class="sd-card-title sd-font-weight-bold docutils">
GeoST + scikit-learn</div>
<p class="sd-card-text">Using geological borehole data to predict the thickness of sand using decision tree
algorithms provided by scikit-learn.</p>
Combine GeoTOP and CPT data</div>
<p class="sd-card-text">Example of how information from a voxelmodel (e.g. GeoTOP) can be combined with point data
(e.g. CPT data).</p>
</div>
<img alt="" class="sd-card-img-bottom" src="_images/example_sand_thickness.png" />
<a class="sd-stretched-link sd-hide-link-text reference external" href="https://github.com/Deltares-research/sst-examples/blob/main/predict_sand_thickness/predict_sand_thickness.ipynb"><span>https://github.com/Deltares-research/sst-examples/blob/main/predict_sand_thickness/predict_sand_thickness.ipynb</span></a></div>
<img alt="" class="sd-card-img-bottom" src="_images/cpts_usp.png" />
<a class="sd-stretched-link sd-hide-link-text reference external" href="./examples/combine_geotop_with_cpts.html"><span>./examples/combine_geotop_with_cpts.html</span></a></div>
</div>
<div class="sd-col sd-d-flex-row docutils">
<div class="sd-card sd-sphinx-override sd-w-100 sd-shadow-sm sd-card-hover sd-text-center docutils">
<div class="sd-card-body docutils">
<div class="sd-card-title sd-font-weight-bold docutils">
Placeholder</div>
<p class="sd-card-text">description.</p>
GeoST + scikit-learn</div>
<p class="sd-card-text">Using geological borehole data to predict the thickness of sand using decision tree
algorithms provided by scikit-learn.</p>
</div>
<img alt="" class="sd-card-img-bottom" src="_images/geost_logo.png" />
<img alt="" class="sd-card-img-bottom" src="_images/example_sand_thickness.png" />
<a class="sd-stretched-link sd-hide-link-text reference external" href="https://github.com/Deltares-research/sst-examples/blob/main/predict_sand_thickness/predict_sand_thickness.ipynb"><span>https://github.com/Deltares-research/sst-examples/blob/main/predict_sand_thickness/predict_sand_thickness.ipynb</span></a></div>
</div>
<div class="sd-col sd-d-flex-row docutils">
Expand Down
Loading

0 comments on commit a036e7a

Please sign in to comment.