Blue Otter Software

Inspired Design, Implementation Excellence

GCWIN signs three year software and support contract for use of WILbUR

Grand County Water Information Network selects WILbUR for its water information storage and presentation needs.

Grand County Water Information Network (GCWIN) has signed a three year contract with Blue Otter Software for the use and support of Blue Otter Software’s WILbUR web application (Water Information Library and Unified Reference tool).   WILbUR will be used to store, analyze, and make available to the public via the internet GCWIN’s over two million records of water quality information for the upper Colorado River basin.

The three year contract will allow GCWIN to make its more than 2 million records of water quality data available to the general public for the first time.  WILbUR utilizes an advanced web interface to intuitively present large amounts of water data gathered by GCWIN to users.   Currently this data includes river and lake water temperature, secchi measurements (clarity),  Algae Toxin information, and other water quality data .   WILbUR’s easy to use interface allows users to visually graph several data variables simultaneously.   For more advanced analysis the data can be downloaded in standard formats.

The data itself is stored utilizing the industry standard CUASHI Observational Data Model (Consortium of Universities for the Advancement of Hydrological Sciences, Inc.)  In addition to the general web interface provided by WILbUR, the standard data model provided by CUAHSI ODM will allow GCWIN to make its data available direct to university researchers via CUAHSI’s WaterML standard web services.   In future releases WILbUR will include an implementation of EPA’s WQX date exchange format, allowing GCWIN to easily submit data to state and government agencies.

Blue Otter Software will be releasing version 1.0 WILbUR by the end of October.   For more information regarding WILbUR, please contact Randy Carver at Blue Otter Software.   info@blueottersoftware.com, http://blueottersoftware.com/

Information regarding CUAHSI ODM and WaterML can be found at http://his.cuahsi.org/ and http://www.cuahsi.org/

Information regarding GCWIN can be found at http://www.gcwin.org/

September 14, 2010 at 10:15 Comments (0)

WILbur and CUAHSI HIS

WILbur (Water Information Library) is being developed to make use of CUAHSI’s ODM Standard Database.   In addition to the html based interfaces that will be used by consumers making use of their web browsers to examine data, WILbur will publish CUAHSI HIS webservices to allow CUAHSI HIS Desktop Applications to automatically connect and make use of the data contained in the local instance of the database.

I’ve worked up a couple of images to explain further.    The first image represents the WILbur stack as it would be installed on a Hosted Webserver (such as godaddy) and its relation to users and other webservers on the internet.

WILbur on a hosted webserver

This diagram shows a simplified view of whats commonly known as a server stack.   The webserver (probably Apache2 in this case, but it could be any webserver application) “talks” to WILbur which tells the webserver what to show the users browser (or desktop application) based on the users request.   WILbur is written in a programming language called PHP which is a common web application language and is available on most Hosted Webservers.

WILbur in turn “talks” to the Database Engine (or Database Application) which uses data stored in a database.   This is similar to using Microsoft Word to use and edit a document stored in a file on your hard drive.   The document is analogous to the database, and Word is analogous to the Database Engine.   In the case of WILbur the database has been set up to use a standard schema, or format, known as ODM (Observational Data Model).   ODM is a database schema standard that is published and maintained by CUAHSI.   This schema is similar to a template in Word.   It sets a standard for how the data in the database is stored, the relationships between the data (e.g. Sites are connected to Data gathered in a sample), and the “ontology” of the data.

I’ll go into the CUAHSI ontology  in detail later, but for now think of the ontology as the dictionary maintained by CUAHSI as a standards organization.    This ontology (or dictionary) puts forth unit standards to describe the data.   For example all ODM users will use “Gallons/Hour” for describing measurements in gallons per hour.   This allows consumers of the data to see common unit descriptions instead of having to make sense of things like “gph”, “gal/hr”, “gallons per hour” or any of a hundred different ways of describing the same unit.   The move to a standard ontology allows researchers to quickly and easily analyze data from a variety of sources.   NOTE:   This does not mean that measurements must be made in english units, just that when using a measure unit specification, an entry from the standard ontology must be used.

Since the data is stored in a standard schema (or format), if the need arose, the data could be transferred or combined with another ODM database.   This would probably not be necessary, but it is possible.

Web applications and browsers then talk to the webserver to retrieve data.   In the case of web browsers the “language” used to communication is HTTP.   In the case of CUAHSI desktop application, the language used is WaterML, which has been defined by CUAHSI as a standards organization.   Eventually WILbur will provide an EPA WQX export which will allow a user to upload Data directly into EPA Storet if needed.

I’m including two other diagrams, the first showing what a CUAHSI DASH stack would like like.   DASH is CUAHSI’s off the shelf application to make use of ODM data.   It is written in Microsoft ASP, and runs on a Microsoft web server stack.   Unfortunately at this time, it appears the DASH has several bugs in it.   Additionally the added cost of hosting an application on a Microsoft web server stack makes using DASH off the shelf a not very attractive option.

cuahsi_server

The last diagram is a representation of several CUAHSI based webservices running on the internet.

cuahsi_odm_internet

As long as the application uses the CUAHSI  ODM standard database and can communicate in the CUAHSI WaterML language to CUASHI standard desktop applications, the application can be used as a part of the CUAHSI HIS network of data sources.  This is independant of the type of webserver, the application language or the database engine.     To draw an anology, if you get in a car, if it has a pedal, and a brake, you can drive it whether it is an electric car, or a gas car.   (ignore standard and automatic for our purposes ;) .   The “language” of driving a car is the same across all cars.   Press on the pedal and go, press on the brake and stop.

Hopefully this has answered more questions than it is raised.   If not, drop me a line and I’ll explain further.

– Randy

February 4, 2010 at 07:50 Comment (1)