Difference between revisions of "CFM Web Development"

From SCECpedia
Jump to navigationJump to search
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
SCEC's CXM group is developing a distribution method for SCEC's CFM v5.2 fault model data set. The goal of this effort is to develop a Community Fault Model Discovery and Distribution System that helps the SCEC research community make use of the CFM.
 
SCEC's CXM group is developing a distribution method for SCEC's CFM v5.2 fault model data set. The goal of this effort is to develop a Community Fault Model Discovery and Distribution System that helps the SCEC research community make use of the CFM.
 +
 +
== Prototype CFM Website ==
 +
*[https://stress.scec.org/research/cfm-viewer/ Prototype CFM Website]
 +
 +
== Existing California Fault Maps and Databases ==
 +
*[https://earthquake.usgs.gov/hazards/qfaults/ USGS QFaults]
 +
*[http://maps.conservation.ca.gov/cgs/fam/ CGS Fault Activity Map]
 +
*[http://spatialservices.conservation.ca.gov/arcgis/rest/services/CGS/GeologicMapCA/MapServer Calif Geological Maps]
 +
 +
== Current CFM Web site Github repository ==
 +
*[https://github.com/meihuisu/CFM Mei Hui CFM Github Repo]
  
 
== Example CFM Dataset and Map Display ==
 
== Example CFM Dataset and Map Display ==
Line 5: Line 16:
 
*[http://hypocenter.usc.edu/research/CFM/cfm_screen3.mov CFM Quicktime Movie]
 
*[http://hypocenter.usc.edu/research/CFM/cfm_screen3.mov CFM Quicktime Movie]
  
[[File:CFM_Website.png|256px|thumb|right|Fig 1: Initial Version of CFM Website showing details of selected fault.]]
 
 
== Current CFM Discovery and Distribution Software Git Repo ==
 
* [https://github.com/meihuisu/CFM Current CFM Github Repo]
 
 
== Tsurf to obj awk script ==
 
 
  /projects/cfma/export/ts2obj/scripts $ more ts2obj.awk
 
  $1~"VRTX" {print "v",$3,$5,-$4}
 
  $1~"TRGL" {print "f",$2,$3,$4}
 
  
= Information about the spreadsheet file ==
 
*Need Identification of meaning of selected columns
 
  
== Contents of CFM spreadsheet file ==
+
[[File:CFM beta 2019.png|256px|thumb|right|Fig 1: Beta Version of CFM Website showing details of selected fault.]]
We are deciding how to correct various identified issues with speadsheet data including:
 
*The shape file has duplicate entries from a same fault dataset.
 
*The spreadsheet contents to review include:
 
*"SALT-CPFZ-CRPR-Cierro_Prieto_fault-CFM1-trace" was included into the shapefiles two times,
 
*xlsx has duplicate abbreviation for different regions,
 
**San Cayetano fault zone,SCFZ
 
**San Clemente fault zone,SCFZ
 
**South Cuyama-Ozena fault zone,SCFZ
 
*Possible typos,
 
**Cross Faults,CRSF
 
**Cross faults,CRSF
 
**Western Big Pine,WEST
 
**Western splay - north,WEST
 
**Western splay,WEST
 
**Western,WEST
 
**Brawley Seismic Zone,BSZ
 
**Brawley Seismic Zone,BSZS
 
  
== Geometry File Converter Information ==
+
[[File:CFM Website v1.png|256px|thumb|right|Fig 2: Initial Version of CFM Website showing details of selected fault.]]
*Testing shows that Tsurf is mesh data but no vanilla mesh viewer takes it straight. More common format is OBJ.
 
*The CFM group has many converters and one of them is Tsurf to OBJ.  Several 3d mesh viewer code that takes OBJ.
 
* Evaluate a prototype using x3dom.js.  
 
  
 
== Technology Evaluations - Map Viewer Links  ==
 
== Technology Evaluations - Map Viewer Links  ==
Line 51: Line 30:
 
*[http://kepler.gl/#/ Kepler GL]
 
*[http://kepler.gl/#/ Kepler GL]
 
*[https://qgis.org QGIS]
 
*[https://qgis.org QGIS]
 +
*[https://opentopomap.org/#map=7/34.746/-116.669 Topo Map Layer]
  
 
== Earlier CFM Viewer Developments ==
 
== Earlier CFM Viewer Developments ==
Line 65: Line 45:
  
 
== Related Entries ==
 
== Related Entries ==
 +
*[[CFM Software Archives]]
 
*[https://www.scec.org/research/cfm CFM Research Page]
 
*[https://www.scec.org/research/cfm CFM Research Page]
 
*[[CFM]]
 
*[[CFM]]
 
*[[UCVM]]
 
*[[UCVM]]

Latest revision as of 22:31, 19 September 2019

SCEC's CXM group is developing a distribution method for SCEC's CFM v5.2 fault model data set. The goal of this effort is to develop a Community Fault Model Discovery and Distribution System that helps the SCEC research community make use of the CFM.

Prototype CFM Website

Existing California Fault Maps and Databases

Current CFM Web site Github repository

Example CFM Dataset and Map Display

This is a link to a 6MB Quicktime Animation that shows a User using the current CFM Discovery and distribution Map Display


Fig 1: Beta Version of CFM Website showing details of selected fault.
Fig 2: Initial Version of CFM Website showing details of selected fault.

Technology Evaluations - Map Viewer Links

Earlier CFM Viewer Developments

During early CFM workshops to get community feedback, the group were working with the UCSD group to visualize the CFM in 3D with Fledermaus. Fledermaus has a free 3D viewer - which used to be iView3D but is now iView4D, with Win-32, Win-64, MacOSX, & Linux versions of iView4D available, and like other approaches, the data need to be reformatted for this app.

This software was adopted by the USGS for 3D visualization:

Workshops on its use as of 2012:

In terms of the CFM webpage, we are discussing if there is still a need to provide additional 3D visualization resources for the CFM and other CXM products. If so, a iView4D plus MoVE Viewer may be a useful combination.

Related Entries