Make downloading digital rocks great again
Project description
Digital Rocks Data
Make downloading and using Digital Rock Data great again!
Quick Start
Installation from Github using pip
pip install drd
Loading an Image Dataset
from drd.datasets.eleven_sandstones import load_eleven_sandstones
# xarray DataArray with image data
img = load_eleven_sandstones("Berea", "Berea_2d25um_grayscale.raw")
# Plot average over z dimension
img.mean(dim='z').plot()
About
Digital Rock Images are three-dimensional datasets of rocks and other porous media.
These are typically acquired using three-dimensional imaging techniques such as Micro-Computer Tomography (MicroCT).
They represent a rich dataset that form a basis for characterization of physical processes involving porous media.
Purpose of the drd library
Digital Rock Images are scattered throughout the web on various hosting sites such as the Digital Rocks Portal, Zenodo, or university specific sites. This library aims to make downloading these datasets easy through a python interface so they can be used in automated image processing workflows, reproducible research, or data science and machine learning worfklows.
Furthermore, these images are associated with metadata about their spatial dimensions which should be considered when loading these image datasets.
The library therefore requires these metadata to be available and creates an xarray DataArray which can keep spatial scale information when loading an image dataset.
Each dataset is linked in this library i.e. no hosting is done by the library itself.
Available Datasets
- Eleven Sandstones Dataset
- Berea
- Bandera Brown
- Bandera Gray
- Bentheimer
- Berea Sister Gray
- Berea Upper Gray
- Buff Berea
- Castle Gate
- Kirby
- Leopard
- Parker
- MicroCT Images of Sandstones and Carbonates 2015
- MicroCT Images of Sandstones and Carbonates 2009
Contributing
Authors are encouraged to contribute their own datasets using the correct metadata.
See drd/datasets/eleven_sandstones.py for an example implementation.
Please add corresponding tests and an example to your pull request.
Creation
This package was created during the Transform 22 software sprint.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file drd-0.1.2.tar.gz.
File metadata
- Download URL: drd-0.1.2.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b46c96f7bf56c6c4512ee53f2e71f7ee74770de9519c1362b1b6dbb126a178db
|
|
| MD5 |
5892003d385494e2b69069e412bd077d
|
|
| BLAKE2b-256 |
8aa60412b47adbfcb677949439768c7b001db0c5d36d83e5faf9d6d9c498a930
|
File details
Details for the file drd-0.1.2-py3-none-any.whl.
File metadata
- Download URL: drd-0.1.2-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3c4f86d0455a489396b91cf6f3cb371c03a412a792f7bf1dadf4208febf90ef
|
|
| MD5 |
fe10fd3efbf5371196ab6bff7d0da8c4
|
|
| BLAKE2b-256 |
0c0e71747bb01acda029a877baacd798920cf16490c4c7adb813ea4a0c54da65
|