aemo 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +19 -0
- data/Gemfile.lock +7 -0
- data/README.md +0 -0
- data/aemo.gemspec +27 -0
- data/lib/aemo.rb +9 -0
- data/lib/aemo/dispatchable.rb +7 -0
- data/lib/aemo/market.rb +40 -0
- data/lib/aemo/market/interval.rb +73 -0
- data/lib/aemo/nem12.rb +487 -0
- data/lib/aemo/nem13.rb +5 -0
- data/lib/aemo/region.rb +61 -0
- data/spec/aemo/market_spec.rb +16 -0
- data/spec/aemo/nem12_spec.rb +58 -0
- data/spec/aemo/region_spec.rb +9 -0
- data/spec/aemo_spec.rb +9 -0
- data/spec/fixtures/GRAPH_30NSW1.csv +122 -0
- data/spec/fixtures/GRAPH_5NSW1.csv +289 -0
- data/spec/fixtures/NEM12-Errors/NEM12#000000000000021#CNRGYMDP#NEMMCO +3 -0
- data/spec/fixtures/NEM12-Errors/NEM12#000000000000022#CNRGYMDP#NEMMCO +4 -0
- data/spec/fixtures/NEM12-Errors/NEM12#000000000000023#CNRGYMDP#NEMMCO +6 -0
- data/spec/fixtures/NEM12-Errors/NEM12#000000000000024#CNRGYMDP#NEMMCO +6 -0
- data/spec/fixtures/NEM12-Errors/NEM12#000000000000025#CNRGYMDP#NEMMCO +3 -0
- data/spec/fixtures/NEM12/NEM12#000000000000001#CNRGYMDP#NEMMCO.csv +18 -0
- data/spec/fixtures/NEM12/NEM12#000000000000002#CNRGYMDP#NEMMCO.csv +34 -0
- data/spec/fixtures/NEM12/NEM12#000000000000003#CNRGYMDP#NEMMCO.csv +42 -0
- data/spec/fixtures/NEM12/NEM12#000000000000004#CNRGYMDP#NEMMCO.csv +10 -0
- data/spec/fixtures/NEM12/NEM12#000000000000005#CNRGYMDP#NEMMCO.csv +10 -0
- data/spec/fixtures/NEM12/NEM12#000000000000006#CNRGYMDP#NEMMCO.csv +18 -0
- data/spec/fixtures/NEM12/NEM12#000000000000007#CNRGYMDP#NEMMCO.csv +18 -0
- data/spec/fixtures/NEM12/NEM12#000000000000008#CNRGYMDP#NEMMCO.csv +12 -0
- data/spec/fixtures/NEM12/NEM12#000000000000009#CNRGYMDP#NEMMCO.csv +25 -0
- data/spec/fixtures/NEM12/NEM12#000000000000010#CNRGYMDP#NEMMCO.csv +12 -0
- data/spec/fixtures/NEM12/NEM12#01010_05030502#WBAYM#NEMMCO.V01 +12 -0
- data/spec/fixtures/NEM12/NEM12#02030_05030501#WBAYM#NEMMCO.V01 +22 -0
- data/spec/fixtures/NEM12/NEM12#03050_05031001#WBAYM#NEMMCO.V01 +12 -0
- data/spec/fixtures/NEM12/NEM12#05050200001000000#GLOBALM#NEMMCO +18 -0
- data/spec/fixtures/NEM12/NEM12#05050200002000000#GLOBALM#NEMMCO +34 -0
- data/spec/fixtures/NEM12/NEM12#05050200003000000#GLOBALM#NEMMCO +18 -0
- data/spec/fixtures/NEM12/NEM12#05050200004000000#GLOBALM#NEMMCO +18 -0
- data/spec/fixtures/NEM12/NEM12#05050200005000000#GLOBALM#NEMMCO +18 -0
- data/spec/fixtures/NEM12/NEM12#05050200008000000#GLOBALM#NEMMCO +19 -0
- data/spec/fixtures/NEM12/NEM12#05051100001000000#GLOBALM#NEMMCO +7 -0
- data/spec/fixtures/NEM12/NEM12#05051100002000000#GLOBALM#NEMMCO +5 -0
- data/spec/fixtures/NEM12/NEM12#05051100004000000#GLOBALM#NEMMCO +12 -0
- data/spec/fixtures/NEM12/NEM12#05051200001000000#GLOBALM#NEMMCO +13 -0
- data/spec/fixtures/NEM12/NEM12#05062000001000000#GLOBALM#EASTENGY +20 -0
- data/spec/fixtures/NEM12/NEM12#05090_05031401#WBAYM#NEMMCO.V01 +8 -0
- data/spec/fixtures/NEM12/NEM12#06110_05021206#WBAYM#NEMMCO.V01 +12 -0
- data/spec/fixtures/NEM12/NEM12#07130_05021202#WBAYM#NEMMCO.V01 +12 -0
- data/spec/fixtures/NEM12/NEM12#08150_05031502#WBAYM#NEMMCO.V01 +10 -0
- data/spec/fixtures/NEM12/NEM12#10190_05031401#WBAYM#NEMMCO.V01 +10 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO1#UNITEDDP#NEMMCO.csv +14 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO10#UNITEDDP#NEMMCO.csv +23 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO1005032705#ENERGEXM#NEMMCO.V05 +21 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO105032701#ENERGEXM#NEMMCO.V01 +12 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO2#UNITEDDP#NEMMCO.csv +22 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO205032701#ENERGEXM#NEMMCO.V01 +22 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO3#UNITEDDP#NEMMCO.csv +12 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO305032701#ENERGEXM#NEMMCO.V01 +12 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO4#UNITEDDP#NEMMCO.csv +9 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO5#UNITEDDP#NEMMCO.csv +9 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO505033001#ENERGEXM#NEMMCO.V01 +8 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO6#UNITEDDP#NEMMCO.csv +12 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO605033001#ENERGEXM#NEMMCO.V01 +12 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO7#UNITEDDP#NEMMCO.csv +12 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO705033001#ENERGEXM#NEMMCO.V01 +12 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO8#UNITEDDP#NEMMCO.csv +9 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO805040401#ENERGEXM#NEMMCO.V01 +11 -0
- data/spec/fixtures/NEM12/NEM12#SCENARIO9#UNITEDDP#NEMMCO.csv +13 -0
- data/spec/fixtures/NEM12/NEM12#Scenario01#ETSAMDP#NEMMCO.csv +12 -0
- data/spec/fixtures/NEM12/NEM12#Scenario01#POWERMDP#NEMMCO.csv +12 -0
- data/spec/fixtures/NEM12/NEM12#Scenario04#ETSAMDP#NEMMCO.csv +9 -0
- data/spec/fixtures/NEM12/NEM12#Scenario04#POWERMDP#NEMMCO.csv +9 -0
- data/spec/fixtures/NEM12/NEM12#Scenario05#ETSAMDP#NEMMCO.csv +9 -0
- data/spec/fixtures/NEM12/NEM12#Scenario05#POWERMDP#NEMMCO.csv +9 -0
- data/spec/fixtures/NEM12/NEM12#Scenario06#ETSAMDP#NEMMCO.csv +18 -0
- data/spec/fixtures/NEM12/NEM12#Scenario06#POWERMDP#NEMMCO.csv +18 -0
- data/spec/fixtures/NEM12/NEM12#Scenario07#ETSAMDP#NEMMCO.csv +18 -0
- data/spec/fixtures/NEM12/NEM12#Scenario07#POWERMDP#NEMMCO.csv +18 -0
- data/spec/fixtures/NEM12/NEM12#Scenario08#ETSAMDP#NEMMCO.csv +10 -0
- data/spec/fixtures/NEM12/NEM12#Scenario08#POWERMDP#NEMMCO.csv +10 -0
- data/spec/fixtures/NEM12/NEM12#Scenario09#ETSAMDP#NEMMCO.csv +13 -0
- data/spec/fixtures/NEM12/NEM12#Scenario09#POWERMDP#NEMMCO.csv +13 -0
- data/spec/fixtures/NEM12/NEM12#Scenario10#ETSAMDP#NEMMCO.csv +31 -0
- data/spec/fixtures/NEM12/NEM12#Scenario10#POWERMDP#NEMMCO.csv +31 -0
- data/spec/fixtures/NEM12/NEM12#mdffl0000000001#ACTEWM#NEMMCO.mdff +12 -0
- data/spec/fixtures/NEM12/NEM12#mdffl0000000004#ACTEWM#NEMMCO.txt +8 -0
- data/spec/fixtures/NEM12/NEM12#mdffl0000000008#ACTEWM#NEMMCO.txt +7 -0
- data/spec/fixtures/NEM12/nem12#S01#INTEGM#NEMMCO +14 -0
- data/spec/fixtures/NEM12/nem12#S02#INTEGM#NEMMCO +22 -0
- data/spec/fixtures/NEM12/nem12#S03#INTEGM#NEMMCO +12 -0
- data/spec/fixtures/NEM12/nem12#S04#INTEGM#NEMMCO +8 -0
- data/spec/fixtures/NEM12/nem12#S05#INTEGM#NEMMCO +8 -0
- data/spec/fixtures/NEM12/nem12#S06#INTEGM#NEMMCO +12 -0
- data/spec/fixtures/NEM12/nem12#S07#INTEGM#NEMMCO +12 -0
- data/spec/fixtures/NEM12/nem12#S08#INTEGM#NEMMCO +10 -0
- data/spec/fixtures/NEM12/nem12#S09#INTEGM#NEMMCO +13 -0
- data/spec/fixtures/NEM12/nem12#S10#INTEGM#NEMMCO +11 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO01#TCAUSTM#NEMMCO.csv +14 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO01NEM1201003#ELECTDSM#NEMMCO +14 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO02#TCAUSTM#NEMMCO.csv +22 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO02NEM1202023#ELECTDSM#NEMMCO +22 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO03#TCAUSTM#NEMMCO.csv +12 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO03NEM1203043#ELECTDSM#NEMMCO +12 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO04#TCAUSTM#NEMMCO.csv +9 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO05#TCAUSTM#NEMMCO.csv +8 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO05NEM1205083#ELECTDSM#NEMMCO +8 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO06#TCAUSTM#NEMMCO.csv +12 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO06NEM1206103#ELECTDSM#NEMMCO +14 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO07#TCAUSTM#NEMMCO.csv +12 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO07NEM1206103#ELECTDSM#NEMMCO +14 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO08#TCAUSTM#NEMMCO.csv +8 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO08NEM1208143#ELECTDSM#NEMMCO +12 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO09#TCAUSTM#NEMMCO.csv +13 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO10#TCAUSTM#NEMMCO.csv +20 -0
- data/spec/fixtures/NEM12/nem12#SCENARIO10NEM1210183#ELECTDSM#NEMMCO +10 -0
- data/spec/fixtures/nmi_checksum.json +32 -0
- data/spec/spec.opts +2 -0
- data/spec/spec_helper.rb +4 -0
- metadata +326 -0
@@ -0,0 +1,12 @@
|
|
1
|
+
100,NEM12,200506230837,TCAUSTM,NEMMCO
|
2
|
+
200,NEM1203048,E1Q1,E1,E1,N1,03048,KWH,30,
|
3
|
+
300,20050505,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.461,0.810,0.568,1.234,1.353,1.507,1.344,1.773,0.848,1.271,0.895,1.327,1.013,1.793,0.988,0.985,0.876,0.555,0.760,0.938,0.566,0.512,0.970,0.760,0.731,0.615,0.886,0.531,0.774,0.712,0.598,0.670,0.587,0.657,0.345,0.231,A,,,20050512010101,20050513010101
|
4
|
+
300,20050506,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.235,0.567,0.890,1.123,1.345,1.567,1.543,1.234,0.987,1.123,0.876,1.345,1.145,1.173,1.265,0.987,0.678,0.998,0.768,0.954,0.876,0.845,0.932,0.786,0.999,0.879,0.777,0.578,0.709,0.772,0.625,0.653,0.543,0.599,0.432,0.432,A,,,20050512010101,20050513010101
|
5
|
+
300,20050507,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.261,0.310,0.678,0.934,1.211,1.134,1.423,1.370,0.988,1.207,0.890,1.320,1.130,1.913,1.180,0.950,0.746,0.635,0.956,0.887,0.560,0.700,0.788,0.668,0.543,0.738,0.802,0.490,0.598,0.809,0.520,0.670,0.570,0.600,0.289,0.321,A,,,20050512010101,20050513010101
|
6
|
+
300,20050508,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.335,0.667,0.790,1.023,1.145,1.777,1.563,1.344,1.087,1.453,0.996,1.125,1.435,1.263,1.085,1.487,1.278,0.768,0.878,0.754,0.476,1.045,1.132,0.896,0.879,0.679,0.887,0.784,0.954,0.712,0.599,0.593,0.674,0.799,0.232,0.612,A,,,20050512010101,20050513010101
|
7
|
+
200,NEM1203048,E1Q1,Q1,Q1,,03048,KVARH,30,
|
8
|
+
300,20050505,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.334,0.460,0.770,1.003,1.059,1.750,1.423,1.200,0.980,1.111,0.800,1.403,1.145,1.173,1.065,1.187,0.900,0.998,0.768,1.432,0.899,1.211,0.873,0.786,1.504,0.719,0.817,0.780,0.709,0.700,0.565,0.655,0.543,0.786,0.430,0.432,A,,,20050512010101,20050513010101
|
9
|
+
300,20050506,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.460,0.810,0.776,1.004,1.034,1.200,1.310,1.342,0.998,1.311,1.095,1.320,1.115,1.436,0.890,1.255,0.916,0.955,0.711,0.780,0.606,0.510,0.905,0.660,0.835,0.798,0.965,1.122,1.004,0.772,0.508,0.670,0.670,0.432,0.415,0.220,A,,,20050512010101,20050513010101
|
10
|
+
300,20050507,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.335,0.667,0.790,1.023,1.145,1.777,1.563,1.344,1.087,1.453,0.996,1.125,1.435,1.263,1.085,1.487,1.278,0.768,0.878,0.754,0.476,1.045,1.132,0.896,0.879,0.679,0.887,0.784,0.954,0.712,0.599,0.593,0.674,0.799,0.232,0.610,A,,,20050512010101,20050513010101
|
11
|
+
300,20050508,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.221,0.415,0.778,0.940,1.191,1.345,1.390,1.222,1.134,1.207,0.877,1.655,1.099,1.625,1.010,0.950,1.255,0.635,0.956,0.880,0.660,0.810,0.878,0.778,0.643,0.838,0.812,0.490,0.598,0.811,0.572,0.417,0.707,0.670,0.290,0.355,A,,,20050512010101,20050513010101
|
12
|
+
900
|
@@ -0,0 +1,12 @@
|
|
1
|
+
100,NEM12,200505101537,ELECTDSM,NEMMCO
|
2
|
+
200,NEM1203043,E1Q1,,E1,N1,03043,kWh,15,
|
3
|
+
300,20050420,20.720,22.320,23.160,20.760,22.680,23.280,22.280,22.560,22.640,22.600,25.120,22.800,23.600,24.080,21.920,23.960,24.760,24.600,27.240,25.360,25.680,28.240,22.000,24.000,24.440,26.200,29.560,27.520,28.320,38.320,30.200,34.000,38.000,37.160,35.280,36.000,29.440,28.840,27.360,31.560,29.040,26.680,34.120,33.280,30.960,30.720,29.520,26.040,34.560,37.760,33.440,30.640,30.720,33.680,35.520,34.600,31.880,33.320,37.720,38.280,35.840,37.200,30.280,30.960,25.360,27.440,27.360,26.680,28.320,28.600,25.680,29.000,22.720,28.240,30.720,33.040,33.040,29.200,27.320,26.360,23.560,24.280,24.800,24.400,22.600,26.720,25.560,23.680,21.720,22.240,22.320,22.240,21.720,24.000,23.800,25.160,A,,,20050421000243,
|
4
|
+
300,20050421,22.720,22.120,21.480,23.000,22.520,23.440,21.160,25.320,22.280,23.600,23.240,22.600,23.080,21.840,23.440,24.600,24.520,22.960,23.720,24.000,25.640,24.640,25.840,24.360,24.000,25.400,28.960,27.120,30.120,30.760,34.480,33.280,35.840,36.960,35.360,31.640,32.960,28.920,31.640,31.720,28.760,27.440,32.600,32.480,33.880,33.600,32.680,32.560,36.240,36.160,37.200,32.960,37.600,39.960,40.720,40.640,33.520,36.920,40.760,41.200,40.080,37.600,35.080,34.840,32.000,36.920,32.800,33.080,33.640,32.200,29.960,31.520,26.600,29.320,30.280,31.640,30.840,29.480,23.280,25.040,23.920,23.600,22.320,21.680,21.880,20.200,19.760,22.960,23.560,19.080,16.960,19.360,16.200,16.640,18.520,17.520,A,,,20050422000635,
|
5
|
+
300,20050422,17.560,20.280,21.760,20.440,20.440,18.720,17.120,19.320,17.480,16.520,20.720,20.240,21.160,23.120,20.400,18.640,21.040,19.040,22.520,19.920,22.800,23.600,22.800,22.360,23.040,22.720,28.120,30.080,32.880,31.680,29.440,33.320,33.840,28.200,32.200,29.600,29.960,29.920,30.720,32.200,25.760,26.160,33.120,34.200,32.720,33.040,31.240,34.200,38.080,41.680,37.720,36.120,36.400,38.480,39.000,41.800,39.840,39.200,41.840,44.800,44.160,39.240,34.720,30.680,32.160,31.480,30.320,31.880,31.680,30.840,28.080,27.360,26.960,25.640,28.760,29.000,29.360,27.760,23.240,21.760,19.600,20.360,19.520,18.160,18.520,17.800,19.320,18.960,17.640,16.120,15.640,16.920,16.480,18.720,18.920,15.720,A,,,20050423000254,
|
6
|
+
300,20050423,15.800,16.160,16.160,14.600,16.760,16.960,15.960,17.840,19.840,16.800,16.280,15.520,16.120,14.640,15.200,16.280,15.120,16.280,17.440,20.360,17.600,15.200,16.640,18.560,19.480,18.960,25.120,23.320,23.640,24.640,25.920,28.000,33.080,31.280,28.200,24.920,23.120,23.520,27.400,31.360,26.840,28.320,36.360,36.880,37.600,36.840,32.680,31.160,33.080,37.960,36.240,36.480,31.920,35.640,36.480,38.200,37.920,36.200,40.280,42.520,42.680,40.000,40.520,37.920,34.480,38.360,36.040,36.040,33.360,37.920,31.760,32.040,28.240,30.160,34.240,34.200,33.240,31.560,23.320,22.400,21.680,20.720,21.600,19.200,19.440,18.560,17.960,17.480,17.400,16.680,16.120,15.840,14.520,15.280,15.840,15.960,A,,,20050424000239,
|
7
|
+
200,NEM1203043,E1Q1,,Q1,,03043,kVarh,15,
|
8
|
+
300,20050420,22.000,23.360,24.480,22.480,24.320,23.720,23.680,24.160,24.120,23.920,26.720,24.720,25.440,26.080,24.200,26.040,26.760,26.320,28.800,27.000,27.480,30.280,23.600,25.480,25.240,26.880,27.600,27.120,27.160,31.960,28.160,29.520,28.920,28.800,29.240,28.720,26.400,26.120,25.080,25.920,24.280,23.840,24.200,24.200,24.120,24.000,24.960,25.920,27.240,28.600,28.440,28.800,28.080,27.960,28.840,30.080,30.360,31.920,32.520,31.840,30.360,30.680,29.120,29.600,26.160,26.680,26.040,25.520,26.160,27.120,26.880,27.560,24.920,26.800,26.520,26.240,25.840,23.720,23.640,24.320,22.960,23.480,24.240,23.360,23.480,25.560,25.480,24.520,22.920,21.960,21.560,22.600,22.800,25.440,25.040,26.200,A,,,20050421000243,
|
9
|
+
300,20050421,24.400,23.840,23.360,25.080,24.240,23.960,22.640,25.880,23.920,24.480,24.360,24.000,24.520,23.760,24.840,26.080,25.760,24.680,25.280,24.760,26.800,26.080,27.160,25.960,25.280,25.440,26.680,26.480,28.800,28.840,31.240,31.240,29.360,29.280,28.920,27.640,27.160,24.760,25.680,25.320,25.200,25.200,25.960,25.760,28.320,27.400,29.080,29.240,30.120,29.200,30.400,30.280,32.160,34.880,35.200,36.600,33.840,36.640,35.240,35.720,35.800,35.360,34.680,33.880,33.560,35.000,33.920,33.440,33.400,31.680,31.520,31.280,30.000,29.400,27.640,27.080,26.760,27.160,26.240,25.440,25.960,25.880,25.240,24.960,24.640,23.920,23.200,25.000,24.400,21.320,19.800,20.920,19.120,19.080,20.680,19.720,A,,,20050422000635,
|
10
|
+
300,20050422,19.880,21.160,22.480,22.040,21.960,20.120,19.640,21.240,19.440,19.040,21.640,22.520,23.040,24.440,22.760,21.440,23.280,21.760,23.840,22.720,25.000,24.880,25.120,24.280,23.440,22.400,26.560,28.360,27.560,26.520,25.680,29.720,29.360,25.920,28.280,26.960,25.120,24.080,23.920,24.840,23.880,23.960,27.040,27.600,26.920,29.080,30.520,34.000,33.960,34.600,34.480,34.720,35.120,34.840,34.480,36.320,34.680,36.080,35.360,35.600,35.960,32.640,32.480,30.040,32.200,30.360,30.480,29.240,29.560,28.240,27.000,26.440,25.520,25.840,26.160,25.080,24.960,24.720,24.320,22.520,21.720,21.520,21.480,20.760,21.160,20.560,20.200,20.120,19.360,18.880,18.600,18.760,19.040,20.760,20.840,18.680,A,,,20050423000254,
|
11
|
+
300,20050423,18.080,18.400,18.160,17.560,18.960,18.280,18.040,19.160,20.800,18.720,17.840,17.520,17.400,16.920,17.480,17.920,17.360,17.880,18.520,20.760,19.360,17.200,18.240,19.240,18.680,18.240,20.120,20.800,20.400,21.320,22.800,23.120,24.280,23.720,22.680,21.840,21.760,21.960,22.400,24.520,23.000,24.360,27.040,27.960,28.680,29.280,28.160,27.920,28.240,29.960,30.920,31.520,30.000,31.560,30.720,31.600,30.760,31.520,31.120,33.360,34.480,33.240,33.560,32.640,31.160,31.600,30.480,30.360,29.520,30.520,30.200,28.840,28.240,28.400,28.960,29.000,28.680,27.800,24.720,24.320,21.960,22.760,22.680,21.280,22.200,20.800,20.000,20.440,19.000,18.080,17.920,17.800,17.480,17.760,18.080,18.560,A,,,20050424000239,
|
12
|
+
900
|
@@ -0,0 +1,9 @@
|
|
1
|
+
100,NEM12,200506230837,TCAUSTM,NEMMCO
|
2
|
+
200,NEM1204068,E1,E1,E1,N1,04068,KWH,30,20050804
|
3
|
+
300,20050501,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,1.200,1.310,1.342,0.998,1.311,1.095,1.320,1.115,1.436,0.890,1.255,0.786,1.504,0.719,0.817,0.780,0.709,0.700,0.565,0.655,0.543,0.786,0.430,0.433,V,,,20050505010101,20050504010102
|
4
|
+
400,1,24,F55,1,
|
5
|
+
400,25,48,E56,,
|
6
|
+
500,A,S04068,20050501000001,
|
7
|
+
300,20050502,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.235,0.567,0.890,1.123,1.345,1.567,1.543,1.234,0.987,1.123,0.876,1.345,1.145,1.173,1.265,0.987,0.678,0.998,0.768,0.954,0.876,0.845,0.932,0.786,0.999,0.879,0.777,0.578,0.709,0.772,0.625,0.653,0.543,0.599,0.432,0.436,E56,,,20050505000001,20050505010101
|
8
|
+
300,20050503,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.261,0.310,0.678,0.934,1.211,1.134,1.423,1.370,0.988,1.207,0.890,1.320,1.130,1.913,1.180,0.950,0.746,0.635,0.956,0.887,0.560,0.700,0.788,0.668,0.543,0.738,0.802,0.490,0.598,0.809,0.520,0.670,0.570,0.600,0.289,0.321,E56,,,20050505000001,20050505010101
|
9
|
+
900
|
@@ -0,0 +1,8 @@
|
|
1
|
+
100,NEM12,200506230837,TCAUSTM,NEMMCO
|
2
|
+
200,NEM1205088,E1,E1,E1,N1,05088,KWH,15,
|
3
|
+
300,20050501,25.250,35.770,35.170,35.550,35.550,35.470,31.870,31.650,66.970,86.770,91.650,90.450,84.970,83.250,86.170,92.250,86.470,85.950,86.770,87.970,88.870,85.350,85.270,86.250,86.170,86.770,86.550,84.150,84.070,83.550,42.070,31.870,42.150,95.770,107.470,107.470,110.850,109.050,126.370,126.070,267.370,297.370,288.370,285.970,286.050,285.450,284.850,283.050,35.250,35.770,35.170,35.550,35.550,35.470,31.870,31.650,66.970,86.770,91.650,90.450,84.970,83.250,86.170,92.250,86.470,85.950,86.770,87.970,88.870,85.350,85.270,86.250,86.170,86.770,86.550,84.150,84.070,83.550,42.070,31.870,42.150,95.770,107.470,107.470,110.850,109.050,126.370,126.070,267.370,297.370,288.370,285.970,286.050,285.450,284.850,283.050,A,,,20050502010102,
|
4
|
+
300,20050502,15.250,35.770,35.170,35.550,35.550,35.470,31.870,31.650,66.970,86.770,91.650,90.450,84.970,83.250,86.170,92.250,86.470,85.950,86.770,87.970,88.870,85.350,85.270,86.250,86.170,86.770,86.550,84.150,84.070,83.550,42.070,31.870,42.150,95.770,107.470,107.470,110.850,109.050,126.370,126.070,267.370,297.370,288.370,285.970,286.050,285.450,284.850,283.050,35.250,35.770,35.170,35.550,35.550,35.470,31.870,31.650,66.970,86.770,91.650,90.450,84.970,83.250,86.170,92.250,86.470,85.950,86.770,87.970,88.870,85.350,85.270,86.250,86.170,86.770,86.550,84.150,84.070,83.550,42.070,31.870,42.150,95.770,107.470,107.470,110.850,109.050,126.370,126.070,267.370,297.370,288.370,285.970,286.050,285.450,284.850,283.050,A,,,20050502010102,
|
5
|
+
200,NEM1205088,E1,E1,E1,N1,05088,KWH,30,
|
6
|
+
300,20050503,62.270,87.850,77.950,82.450,71.570,66.850,67.370,74.350,96.770,24.070,53.850,93.450,80.970,61.770,59.650,56.050,68.650,42.470,12.050,78.570,43.070,73.670,65.050,42.770,49.670,42.570,33.550,49.970,46.450,68.870,48.770,88.270,18.650,22.870,90.670,97.750,90.670,93.070,92.470,98.950,98.270,98.350,98.050,96.550,99.470,81.650,80.070,94.950,A,,,20050505010102,
|
7
|
+
300,20050504,72.270,87.850,77.950,82.450,71.570,66.850,67.370,74.350,96.770,24.070,53.850,93.450,80.970,61.770,59.650,56.050,68.650,42.470,12.050,78.570,43.070,73.670,65.050,42.770,49.670,42.570,33.550,49.970,46.450,68.870,48.770,88.270,18.650,22.870,90.670,97.750,90.670,93.070,92.470,98.950,98.270,98.350,98.050,96.550,99.470,81.650,80.070,94.950,A,,,20050505010102,
|
8
|
+
900
|
@@ -0,0 +1,8 @@
|
|
1
|
+
100,NEM12,200505101151,ELECTDSM,NEMMCO
|
2
|
+
200,NEM1205083,E1,,E1,N1,05083,kWh,15,
|
3
|
+
300,20050227,3.540,3.612,3.604,3.528,2.152,0.000,0.000,0.000,0.000,0.000,0.000,2.868,3.504,3.368,3.204,3.348,3.160,3.224,3.156,3.172,3.120,3.156,3.020,3.080,2.972,2.888,2.588,2.480,2.288,2.180,2.068,2.184,2.036,2.168,2.024,2.624,3.388,3.492,3.292,3.156,3.944,3.684,3.116,4.304,3.672,3.292,4.272,2.424,4.460,3.280,3.824,3.424,2.536,3.904,2.360,3.596,3.932,2.180,3.904,3.940,2.388,3.876,3.892,2.656,3.568,4.080,2.876,3.192,3.932,2.404,3.652,3.636,2.380,3.912,2.540,3.172,3.452,2.548,4.600,2.752,4.472,3.404,3.452,4.232,2.956,4.044,3.432,2.832,4.500,2.776,2.976,4.600,3.136,3.016,4.420,3.080,A,,,20050228024813,
|
4
|
+
300,20050228,2.976,4.340,3.032,3.232,3.484,3.940,2.992,3.104,3.832,3.292,2.980,3.048,3.060,4.280,3.032,3.108,3.068,3.024,2.932,3.044,3.164,3.108,3.120,2.984,3.180,3.236,2.788,2.816,3.332,4.224,11.816,16.560,16.076,16.140,18.144,19.612,21.604,21.424,23.960,25.484,25.516,25.500,24.400,26.564,26.952,27.180,27.120,27.580,29.280,27.652,27.416,27.376,28.928,26.940,27.860,28.384,26.976,28.496,26.460,24.476,25.252,23.356,19.576,15.928,12.884,10.456,6.616,4.748,3.200,1.812,1.592,1.524,1.464,1.588,1.480,2.108,2.464,2.604,2.976,3.152,3.256,3.108,3.072,3.148,3.264,3.144,3.008,2.500,2.468,2.544,2.524,2.552,2.668,2.508,2.616,2.480,A,,,20050301023639,
|
5
|
+
200,NEM1205083,E1,,E1,N1,05083,kWh,30,
|
6
|
+
300,20050301,5.136,5.076,5.056,5.168,5.120,5.088,5.068,5.156,5.024,5.048,5.236,4.928,4.768,5.324,7.248,29.276,35.856,45.664,47.132,50.260,50.404,50.384,53.864,54.604,55.876,52.368,51.984,53.980,51.096,48.832,41.004,36.304,29.248,10.972,4.176,4.440,4.756,5.308,6.536,6.804,5.252,5.180,5.224,5.092,5.064,5.060,5.136,5.176,A,,,20050506141138,
|
7
|
+
300,20050302,5.100,5.280,5.300,5.160,5.100,5.212,4.440,4.396,4.272,4.504,4.520,4.312,4.112,3.864,5.672,22.252,25.472,27.072,29.240,34.892,36.808,36.364,37.092,39.328,38.408,37.164,38.416,39.408,38.704,36.896,33.940,30.880,23.416,10.840,3.640,3.412,5.404,5.688,5.808,7.192,7.400,6.528,6.108,4.932,4.520,4.400,4.480,4.356,A,,,20050506141138,
|
8
|
+
900
|
@@ -0,0 +1,12 @@
|
|
1
|
+
100,NEM12,200506230837,TCAUSTM,NEMMCO
|
2
|
+
200,NEM1206108,B1E1K1Q1,E1,E1,N1,06108,KWH,30,
|
3
|
+
300,20050505,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.621,0.415,0.778,0.940,1.191,1.345,1.390,1.222,1.134,1.207,0.877,1.655,1.099,1.625,1.010,0.950,1.255,0.635,0.956,0.880,0.660,0.810,0.878,0.778,0.643,0.838,0.812,0.490,0.598,0.811,0.572,0.417,0.707,0.670,0.690,0.555,A,,,20050510010101,20050511010101
|
4
|
+
300,20050506,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.534,0.460,0.770,1.003,1.059,1.750,1.423,1.200,0.980,1.111,0.800,1.403,1.145,1.173,1.064,1.178,0.900,1.228,0.768,1.432,0.899,1.211,0.873,0.786,1.504,0.719,0.817,0.780,0.709,0.700,0.565,0.555,0.435,0.786,0.430,0.432,A,,,20050510010101,20050511010101
|
5
|
+
300,20050507,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.535,0.667,0.790,1.023,1.145,1.777,1.563,1.344,1.087,1.453,0.996,1.125,1.435,1.263,1.085,1.487,1.278,0.768,0.878,0.746,0.476,1.045,1.132,0.896,0.879,0.679,0.887,0.784,0.954,0.720,0.599,0.593,0.674,0.799,0.632,0.610,A,,,20050510010101,20050511010101
|
6
|
+
300,20050508,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.460,0.810,0.776,1.004,1.034,1.200,1.310,1.342,0.998,1.311,1.095,1.320,1.115,1.436,0.890,1.255,0.916,0.955,0.711,0.780,0.606,0.510,0.905,0.660,0.835,0.798,0.965,1.122,1.004,0.772,0.508,0.670,0.670,0.432,0.415,0.620,A,,,20050510010101,20050511010101
|
7
|
+
200,NEM1206108,B1E1K1Q1,B1,B1,N1,06108,KWH,30,
|
8
|
+
300,20050505,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.434,0.460,0.770,0.873,0.786,0.993,0.959,1.225,1.423,1.200,0.980,1.111,0.800,1.403,1.145,1.173,1.065,1.187,0.900,0.998,0.768,1.432,0.899,1.211,1.504,0.719,0.817,0.780,0.709,0.700,0.786,0.430,0.565,0.655,0.543,0.530,A,,,20050510010101,20050511010101
|
9
|
+
300,20050506,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.635,0.567,0.890,1.123,1.345,1.567,1.543,1.234,0.987,1.123,0.876,1.345,1.205,1.003,1.265,0.985,0.678,0.888,0.655,0.954,0.876,0.845,0.932,0.786,0.999,0.879,0.770,0.578,0.709,0.820,0.625,0.653,0.543,0.590,0.544,0.630,A,,,20050510010101,20050511010101
|
10
|
+
300,20050507,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.535,0.679,0.790,1.563,1.344,1.056,1.085,1.777,1.087,1.453,1.200,0.980,1.265,1.056,1.085,1.007,1.085,1.487,1.278,0.754,0.476,1.045,1.132,1.087,0.896,0.879,0.790,1.087,0.784,0.599,0.590,0.470,0.674,0.765,0.511,0.610,A,,,20050510010101,20050511010101
|
11
|
+
300,20050508,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.670,0.690,0.555,0.461,0.415,0.778,0.940,1.191,1.345,1.390,1.222,1.134,1.207,0.877,1.655,1.099,1.625,1.010,0.950,1.255,0.635,0.956,0.880,0.660,0.810,0.808,0.778,0.490,0.598,0.980,0.643,0.838,0.812,0.572,0.417,0.707,A,,,20050510010101,20050511010101
|
12
|
+
900
|
@@ -0,0 +1,14 @@
|
|
1
|
+
100,NEM12,200505101157,ELECTDSM,NEMMCO
|
2
|
+
200,NEM1206103,B1E1K1Q1,,B1,N1,06103,kWh,15,
|
3
|
+
300,20040420,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,2.094,1.911,1.929,1.885,2.228,2.926,4.461,4.900,4.946,5.633,5.670,5.581,5.835,6.017,6.214,6.377,6.223,6.255,6.476,6.457,6.215,6.262,6.329,6.401,6.447,6.525,6.510,6.514,6.815,6.493,6.459,6.550,6.599,6.851,6.923,6.786,6.602,6.812,6.797,6.551,6.726,6.770,6.337,6.244,6.187,5.934,5.789,5.417,4.891,4.751,4.253,3.410,3.457,3.390,3.362,2.800,1.731,1.738,1.743,1.786,1.773,1.754,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,A,,,20050509160938,
|
4
|
+
300,20040421,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,1.816,1.791,1.813,1.828,1.822,1.864,1.859,1.795,1.819,1.802,1.834,1.820,1.827,1.835,1.793,1.813,1.842,1.819,A,,,20050509160938,
|
5
|
+
300,20040422,1.783,1.855,1.778,1.790,1.855,1.819,1.776,1.821,1.789,1.835,1.842,1.805,1.786,1.787,1.824,1.861,1.861,1.821,1.834,1.810,1.773,2.075,2.083,1.837,1.871,1.873,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,1.818,1.793,1.904,1.864,1.850,1.832,1.792,1.809,1.795,1.880,1.817,1.780,1.827,1.875,A,,,20050509160938,
|
6
|
+
300,20040423,1.871,1.871,1.837,1.772,1.810,1.859,1.854,1.806,1.799,1.849,1.863,1.866,1.862,1.812,1.812,1.833,1.854,1.867,1.792,1.847,1.866,2.020,2.103,1.873,1.834,1.844,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,1.727,1.758,1.766,1.787,1.773,1.717,1.739,1.703,1.699,1.763,1.699,1.723,1.705,1.711,1.764,1.738,1.738,1.672,A,,,20050509160938,
|
7
|
+
300,20040424,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,A,,,20050509160938,
|
8
|
+
200,NEM1206103,B1E1K1Q1,,E1,N1,06103,kWh,15,
|
9
|
+
300,20040420,1.846,1.836,1.845,1.798,1.817,1.813,1.873,1.902,1.815,1.802,1.824,1.830,1.838,1.885,1.837,1.909,1.878,1.873,1.826,1.821,1.825,1.982,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,1.756,1.735,1.811,1.801,1.743,1.754,1.774,1.737,1.776,1.787,1.738,1.727,A,,,20050509160938,
|
10
|
+
300,20040421,1.763,1.782,1.806,1.762,1.778,1.748,1.718,1.796,1.779,1.758,1.772,1.794,1.757,1.777,1.826,1.764,1.804,1.771,1.788,1.758,1.736,1.957,1.999,1.767,1.804,1.829,1.793,2.431,4.398,4.675,4.904,5.243,5.614,5.678,5.975,5.936,5.970,6.164,6.122,6.063,6.459,6.339,6.294,6.294,6.380,6.232,6.353,6.342,6.267,6.398,6.263,6.374,6.410,6.506,6.535,6.374,6.425,6.341,6.354,6.404,6.348,6.308,6.347,6.255,6.199,6.300,6.212,6.007,5.371,5.027,4.931,3.961,3.630,3.541,3.545,3.428,3.418,2.087,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,A,,,20050509160938,
|
11
|
+
300,20040422,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,1.934,2.420,4.344,4.578,5.060,5.244,5.447,5.644,5.605,5.771,6.071,6.124,6.308,6.179,6.104,6.167,6.262,6.338,6.380,6.500,6.504,6.558,6.497,6.425,6.412,6.527,6.393,6.537,6.549,6.541,6.825,7.076,6.472,6.284,6.584,6.273,5.956,5.719,5.651,5.741,5.612,5.547,5.199,5.137,4.915,4.669,3.750,3.594,3.620,3.529,1.995,2.480,3.351,3.074,1.838,1.826,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,A,,,20050509160938,
|
12
|
+
300,20040423,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,2.124,2.822,3.755,4.581,5.049,5.364,5.731,5.651,5.728,6.129,6.197,6.356,6.554,6.641,6.927,6.693,6.514,6.471,6.714,6.651,6.749,6.699,6.509,6.553,6.600,6.603,6.538,6.600,6.438,6.610,6.661,6.977,6.804,6.688,6.701,6.588,6.546,6.418,6.172,6.131,5.649,5.272,5.167,5.000,4.982,4.721,4.350,4.307,4.255,3.630,1.884,1.791,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,A,,,20050509160938,
|
13
|
+
300,20040424,1.689,1.782,1.759,1.747,1.713,1.737,1.744,1.786,1.774,1.761,1.700,1.731,1.772,1.757,1.819,1.756,1.780,1.772,1.746,1.751,1.761,1.931,1.952,1.729,1.865,1.805,1.792,1.837,1.739,1.755,1.800,1.762,1.714,1.713,1.791,1.821,1.793,1.787,1.763,1.767,1.755,1.805,1.815,1.743,1.775,1.817,1.818,1.920,1.826,1.776,1.743,1.749,1.795,1.828,1.784,1.781,1.815,1.793,1.824,1.795,1.775,1.757,3.073,3.461,3.134,1.780,1.798,1.782,1.794,1.790,1.798,1.785,1.781,1.753,1.809,1.820,1.772,1.754,1.749,1.740,1.764,1.760,1.736,1.702,1.723,1.809,1.785,1.765,1.698,1.732,1.741,1.755,1.780,1.747,1.697,1.767,A,,,20050509160938,
|
14
|
+
900
|
@@ -0,0 +1,12 @@
|
|
1
|
+
100,NEM12,200506230837,TCAUSTM,NEMMCO
|
2
|
+
200,NEM1206108,B1E1K1Q1,Q1,Q1,,06108,KVARH,30,
|
3
|
+
300,20050505,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.461,0.810,0.776,1.004,1.034,1.200,1.310,1.342,0.998,1.311,1.095,1.320,1.115,1.436,0.890,1.255,0.916,0.955,0.711,0.780,0.606,0.510,0.905,0.660,0.835,0.798,0.965,1.122,1.004,0.772,0.508,0.670,0.670,0.432,0.415,0.220,A,,,20050510010101,20050511010101
|
4
|
+
300,20050506,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.235,0.567,0.890,1.123,1.345,1.567,1.543,1.234,0.987,1.123,0.876,1.345,1.145,1.173,1.265,0.987,0.678,0.998,0.768,0.954,0.876,0.845,0.932,0.786,0.999,0.879,0.777,0.578,0.709,0.772,0.625,0.653,0.543,0.599,0.432,0.432,A,,,20050510010101,20050511010101
|
5
|
+
300,20050507,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.335,0.667,0.790,1.023,1.145,1.777,1.563,1.344,1.087,1.453,0.996,1.125,1.435,1.263,1.085,1.487,1.278,0.768,0.878,0.754,0.476,1.045,1.132,0.896,0.879,0.679,0.887,0.784,0.954,0.712,0.599,0.593,0.674,0.799,0.232,0.610,A,,,20050510010101,20050511010101
|
6
|
+
300,20050508,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.221,0.415,0.778,0.940,1.191,1.345,1.390,1.222,1.134,1.207,0.877,1.655,1.099,1.625,1.010,0.950,1.255,0.635,0.956,0.880,0.660,0.810,0.878,0.778,0.643,0.838,0.812,0.490,0.598,0.811,0.572,0.417,0.707,0.670,0.290,0.355,A,,,20050510010101,20050511010101
|
7
|
+
200,NEM1206108,B1E1K1Q1,K1,K1,,06108,KVARH,30,
|
8
|
+
300,20050505,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.335,0.667,0.790,1.023,1.145,1.777,1.563,1.044,1.087,1.453,0.996,1.125,1.435,1.263,1.085,1.487,1.278,0.768,0.878,0.754,0.476,1.045,1.132,0.896,0.879,0.679,0.887,0.784,0.954,0.712,0.599,0.593,0.674,0.799,0.232,0.212,A,,,20050510010101,20050511010101
|
9
|
+
300,20050506,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.461,0.415,0.778,0.940,0.916,0.955,1.191,1.345,1.134,1.207,0.877,1.655,1.099,1.625,1.010,0.950,1.255,0.635,0.956,0.880,0.660,0.810,0.878,1.390,1.222,0.490,0.890,1.010,0.598,0.811,0.572,0.417,0.707,0.670,0.290,0.355,A,,,20050510010101,20050511010101
|
10
|
+
300,20050507,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.215,0.310,0.678,0.934,1.211,1.134,1.423,1.070,0.988,1.207,0.890,1.320,1.130,1.913,1.180,0.950,0.746,0.635,0.956,0.887,0.560,0.700,0.788,0.668,0.543,0.738,0.802,0.490,0.598,0.809,0.520,0.670,0.570,0.600,0.289,0.321,A,,,20050510010101,20050511010101
|
11
|
+
300,20050508,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.340,0.807,0.650,1.004,1.034,1.200,1.310,1.302,0.998,1.311,1.095,1.320,1.115,1.436,0.890,1.255,0.916,0.955,0.711,0.780,0.606,0.510,0.905,0.660,0.835,0.798,0.965,1.122,1.004,0.772,0.508,0.670,0.670,0.432,0.415,0.220,A,,,20050510010101,20050511010101
|
12
|
+
900
|
@@ -0,0 +1,14 @@
|
|
1
|
+
100,NEM12,200505101206,ELECTDSM,NEMMCO
|
2
|
+
200,NEM1206103,B1E1K1Q1,,K1,,06103,kVarh,15,
|
3
|
+
300,20040420,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.770,0.819,0.763,0.756,0.969,1.463,2.521,2.733,2.815,3.210,3.143,2.893,2.996,2.882,2.848,3.007,2.886,2.833,2.879,2.816,2.821,2.991,2.818,2.822,2.848,2.896,2.876,2.935,2.883,2.845,2.997,2.967,2.967,3.040,3.264,3.314,3.025,2.891,2.927,2.919,2.914,2.871,2.860,2.894,3.084,2.911,2.801,2.667,2.508,2.397,2.093,1.567,1.584,1.635,1.660,1.267,0.534,0.542,0.559,0.600,0.614,0.615,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,A,,,20050509160938,
|
4
|
+
300,20040421,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.667,0.637,0.664,0.694,0.686,0.749,0.761,0.664,0.738,0.703,0.764,0.748,0.774,0.796,0.726,0.752,0.786,0.771,A,,,20050509160938,
|
5
|
+
300,20040422,0.717,0.784,0.710,0.712,0.802,0.761,0.689,0.758,0.718,0.799,0.795,0.738,0.707,0.690,0.739,0.788,0.769,0.704,0.726,0.698,0.637,0.796,0.757,0.733,0.796,0.784,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.671,0.631,0.795,0.739,0.756,0.722,0.660,0.703,0.694,0.843,0.758,0.697,0.744,0.824,A,,,20050509160938,
|
6
|
+
300,20040423,0.844,0.838,0.779,0.675,0.731,0.819,0.798,0.727,0.714,0.801,0.818,0.822,0.806,0.712,0.715,0.741,0.761,0.776,0.662,0.728,0.764,0.705,0.802,0.777,0.722,0.733,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.574,0.642,0.659,0.663,0.668,0.607,0.665,0.617,0.603,0.708,0.649,0.687,0.643,0.648,0.721,0.694,0.701,0.597,A,,,20050509160938,
|
7
|
+
300,20040424,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,A,,,20050509160938,
|
8
|
+
200,NEM1206103,B1E1K1Q1,,Q1,,06103,kVarh,15,
|
9
|
+
300,20040420,0.751,0.762,0.771,0.683,0.720,0.717,0.796,0.839,0.725,0.702,0.746,0.741,0.737,0.701,0.712,0.812,0.770,0.771,0.695,0.673,0.700,0.675,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.634,0.603,0.720,0.720,0.649,0.667,0.706,0.647,0.702,0.712,0.639,0.629,A,,,20050509160938,
|
10
|
+
300,20040421,0.666,0.700,0.748,0.677,0.711,0.671,0.611,0.721,0.709,0.683,0.699,0.730,0.659,0.677,0.695,0.619,0.700,0.636,0.678,0.633,0.608,0.658,0.668,0.648,0.701,0.756,0.580,1.039,2.476,2.496,2.562,2.784,3.014,3.012,3.154,3.136,3.037,3.087,3.148,3.101,3.128,3.113,3.081,3.061,3.177,3.193,3.146,3.098,3.172,3.072,3.147,3.197,3.160,3.234,3.229,3.182,3.123,3.180,3.199,3.228,3.170,3.235,3.383,3.164,3.146,3.189,3.175,3.257,2.863,2.752,2.801,2.147,1.885,1.781,1.819,1.723,1.709,0.860,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,A,,,20050509160938,
|
11
|
+
300,20040422,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.781,1.125,2.517,2.634,2.723,2.875,3.163,3.170,3.057,3.192,3.230,3.168,3.208,3.245,3.203,3.229,3.173,3.169,3.342,3.421,3.388,3.372,3.413,3.382,3.335,3.280,3.269,3.380,3.484,3.455,3.615,3.450,3.185,3.114,3.135,3.032,2.880,2.724,2.685,2.765,2.725,2.806,2.623,2.722,2.604,2.468,1.915,1.699,1.818,1.745,0.736,1.088,1.618,1.483,0.656,0.671,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,A,,,20050509160938,
|
12
|
+
300,20040423,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.836,1.380,2.098,2.642,3.033,3.253,3.320,3.018,3.085,3.103,3.249,3.192,3.243,3.380,3.341,3.246,3.256,3.361,3.356,3.285,3.309,3.360,3.206,3.211,3.224,3.335,3.387,3.414,3.347,3.269,3.356,3.504,3.428,3.492,3.572,3.411,3.226,3.287,3.139,3.056,2.859,2.703,2.784,2.707,2.783,2.517,2.174,2.186,2.168,1.799,0.700,0.680,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,A,,,20050509160938,
|
13
|
+
300,20040424,0.612,0.722,0.747,0.734,0.664,0.697,0.710,0.786,0.765,0.749,0.657,0.705,0.749,0.743,0.759,0.688,0.741,0.729,0.688,0.723,0.742,0.680,0.711,0.642,0.749,0.733,0.733,0.811,0.670,0.695,0.775,0.700,0.633,0.631,0.752,0.803,0.758,0.728,0.703,0.697,0.730,0.758,0.778,0.672,0.713,0.770,0.755,0.765,0.790,0.742,0.689,0.685,0.749,0.828,0.753,0.738,0.790,0.750,0.823,0.767,0.729,0.707,1.661,2.028,1.798,0.749,0.775,0.768,0.791,0.775,0.793,0.787,0.784,0.719,0.799,0.816,0.770,0.749,0.728,0.719,0.745,0.743,0.708,0.647,0.669,0.810,0.786,0.744,0.645,0.691,0.722,0.733,0.766,0.718,0.642,0.752,A,,,20050509160938,
|
14
|
+
900
|
@@ -0,0 +1,8 @@
|
|
1
|
+
100,NEM12,200506230837,TCAUSTM,NEMMCO
|
2
|
+
200,NEM1208148,E1,E1,E1,N1,08148,KWH,30,
|
3
|
+
300,20050505,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,1.004,1.034,1.200,1.310,1.342,0.998,1.311,1.095,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,V,,,20050510010101,20050511010101
|
4
|
+
400,1,28,A,,
|
5
|
+
400,29,31,F52,0,BECAUSE I CAN
|
6
|
+
400,32,48,S52,0,MORE ESTIMATION
|
7
|
+
300,20050506,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,A,,,20050510010101,
|
8
|
+
900
|
@@ -0,0 +1,12 @@
|
|
1
|
+
100,NEM12,200507031437,ELECTDSM,NEMMCO
|
2
|
+
200,NEM1208143,E1,,E1,N1,08143,kWh,15,
|
3
|
+
300,20040420,3.128,2.864,3.016,3.088,3.172,2.588,2.416,2.664,2.748,2.548,2.428,2.992,2.808,3.064,2.520,2.588,2.904,2.860,5.596,7.752,7.844,7.628,7.268,7.352,7.860,7.896,7.696,5.612,5.296,5.556,3.508,2.764,3.936,4.344,4.616,6.256,9.112,20.196,25.404,19.200,21.248,28.860,22.632,20.440,33.028,26.688,19.528,26.340,28.328,27.344,29.180,30.156,21.016,23.164,34.288,31.088,21.800,28.452,28.416,23.920,26.240,34.960,22.132,20.716,31.840,24.460,18.100,27.516,25.020,20.988,23.352,23.776,23.960,21.872,23.608,27.360,21.744,20.676,21.180,28.576,24.828,21.532,19.672,24.668,18.236,19.088,17.372,15.232,14.568,13.984,11.628,11.768,10.740,7.728,2.644,2.480,V,,,20050509123411,
|
4
|
+
400,1,64,A,,
|
5
|
+
400,65,82,F14,62,Meter Stopped/Reversing/faulty
|
6
|
+
400,83,96,F14,89,Time Reset Occurred
|
7
|
+
300,20040421,2.544,2.872,2.848,2.612,3.080,3.308,2.904,2.396,2.476,2.732,2.664,2.420,3.576,7.772,7.640,7.376,7.392,7.536,7.688,8.088,7.800,5.808,4.788,5.048,7.432,6.952,6.788,6.672,6.764,6.756,5.340,5.064,5.076,5.324,4.372,4.168,10.128,21.504,20.284,21.888,23.380,25.652,24.232,26.276,24.716,30.560,28.940,26.472,25.888,27.056,24.452,24.564,28.004,25.404,25.172,31.168,28.496,22.348,26.988,29.956,27.144,24.000,28.816,29.476,22.884,23.848,25.668,19.492,27.492,26.268,19.312,27.740,22.636,22.028,21.192,25.920,26.404,22.388,27.984,27.072,22.392,26.508,26.008,19.888,19.816,27.628,17.404,16.328,16.208,15.208,13.808,13.480,12.376,7.764,3.232,2.652,V,,,20050509124204,
|
8
|
+
400,1,33,F14,89,Time Reset Occurred
|
9
|
+
400,34,50,F14,87,Reset Occurred
|
10
|
+
400,51,61,F14,62,Meter Stopped/Reversing/faulty
|
11
|
+
400,62,96,S14,5,Meter Removed
|
12
|
+
900
|
@@ -0,0 +1,13 @@
|
|
1
|
+
100,NEM12,200506230837,TCAUSTM,NEMMCO
|
2
|
+
200,NEM1209168,E1,E1,E1,N1,09168,KWH,30,20050809
|
3
|
+
300,20050505,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.434,0.460,0.770,0.993,0.959,1.225,0.967,0.890,1.123,1.423,1.200,0.980,0.800,1.403,1.145,1.065,1.187,0.900,0.998,0.768,1.432,1.211,0.873,0.786,1.504,0.719,0.817,0.780,0.709,0.700,0.565,0.655,0.704,0.460,0.430,0.330,A,,,20050510010101,20050511010101
|
4
|
+
300,20050506,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.235,0.567,0.890,1.123,1.345,1.567,1.543,1.234,0.987,1.123,0.876,1.345,1.145,1.173,1.265,0.987,0.678,0.998,0.768,0.954,0.876,0.845,0.932,0.786,0.999,0.879,0.777,0.578,0.709,0.772,0.625,0.535,0.543,0.425,0.480,0.432,A,,,20050510010101,20050511010101
|
5
|
+
300,20050507,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.335,0.667,0.790,1.023,1.145,1.777,1.563,1.344,1.087,1.453,0.996,1.125,1.435,1.263,1.085,1.408,1.270,0.768,0.786,0.900,0.870,0.878,0.750,0.476,1.045,1.132,0.890,0.879,0.679,0.887,0.784,0.712,0.599,0.593,0.674,0.232,A,,,20050510010101,20050511010101
|
6
|
+
300,20050508,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.461,0.415,0.778,0.940,1.191,1.345,1.390,1.222,1.134,1.207,0.877,1.655,1.099,1.625,1.010,0.950,1.255,0.635,0.956,0.880,0.660,0.810,0.878,0.778,0.643,0.838,0.812,0.490,0.598,0.811,0.572,0.417,0.707,0.670,0.290,0.355,V,,,20050510010101,20050511010101
|
7
|
+
400,1,24,A,,
|
8
|
+
400,25,48,E52,,
|
9
|
+
500,N,S09168,20050508121101,12345.6
|
10
|
+
300,20050509,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.235,0.878,1.008,1.112,0.890,1.123,1.345,1.567,1.543,1.234,0.987,1.123,0.876,1.345,1.145,1.173,1.265,0.987,0.678,0.998,0.768,0.954,0.876,0.845,0.932,0.786,0.889,0.879,0.777,0.772,0.625,0.653,0.543,0.599,0.380,0.289,E52,,,20050512000001,
|
11
|
+
300,20050510,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.235,0.878,1.008,1.112,0.890,1.123,1.345,1.567,1.543,1.234,0.987,1.123,0.876,1.345,1.145,1.173,1.265,0.987,0.678,0.998,0.768,0.954,0.876,0.845,0.932,0.786,0.889,0.879,0.777,0.772,0.625,0.653,0.543,0.599,0.380,0.289,E52,,,20050512000001,
|
12
|
+
300,20050511,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.235,0.878,1.008,1.112,0.890,1.123,1.345,1.567,1.543,1.234,0.987,1.123,0.876,1.345,1.145,1.173,1.265,0.987,0.678,0.998,0.768,0.954,0.876,0.845,0.932,0.786,0.889,0.879,0.777,0.772,0.625,0.653,0.543,0.599,0.380,0.289,E52,,,20050512000001,
|
13
|
+
900
|
@@ -0,0 +1,20 @@
|
|
1
|
+
100,NEM12,200506230837,TCAUSTM,NEMMCO
|
2
|
+
200,NEM1210188,E1,E1,E1,N1,10188,KWH,30,
|
3
|
+
300,20050505,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.678,0.934,1.211,1.134,1.423,0.916,0.955,1.191,1.345,1.134,1.342,0.998,1.311,1.095,1.320,1.145,1.777,1.563,1.344,1.087,0.993,0.959,1.225,1.423,1.200,0.999,0.879,0.777,0.578,0.709,0.565,0.655,0.543,0.490,0.380,0.210,A,,,20050610010101,
|
4
|
+
200,NEM1210188,B2E1E2,E1,E1,N1,10188,KWH,30,
|
5
|
+
300,20050506,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.950,0.746,0.635,0.956,1.099,1.625,1.010,0.950,1.110,0.917,1.018,1.011,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,V,,,20050608091025,20050608120116
|
6
|
+
400,1,24,A,,
|
7
|
+
400,25,48,F14,1,
|
8
|
+
200,NEM1210188,B2E1E2,E2,E2,N2,10188,KWH,30,
|
9
|
+
300,20050506,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.954,0.876,1.115,1.436,0.890,1.004,1.255,0.916,1.211,0.873,1.504,0.719,1.250,1.092,0.786,0.900,0.870,0.878,0.750,0.885,0.557,0.950,0.912,0.490,V,,,20050610010101,
|
10
|
+
400,1,24,F14,1,
|
11
|
+
400,25,48,A,,
|
12
|
+
200,NEM1210188,B2E1E2,B2,B2,N2,10188,KWH,30,
|
13
|
+
300,20050506,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.954,0.876,1.115,1.436,0.890,1.004,1.255,0.916,1.211,0.873,1.504,0.719,1.250,1.092,0.786,0.900,0.870,0.878,0.750,0.885,0.557,0.950,0.912,0.490,V,,,20050610010101,
|
14
|
+
400,1,24,F14,1,
|
15
|
+
400,25,48,A,,
|
16
|
+
200,NEM1210188,B2E2,E2,E2,N2,10188,KWH,30,
|
17
|
+
300,20050507,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.361,0.550,0.776,1.145,1.034,1.200,1.222,1.420,0.998,1.311,1.095,1.320,1.208,1.436,0.905,1.025,0.916,0.955,0.701,0.990,0.680,0.510,1.407,0.980,0.835,0.798,0.960,1.022,0.854,0.670,0.808,0.475,0.670,0.562,0.432,0.340,A,,,20050610010101,
|
18
|
+
200,NEM1210188,B2E2,B2,B2,N2,10188,KWH,30,
|
19
|
+
300,20050507,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.111,0.432,0.415,0.220,0.890,1.255,0.916,0.955,0.711,0.956,0.880,0.660,0.810,0.878,1.065,1.187,0.900,0.998,0.768,0.810,0.878,0.778,0.643,0.838,1.065,1.187,0.900,0.998,0.768,0.810,0.878,1.390,0.543,0.738,0.802,0.330,0.247,A,,,20050610010101,
|
20
|
+
900
|
@@ -0,0 +1,10 @@
|
|
1
|
+
100,NEM12,200505101605,ELECTDSM,NEMMCO
|
2
|
+
200,NEM1210183,B2E2,,B2,N1,10183,kWh,15,
|
3
|
+
300,20050421,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,A,,,20050510160455,
|
4
|
+
300,20050422,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,A,,,20050510160455,
|
5
|
+
200,NEM1210183,E1,,E1,N1,10183,kWh,15,
|
6
|
+
300,20050420,1.764,1.090,2.942,1.632,1.227,3.108,2.056,1.904,2.552,1.082,1.131,1.193,1.153,1.067,2.869,2.002,1.096,1.147,2.046,3.422,2.502,1.498,1.006,1.136,1.853,1.304,3.061,1.485,0.780,0.777,1.188,2.653,2.901,1.587,1.758,1.195,3.596,3.543,5.122,4.804,5.163,5.105,4.924,3.931,4.163,4.731,4.855,5.115,3.435,3.886,4.957,5.376,5.565,5.461,4.973,4.754,5.012,4.953,5.035,2.532,2.526,4.880,5.482,5.371,4.661,4.486,4.014,3.826,3.821,4.426,5.365,4.593,3.271,5.533,4.137,4.600,3.453,3.951,5.380,5.534,4.895,2.973,1.801,3.306,3.023,2.333,2.042,2.062,1.946,1.998,3.002,4.447,2.042,2.244,2.930,3.103,A,,,20050510155525,
|
7
|
+
200,NEM1210183,B2E2,,E2,N1,10183,kWh,15,
|
8
|
+
300,20050421,3.335,2.599,2.678,4.549,3.144,3.833,2.067,1.414,1.610,1.453,1.699,2.403,2.422,2.832,1.577,1.509,1.282,3.780,2.021,1.915,1.681,1.614,2.355,1.182,3.225,2.604,2.450,1.527,2.032,2.319,3.230,1.868,2.539,1.945,2.098,1.650,3.139,4.130,4.420,4.987,4.793,4.785,2.491,2.357,4.553,3.515,3.245,2.680,4.228,5.114,5.274,4.743,4.397,4.301,2.340,3.245,2.471,4.116,5.018,5.324,5.851,5.345,5.635,4.777,3.827,5.516,5.770,3.454,3.841,3.612,5.019,4.604,4.623,4.254,2.668,2.112,3.788,2.847,1.962,2.029,1.960,3.199,4.520,3.124,2.016,2.061,1.901,1.664,2.565,2.471,3.097,3.765,1.876,1.838,2.018,3.850,A,,,20050510160455,
|
9
|
+
300,20050422,2.411,2.160,2.177,1.843,1.419,3.746,2.725,2.477,1.573,1.448,1.769,1.657,1.497,1.510,1.470,1.798,2.662,3.733,4.236,2.398,1.793,1.523,1.014,1.217,1.062,1.234,0.971,1.396,1.006,1.742,4.099,4.473,1.464,1.653,1.420,1.689,2.128,2.264,2.978,5.292,5.728,5.402,5.765,5.521,3.980,4.811,4.425,6.071,2.587,4.187,5.796,6.198,5.977,5.788,5.662,4.972,4.744,4.523,5.714,4.788,2.589,5.212,6.041,5.910,5.755,2.954,4.436,5.686,4.940,4.734,5.938,5.846,5.811,4.521,4.982,5.458,5.691,6.324,5.060,6.518,6.320,6.106,5.152,5.036,5.989,4.113,5.668,5.873,3.852,3.714,4.642,4.334,3.703,3.868,5.642,5.582,A,,,20050510160455,
|
10
|
+
900
|
@@ -0,0 +1,32 @@
|
|
1
|
+
[
|
2
|
+
{ "nmi":"2001985732", "checksum":8},
|
3
|
+
{ "nmi":"QAAAVZZZZZ", "checksum":3},
|
4
|
+
{ "nmi":"2001985733", "checksum":6},
|
5
|
+
{ "nmi":"QCDWW00010", "checksum":2},
|
6
|
+
{ "nmi":"3075621875", "checksum":8},
|
7
|
+
{ "nmi":"SMVEW00085", "checksum":8},
|
8
|
+
{ "nmi":"3075621876", "checksum":6},
|
9
|
+
{ "nmi":"VAAA000065", "checksum":7},
|
10
|
+
{ "nmi":"4316854005", "checksum":9},
|
11
|
+
{ "nmi":"VAAA000066", "checksum":5},
|
12
|
+
{ "nmi":"4316854006", "checksum":7},
|
13
|
+
{ "nmi":"VAAA000067", "checksum":2},
|
14
|
+
{ "nmi":"6305888444", "checksum":6},
|
15
|
+
{ "nmi":"VAAASTY576", "checksum":8},
|
16
|
+
{ "nmi":"6350888444", "checksum":2},
|
17
|
+
{ "nmi":"VCCCX00009", "checksum":1},
|
18
|
+
{ "nmi":"7001888333", "checksum":8},
|
19
|
+
{ "nmi":"VEEEX00009", "checksum":1},
|
20
|
+
{ "nmi":"7102000001", "checksum":7},
|
21
|
+
{ "nmi":"VKTS786150", "checksum":2},
|
22
|
+
{ "nmi":"NAAAMYS582", "checksum":6},
|
23
|
+
{ "nmi":"VKTS867150", "checksum":5},
|
24
|
+
{ "nmi":"NBBBX11110", "checksum":0},
|
25
|
+
{ "nmi":"VKTS871650", "checksum":7},
|
26
|
+
{ "nmi":"NBBBX11111", "checksum":8},
|
27
|
+
{ "nmi":"VKTS876105", "checksum":7},
|
28
|
+
{ "nmi":"NCCC519495", "checksum":5},
|
29
|
+
{ "nmi":"VKTS876150", "checksum":3},
|
30
|
+
{ "nmi":"NGGG000055", "checksum":4},
|
31
|
+
{ "nmi":"VKTS876510", "checksum":8}
|
32
|
+
]
|
data/spec/spec.opts
ADDED
data/spec/spec_helper.rb
ADDED
metadata
ADDED
@@ -0,0 +1,326 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: aemo
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Joel Courtney
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-08-19 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: json
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.8'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.8'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: multi_xml
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0.5'
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: 0.5.2
|
37
|
+
type: :runtime
|
38
|
+
prerelease: false
|
39
|
+
version_requirements: !ruby/object:Gem::Requirement
|
40
|
+
requirements:
|
41
|
+
- - "~>"
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '0.5'
|
44
|
+
- - ">="
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: 0.5.2
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: httparty
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - "~>"
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0.13'
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: 0.13.1
|
57
|
+
type: :runtime
|
58
|
+
prerelease: false
|
59
|
+
version_requirements: !ruby/object:Gem::Requirement
|
60
|
+
requirements:
|
61
|
+
- - "~>"
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
version: '0.13'
|
64
|
+
- - ">="
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: 0.13.1
|
67
|
+
description: Gem providing functionality for the Australian Energy Market Operator
|
68
|
+
data
|
69
|
+
email:
|
70
|
+
- jcourtney@cozero.com.au
|
71
|
+
executables: []
|
72
|
+
extensions: []
|
73
|
+
extra_rdoc_files: []
|
74
|
+
files:
|
75
|
+
- Gemfile
|
76
|
+
- Gemfile.lock
|
77
|
+
- README.md
|
78
|
+
- aemo.gemspec
|
79
|
+
- lib/aemo.rb
|
80
|
+
- lib/aemo/dispatchable.rb
|
81
|
+
- lib/aemo/market.rb
|
82
|
+
- lib/aemo/market/interval.rb
|
83
|
+
- lib/aemo/nem12.rb
|
84
|
+
- lib/aemo/nem13.rb
|
85
|
+
- lib/aemo/region.rb
|
86
|
+
- spec/aemo/market_spec.rb
|
87
|
+
- spec/aemo/nem12_spec.rb
|
88
|
+
- spec/aemo/region_spec.rb
|
89
|
+
- spec/aemo_spec.rb
|
90
|
+
- spec/fixtures/GRAPH_30NSW1.csv
|
91
|
+
- spec/fixtures/GRAPH_5NSW1.csv
|
92
|
+
- spec/fixtures/NEM12-Errors/NEM12#000000000000021#CNRGYMDP#NEMMCO
|
93
|
+
- spec/fixtures/NEM12-Errors/NEM12#000000000000022#CNRGYMDP#NEMMCO
|
94
|
+
- spec/fixtures/NEM12-Errors/NEM12#000000000000023#CNRGYMDP#NEMMCO
|
95
|
+
- spec/fixtures/NEM12-Errors/NEM12#000000000000024#CNRGYMDP#NEMMCO
|
96
|
+
- spec/fixtures/NEM12-Errors/NEM12#000000000000025#CNRGYMDP#NEMMCO
|
97
|
+
- spec/fixtures/NEM12/NEM12#000000000000001#CNRGYMDP#NEMMCO.csv
|
98
|
+
- spec/fixtures/NEM12/NEM12#000000000000002#CNRGYMDP#NEMMCO.csv
|
99
|
+
- spec/fixtures/NEM12/NEM12#000000000000003#CNRGYMDP#NEMMCO.csv
|
100
|
+
- spec/fixtures/NEM12/NEM12#000000000000004#CNRGYMDP#NEMMCO.csv
|
101
|
+
- spec/fixtures/NEM12/NEM12#000000000000005#CNRGYMDP#NEMMCO.csv
|
102
|
+
- spec/fixtures/NEM12/NEM12#000000000000006#CNRGYMDP#NEMMCO.csv
|
103
|
+
- spec/fixtures/NEM12/NEM12#000000000000007#CNRGYMDP#NEMMCO.csv
|
104
|
+
- spec/fixtures/NEM12/NEM12#000000000000008#CNRGYMDP#NEMMCO.csv
|
105
|
+
- spec/fixtures/NEM12/NEM12#000000000000009#CNRGYMDP#NEMMCO.csv
|
106
|
+
- spec/fixtures/NEM12/NEM12#000000000000010#CNRGYMDP#NEMMCO.csv
|
107
|
+
- spec/fixtures/NEM12/NEM12#01010_05030502#WBAYM#NEMMCO.V01
|
108
|
+
- spec/fixtures/NEM12/NEM12#02030_05030501#WBAYM#NEMMCO.V01
|
109
|
+
- spec/fixtures/NEM12/NEM12#03050_05031001#WBAYM#NEMMCO.V01
|
110
|
+
- spec/fixtures/NEM12/NEM12#05050200001000000#GLOBALM#NEMMCO
|
111
|
+
- spec/fixtures/NEM12/NEM12#05050200002000000#GLOBALM#NEMMCO
|
112
|
+
- spec/fixtures/NEM12/NEM12#05050200003000000#GLOBALM#NEMMCO
|
113
|
+
- spec/fixtures/NEM12/NEM12#05050200004000000#GLOBALM#NEMMCO
|
114
|
+
- spec/fixtures/NEM12/NEM12#05050200005000000#GLOBALM#NEMMCO
|
115
|
+
- spec/fixtures/NEM12/NEM12#05050200008000000#GLOBALM#NEMMCO
|
116
|
+
- spec/fixtures/NEM12/NEM12#05051100001000000#GLOBALM#NEMMCO
|
117
|
+
- spec/fixtures/NEM12/NEM12#05051100002000000#GLOBALM#NEMMCO
|
118
|
+
- spec/fixtures/NEM12/NEM12#05051100004000000#GLOBALM#NEMMCO
|
119
|
+
- spec/fixtures/NEM12/NEM12#05051200001000000#GLOBALM#NEMMCO
|
120
|
+
- spec/fixtures/NEM12/NEM12#05062000001000000#GLOBALM#EASTENGY
|
121
|
+
- spec/fixtures/NEM12/NEM12#05090_05031401#WBAYM#NEMMCO.V01
|
122
|
+
- spec/fixtures/NEM12/NEM12#06110_05021206#WBAYM#NEMMCO.V01
|
123
|
+
- spec/fixtures/NEM12/NEM12#07130_05021202#WBAYM#NEMMCO.V01
|
124
|
+
- spec/fixtures/NEM12/NEM12#08150_05031502#WBAYM#NEMMCO.V01
|
125
|
+
- spec/fixtures/NEM12/NEM12#10190_05031401#WBAYM#NEMMCO.V01
|
126
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO1#UNITEDDP#NEMMCO.csv
|
127
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO10#UNITEDDP#NEMMCO.csv
|
128
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO1005032705#ENERGEXM#NEMMCO.V05
|
129
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO105032701#ENERGEXM#NEMMCO.V01
|
130
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO2#UNITEDDP#NEMMCO.csv
|
131
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO205032701#ENERGEXM#NEMMCO.V01
|
132
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO3#UNITEDDP#NEMMCO.csv
|
133
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO305032701#ENERGEXM#NEMMCO.V01
|
134
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO4#UNITEDDP#NEMMCO.csv
|
135
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO5#UNITEDDP#NEMMCO.csv
|
136
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO505033001#ENERGEXM#NEMMCO.V01
|
137
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO6#UNITEDDP#NEMMCO.csv
|
138
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO605033001#ENERGEXM#NEMMCO.V01
|
139
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO7#UNITEDDP#NEMMCO.csv
|
140
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO705033001#ENERGEXM#NEMMCO.V01
|
141
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO8#UNITEDDP#NEMMCO.csv
|
142
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO805040401#ENERGEXM#NEMMCO.V01
|
143
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO9#UNITEDDP#NEMMCO.csv
|
144
|
+
- spec/fixtures/NEM12/NEM12#Scenario01#ETSAMDP#NEMMCO.csv
|
145
|
+
- spec/fixtures/NEM12/NEM12#Scenario01#POWERMDP#NEMMCO.csv
|
146
|
+
- spec/fixtures/NEM12/NEM12#Scenario04#ETSAMDP#NEMMCO.csv
|
147
|
+
- spec/fixtures/NEM12/NEM12#Scenario04#POWERMDP#NEMMCO.csv
|
148
|
+
- spec/fixtures/NEM12/NEM12#Scenario05#ETSAMDP#NEMMCO.csv
|
149
|
+
- spec/fixtures/NEM12/NEM12#Scenario05#POWERMDP#NEMMCO.csv
|
150
|
+
- spec/fixtures/NEM12/NEM12#Scenario06#ETSAMDP#NEMMCO.csv
|
151
|
+
- spec/fixtures/NEM12/NEM12#Scenario06#POWERMDP#NEMMCO.csv
|
152
|
+
- spec/fixtures/NEM12/NEM12#Scenario07#ETSAMDP#NEMMCO.csv
|
153
|
+
- spec/fixtures/NEM12/NEM12#Scenario07#POWERMDP#NEMMCO.csv
|
154
|
+
- spec/fixtures/NEM12/NEM12#Scenario08#ETSAMDP#NEMMCO.csv
|
155
|
+
- spec/fixtures/NEM12/NEM12#Scenario08#POWERMDP#NEMMCO.csv
|
156
|
+
- spec/fixtures/NEM12/NEM12#Scenario09#ETSAMDP#NEMMCO.csv
|
157
|
+
- spec/fixtures/NEM12/NEM12#Scenario09#POWERMDP#NEMMCO.csv
|
158
|
+
- spec/fixtures/NEM12/NEM12#Scenario10#ETSAMDP#NEMMCO.csv
|
159
|
+
- spec/fixtures/NEM12/NEM12#Scenario10#POWERMDP#NEMMCO.csv
|
160
|
+
- spec/fixtures/NEM12/NEM12#mdffl0000000001#ACTEWM#NEMMCO.mdff
|
161
|
+
- spec/fixtures/NEM12/NEM12#mdffl0000000004#ACTEWM#NEMMCO.txt
|
162
|
+
- spec/fixtures/NEM12/NEM12#mdffl0000000008#ACTEWM#NEMMCO.txt
|
163
|
+
- spec/fixtures/NEM12/nem12#S01#INTEGM#NEMMCO
|
164
|
+
- spec/fixtures/NEM12/nem12#S02#INTEGM#NEMMCO
|
165
|
+
- spec/fixtures/NEM12/nem12#S03#INTEGM#NEMMCO
|
166
|
+
- spec/fixtures/NEM12/nem12#S04#INTEGM#NEMMCO
|
167
|
+
- spec/fixtures/NEM12/nem12#S05#INTEGM#NEMMCO
|
168
|
+
- spec/fixtures/NEM12/nem12#S06#INTEGM#NEMMCO
|
169
|
+
- spec/fixtures/NEM12/nem12#S07#INTEGM#NEMMCO
|
170
|
+
- spec/fixtures/NEM12/nem12#S08#INTEGM#NEMMCO
|
171
|
+
- spec/fixtures/NEM12/nem12#S09#INTEGM#NEMMCO
|
172
|
+
- spec/fixtures/NEM12/nem12#S10#INTEGM#NEMMCO
|
173
|
+
- spec/fixtures/NEM12/nem12#SCENARIO01#TCAUSTM#NEMMCO.csv
|
174
|
+
- spec/fixtures/NEM12/nem12#SCENARIO01NEM1201003#ELECTDSM#NEMMCO
|
175
|
+
- spec/fixtures/NEM12/nem12#SCENARIO02#TCAUSTM#NEMMCO.csv
|
176
|
+
- spec/fixtures/NEM12/nem12#SCENARIO02NEM1202023#ELECTDSM#NEMMCO
|
177
|
+
- spec/fixtures/NEM12/nem12#SCENARIO03#TCAUSTM#NEMMCO.csv
|
178
|
+
- spec/fixtures/NEM12/nem12#SCENARIO03NEM1203043#ELECTDSM#NEMMCO
|
179
|
+
- spec/fixtures/NEM12/nem12#SCENARIO04#TCAUSTM#NEMMCO.csv
|
180
|
+
- spec/fixtures/NEM12/nem12#SCENARIO05#TCAUSTM#NEMMCO.csv
|
181
|
+
- spec/fixtures/NEM12/nem12#SCENARIO05NEM1205083#ELECTDSM#NEMMCO
|
182
|
+
- spec/fixtures/NEM12/nem12#SCENARIO06#TCAUSTM#NEMMCO.csv
|
183
|
+
- spec/fixtures/NEM12/nem12#SCENARIO06NEM1206103#ELECTDSM#NEMMCO
|
184
|
+
- spec/fixtures/NEM12/nem12#SCENARIO07#TCAUSTM#NEMMCO.csv
|
185
|
+
- spec/fixtures/NEM12/nem12#SCENARIO07NEM1206103#ELECTDSM#NEMMCO
|
186
|
+
- spec/fixtures/NEM12/nem12#SCENARIO08#TCAUSTM#NEMMCO.csv
|
187
|
+
- spec/fixtures/NEM12/nem12#SCENARIO08NEM1208143#ELECTDSM#NEMMCO
|
188
|
+
- spec/fixtures/NEM12/nem12#SCENARIO09#TCAUSTM#NEMMCO.csv
|
189
|
+
- spec/fixtures/NEM12/nem12#SCENARIO10#TCAUSTM#NEMMCO.csv
|
190
|
+
- spec/fixtures/NEM12/nem12#SCENARIO10NEM1210183#ELECTDSM#NEMMCO
|
191
|
+
- spec/fixtures/nmi_checksum.json
|
192
|
+
- spec/spec.opts
|
193
|
+
- spec/spec_helper.rb
|
194
|
+
homepage: https://bitbucket.org/jufemaiz/aemo-gem
|
195
|
+
licenses:
|
196
|
+
- MIT
|
197
|
+
metadata: {}
|
198
|
+
post_install_message:
|
199
|
+
rdoc_options: []
|
200
|
+
require_paths:
|
201
|
+
- lib
|
202
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
203
|
+
requirements:
|
204
|
+
- - ">="
|
205
|
+
- !ruby/object:Gem::Version
|
206
|
+
version: 1.9.3
|
207
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
208
|
+
requirements:
|
209
|
+
- - ">="
|
210
|
+
- !ruby/object:Gem::Version
|
211
|
+
version: '0'
|
212
|
+
requirements: []
|
213
|
+
rubyforge_project:
|
214
|
+
rubygems_version: 2.2.2
|
215
|
+
signing_key:
|
216
|
+
specification_version: 4
|
217
|
+
summary: AEMO Gem
|
218
|
+
test_files:
|
219
|
+
- spec/aemo/market_spec.rb
|
220
|
+
- spec/aemo/nem12_spec.rb
|
221
|
+
- spec/aemo/region_spec.rb
|
222
|
+
- spec/aemo_spec.rb
|
223
|
+
- spec/fixtures/GRAPH_30NSW1.csv
|
224
|
+
- spec/fixtures/GRAPH_5NSW1.csv
|
225
|
+
- spec/fixtures/NEM12-Errors/NEM12#000000000000021#CNRGYMDP#NEMMCO
|
226
|
+
- spec/fixtures/NEM12-Errors/NEM12#000000000000022#CNRGYMDP#NEMMCO
|
227
|
+
- spec/fixtures/NEM12-Errors/NEM12#000000000000023#CNRGYMDP#NEMMCO
|
228
|
+
- spec/fixtures/NEM12-Errors/NEM12#000000000000024#CNRGYMDP#NEMMCO
|
229
|
+
- spec/fixtures/NEM12-Errors/NEM12#000000000000025#CNRGYMDP#NEMMCO
|
230
|
+
- spec/fixtures/NEM12/NEM12#000000000000001#CNRGYMDP#NEMMCO.csv
|
231
|
+
- spec/fixtures/NEM12/NEM12#000000000000002#CNRGYMDP#NEMMCO.csv
|
232
|
+
- spec/fixtures/NEM12/NEM12#000000000000003#CNRGYMDP#NEMMCO.csv
|
233
|
+
- spec/fixtures/NEM12/NEM12#000000000000004#CNRGYMDP#NEMMCO.csv
|
234
|
+
- spec/fixtures/NEM12/NEM12#000000000000005#CNRGYMDP#NEMMCO.csv
|
235
|
+
- spec/fixtures/NEM12/NEM12#000000000000006#CNRGYMDP#NEMMCO.csv
|
236
|
+
- spec/fixtures/NEM12/NEM12#000000000000007#CNRGYMDP#NEMMCO.csv
|
237
|
+
- spec/fixtures/NEM12/NEM12#000000000000008#CNRGYMDP#NEMMCO.csv
|
238
|
+
- spec/fixtures/NEM12/NEM12#000000000000009#CNRGYMDP#NEMMCO.csv
|
239
|
+
- spec/fixtures/NEM12/NEM12#000000000000010#CNRGYMDP#NEMMCO.csv
|
240
|
+
- spec/fixtures/NEM12/NEM12#01010_05030502#WBAYM#NEMMCO.V01
|
241
|
+
- spec/fixtures/NEM12/NEM12#02030_05030501#WBAYM#NEMMCO.V01
|
242
|
+
- spec/fixtures/NEM12/NEM12#03050_05031001#WBAYM#NEMMCO.V01
|
243
|
+
- spec/fixtures/NEM12/NEM12#05050200001000000#GLOBALM#NEMMCO
|
244
|
+
- spec/fixtures/NEM12/NEM12#05050200002000000#GLOBALM#NEMMCO
|
245
|
+
- spec/fixtures/NEM12/NEM12#05050200003000000#GLOBALM#NEMMCO
|
246
|
+
- spec/fixtures/NEM12/NEM12#05050200004000000#GLOBALM#NEMMCO
|
247
|
+
- spec/fixtures/NEM12/NEM12#05050200005000000#GLOBALM#NEMMCO
|
248
|
+
- spec/fixtures/NEM12/NEM12#05050200008000000#GLOBALM#NEMMCO
|
249
|
+
- spec/fixtures/NEM12/NEM12#05051100001000000#GLOBALM#NEMMCO
|
250
|
+
- spec/fixtures/NEM12/NEM12#05051100002000000#GLOBALM#NEMMCO
|
251
|
+
- spec/fixtures/NEM12/NEM12#05051100004000000#GLOBALM#NEMMCO
|
252
|
+
- spec/fixtures/NEM12/NEM12#05051200001000000#GLOBALM#NEMMCO
|
253
|
+
- spec/fixtures/NEM12/NEM12#05062000001000000#GLOBALM#EASTENGY
|
254
|
+
- spec/fixtures/NEM12/NEM12#05090_05031401#WBAYM#NEMMCO.V01
|
255
|
+
- spec/fixtures/NEM12/NEM12#06110_05021206#WBAYM#NEMMCO.V01
|
256
|
+
- spec/fixtures/NEM12/NEM12#07130_05021202#WBAYM#NEMMCO.V01
|
257
|
+
- spec/fixtures/NEM12/NEM12#08150_05031502#WBAYM#NEMMCO.V01
|
258
|
+
- spec/fixtures/NEM12/NEM12#10190_05031401#WBAYM#NEMMCO.V01
|
259
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO1#UNITEDDP#NEMMCO.csv
|
260
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO10#UNITEDDP#NEMMCO.csv
|
261
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO1005032705#ENERGEXM#NEMMCO.V05
|
262
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO105032701#ENERGEXM#NEMMCO.V01
|
263
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO2#UNITEDDP#NEMMCO.csv
|
264
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO205032701#ENERGEXM#NEMMCO.V01
|
265
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO3#UNITEDDP#NEMMCO.csv
|
266
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO305032701#ENERGEXM#NEMMCO.V01
|
267
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO4#UNITEDDP#NEMMCO.csv
|
268
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO5#UNITEDDP#NEMMCO.csv
|
269
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO505033001#ENERGEXM#NEMMCO.V01
|
270
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO6#UNITEDDP#NEMMCO.csv
|
271
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO605033001#ENERGEXM#NEMMCO.V01
|
272
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO7#UNITEDDP#NEMMCO.csv
|
273
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO705033001#ENERGEXM#NEMMCO.V01
|
274
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO8#UNITEDDP#NEMMCO.csv
|
275
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO805040401#ENERGEXM#NEMMCO.V01
|
276
|
+
- spec/fixtures/NEM12/NEM12#SCENARIO9#UNITEDDP#NEMMCO.csv
|
277
|
+
- spec/fixtures/NEM12/NEM12#Scenario01#ETSAMDP#NEMMCO.csv
|
278
|
+
- spec/fixtures/NEM12/NEM12#Scenario01#POWERMDP#NEMMCO.csv
|
279
|
+
- spec/fixtures/NEM12/NEM12#Scenario04#ETSAMDP#NEMMCO.csv
|
280
|
+
- spec/fixtures/NEM12/NEM12#Scenario04#POWERMDP#NEMMCO.csv
|
281
|
+
- spec/fixtures/NEM12/NEM12#Scenario05#ETSAMDP#NEMMCO.csv
|
282
|
+
- spec/fixtures/NEM12/NEM12#Scenario05#POWERMDP#NEMMCO.csv
|
283
|
+
- spec/fixtures/NEM12/NEM12#Scenario06#ETSAMDP#NEMMCO.csv
|
284
|
+
- spec/fixtures/NEM12/NEM12#Scenario06#POWERMDP#NEMMCO.csv
|
285
|
+
- spec/fixtures/NEM12/NEM12#Scenario07#ETSAMDP#NEMMCO.csv
|
286
|
+
- spec/fixtures/NEM12/NEM12#Scenario07#POWERMDP#NEMMCO.csv
|
287
|
+
- spec/fixtures/NEM12/NEM12#Scenario08#ETSAMDP#NEMMCO.csv
|
288
|
+
- spec/fixtures/NEM12/NEM12#Scenario08#POWERMDP#NEMMCO.csv
|
289
|
+
- spec/fixtures/NEM12/NEM12#Scenario09#ETSAMDP#NEMMCO.csv
|
290
|
+
- spec/fixtures/NEM12/NEM12#Scenario09#POWERMDP#NEMMCO.csv
|
291
|
+
- spec/fixtures/NEM12/NEM12#Scenario10#ETSAMDP#NEMMCO.csv
|
292
|
+
- spec/fixtures/NEM12/NEM12#Scenario10#POWERMDP#NEMMCO.csv
|
293
|
+
- spec/fixtures/NEM12/NEM12#mdffl0000000001#ACTEWM#NEMMCO.mdff
|
294
|
+
- spec/fixtures/NEM12/NEM12#mdffl0000000004#ACTEWM#NEMMCO.txt
|
295
|
+
- spec/fixtures/NEM12/NEM12#mdffl0000000008#ACTEWM#NEMMCO.txt
|
296
|
+
- spec/fixtures/NEM12/nem12#S01#INTEGM#NEMMCO
|
297
|
+
- spec/fixtures/NEM12/nem12#S02#INTEGM#NEMMCO
|
298
|
+
- spec/fixtures/NEM12/nem12#S03#INTEGM#NEMMCO
|
299
|
+
- spec/fixtures/NEM12/nem12#S04#INTEGM#NEMMCO
|
300
|
+
- spec/fixtures/NEM12/nem12#S05#INTEGM#NEMMCO
|
301
|
+
- spec/fixtures/NEM12/nem12#S06#INTEGM#NEMMCO
|
302
|
+
- spec/fixtures/NEM12/nem12#S07#INTEGM#NEMMCO
|
303
|
+
- spec/fixtures/NEM12/nem12#S08#INTEGM#NEMMCO
|
304
|
+
- spec/fixtures/NEM12/nem12#S09#INTEGM#NEMMCO
|
305
|
+
- spec/fixtures/NEM12/nem12#S10#INTEGM#NEMMCO
|
306
|
+
- spec/fixtures/NEM12/nem12#SCENARIO01#TCAUSTM#NEMMCO.csv
|
307
|
+
- spec/fixtures/NEM12/nem12#SCENARIO01NEM1201003#ELECTDSM#NEMMCO
|
308
|
+
- spec/fixtures/NEM12/nem12#SCENARIO02#TCAUSTM#NEMMCO.csv
|
309
|
+
- spec/fixtures/NEM12/nem12#SCENARIO02NEM1202023#ELECTDSM#NEMMCO
|
310
|
+
- spec/fixtures/NEM12/nem12#SCENARIO03#TCAUSTM#NEMMCO.csv
|
311
|
+
- spec/fixtures/NEM12/nem12#SCENARIO03NEM1203043#ELECTDSM#NEMMCO
|
312
|
+
- spec/fixtures/NEM12/nem12#SCENARIO04#TCAUSTM#NEMMCO.csv
|
313
|
+
- spec/fixtures/NEM12/nem12#SCENARIO05#TCAUSTM#NEMMCO.csv
|
314
|
+
- spec/fixtures/NEM12/nem12#SCENARIO05NEM1205083#ELECTDSM#NEMMCO
|
315
|
+
- spec/fixtures/NEM12/nem12#SCENARIO06#TCAUSTM#NEMMCO.csv
|
316
|
+
- spec/fixtures/NEM12/nem12#SCENARIO06NEM1206103#ELECTDSM#NEMMCO
|
317
|
+
- spec/fixtures/NEM12/nem12#SCENARIO07#TCAUSTM#NEMMCO.csv
|
318
|
+
- spec/fixtures/NEM12/nem12#SCENARIO07NEM1206103#ELECTDSM#NEMMCO
|
319
|
+
- spec/fixtures/NEM12/nem12#SCENARIO08#TCAUSTM#NEMMCO.csv
|
320
|
+
- spec/fixtures/NEM12/nem12#SCENARIO08NEM1208143#ELECTDSM#NEMMCO
|
321
|
+
- spec/fixtures/NEM12/nem12#SCENARIO09#TCAUSTM#NEMMCO.csv
|
322
|
+
- spec/fixtures/NEM12/nem12#SCENARIO10#TCAUSTM#NEMMCO.csv
|
323
|
+
- spec/fixtures/NEM12/nem12#SCENARIO10NEM1210183#ELECTDSM#NEMMCO
|
324
|
+
- spec/fixtures/nmi_checksum.json
|
325
|
+
- spec/spec.opts
|
326
|
+
- spec/spec_helper.rb
|