

<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://strike.scec.org/scecwiki/index.php?action=history&amp;feed=atom&amp;title=CFM_Software_Archives</id>
	<title>CFM Software Archives - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://strike.scec.org/scecwiki/index.php?action=history&amp;feed=atom&amp;title=CFM_Software_Archives"/>
	<link rel="alternate" type="text/html" href="https://strike.scec.org/scecwiki/index.php?title=CFM_Software_Archives&amp;action=history"/>
	<updated>2026-06-10T07:40:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://strike.scec.org/scecwiki/index.php?title=CFM_Software_Archives&amp;diff=22148&amp;oldid=prev</id>
		<title>Maechlin: Created page with &quot;Deprecated Pages from CFM Website Development  == Example CFM Dataset and Map Display == This is a link to a 6MB Quicktime Animation that shows a User using the current CFM Di...&quot;</title>
		<link rel="alternate" type="text/html" href="https://strike.scec.org/scecwiki/index.php?title=CFM_Software_Archives&amp;diff=22148&amp;oldid=prev"/>
		<updated>2018-12-05T01:05:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Deprecated Pages from CFM Website Development  == Example CFM Dataset and Map Display == This is a link to a 6MB Quicktime Animation that shows a User using the current CFM Di...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Deprecated Pages from CFM Website Development&lt;br /&gt;
&lt;br /&gt;
== Example CFM Dataset and Map Display ==&lt;br /&gt;
This is a link to a 6MB Quicktime Animation that shows a User using the current CFM Discovery and distribution Map Display&lt;br /&gt;
*[http://hypocenter.usc.edu/research/CFM/cfm_screen3.mov CFM Quicktime Movie]&lt;br /&gt;
&lt;br /&gt;
[[File:CFM_Website.png|256px|thumb|right|Fig 1: Initial Version of CFM Website showing details of selected fault.]]&lt;br /&gt;
&lt;br /&gt;
== Current CFM Discovery and Distribution Software Git Repo ==&lt;br /&gt;
* [https://github.com/meihuisu/CFM Current CFM Github Repo]&lt;br /&gt;
&lt;br /&gt;
== Tsurf to obj awk script ==&lt;br /&gt;
&lt;br /&gt;
  /projects/cfma/export/ts2obj/scripts $ more ts2obj.awk&lt;br /&gt;
  $1~&amp;quot;VRTX&amp;quot; {print &amp;quot;v&amp;quot;,$3,$5,-$4}&lt;br /&gt;
  $1~&amp;quot;TRGL&amp;quot; {print &amp;quot;f&amp;quot;,$2,$3,$4}&lt;br /&gt;
&lt;br /&gt;
Run this program like this:&lt;br /&gt;
* By making it an executable with a shebang directive: #!/usr/bin/gawk&lt;br /&gt;
&lt;br /&gt;
Or as a program file to awk:&lt;br /&gt;
* $awk -f ts2obj.awk &amp;lt; in.ts &amp;gt; out.obj or&lt;br /&gt;
* awk -f test2obj.awk test.ts &amp;gt; test.obj&lt;br /&gt;
&lt;br /&gt;
== Information about the spreadsheet file ==&lt;br /&gt;
*Need Identification of meaning of selected columns&lt;br /&gt;
&lt;br /&gt;
== Contents of CFM spreadsheet file ==&lt;br /&gt;
We are deciding how to correct various identified issues with speadsheet data including:&lt;br /&gt;
*The shape file has duplicate entries from a same fault dataset.&lt;br /&gt;
*The spreadsheet contents to review include:&lt;br /&gt;
*&amp;quot;SALT-CPFZ-CRPR-Cierro_Prieto_fault-CFM1-trace&amp;quot; was included into the shapefiles two times,&lt;br /&gt;
*xlsx has duplicate abbreviation for different regions,&lt;br /&gt;
**San Cayetano fault zone,SCFZ&lt;br /&gt;
**San Clemente fault zone,SCFZ&lt;br /&gt;
**South Cuyama-Ozena fault zone,SCFZ&lt;br /&gt;
*Possible typos,&lt;br /&gt;
**Cross Faults,CRSF&lt;br /&gt;
**Cross faults,CRSF&lt;br /&gt;
**Western Big Pine,WEST&lt;br /&gt;
**Western splay - north,WEST&lt;br /&gt;
**Western splay,WEST&lt;br /&gt;
**Western,WEST&lt;br /&gt;
**Brawley Seismic Zone,BSZ&lt;br /&gt;
**Brawley Seismic Zone,BSZS&lt;br /&gt;
&lt;br /&gt;
== Geometry File Converter Information ==&lt;br /&gt;
*Testing shows that Tsurf is mesh data but no vanilla mesh viewer takes it straight.  More common format is OBJ.&lt;br /&gt;
*The CFM group has many converters and one of them is Tsurf to OBJ.  Several 3d mesh viewer code that takes OBJ. &lt;br /&gt;
* Evaluate a prototype using x3dom.js. &lt;br /&gt;
&lt;br /&gt;
== Technology Evaluations - Map Viewer Links  ==&lt;br /&gt;
*[http://www.itowns-project.org/#video ITowns Mapping]&lt;br /&gt;
*[https://leafletjs.com Leaflet]&lt;br /&gt;
**[https://leafletjs.com/examples/video-overlay/ Example]&lt;br /&gt;
**[https://pubs.er.usgs.gov/publication/sir20185062 USGS Example]&lt;br /&gt;
*[http://polymaps.org/ex/bing.html#8.20/31.0232/-93.9238 Polymaps]&lt;br /&gt;
*[http://kepler.gl/#/ Kepler GL]&lt;br /&gt;
*[https://qgis.org QGIS]&lt;br /&gt;
*[https://opentopomap.org/#map=7/34.746/-116.669 Topo Map Layer]&lt;br /&gt;
&lt;br /&gt;
== Earlier CFM Viewer Developments ==&lt;br /&gt;
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, &amp;amp; Linux versions of iView4D available, and like other approaches, the data need to be reformatted for this app.&lt;br /&gt;
*[http://www.qps.nl/display/fledermaus/iview 3D Viewer]&lt;br /&gt;
&lt;br /&gt;
This software was adopted by the USGS for 3D visualization:&lt;br /&gt;
*[https://pubs.usgs.gov/of/2004/1400/htmldocs/fleder.htm USGS 3D Viz Example]&lt;br /&gt;
&lt;br /&gt;
Workshops on its use as of 2012:&lt;br /&gt;
*[https://soundwaves.usgs.gov/2012/02/meetings2.html USGS 3D Viz Workshop]&lt;br /&gt;
&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>Maechlin</name></author>
		
	</entry>
</feed>