May 9, 2026

Dbrsolids - New

"@context": "https://example.org/dbrsolids/context/v1", "id": "dbrs:sample:0001", "name": "Powder sample A", "geometry": "type": "voxel_grid", "location": "s3://bucket/path/sampleA/volume.zarr", "voxel_size": 1.5e-6 , "material": "name": "Alumina", "density": 3970 , "particle_distribution": "type": "empirical", "bins": [0.5, 1.0, 2.0, 5.0], "counts": [100, 450, 320, 30] , "provenance": "instrument": "nanoCT-2000", "date": "2026-03-01T10:12:00Z"

for chunk in client.stream_download("dataset/largefile.bin"): process(chunk) dbrsolids new

Verified by MonsterInsights