Skip to main content

A python package for processing 3d volumetric data to build meshes for the Sand Atlas data repository

Project description

Sand Atlas

Code style: black codecov

Documentation here, or compile it yourself following the details below.

Installation

First, install ffmpeg and blender on your system. Both of these need to be available in your system path (so that running ffmpeg and blender in the command line works).

This package can then be installed via pip install sand-atlas. If installing from github, try cloning and then running:

pip install -e .

If you make any changes to the source code, re-run those two lines to have your changes reflected in your installed package.

Usage

Processing particles

If you are interested in reproducing a dataset that is available in the Sand Atlas, you can use the installed script sand_atlas_process, like so:

sand_atlas_process <path_to_json_file> --label <path_to_labelled_image> --raw <path_to_raw_image>

If you supply only the raw image, the script will attempt to label the image for you. If you supply the labelled image, the script will use that to generate the dataset. The json file contains the metadata for the dataset you are interested in. The json files for the datasets in the Sand Atlas are available here.

VDB files

VDB files are the industry standard for level set data. They can be viewed in recent versions of the open source software blender, via Add -> Volume -> Import OpenVDB. If you would like to use these files in a python environment that doesn't include the pyopenvdb package, you can use the vdb_to_npy script provided by the sand_atlas package to convert the VDB file to a numpy array:

vdb_to_npy <path_to_vdb_file>

This will produce a .npy file in the same directory where you run the script. You can then load this file in python with np.load:

import numpy as np
data = np.load('path_to_npy_file.npy')

Downloading particles from the python API

You can query the server to get a list of all of the available types of particles with

import sand_atlas
particles = sand_atlas.data.list()
print(particles)

If you would like to download all of the particles with a particular mesh quality to the current working directory, you do this via

import sand_atlas
sand_atlas.data.get_all('SAND-NAME', MESH-QUALITY)

If you would like to download a specific particle, you can do this via

import sand_atlas
sand_atlas.data.get_by_id('SAND-NAME', MESH-QUALITY, PARTICLE-ID)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sand_atlas-1.3.1.tar.gz (61.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sand_atlas-1.3.1-py3-none-any.whl (49.7 kB view details)

Uploaded Python 3

File details

Details for the file sand_atlas-1.3.1.tar.gz.

File metadata

  • Download URL: sand_atlas-1.3.1.tar.gz
  • Upload date:
  • Size: 61.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sand_atlas-1.3.1.tar.gz
Algorithm Hash digest
SHA256 a2a317160b281e6f2cf7d94033ed2c5dc5bd9734f77ead2d0e355a3bca4332cb
MD5 b4d5e8ae23837eba38569e1c052c3ae4
BLAKE2b-256 7fa43276de15ba99a7beeb0a2947b42034277aee5a1e68f045f0d8870db3e702

See more details on using hashes here.

Provenance

The following attestation bundles were made for sand_atlas-1.3.1.tar.gz:

Publisher: workflow.yml on scigem/sand-atlas-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sand_atlas-1.3.1-py3-none-any.whl.

File metadata

  • Download URL: sand_atlas-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 49.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sand_atlas-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 09937aafde8764fe6057d69a662cf70a88b54ae0d36d43b3088b32984700e317
MD5 52ba16265f88da5d3040c2505bd48149
BLAKE2b-256 8d230529ed8ffdbf6705a81680df165a3ff606b4f05e7705242f78554a57fea2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sand_atlas-1.3.1-py3-none-any.whl:

Publisher: workflow.yml on scigem/sand-atlas-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page