You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cesium-dev
Hi,
That abstract seems to layout a workflow for development and the tools to use. Do you have any specific questions about anything specifically related to Cesium?
Thanks,
Gabby
sank...@gmail.com
unread,
Aug 29, 2018, 12:26:17 AM8/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cesium-dev
Thanks for the reply Gabby,I want to do analysis on terrain elevations.And visibility analysis on terrain using cesuim.
Scott Reynolds
unread,
Aug 29, 2018, 3:20:32 PM8/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cesium-dev
Look at this Sandcastle example for how to get terrain heights using Cesium.sampleTerrainMostDetailed(). You can do something similar to get the heights for points along a route that you could then put into a graph (not a Cesium feature) to show the terrain profile along the route. Simple visibility analysis would be possible using this technique if you specify enough points along the desired line-of-sight with sufficiently small spacing to capture the roughness of the terrain.