Mercurial > dive4elements > gnv-client
changeset 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 | 50a5ce7a47b7 |
children | af53410ad551 |
files | gnv-artifacts/ChangeLog gnv-artifacts/doc/conf/products/timeseries/timegap_definition.xml |
diffstat | 2 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon May 10 10:29:55 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon May 10 14:11:58 2010 +0000 @@ -1,3 +1,10 @@ +2010-05-10 Tim Englich <tim.englich@intevation.de> + + * doc/conf/products/timeseries/timegap_definition.xml: + Added Documentation for the definition of gaps in TimeSeries on + TimeSeriesPoints. Also added the reference to the Place where the + definitions are taken. + 2010-05-10 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue260 (Implemented an odv export for 'Horizontales Schnittprofil')
--- a/gnv-artifacts/doc/conf/products/timeseries/timegap_definition.xml Mon May 10 10:29:55 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/timegap_definition.xml Mon May 10 14:11:58 2010 +0000 @@ -1,5 +1,21 @@ <?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"/>