Difference between revisions of "CyberShake Data Web Service - SRF Retrieval"

From SCECpedia
Jump to navigationJump to search
Line 1: Line 1:
One of the requirements for the 2010 USEIT intern class was to create a Standard Rupture Format (SRF) browser plugin for SCEC-VDO. This required a tool to retrieve SRF files from the CyberShake database. The 'GETCSSRF' web service was written to retrieve the SRF files.
+
One of the requirements for the 2010 USEIT intern class was to create a Standard Rupture Format (SRF) browser plugin for SCEC-VDO. This required a tool to retrieve SRF files from the CyberShake database. The 'GETCSSRF' web service was written to allow users to retrieve the SRF files from the CyberShake database.
  
This web service was written in Python and  
+
This web service was written as a Python web.py application. The service takes a set of arguments to select the desired file out of the CyberShake database and returns the contents of the SRF file is found. The service also supports an option to list the set of supported CyberShake Earthquake Rupture Forecast and Rupture Variation Scenario versions.
  
[[File:Srf_Browser.png|1024px|thumb|left|SRF Browser Plugin]]
+
[[File:Srf_browser.png|480px|thumb|right|Fig 1: SRF Browser Plugin]]
This a video of the SRF browser plugin and the underlying SRF retrieval web service in action.
+
 
 +
 
 +
Fig 1. is a snapshot of the SCEC-VDO SRF Browser Plugin displaying a SRF file retrieved with the 'GETCSSRF' service from the CyberShake Database.
 +
 
 +
A video tutorial of the SRF browser plugin and the underlying SRF retrieval web service in action created by the USEIT interns can be found here: [http://scec.usc.edu/internships/useit/scec-vdo/video1541 SRF Browser Plugin Tutorial]

Revision as of 20:02, 23 August 2010

One of the requirements for the 2010 USEIT intern class was to create a Standard Rupture Format (SRF) browser plugin for SCEC-VDO. This required a tool to retrieve SRF files from the CyberShake database. The 'GETCSSRF' web service was written to allow users to retrieve the SRF files from the CyberShake database.

This web service was written as a Python web.py application. The service takes a set of arguments to select the desired file out of the CyberShake database and returns the contents of the SRF file is found. The service also supports an option to list the set of supported CyberShake Earthquake Rupture Forecast and Rupture Variation Scenario versions.

Fig 1: SRF Browser Plugin


Fig 1. is a snapshot of the SCEC-VDO SRF Browser Plugin displaying a SRF file retrieved with the 'GETCSSRF' service from the CyberShake Database.

A video tutorial of the SRF browser plugin and the underlying SRF retrieval web service in action created by the USEIT interns can be found here: SRF Browser Plugin Tutorial