ifference between revisions of "EMO:Demand File Format"
Jump to navigation
Jump to search
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{#hidens:}} | {{#hidens:}} | ||
− | The formatting criteria for files containing Demand data to be imported into the '''''Forecast Definition''''' are described below. | + | The formatting criteria for files containing Demand data to be imported into the '''''[[EMO:The Forecast Definition Window|Forecast Definition]]''''' are described below. |
The file must be in csv format and named according the following convention: | The file must be in csv format and named according the following convention: | ||
Line 68: | Line 68: | ||
{|class="wikitable" | {|class="wikitable" | ||
+ | ! Column | ||
+ | ! Format | ||
+ | |- | ||
+ | | | ||
+ | :Node | ||
+ | | | ||
+ | :Standard 3 Alpha 4 numeric node code (e.g. ABY0111) | ||
+ | |- | ||
+ | | | ||
+ | :Trading Period Demand | ||
+ | | | ||
+ | :Numeric (or blank) | ||
+ | |} | ||
+ | |||
+ | |||
+ | A sample section of a demand file is presented below: | ||
+ | [[File:Demand File.PNG|1000px|thumb|centre|Sample Section of Demand File]] | ||
+ | |||
+ | |||
+ | [[Main Page|Home]] |
Latest revision as of 10:41, 13 February 2014
The formatting criteria for files containing Demand data to be imported into the Forecast Definition are described below.
The file must be in csv format and named according the following convention:
- Loadyyyymmdd.csv
Where:
- 'Load' is the text 'Load'
- 'yyyy' is the numerical 4 digit year (e.g. 2006)
- 'mm' is the numerical 2 digit month (e.g. 06)
- 'dd' is the numerical 2 digit day (e.g. 08)
The file must contain two row types:
- three header rows
- one or more data rows
Header Rows
The header rows must be the first three rows in the file and must contain the text formatted as presented in the following table.
Row | Column | Text |
---|---|---|
|
|
|
|
| |
| ||
|
|
|
|
| |
|
|
|
|
|
Data Rows
A data row will exist for each Demand Node and must conform to the formatting requirements as presented in the following table:
Column | Format |
---|---|
|
|
|
|
A sample section of a demand file is presented below: