Home | Using Katmandoo | Quick Start Guide | How-to | Task Menu | Table of Contents | See Also | Collapse All

Meteorology Station

Overview

In Katmandoo, Meteorology Station is used to provide rainfall information for a site on every year. Monthly rainfall information for every year of a site is stored in the SiteYear factor table.

The rainfall information can be collected from the Bureau of Meteorology.

Detail

Unknown Meteorology Station

The meteorology station table has a record for the (MetStationName = Unknown Meteorology Station) that can be used when the meteorology station information is not avaiable.

The string value of the "UnknownMetStationName" key in the .config file must match the Unknown Meteorology Station record in the MetStation table. Please read important information before making any changes in the config file.

<codeToDatabaseMappings>
<!-- An UNKNOWN met station name -->
<add key="UnknownMetStationName" value="UNKNOWN METEOROLOGY STATION" />

</codeToDatabaseMappings>

Table Structure

Column Name Description
MetStationId (PK) Identification Number that uniquely identifies a Meteorology Station used to measure rainfall data of a site.

This is an Integer Auto Number and is generated by the database automatically.
MetStationName (AK) Name that uniquely identifies a Meteorology Station used to measure rainfall data of a site.
LocationId (FK) Identification Number of Location that identifies the location where the meteorology station is located.

Pre-requisite to add a meteorology station

Following information must exist before a meteorology station can be added into the database.

Navigator

The meteorology station navigator allows user to quickly find the meteorology stations at a location. The nodes of the navigator are generated using the Location Names and its Postcode that are retrieved from the database. The nodes are sorted into location name order.

Important Note: Katmandoo automatically selects the node that was selected last time (ie before closing the navigator or Katmadoo).

[ Task > Trial > Site > Manage Meteorology Station ] to activate the meteorology station navigator.
Illustrative snapshot:
Meteorology Station Navigator (Click it to change its size)
  1. Filter based search (in the snapshot, only the locations starting with "*" are loaded to generate the navigator nodes).
  2. The first location node (.All Location|.All) of the navigator, when clicked it displays all the meteorology stations.
  3. Other location nodes are generated by concatenating location names and their postcode separated by "|" (pipe).
  4. Meteorology Station Main Form displaying meteorology stations at the selected location ie (.All Location|.All in the snapshot).

Main Form

To display Contacts in the Meteorology Station Main Form, follow the steps below:
Illustrative snapshot:
Main Form of Meteorology Station (Click it to change its size)
  1. Meteorology Station Navigator with all the location nodes.
    • Click here for an illustration of the navigator template.
  2. Meteorology Station Main Form displaying the meteorology stations at the selected location.
    • Use [ View > Arrange columns in Main Form ] to change default order of displayed. Alternately it can be changed by editing the column list of the Misc Group MetStationSetupDataGrid.
    • Click here for an illustration of the main form template.
  3. Meteorology Station subform displays Virtual Column information of the selected Contact in the Meteorology Station Main Form ("Unknown Meteorology Station" in the snapshot).

Setup Form

To add/edit a Meteorology Station, follow the steps below :
Illustrative snapshot:
Setup Form of Meteorology Station (Click it to change its size)
  1. The meteorology station name is disabled as the meteorology station has dependant data. Click here for information on editing restricted value.
  2. Click Reload From Database to reload the Locations from the database.
  3. Virtual column name (in second step of the wizard). Click here for information on the Virtual column data entry data grid.
    • Important Note: If there is not any virtual column for MetStationFactor table, then second page is disabled.
  4. A value for the displayed Virtual column can be entered on this part of the data grid.

Export / Import

Export
Import

See Also