Details

    • Type: Improvement
    • Status: New
    • Priority: Major
    • Resolution: Unresolved
    • Component/s: EDXL-CAP
    • Labels:
      None
    • Proposal:
      Hide

      Add a "type" attribute to the <area> element that will indicate if this area is the incident area or the targeting area.

      For example, if I have a fire at area designated by polygon P1 but I want to notify people in area polygon P2 about it (and still convey information about the location of the incident), I could do as follows:

      <area type="impact"> <polygon>P1</polygon></area>

      <area type="targeting"> <polygon>P2</polygon></area>

      The processing software will know that it needs to alert people in P2 and convey information that the fire is happening in area P1

      Show
      Add a "type" attribute to the <area> element that will indicate if this area is the incident area or the targeting area. For example, if I have a fire at area designated by polygon P1 but I want to notify people in area polygon P2 about it (and still convey information about the location of the incident), I could do as follows: <area type="impact"> <polygon>P1</polygon></area> <area type="targeting"> <polygon>P2</polygon></area> The processing software will know that it needs to alert people in P2 and convey information that the fire is happening in area P1

      Description

      The <area> block in CAP may either:

      Refer to the area where the incident is taking place or affecting

      • or -
        It may refer to an area where there are people that we want to notify about the incident (Essentially a targeting area)
      • or-
        It may refer to both (often times the same area we want to target is also the area of the incident)

      It would be important for the processing system to know which it is, so as to take the proper action (for example system may target the people in the targeting area and send them a map of where the incident is taking place, and the two may be different)

        Attachments

          Activity

          Hide
          waidyanatha Nuwan Waidyanatha (Inactive) added a comment -

          First I wished there was a better attribute name other than area "type" to better define what the set name is for elements: "impact", "target, "Incident", etc.

          Second, there were concerns with the polygon being a dominant contributor to the file size of a CAP message. This was brought up in the Canadian study/paper on "file size". How would introducing more polygons impact the file size, although there is a growing need to indicate both the incident and target locations?

          Having said that, would a typical workflow determine the incident location; where the incident would have been reported first through another protocol such as SITREP and that would lead to a CAP "alert/warning" that references the incident message (i.e. SITREP message) which would hold the area "incident" information? Thus, reducing the CAP message payload.

          Show
          waidyanatha Nuwan Waidyanatha (Inactive) added a comment - First I wished there was a better attribute name other than area "type" to better define what the set name is for elements: "impact", "target, "Incident", etc. Second, there were concerns with the polygon being a dominant contributor to the file size of a CAP message. This was brought up in the Canadian study/paper on "file size". How would introducing more polygons impact the file size, although there is a growing need to indicate both the incident and target locations? Having said that, would a typical workflow determine the incident location; where the incident would have been reported first through another protocol such as SITREP and that would lead to a CAP "alert/warning" that references the incident message (i.e. SITREP message) which would hold the area "incident" information? Thus, reducing the CAP message payload.
          Hide
          mike.gerber Mike Gerber (Inactive) added a comment -

          I would compare/contrast this paradigm with others. For example, NWS plans to add a motion description parameter for storms (and perhaps other weather related events) which includes a lat/lon pair (or pairs) demarking the storm location as well as the speed and direction of movement. This is in addition to the alert area polygon we already include in the CAP message.

          Show
          mike.gerber Mike Gerber (Inactive) added a comment - I would compare/contrast this paradigm with others. For example, NWS plans to add a motion description parameter for storms (and perhaps other weather related events) which includes a lat/lon pair (or pairs) demarking the storm location as well as the speed and direction of movement. This is in addition to the alert area polygon we already include in the CAP message.
          Hide
          tpetel Tomer Petel (Inactive) added a comment -

          I see some similarity to issue 16, however issue 16 does not clearly highlight the need to separate between targeting and area affected, so I think a merge may be desired, but i dont think this is a duplicate

          Show
          tpetel Tomer Petel (Inactive) added a comment - I see some similarity to issue 16, however issue 16 does not clearly highlight the need to separate between targeting and area affected, so I think a merge may be desired, but i dont think this is a duplicate

            People

            • Assignee:
              Unassigned
              Reporter:
              tpetel Tomer Petel (Inactive)
            • Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated: