NetCDF Voxels

Prepare your Voxel Data for ArcGIS PRO

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.

Canada Mining ArcGIS Pro Tutorial

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

3D Tiles

https://www.reddit.com/r/computergraphics/comments/13f8all/you_can_now_take_chunks_of_google_earth_out_as/

Voxels in Cesium

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

Render 3D Tiles in three.js