Hi - I have created a NetCDF voxel model from a geostatistical layer created from EBK 3D. I would like to be able to create a graph of the values of a 'stack' of voxels.
That is to say a user could either click a location looking down on the top of the voxel model or could provide a coordinate within the bounds of the voxel model and a graph would be produced that plots the values of the stack of rasters below that coordinate.
I have implemented this funcationality within python in a standalone dash app (no arcpy involved) but I would ultimately like a way for someone to be be able to perform this within a web scene.