Changes between Version 102 and Version 103 of BluePrint/CAPBroker
- Timestamp:
- 06/25/15 03:46:28 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/CAPBroker
v102 v103 39 39 a. define the mandatory set of languages that all messages should be in 40 40 a. define the hazard and areaDescription template specific roles and permissions 41 1. A warning agency authorized to issue alerts for a specific hazard event wants to '''create CAP message templates''' 41 ==== CAP Message Template ==== 42 A warning agency authorized to issue alerts for a specific hazard event wants to '''create CAP message templates''' 42 43 a. Authorized user will create a new template 43 44 a. The CAP Profile will determine the rules for validating the template such as forcing the implementer to generate a "info" segment for each language … … 45 46 a. Implementer would provide the required text with placeholders set for message issuers to complete with actual event specific values 46 47 a. The template is saved and assigned permissions, for which only authorized users with those permissions can select the specific template when issuing a message 47 1. A warning agency learns of an imminent hazard event (e.g. cyclone) and wants to '''issue a CAP message''' to warn the targeted public at risk: 48 ==== Issue CAP message ==== 49 A warning agency learns of an imminent hazard event (e.g. cyclone) and wants to '''issue a CAP message''' to warn the targeted public at risk: 48 50 a. Authorized user chooses to create a new message 49 51 a. If presented to select a template (e.g. Cyclone template) … … 53 55 a. Saves the message as an "actual" alert with a scope set to "Public" 54 56 a. Chooses to broadcast the message through the cellular networks, share with all TV/Radio stations 55 1. A warning agency learns of a tsunami warning and wants to '''activate a system with a CAP message''' (e.g. siren towers) 57 ==== Turn on Siren Towers ==== 58 A warning agency learns of a tsunami warning and wants to '''activate a system with a CAP message''' (e.g. siren towers) 56 59 a. Similar to the previous instance, the authorized user would create a message 57 60 a. Set the "parameter" values to trigger the sirens 58 61 a. Select the areaDescription to determine the targeted siren towers 59 62 a. Choose the delivery method as "siren system" and send the message 60 1. A emergency management agency wants to view the current situation or get an overall picture of all the current alerts for '''situational-awareness''' 63 ==== View common operating picture ==== 64 A emergency management agency wants to view the current situation or get an overall picture of all the current alerts for '''situational-awareness''' 61 65 a. Authorized user enters SAMBRO 62 66 a. Typically, upon entry, they are presented with the "common operating picture" or they navigate to it … … 66 70 a. The user may choose to further investigate the alert message by clicking more to view the full message 67 71 a. Authorized user may choose to update that message and save it with the most current information 72 ==== Predefined area descriptions ==== 73 There are three ways a use may define the alerting or warning area 74 a. Free text areaDesc only - the user simply writes the a description for an area (e.g. Cox's Bazar Coastal area Bangladesh), which is not precise and contains a level of ambiguity as to how far from the sea, is it 30m, 50m, or 100m but gives a general sense. 75 a. Predefined areaDesc text only - we may create a database for country with names of all administrative jurisdictions, like towns, cities, villages, districts, provinces, states, etc. These names would also be related to an administrative category (e.g. District={Colombo, Kalutara, Kandy}, City = {Colombo 01, Colombo 02, Kandy, Kalutara}, ...). We would first give the option for the user to filter the categories; e.g. they may chose District. Thereafter, they are presented with an autofill ajax type text box to start typing the name of the District, as in this example, and to select the name from the suggested list. Multiple names are separated by a comma. 76 a. Polygon or Circe only - the user may chose to either define a polygon or a circle. In either case they would provide lat/lon pairs to define the shape. 77 a. areaDesc and Polygon/Circle - the user may decide to provide an are description as in (a) and a series of lat/lon pairs to define the geographical shape of the area mentioned in the areaDesc 78 a. Predefined areaDesc - this is a concept outside the scope of the CAP standard. This is a feature we introduce for ease-of-use. Users will 68 79 69 80 Sahana Agasti has a CAP broker implementation but is currently deprecated