view gnv-artifacts/doc/conf/products/timeseries/timegap_definition.xml @ 1035:2c7501c2b0d2

Added Documentation for the definition of gaps in TimeSeries on TimeSeriesPoints. gnv-artifacts/trunk@1087 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 10 May 2010 14:11:58 +0000
parents 3dcd2b0b456e
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<time-gaps>
    <!-- 
        These gaps are taken from MEDIAN Coded Value Domains.
        Section is TSIntervalTypes.
        The attribute key is the value which will be used to 
        lookup a TimeSeriesInterval defined in Table Median.TimeSeries.
        The attribute gap is the value of the gap it has to be combined 
        with the unit of the gap
        m ==> Minutes
        h ==> Hours
        D ==> Days
        W ==> Weeks
        M ==> Months
        Y ==> Years
        
        These gaps will only be used for TimeSeries on TimeSeriesPoints.
      -->
    <time-gap key = "1" gap="1" unit = "m"/>
    <time-gap key = "2" gap="2" unit = "m"/>
    <time-gap key = "3" gap="3" unit = "m"/>
    <time-gap key = "4" gap="4" unit = "m"/>
    <time-gap key = "5" gap="5" unit = "m"/>
    <time-gap key = "6" gap="10" unit = "m"/>
    <time-gap key = "7" gap="15" unit = "m"/>
    <time-gap key = "8" gap="20" unit = "m"/>
    <time-gap key = "9" gap="30" unit = "m"/>
    <time-gap key = "10" gap="1" unit = "h"/>
    <time-gap key = "11" gap="2" unit = "h"/>
    <time-gap key = "12" gap="3" unit = "h"/>
    <time-gap key = "13" gap="4" unit = "h"/>
    <time-gap key = "14" gap="6" unit = "h"/>
    <time-gap key = "15" gap="8" unit = "h"/>
    <time-gap key = "16" gap="12" unit = "h"/>
    <time-gap key = "17" gap="1" unit = "D"/>
    <time-gap key = "18" gap="1" unit = "W"/>
    <time-gap key = "19" gap="1" unit = "M"/>
    <time-gap key = "20" gap="1" unit = "Y"/>
</time-gaps>

http://dive4elements.wald.intevation.org