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
- Host: GitHub
- URL: https://github.com/lukasmosser/geolink_dataset
- Owner: LukasMosser
- License: cc-by-sa-4.0
- Created: 2018-09-12T13:56:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T14:45:13.000Z (over 6 years ago)
- Last Synced: 2025-04-15T20:16:18.734Z (about 2 months ago)
- Topics: data, datasets, eda, facies, geology, lithology, machine-learning, petrophysics, wireline
- Language: Jupyter Notebook
- Size: 32.2 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geolink_dataset
Analysis notebooks for the geolink well log datasetAll 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
```