How to use voxel layer time dimension data

228
3
03-13-2024 05:01 PM
文瑞蘇
New Contributor II

After I published the netcdf file as a voxel scene service, the volumeType of VoxelVolume is in xyzt format. The official documentation only describes how to use xyz data. If I want to call the data of the time dimension, for example, use the timeslider to filter the xyz data of different time stamps, are there any related examples to refer to?

0 Kudos
3 Replies
JohannaIntac
Esri Contributor

Hi @文瑞蘇 ,

Thanks for reaching out. You can use the TimeExtent to filter the data. Here is a sample that filters the data based on time. I hope this helps.

 

文瑞蘇
New Contributor II

Hi @JohannaIntac 

Thank you for providing a good reference example. I tested that I can indeed control the data presentation through time extent, but it updates the view by refreshing all the data. Can I use arcgis js sdk to update only part of the data like arcgis pro?

0 Kudos
JohannaIntac
Esri Contributor

Hi @文瑞蘇,

Currently, the voxel layer is being reloaded when the view's TimeExtent changes.

0 Kudos