Laserfiche WebLink
<br />South Platte Water Rights Management System <br /> <br />missioner for the district takes a spot flow reading. This type of row takes four argu- <br />ments: the writable flag, the indention level, the water district, and the spotcheck ID <br />as recorded in the database table spotchecks. Users may enter flow information into <br />this type of row. <br /> <br />4. Flowgage: A satellite gauging station modeled by SPWRMS, upon which the Water <br />Commissioner relies to make hislher operational decisions. This type of row takes <br />four arguments in the format file: the writable flag, the indention level. the water dis- <br />trict, and the gauge number as recorded in the database table gagingstations. Users <br />may enter flow information into this type of row. Note that data from the satellite is <br />not loaded directly into this row. Instead, the Water Commissioner must enter the <br />number that s/he understood to be the daily average. (This feature was implemented <br />because it is important to know the data that was available at the time the Water Com- <br />missioner filled in the Water Information Sheet.) <br /> <br />5. Subtotal: A columnar total of all rows between the previous subtotal row (if any) and <br />the current row. This row type is labelled Subtotal on the water information sheet, and <br />displays a column-by-column total of all the rows since any previous subtotal row. <br />This type of row has two arguments: the writable flag and the indention level. <br /> <br />6. Total: A columnar total of all rows above. This is similar to the subtotal row, but <br />sums the columns of every row that lies above it in the Water Information Sheet. This <br />type of row has two arguments: the writable flag and the indention level. <br /> <br />7. Formula: A calculation based on values above the row on the Water Infonnation <br />Sheet. This row type takes three arguments plus a formula: the writable flag, the <br />indention level, and the title to be displayed on the water Information Sheet. The for- <br />mula may be any number of arguments, each of one of these types: a row-column <br />address (RxxCyy, where xx is the row number counting from the top, and yy is the <br />column number counting from the left) which identifies a value to be used in the for- <br />mula. or an operator (+ - / *). Formulas are expressed in RPN (Reverse Polish Nota- <br />tion). as in the following example: <br /> <br />7245 2 + -I' (the solution is 2) <br /> <br />It is important to note that rows of type struct, ftowgage, and spotcheck must be modeled <br />by the system in order for them to be available to the Water Information Sheet. See the <br />SPWRMS Database Manual for complete instructions regarding adding new points of <br />interest to the system. <br /> <br />Example: <br />4 <br />yyyyyyyyyyyyyyyyyy <br />4 502 <br />string 0 0 "Buckhorn Creek" <br />struct 1 2 A 574 <br />struct 1 2 4 578 <br />struct 1 2 4 580 <br />struct 1 2 4 582 <br />struct 1 2 4 575 <br />struct 1 2 4 583 <br />struct 1 2 4 576 <br />struct 1 2 4 577 <br />subtotal 0 3 <br />string 0 0 <br /> <br />8 <br /> <br />Administrators Manual <br />