Home / Beta 0.8.2
Name Modified Size InfoDownloads / Week
Parent folder
SMT.jar 2013-02-26 27.7 MB
README 2013-02-26 5.2 kB
Totals: 2 Items   27.8 MB 0
About:

SMT, the SAR Management Toolkit is an experimental application for assisting
 in the management of land searches for missing persons.  SMT incorporates
the open source GIS software OpenJump for rendering of segments,
SMT can, on an experimental level, handle many of the core ground SAR
management tasks including POA recalculation, task assignments suggested 
by missing person behavior profiles, and generation of a subset of ICS forms.

Running:

Start SMT with 
java -jar SMT.jar 
SMT is built for Java 1.7

Configuration:

Search Urgency Scheme is configurable.  Load any of the following :
SearchUrgencyEstimationNASAR.xml (NASAR's MLPI urgency factors) 
SearchUrgencyEstimationMGH.xml (Mark Hopkins' [GPSAR] urgency factors) 
SearchUrgencyEstimationMGHExtended.xml (MGHs' urgency factors with Paul Morris' 
additional increased urgency factors based on the ISRID survival data) 
SearchUrgencyEstimationMGHExtended1.xml (like MGHExtended, but with gear
removed as a factor, per comment by Robert Koester that equipment other than
clothing has little influence on survival in ISRID )
Alternately, produce a search urgency factor scheme coded following 
the xml schema SearchUrgencyXMLSchema.xsd.  This schema is expected to be 
stable.

Subject profile categories are configurable.  A default category scheme is
included in DefaultCategories.xml, but this has not been fully fleshed out.  
Subject category schemes can be developed following the xml schema
SubjectCategorySchemeXMLSchema.xsd  This schema is expected to change.

The configuration xml documents and xml schemas are currently embedded 
in the resources directory within the SMT.jar file and are also available
in the subversion repository. 

Saved Searches:

From the main menu, File/Save Search will save most, but not all of the search
to a file.  Currently not supported in a save include the Missing Person Poster, 
operational periods, POD applications to Segments, and the timeline.  From the 
main menu, File/Load Search From File will delete any search information 
currently in use (except Poster and timeline), and will replace it with values
from the file.  Searches are saved in an XML file format conforming to
resources/SearchSchema_v0.xsd.  This schema is not yet stable, and there is no
guarantee that searches saved by one revision of SMT will be loadable in a 
future revision.  

Building:

Builds are created from source with ant.
ant all

License:

Copyright © 2008-2011 Paul J. Morris
Licensed under the GPL 3+

A copy of the GNU General Public License is included in license_gpl-3.0.txt

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. 

Sources:

Source code, including sources of included libraries is available from 
the project subversion repository on sourceforge: 

http://sourceforge.net/p/sarmanager/code/

svn checkout http://svn.code.sf.net/p/sarmanager/code/trunk smt

Release Notes:

Resolved in version 0.8.2

[#51] Allow setting POAinitial from merge of consensus and statistical rings.
[#46] Show mobility probabilities on the timeline.

Resolved in version 0.8.1

[#45] Travel Corridor Tasks don't load. 
[#44] New Splash Screen. 
[#43] Allow direct entry of statistical distances.

Resolved for milestone 0.8.0

[#15] Add an editor for xml configuration files
[#19] Print summary of tasks on ICS-204
[#20] Print Operational Planning Worksheet (ICS 215) 3479814 
[#21] Add Operational Periods and a Timeline.
[#22] Add Clue Management
[#23] Add ability for users to add base map layers
[#24] Display standard ICS symbols for ICS locations
[#25] Calculate inital POAs by consensus
[#27] Calculate and display POS.
[#28] Calculate POA from statistical probability distribution.
[#29] Add initialPOA, POD history for segment, etc to XML save/load.
[#30] Display graph of POScum accumulation.
[#31] Enable assignment of checked in resources to tasks
[#32] Allow replacement of planned resources with checked in resources.
[#33] Typo, POD for POA in menu.
[#34] New search isn't completely new.
[#42] Can't edit a resource unless it's type is listed in the preplan.

Resolved for milestone 0.7, version 0.7.4
[#12] Popups on layer tree categories not correctly populated.
[#13] Lat/Long not correctly rendered
[#14] Move Segment/Route/Location menus to Search Panel
[#16] TaskDialog needs to be a Search change listener. 
[#17] Add means to save/restore searches to files
[#18] Add display of UTM coordinates
[#26] Display symbol for IPP

Resolved for milestone 0.6, version 0.7.0.
[#8] Update to OpenJump 1.4.2
[#9] Create ant build file. 3436686 
[#10] Add in libraries
[#11] Prepare for 0.7 release 3436760 
Source: README, updated 2013-02-26