Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)