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

https://github.com/lukasmosser/geolink_dataset

Analysis notebooks for the geolink well log dataset
https://github.com/lukasmosser/geolink_dataset

data datasets eda facies geology lithology machine-learning petrophysics wireline

Last synced: about 2 months ago
JSON representation

Analysis notebooks for the geolink well log dataset

Awesome Lists containing this project

README

        

# geolink_dataset
Analysis notebooks for the geolink well log dataset

All data and analysis CC-by-SA-4.0.

All credit for data goes to [GEOLINK-S2](https://www.geolink-s2.com/)

Data is available to download [here](https://drive.google.com/drive/folders/1EgDN57LDuvlZAwr5-eHWB5CTJ7K9HpDP)

Install the necessary dependencies using conda.

```
conda create -n geolink --file requirements.txt
```