Difference between revisions of "CyberShake SmartMap"

From SCECpedia
Jump to navigationJump to search
Line 6: Line 6:
  
 
== CyberShake Map API ==
 
== CyberShake Map API ==
We have defined a business delegate python class that will query the CyberShake database. This interface define input parameters collected from the User Screen. The methods return lat,lon,z results, or lat,lon, site information, ready to be plotted on the a map.
+
We have defined a business delegate python class to make it easier for User Interface developers to query the CyberShake database. This interface define input parameters collected from the User Screen. The methods return lat,lon,z results, or lat,lon, site information, ready to be plotted on the a map.
  
 
     def get_standard_xyz_poe_map(self,standard_model_id,imt_type,iml,dur):
 
     def get_standard_xyz_poe_map(self,standard_model_id,imt_type,iml,dur):
Line 16: Line 16:
 
     def get_Basin_Depth_Map(self,model_id):
 
     def get_Basin_Depth_Map(self,model_id):
 
     def get_CyberShake_Sites(self,model_id):
 
     def get_CyberShake_Sites(self,model_id):
     def get_station_sites(self,model_id):
+
     def get_station_sites(self,model_id):
  
 
== CyberShake SmartMap Powerpoint Examples ==
 
== CyberShake SmartMap Powerpoint Examples ==

Revision as of 02:33, 22 March 2011

CyberShake SmartMap is a proposed GIS-based interface to the CyberShake Hazard Model (2009) and later. Current concept for the CyberShake SmartMap is to provide user with the ability to view collective CyberShake hazard information in map form, and to give the user the ability retrieve detailed hazard information for specific sites through a map-based interface.

CyberShake SmartMap GIS Prototype

ESRI has helped SCEC develop an initial ArcGIS version of a CyberShake SmartMap and deployed it on a SCEC server.

CyberShake Map API

We have defined a business delegate python class to make it easier for User Interface developers to query the CyberShake database. This interface define input parameters collected from the User Screen. The methods return lat,lon,z results, or lat,lon, site information, ready to be plotted on the a map.

   def get_standard_xyz_poe_map(self,standard_model_id,imt_type,iml,dur):
   def get_standard_xyz_iml_map(self,standard_model_id,imt_type,poe,dur):        
   def get_cybershake_xyz_poe_map(self,cybershake_model_id,imt_type,iml,dur):
   def get_cybershake_xyz_iml_map(self,cybershake_model_id,imt_type,poe,dur):
   def get_Vs30_Map(self,model_id):    
   def get_Basin_Depth_Map(self,model_id):
   def get_CyberShake_Sites(self,model_id):
   def get_station_sites(self,model_id):

CyberShake SmartMap Powerpoint Examples

This powerpoint presentation contains some User controls for CyberShake SmartMap. The radio buttons and sliders indicate user options they might use to define a map they want to see. There is an interdependency between some selections in these menus. Based on one user selection, other selections might be grayed out and not selectable.

Fig 1:CyberShake SmartMap User Controls are showing in this diagram. User choice are made through toggle buttons, radio buttons, and sliders controls.
Fig 2:CyberShake SmartMap User Controls are showing in this diagram. User choice are made through toggle buttons, radio buttons, and sliders controls.
Fig 3:CyberShake SmartMap User Controls are showing in this diagram. User choice are made through toggle buttons, radio buttons, and sliders controls.
Fig 4:CyberShake SmartMap User Controls are showing in this diagram. User choice are made through toggle buttons, radio buttons, and sliders controls.

CyberShake Maps

Related Entries

See Also