• SpotGrowth to Excel

    The SharpSpb project has created an encompassing data-structure for standardizing and normalizing of entomological field data gathered over decades and taking multiple forms, called the Spot-Growth Database. The Spot-Growth Database and its associated tools organize this information as Xml, and do so according to the rules defined by the SpotGrowth schema, a file (itself Xml) which strictly defines how the SpotGrowth information is to be arranged and indentified. Excel spreadsheets are Xml files structured according to a different schema, the Office Document Workbook schema. If a user wanted to view their Spot-Growth data as an Excel Workbook, the most direct means of achieving this would transform the SpotGrowth data directly to Excel data. It is a matter of relabeling the values, SpotGrowth calls it

    Continued. . .
    Saturday, July 11, 2009
  • Confidence Table

    This sample Xslt transforms the results of a single particular model run into a "confidence table"--just something I call it.  The statistics it outputs have some meaning, but that's not my field.  You can see the formulas that are used to calculate those statistics here in this snippet, and decide what meaning they have.    

    Continued. . .
    Tuesday, July 14, 2009
  • Output Summary in Html

    Here is some Xslt used during production.  It takes an SPBModel Xml file containing both Input and Output.  It assumes the Input has been structured to emulate the Spot-Visit relationship.  It then compares observed conditions described in the Visits subsequent to the first to the model's predicted conditions for that date--outputting a table with a row for every former-Visit, now-Frame in the Input dataset. This Xslt is used to form the Summary Table at the end of the Workflow Example.    

    Continued. . .
    Tuesday, July 14, 2009
  • Default Rate Equations

    The SharpHog Southern Pine Beetle Infestation Model has a revolutionary rate-equation hot-swapping feature.  If a user of the model wants to adjust one of the default equations displayed here, they simply include a new xslt template of the same name along with the rest of the iput to the model. There are numerous consequences and benefits of this feature,read more at the SharpHog Features area.    

    Continued. . .
    Tuesday, July 14, 2009
Check XHTML « spb.xanderlih.com Copyright © Xander Lih 2000-2012  » Check CSS