Subsurface models

674 views
Skip to first unread message

Charles Brooking

unread,
Nov 7, 2013, 6:37:42 PM11/7/13
to cesiu...@googlegroups.com
Hi all,

I'm currently evaluating tools for the visualisation of geology and groundwater chemistry models.

A major aim is to make models available to a general audience, so a browser-based library like Cesium looks ideal. However, am I correct in saying that Cesium doesn't support subsurface models?

I note there is a proprietary project, Subspace, developed at NICTA (http://subspace.nicta.com.au/); but is this or similar functionality likely to be part of the open-source project?

Thanks,
Charlie
-- 
Charles Brooking
Senior Software Engineer, eResearch Group
School of Information Technology and Electrical Engineering
The University of Queensland, QLD 4072, Australia

Phone: +61 7 3365 4044
Email: c.bro...@uq.edu.au
Web:   http://itee.uq.edu.au/~eresearch

Patrick Cozzi

unread,
Nov 9, 2013, 9:19:59 AM11/9/13
to cesiu...@googlegroups.com, c.bro...@uq.edu.au
Hi Charles,

You are right on all accounts; Cesium doesn't currently support subsurface rendering, but it is a feature we'd like to add.  NICTA modified Cesium to do it, also for groundwater I believe.  The NICTA folks follow this forum and have contributed to Cesium in the past so we may see this feature make it's way into Cesium, but they have to make the call.

I think a production implementation is a bit of work due to horizon culling, but Kevin knows better than me.

Patrick

Chris Cooper

unread,
Nov 12, 2013, 12:25:21 AM11/12/13
to cesiu...@googlegroups.com, c.bro...@uq.edu.au
Hi Charles & Patrick,

There are two custom components we use for subsurface visualisations...

- Pushing the ground down and revealing imagery in the pushed area http://subspace.nicta.com.au/apps/demos_public/terrain_excavation.html#demo
- Displaying 3D models within the pushed area http://subspace.nicta.com.au/apps/demos_public/model_animation.html#demo

We can look to contribute the first item (ground push) to Cesium.  It should be fairly straightforward to set up an initial pull request for this, but it does modify the central body shaders so may require some discussion to get it fully integrated.

With the 3d models it would be better to hold off for the official model support in Cesium rather than us contribute an alternate 3d model approach.

Please let us know if you want us to proceed with a pull request for ground push.

Chris




--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Patrick Cozzi

unread,
Nov 12, 2013, 7:08:41 AM11/12/13
to cesiu...@googlegroups.com, c.bro...@uq.edu.au
Hi Chris,

Yes, we're definitely interested in a pull request for your subsurface work.  Kevin, of course, will be the best person to work out the technical details in the pull request.

Patrick


--
You received this message because you are subscribed to a topic in the Google Groups "cesium-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cesium-dev/7gBk3R__MXk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cesium-dev+...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

Kevin Ring

unread,
Nov 12, 2013, 9:42:27 AM11/12/13
to cesiu...@googlegroups.com
Hey Chris,

I noticed there's a "subspace-ground-push" branch in the NICTA Cesium branch:

Is this the code you're referring to?  If so, I could take a look prior to a pull request to give some feedback on what it would take to get it into Cesium master.  Charlie isn't the first person to ask for this, though, so I'd definitely be interested in working with you to make it happen.  Also, maybe Charlie could try it out and see how well it meets his needs.

Kevin

Chris Cooper

unread,
Nov 12, 2013, 4:40:30 PM11/12/13
to cesiu...@googlegroups.com
Hi Kevin,

That's some of the original work but is quite out of date compared to current Cesium.  Keith and myself have since been patching more recent Cesiums (Cesii?) but this incorporates some other changes as well.  Since I now have commit access to AGI Cesium I'll set up a branch that just has the ground push changes and we can work and test with it there.

Chris

Kevin Ring

unread,
Nov 12, 2013, 4:42:25 PM11/12/13
to cesiu...@googlegroups.com
Sounds great, thanks Chris!

Charles Brooking

unread,
Nov 12, 2013, 6:02:52 PM11/12/13
to cesiu...@googlegroups.com
Hi Chris, Kevin,

I'm very happy to help with testing.

Thank you, Chris, for agreeing to contribute this very useful feature!

-Charlie


On 13/11/13 00:42, Kevin Ring wrote:
Hey Chris,

I noticed there's a "subspace-ground-push" branch in the NICTA Cesium branch:

Is this the code you're referring to?  If so, I could take a look prior to a pull request to give some feedback on what it would take to get it into Cesium master.  Charlie isn't the first person to ask for this, though, so I'd definitely be interested in working with you to make it happen.  Also, maybe Charlie could try it out and see how well it meets his needs.

Kevin


On Tue, Nov 12, 2013 at 7:08 AM, Patrick Cozzi <pjc...@gmail.com> wrote:
Hi Chris,

Yes, we're definitely interested in a pull request for your subsurface work.  Kevin, of course, will be the best person to work out the technical details in the pull request.

Patrick


On Tue, Nov 12, 2013 at 12:25 AM, Chris Cooper <rally...@gmail.com> wrote:
Hi Charles & Patrick,

There are two custom components we use for subsurface visualisations...

- Pushing the ground down and revealing imagery in the pushed area http://subspace.nicta.com.au/apps/demos_public/terrain_excavation.html#demo
- Displaying 3D models within the pushed area http://subspace.nicta.com.au/apps/demos_public/model_animation.html#demo

We can look to contribute the first item (ground push) to Cesium.  It should be fairly straightforward to set up an initial pull request for this, but it does modify the central body shaders so may require some discussion to get it fully integrated.

With the 3d models it would be better to hold off for the official model support in Cesium rather than us contribute an alternate 3d model approach.

Please let us know if you want us to proceed with a pull request for ground push.

Chris

Chris Cooper

unread,
Nov 12, 2013, 8:18:51 PM11/12/13
to cesiu...@googlegroups.com
I've just pushed to a branch called ground-push [1].  It includes a Sandcastle example to show interactive usage including revealing imagery.  Kevin, let me know if you want me to initiate a pull request to facilitate further discussion or to hold off for now.

Chris


Kevin Ring

unread,
Nov 12, 2013, 8:58:32 PM11/12/13
to cesiu...@googlegroups.com
Hey Chris,

I tried out the Sandcastle app and looked at the code very briefly.  I think it's worth opening a pull request.  Also, do you think you could give me an example of what someone would do with this sort of functionality?  I have a vague notion of it, but something more concrete would be really helpful.

Thanks,
Kevin

Chris Cooper

unread,
Nov 12, 2013, 9:49:54 PM11/12/13
to cesiu...@googlegroups.com
Hi Kevin,

This feature can help with visualising quantities in situ.  Some of the use cases on NICTA projects include...

- Revealing custom tiled imagery showing quantities that have been simulated thousands of metres below the Earth's Crust such as geothermal energy etc.
- Pulling back the surface to reveal 3d models e.g. animating isosurfaces of quantities such as water table, gravity, radiation, bore holes etc.  These models can be viewed at their appropriate depth rather than e.g. pushing the 3d model above the surface.
- Pushing the default map & terrain out of the way in a small area so it can be replaced with an animating 3d model of terrain.  E.g. a project that was modelling the change in a river bed due to certain factors.  They had accurate elevation data for that area including the river bed which they were simulating over time.  They were able to insert their 3d model into the globe.

Chris

barent....@gmail.com

unread,
Jun 28, 2016, 2:27:12 PM6/28/16
to cesium-dev, c.bro...@uq.edu.au
Hello all,

This topic originates from 2013. In the meantime it's 2016. Can anyone tell me what's the status of subsurface viewing for mining applications ? What we need, is a camera position below z = 0. The mentioned ground push sandcastle isn't available anymore....I've seen other solutions like making the globe color transparent. Is that an option ? How can this be reached ? Greetings, Barent Brouwers The Netherlands

Op vrijdag 8 november 2013 00:37:42 UTC+1 schreef Charles Brooking:

Patrick Cozzi

unread,
Jun 28, 2016, 7:58:39 PM6/28/16
to cesiu...@googlegroups.com, Charles Brooking
Hi Barent,

The is one of the top requested features that we want to add to Cesium, but haven't been able to prioritize it yet.

Currently, if you have - or synthesize - underground terrain, you can use that and it will mostly work, meaning that the camera navigation still needs some improvements and some culling optimizations need to be disabled.

By the way, I would love to know more about how you are using Cesium for mining; feel free to email me directly at pco...@agi.com.

Patrick 


--
You received this message because you are subscribed to a topic in the Google Groups "cesium-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cesium-dev/7gBk3R__MXk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cesium-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Kevin Ring

unread,
Jun 29, 2016, 1:39:23 AM6/29/16
to cesiu...@googlegroups.com, c.bro...@uq.edu.au
Hi Barent,

I now work for NICTA (now Data61), the company that developed the ground push plugin.  It's been pretty neglected lately, but we are interested reviving it, improving it, and even incorporating something like it into Cesium proper.  We have some contracts in the works that may enable that to get the necessary priority.  We should talk more, particularly if you're able to help move it forward by sharing some of the cost of implementing it.

Kevin



You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Barent Brouwers

unread,
Jun 29, 2016, 3:00:46 AM6/29/16
to cesiu...@googlegroups.com, Frans Leurink, Sabine de Milliano

Hello Kevin,

Thank you for your response.
Do you have a sandcastle project for the ground push plugin, so that we can judge if it suits our needs ?
Contributing financially to your ground push plugin is an option for us.
What is the amount of money we are talking about ?
When we contribute, is it possible to have any influence on the result ?

One thing that's important for us is, combining subsurface and above ground level objects in one view. For example, subsurface infrastructure and buildings above it, because these two relate to each other. We want to see them in one view.



Met vriendelijke groet,

Barent Brouwers


Smart Software Solutions
www.greenutil.nl
06-23428345


--
You received this message because you are subscribed to a topic in the Google Groups "cesium-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cesium-dev/7gBk3R__MXk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cesium-dev+...@googlegroups.com.

Kevin Ring

unread,
Jun 29, 2016, 9:21:37 PM6/29/16
to cesiu...@googlegroups.com, Frans Leurink, Sabine de Milliano, barent....@gmail.com
Hi Barent,

No, I don't have a Sandcastle example of it handy.  The purpose of working with folks with subsurface needs is to create something that satisfies their needs, not necessarily to revive the ground push plugin in its current form.  For example, some things we've kicked around:

- Making the surface terrain translucent in an area, so you can see what's under it, instead of pushing it down.
- Rendering geological models below the surface, e.g. from GOCAD.
- Letting the user drag cutting planes through a subsurface model to see its cross section at various locations.
- Rendering massive subsurface models using 3D Tiles (e.g. a tool to convert models in GOCAD and other formats to 3D Tiles).

I'll drop you an email and maybe we can chat on Skype sometime.

Kevin


Barent Brouwers

unread,
Jun 30, 2016, 10:17:49 AM6/30/16
to Kevin Ring, cesiu...@googlegroups.com, Frans Leurink
Hello Kevin,

What's your geographic position ?
You say you work for the Australian company Data61.

Then we have to find a proper time to Skype.....😊

For the moment we like your solution of making the surface terrain translucent in an area, or for the whole globe.

Fact is, as in many countries, in the Netherlands we have a reference level called NAP, it's the sealevel. Every spot in the Netherlands has a z-coördinate according to this level.  All measurement are done in the NAP system.

When we want to show these measurements in Cesium, then all spots with negative z-coördinate are below ground level in Cesium, but in the real world they can be (far) above ground level. So, I am wondering what the meaning is of the z=0 height in Cesium, so why showing it at all ? Why not making it translucent/transparent everywhere ?

Next important thing for us is going down with the camera, so below z=0.

Is it possible for you to make a calculation of the costs to make these two additions in Cesium ?  I guess you want to make a separate branch in git for making this, and later on perhaps merge this branch into the master ?

ps. for the very far future : is it an idea showing 3D DTM's (Digital Terrain Models) in Cesium for the whole globe being z = 0 ? Then you'll have the real ground level for z = 0

 


Met vriendelijke groet,

Barent Brouwers


Smart Software Solutions
www.greenutil.nl
06-23428345


Kevin Ring

unread,
Jul 1, 2016, 7:06:18 AM7/1/16
to Barent Brouwers, cesiu...@googlegroups.com, Frans Leurink
Hi Barent,

Yeah, we're pretty used to dealing with time zone differences.  We'll make it work, even if it ends up being late night or early morning our time.

In Cesium, z=0 is the surface of the WGS84 ellipsoid.  The difference between this and mean sea level varies by tens or low hundreds of meters over the globe.  The real terrain surface, of course, can be thousands of meters different from either WGS84 or mean sea level.

Just in case you didn't realize, Cesium has the ability to show high-resolution terrain for the entire globe.  In almost any demo app, press the base layer picker button in the top right and choose STK World Terrain.  Or check out the terrain demo in Sandcastle:

Adding terrain doesn't change the meaning of z=0 (Cesium really calls it height, not z), though.  It's still the surface of the ellipsoid.

Kevin


David Whipps

unread,
Jul 14, 2016, 11:17:26 AM7/14/16
to cesium-dev, c.bro...@uq.edu.au
Kevin,

Not sure you got my reply by email, but we (Simulation Curriculum Corp.) are VERY willing to financially support this, assuming the work can start SOON and have basic functionality by late August.

- Dave

Barent Brouwers

unread,
Jul 14, 2016, 1:29:49 PM7/14/16
to cesiu...@googlegroups.com, c.bro...@uq.edu.au
Hello all, it seems that more people in the world are interested in Cesium supporting underground models. Perhaps we can make a shared project of it and share costs ? We from 3D GeoSolutions from the Netherlands are interested in 4 features :

1. height = 0  :  translucent (transparent)   instead of the default blue sheet
2. camera-position below height = 0
3. viewing buildings and subsurface infrastructure at the same time
4. loading CityGML files into Cesium

Greetings, Barent Brouwers  : bar...@globld.nl



Met vriendelijke groet,

Barent Brouwers


Smart Software Solutions
www.greenutil.nl
06-23428345


Reuben Reyes

unread,
Jul 20, 2016, 11:17:56 AM7/20/16
to cesium-dev, c.bro...@uq.edu.au, barent....@gmail.com, Reuben Reyes
For examples in subsurface here is a paper that has 2 examples (earthquakes and geothermal). 
The paper also has supplemental data sets in KMZ and Cesium and a youtube video of global earthquake subsurface visualization. 
(3 links included below).

barent....@gmail.com

unread,
Jul 25, 2016, 6:37:08 AM7/25/16
to cesium-dev, c.bro...@uq.edu.au, barent....@gmail.com, hite...@gmail.com, Frans Leurink
Op woensdag 20 juli 2016 17:17:56 UTC+2 schreef Reuben Reyes:
> For examples in subsurface here is a paper that has 2 examples (earthquakes and geothermal). 
> The paper also has supplemental data sets in KMZ and Cesium and a youtube video of global earthquake subsurface visualization. 
> (3 links included below).
>
>
>
> LINKS: 
> "Supplemental subsurface KMZ & Cesium data sets" 
> "Paper Geological and hydrological visualization models for Digital Earth representation" 
> "Cesium video of global earthquake subsurface visualization"
>
>
>
>
>
> On Thursday, July 14, 2016 at 12:29:49 PM UTC-5, Barent Brouwers wrote:
>
>
>
>
>
> Hello all, it seems that more people in the world are interested in Cesium supporting underground models. Perhaps we can make a shared project of it and share costs ? We from 3D GeoSolutions from the Netherlands are interested in 4 features :
>
> 1. height = 0  :  translucent (transparent)   instead of the default blue sheet
> 2. camera-position below height = 0
> 3. viewing buildings and subsurface infrastructure at the same time
> 4. loading CityGML files into Cesium
>
> Greetings, Barent Brouwers  : bar...@globld.nl
>
>
>
>
>
>
>
>
>
>
>
> Met vriendelijke groet,
>
> Barent Brouwers
>
Hello all,

When I look at http://www.hitechmex.org/cesium/Apps/Sandcastle/gallery/GeoThermal_SubSurface.html

and when I zoom in to the red bullets, I see three groundlevels. is that correct ? If so, which one is really height = 0 in Cesium or the groundlevel in real situation (,which isn't necessarily height = 0 in Cesium) ?

I doubt if we can present something like this to our customers. Important for us is the capability of combining above ground infrastructure and buildings with subsurface infrastructure in one view. Is it possible to place buildings on top of the GeoThermal_SubSurface model ?

What Cesium version has been used for this GeoThermal_SubSurface model ? Is it a special version or just the common one ?

Greetings,

Barent Brouwers

Reuben Reyes

unread,
Jul 25, 2016, 10:49:25 PM7/25/16
to cesium-dev, c.bro...@uq.edu.au, barent....@gmail.com, hite...@gmail.com, fr...@3dgs.nl
Yes you are correct you see 3 levels. In the Earthquake model the outer most is at the surface of the earth. The next inner level is 300Km below the surface and the deepest one is at 750Km below the surface. The top 2 layers consist of a translucent earth and vector outlines of all the countries of the world that can be selected to help orientation when navigating below the surface. For a better explanation here is a free link to the paper:
The link above is valid and free until August 6, 2016 after this date use this link

In the GeoThermal model it only has vector outlines of the counties of Texas. The outer most layer is at 0K (surface), the next layer is at 10,000 feet below the surface and the last layer is at 20,000 feet below the surface. In this model no translucent layers are used. What you see as blue is the outer atmosphere.
It is important to note that Cesium does not yet allow "non selection of objects" so to go below the translucent layers in the earthquake model one needs to turned it off via the upper left menu. 
This will be fixed in future versions of Cesium. The version of this example a standard Cesium 1.16. 
Any 3D structure can be placed at any level in both models.
Hope this explanation helps,
Reuben
Reply all
Reply to author
Forward
0 new messages