Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This transformation performs a disaggregation on an accumulative input time series. Divides the values of the input timeseries by the number of timesteps in the output timeseries and stores the resulting values at each step.

The table below shows how daily values are disaggregated to 6-hourly values using this method.

 

 

Input

Output

Date/Time

Value

Value

01-01-2007 06:00

 

1,25

01-01-2007 12:00

 

1,25

01-01-2007 18:00

 

1,25

02-01-2007 00:00

5,00

1,25

02-01-2007 06:00

 

1,75

02-01-2007 12:00

 

1,75

02-01-2007 18:00

 

1,75

03-01-2007 00:00

7,00

1,75

...