Difference between revisions of "GFM"

From SCECpedia
Jump to navigationJump to search
Line 20: Line 20:
  
 
This is a very preliminary prototype, but we may be able to get a few changes in before the annual meeting. Please let us know what changes you'd like to see, by emailing software@scec.org
 
This is a very preliminary prototype, but we may be able to get a few changes in before the annual meeting. Please let us know what changes you'd like to see, by emailing software@scec.org
 +
 +
*[http://moho.scec.org/GFM_web/web/viewer.php GFM Webview Prototype]
  
 
== GFM Command line distribution ==
 
== GFM Command line distribution ==
*[http://moho.scec.org/GFM_web/web/viewer.php GFM Webview Prototype]
+
The current GFM can be distributed as a stand alone program that users can install on Linux computers. This program is a modified version of the CVM-h distribution program called vx-lite.
 +
 
 +
This software is posted at:
 +
 
  
 
== Related Entries ==
 
== Related Entries ==
 
*[https://www.scec.org/research/cxm SCEC CXM Development]
 
*[https://www.scec.org/research/cxm SCEC CXM Development]

Revision as of 05:16, 16 April 2020

SCEC Geological Framework Model (GFM)

GFM Prototype.png

Description

The SCEC Geological Framework model is a 3D model of California geological regions. Given a lat/lon depth (or elevation) the GFM will return properties for the given point, including Geological Region Name, and temperature.

Web viewer prototype

SCEC has developed a initial GFM web viewer page based on the GFM data Andreas provided us with earlier this year. There are two parts to this GFM site.

Behind the scenes, this webviewer uses a modified version of vx-lite that can read the GFM dataset. If wanted, users can download this vx-lite code, and the GFM voxel data set, and use vx-lite to query the GFM on the command line.

Then, we created a simple GFM web viewer. The webviewer calls the modified vx-lite code to query the GFM

The GFM webview enables user to query the GFM for a single point, using either query by elevation or query by depth. The user enters the lat/lon and Z and presses "Query Material Property" and the webpage shows the cvm-h data for the point, and new GFM data including RegionID (and Region Name), and Temperature.

This prototype GFM Webview also can plot the full GFM data volume. user's press "Show regions" and a decimated version of the GFM data set is shown. Users can rotate the volume, and the cursor will show the region type for any point selected. Users can turn on and off regions, by clicking on the region names on the right of the screen.

This is a very preliminary prototype, but we may be able to get a few changes in before the annual meeting. Please let us know what changes you'd like to see, by emailing software@scec.org

GFM Command line distribution

The current GFM can be distributed as a stand alone program that users can install on Linux computers. This program is a modified version of the CVM-h distribution program called vx-lite.

This software is posted at:


Related Entries