Changes between Version 1 and Version 2 of Deployments/Portugal/Bombeiros
- Timestamp:
- 10/13/11 16:00:09 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Deployments/Portugal/Bombeiros
v1 v2 1 1 = Bombeiros = 2 Bombeiros.pt are volunteer firefighters in Portugal 2 3 Bombeiros.pt are volunteer firefighters in Portugal. 3 4 4 5 They tried Eden during a simulation which became a real incident & added value immediately , straight out of the box! 5 6 6 See attached document for a testimonial from the head of the Porto brigade 7 See attached document for a testimonial from the head of the Porto brigade. 7 8 8 9 We are helping them with a simulation in December 9 10 11 TETRA radios are carried by vehicles & personnel. These broadcast GPS location which can be output from the receiver as a CSV file: 12 {{{ 13 <apocsantos> id;lat;log;speed 14 <apocsantos> the file name is the date (now) + equipment id 15 <apocsantos> 20111013130311111 16 <apocsantos> 20111013 is the date 17 <apocsantos> 1303 firedepartment code 18 <apocsantos> 11111 the id of the radio 19 <apocsantos> in this case is the id of the command and control vehicle 20 }}} 10 21 22 We can have a script move this file & then import it (so that each import contains no duplicates to clean laboriously). 23 24 We 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. 25 26 We need a lookup for the instance_types since this isn't held in the raw CSV file. 11 27 12 28 * Projects/Basic#LatLonconverter