Three ways to prepare your data for Voxel Layer (esri.com)
The NetCDF format offers a lot of flexibility in terms of data storage. However, this flexibility also makes it the proverbial ‘wild wild west’ of data formats. The data needs to be compliant to the Voxel Layer data requirements to visualize it correctly as a voxel volume.
Supported voxel formats - ArcGIS Pro | Documentation
NetCDF data must follow the Climate and Forecast (CF) convention.
Currently, only CF-compliant netCDF data with no auxiliary variables as a data source is accepted as a source for a voxel layer.
Tutorial: Explore Subsurface Geology Using Voxel Layers in Three Easy Steps | esri.ca Data: Explore Subsurface Geology Using Voxel Layers | ArcGIS
https://www.youtube.com/watch?v=MMq0eAhGuIY
https://sandcastle.cesium.com/?src=Voxels.html
https://github.com/cesiumGS/cesium/
Run the Cesium Sandcastle website by running the following commands from the root of the cesium
repo:
npm run build
npm run start