Laserfiche WebLink
<br />., <br /> <br />OllQQ68 <br /> <br />SPWRMS database <br />manual <br /> <br />Embedded SOL <br /> <br />3 <br /> <br />Water Rights Tabulation), and dynamic relational data (user-input and streamflow <br />data). This section describes how the various types of information are loaded and <br />manipulated by the system. <br /> <br />Informix Relational Database <br /> <br />Dynamic data for the South Platte Water Rights Management System is stored in a <br />relational database managed by software purchased from Informix Software. Inc. This <br />database resides on the Denver SOl workstation dbserver and receives data from three <br />sources: 1) state tabulations, which are loaded manually by the database administrator <br />and periodically updated; 2) streamflow data, which is automatically downloaded <br />from the Denver VAX; and 3) user-input data, which is saved to the database through <br />the SPWRMS interface. <br /> <br />The primary documentation for the SPWRMS database is the SPWRMS Database <br />Manual, which describes the database design, data sources, and maintenance proce- <br />dures. Both the relational database and the spatial data are discussed in this document. <br /> <br />The SPWRMS DMI uses embedded SQL to access the Informix relational database. <br />Embedded SQL is a precompiled database access language provided by the vendor of <br />the database software. Refer to the Informix user's manual for information on this <br />language. <br /> <br />Spatial Data <br /> <br />The spatial data for SPWRMS are in the form of digital planimetric maps covering the <br />extent ofthe South Platte River basin. Map elements, such as lines and points, have <br />associated attributes which define the identity and nature of the elements. Coordinates <br />which locate map elements are in meters, within the Universal Transverse Mercator <br />(U1M) coordinate system. The digital maps were compiled and developed by <br />CADSWES using AtclInfo software. a proprietary geographic information system <br />(GIS). These maps exist as binary files whieb are accessed by SPWRMS at run-time <br />to generate graphical map displays in the application interface. <br /> <br />Each map is a distinct layer of information which covers the entire project area. The <br />layering approach allows independent display of the various types of information. <br />Within the SPWRMS application, layers of spatial data fall into two broad groups: <br />those used for building the in-memory data structure upon which SPWRMS operates, <br />and those used for display only. <br /> <br />Real-Time Streamflow Data <br /> <br />Near real-time data arrives on the Denver VAX via satellite transmission. The data is <br />processed and then stored by Sutran software for users who connect with the VAX to <br />view the day files. <br /> <br />A server application on the VAX reads the Sutron data files and sends the data to <br />dbserver, where a client application accepts the data and inserts it into the SPWRMS <br />database. <br />