Changes between Version 19 and Version 20 of Deployments/Portugal/Bombeiros


Ignore:
Timestamp:
11/16/11 14:58:17 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Deployments/Portugal/Bombeiros

    v19 v20  
     1[[TOC]]
    12= Bombeiros =
    23
     
    1516  * some Portuguese civil protection authority personal will be attending and participating
    1617 * Train a local deployment support team
    17 === Objectives ===
    18  * Import HRM data from https://rnbp.prociv.pt/rnbp/portal/
    19   * Can export as ;-separated CSV using SQL commands
    20   * No need to have the output look the same as the current PDFs
    21   * (this system keeps crashing & was expensive)
    22  * Use GPS from Tetra radios to show Personnel & Vehicles on the Map
    2318
    2419Can split people into groups, e.g. Martin can run less techie sessions & Dominic/Fran can run techie sessions.
     
    2722Tech part should focus on Development & not cover Server Installation / Maintenance.
    2823
    29 === Radios ===
     24== Requirements ==
     25=== Dispatch ===
     26One of the biggest problems right now, which could potentially be easy to solve is Dispatch.
     27
     28Currently the OPCOM provides the EMS crew with the limited available information & then they deploy. There is no way to update the crews except for voice radio. Since all EMS crew have smartphones then a simple app to update the crea with the precise incident location & any extra information on scale, etc would be extremely valuable.
     29
     30A possible solution would be to use OpenGeoSMS. ITRI Taiwan have developed an OpenGeoSMS Android client which supports the following features:
     31 * Incident Reporting (simple 'Current Location + Text Field')
     32 * Task Dispatch (simple view received 'Location + Text' on Map)
     33 * Team Communication (again, simple 'Location + Text'):
     34  * Where I am
     35  * Where are you?
     36  * Where shall we meet?
     37
     38=== HRM ===
     39Import HRM data from https://rnbp.prociv.pt/rnbp/portal/
     40* (this system keeps crashing & was expensive)
     41* Can export as ;-separated CSV using SQL commands
     42* No need to have the output look the same as the current PDFs
     43
     44=== Incident Tracking ===
     45There is a need to share data about an incident between a fire department and the district command center.
     46Current process is that the OPCOM at the Firedep provides the information over thre radio, on the other side, another OPCOM is writing it all on paper, and type it again in a completely different software running on windows console....This takes a long time.
     47
     48Data Attributes:
     49* date
     50* time of alert
     51* time of dispatch
     52* location
     53* type of emergency
     54* vehicle
     55* crew
     56
     57=== Location Updates via Radio ===
     58Use GPS from Tetra radios to show Personnel & Vehicles on the Map
     59
    3060TETRA radios are carried by vehicles & personnel. These broadcast GPS location which can be output from the receiver as a CSV file:
    3161{{{
     
    4777We can import to the Trackable super-entity (sit_trackable) since that is common to both people & vehicles (assets)....we need to copy the GPS_id from the vehicle resource to the super_entity/person/asset.
    4878
    49 == Requirements ==
    50 === Dispatch ===
    51 One of the biggest problems right now, which could potentially be easy to solve is Dispatch.
    52 
    53 Currently the OPCOM provides the EMS crew with the limited available information & then they deploy. There is no way to update the crews except for voice radio. Since all EMS crew have smartphones then a simple app to update the crea with the precise incident location & any extra information on scale, etc would be extremely valuable.
    54 
    55 A possible solution would be to use OpenGeoSMS. ITRI Taiwan have developed an OpenGeoSMS Android client which supports the following features:
    56  * Incident Reporting (simple 'Current Location + Text Field')
    57  * Task Dispatch (simple view received 'Location + Text' on Map)
    58  * Team Communication (again, simple 'Location + Text'):
    59   * Where I am
    60   * Where are you?
    61   * Where shall we meet?
    62 
    63 === Incident Tracking ===
    64 There is a need to share data about an incident between a fire department and the district command center.
    65 Current process is that the OPCOM at the Firedep provides the information over thre radio, on the other side, another OPCOM is writing it all on paper, and type it again in a completely different software running on windows console....This takes a long time.
    66 
    67 Data Attributes:
    68 * date
    69 * time of alert
    70 * time of dispatch
    71 * location
    72 * type of emergency
    73 * vehicle
    74 * crew
    7579== Linked Pages ==
    7680 * Projects/Basic#LatLonconverter