Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csiro-hydrogeology/lithology-viewer
Interactive exploration of descriptive lithology information from borehole logs
https://github.com/csiro-hydrogeology/lithology-viewer
Last synced: 3 months ago
JSON representation
Interactive exploration of descriptive lithology information from borehole logs
- Host: GitHub
- URL: https://github.com/csiro-hydrogeology/lithology-viewer
- Owner: csiro-hydrogeology
- License: bsd-3-clause
- Created: 2019-09-20T10:06:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T01:55:15.000Z (over 3 years ago)
- Last Synced: 2024-07-14T13:32:52.183Z (4 months ago)
- Language: Jupyter Notebook
- Size: 476 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - csiro-hydrogeology/lithology-viewer - Interactive exploration of descriptive lithology information from borehole logs (others)
README
## Borehole lithology logs viewer
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/csiro-hydrogeology/lithology-viewer/30f3a3b9e3729c7f5848fa3cee6614c801e22ee7?urlpath=voila%2Frender%2Fapp.ipynb)
Prototype explorer of borehole data used for [exploratory lithology analysis](https://github.com/csiro-hydrogeology/pyela). Powered by [Voila](https://github.com/QuantStack/voila), [ipysheet](https://github.com/QuantStack/ipysheet) and [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)
![Borehole descriptive lithology](./img/canberra_litho.png)
## Usage
```bash
voila app.ipynb
```To automatically cull idle kernels:
```bash
voila --MappingKernelManager.cull_interval=10 --MappingKernelManager.cull_idle_timeout=10 app.ipynb
```## Acknowledgments
This sample is derived from the [voila-gpx-viewer](https://github.com/jtpio/voila-gpx-viewer)