aemo 0.5.1 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aemo/dispatchable.rb +2 -2
- data/lib/aemo/exceptions/invalid_nmi_allocation_type.rb +1 -1
- data/lib/aemo/exceptions/time_error.rb +20 -0
- data/lib/aemo/market/interval.rb +4 -4
- data/lib/aemo/market/node.rb +9 -3
- data/lib/aemo/market.rb +2 -4
- data/lib/aemo/msats.rb +70 -54
- data/lib/aemo/nem12/data_stream_suffix.rb +1 -1
- data/lib/aemo/nem12/quality_method.rb +14 -10
- data/lib/aemo/nem12/unit_of_measurement.rb +42 -42
- data/lib/aemo/nem12.rb +300 -94
- data/lib/aemo/nem13.rb +1 -2
- data/lib/aemo/nmi/allocation.rb +6 -7
- data/lib/aemo/nmi.rb +48 -38
- data/lib/aemo/region.rb +4 -3
- data/lib/aemo/register.rb +7 -7
- data/lib/aemo/struct.rb +3 -0
- data/lib/aemo/time.rb +112 -0
- data/lib/aemo/version.rb +1 -2
- data/lib/aemo.rb +13 -11
- data/lib/data/xml_to_json.rb +2 -4
- data/spec/aemo_spec.rb +0 -7
- data/spec/lib/aemo/market/interval_spec.rb +30 -12
- data/spec/lib/aemo/market/node_spec.rb +11 -9
- data/spec/lib/aemo/market_spec.rb +5 -4
- data/spec/lib/aemo/meter_spec.rb +2 -2
- data/spec/lib/aemo/msats_spec.rb +68 -56
- data/spec/lib/aemo/nem12_spec.rb +154 -43
- data/spec/lib/aemo/nmi/allocation_spec.rb +23 -18
- data/spec/lib/aemo/nmi_spec.rb +98 -72
- data/spec/lib/aemo/region_spec.rb +23 -18
- data/spec/spec_helper.rb +13 -13
- metadata +13 -435
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aemo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Courtney
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date:
|
14
|
+
date: 2023-12-20 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: activesupport
|
@@ -22,7 +22,7 @@ dependencies:
|
|
22
22
|
version: 4.2.6
|
23
23
|
- - "<"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '7.
|
25
|
+
version: '7.2'
|
26
26
|
type: :runtime
|
27
27
|
prerelease: false
|
28
28
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: 4.2.6
|
33
33
|
- - "<"
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: '7.
|
35
|
+
version: '7.2'
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: httparty
|
38
38
|
requirement: !ruby/object:Gem::Requirement
|
@@ -127,308 +127,8 @@ dependencies:
|
|
127
127
|
- - ">="
|
128
128
|
- !ruby/object:Gem::Version
|
129
129
|
version: '0'
|
130
|
-
- !ruby/object:Gem::Dependency
|
131
|
-
name: addressable
|
132
|
-
requirement: !ruby/object:Gem::Requirement
|
133
|
-
requirements:
|
134
|
-
- - "~>"
|
135
|
-
- !ruby/object:Gem::Version
|
136
|
-
version: '2.8'
|
137
|
-
- - ">="
|
138
|
-
- !ruby/object:Gem::Version
|
139
|
-
version: 2.8.0
|
140
|
-
type: :development
|
141
|
-
prerelease: false
|
142
|
-
version_requirements: !ruby/object:Gem::Requirement
|
143
|
-
requirements:
|
144
|
-
- - "~>"
|
145
|
-
- !ruby/object:Gem::Version
|
146
|
-
version: '2.8'
|
147
|
-
- - ">="
|
148
|
-
- !ruby/object:Gem::Version
|
149
|
-
version: 2.8.0
|
150
|
-
- !ruby/object:Gem::Dependency
|
151
|
-
name: awesome_print
|
152
|
-
requirement: !ruby/object:Gem::Requirement
|
153
|
-
requirements:
|
154
|
-
- - "~>"
|
155
|
-
- !ruby/object:Gem::Version
|
156
|
-
version: '1.8'
|
157
|
-
- - ">="
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
version: 1.8.0
|
160
|
-
type: :development
|
161
|
-
prerelease: false
|
162
|
-
version_requirements: !ruby/object:Gem::Requirement
|
163
|
-
requirements:
|
164
|
-
- - "~>"
|
165
|
-
- !ruby/object:Gem::Version
|
166
|
-
version: '1.8'
|
167
|
-
- - ">="
|
168
|
-
- !ruby/object:Gem::Version
|
169
|
-
version: 1.8.0
|
170
|
-
- !ruby/object:Gem::Dependency
|
171
|
-
name: coveralls
|
172
|
-
requirement: !ruby/object:Gem::Requirement
|
173
|
-
requirements:
|
174
|
-
- - "~>"
|
175
|
-
- !ruby/object:Gem::Version
|
176
|
-
version: '0.8'
|
177
|
-
- - ">="
|
178
|
-
- !ruby/object:Gem::Version
|
179
|
-
version: 0.8.21
|
180
|
-
type: :development
|
181
|
-
prerelease: false
|
182
|
-
version_requirements: !ruby/object:Gem::Requirement
|
183
|
-
requirements:
|
184
|
-
- - "~>"
|
185
|
-
- !ruby/object:Gem::Version
|
186
|
-
version: '0.8'
|
187
|
-
- - ">="
|
188
|
-
- !ruby/object:Gem::Version
|
189
|
-
version: 0.8.21
|
190
|
-
- !ruby/object:Gem::Dependency
|
191
|
-
name: ffi
|
192
|
-
requirement: !ruby/object:Gem::Requirement
|
193
|
-
requirements:
|
194
|
-
- - "~>"
|
195
|
-
- !ruby/object:Gem::Version
|
196
|
-
version: '1'
|
197
|
-
- - ">"
|
198
|
-
- !ruby/object:Gem::Version
|
199
|
-
version: 1.9.18
|
200
|
-
type: :development
|
201
|
-
prerelease: false
|
202
|
-
version_requirements: !ruby/object:Gem::Requirement
|
203
|
-
requirements:
|
204
|
-
- - "~>"
|
205
|
-
- !ruby/object:Gem::Version
|
206
|
-
version: '1'
|
207
|
-
- - ">"
|
208
|
-
- !ruby/object:Gem::Version
|
209
|
-
version: 1.9.18
|
210
|
-
- !ruby/object:Gem::Dependency
|
211
|
-
name: guard-yard
|
212
|
-
requirement: !ruby/object:Gem::Requirement
|
213
|
-
requirements:
|
214
|
-
- - "~>"
|
215
|
-
- !ruby/object:Gem::Version
|
216
|
-
version: '2.2'
|
217
|
-
- - ">="
|
218
|
-
- !ruby/object:Gem::Version
|
219
|
-
version: 2.2.0
|
220
|
-
type: :development
|
221
|
-
prerelease: false
|
222
|
-
version_requirements: !ruby/object:Gem::Requirement
|
223
|
-
requirements:
|
224
|
-
- - "~>"
|
225
|
-
- !ruby/object:Gem::Version
|
226
|
-
version: '2.2'
|
227
|
-
- - ">="
|
228
|
-
- !ruby/object:Gem::Version
|
229
|
-
version: 2.2.0
|
230
|
-
- !ruby/object:Gem::Dependency
|
231
|
-
name: listen
|
232
|
-
requirement: !ruby/object:Gem::Requirement
|
233
|
-
requirements:
|
234
|
-
- - "~>"
|
235
|
-
- !ruby/object:Gem::Version
|
236
|
-
version: '3.1'
|
237
|
-
- - ">="
|
238
|
-
- !ruby/object:Gem::Version
|
239
|
-
version: 3.5.0
|
240
|
-
type: :development
|
241
|
-
prerelease: false
|
242
|
-
version_requirements: !ruby/object:Gem::Requirement
|
243
|
-
requirements:
|
244
|
-
- - "~>"
|
245
|
-
- !ruby/object:Gem::Version
|
246
|
-
version: '3.1'
|
247
|
-
- - ">="
|
248
|
-
- !ruby/object:Gem::Version
|
249
|
-
version: 3.5.0
|
250
|
-
- !ruby/object:Gem::Dependency
|
251
|
-
name: minitest
|
252
|
-
requirement: !ruby/object:Gem::Requirement
|
253
|
-
requirements:
|
254
|
-
- - "~>"
|
255
|
-
- !ruby/object:Gem::Version
|
256
|
-
version: '5.14'
|
257
|
-
- - ">="
|
258
|
-
- !ruby/object:Gem::Version
|
259
|
-
version: 5.14.2
|
260
|
-
type: :development
|
261
|
-
prerelease: false
|
262
|
-
version_requirements: !ruby/object:Gem::Requirement
|
263
|
-
requirements:
|
264
|
-
- - "~>"
|
265
|
-
- !ruby/object:Gem::Version
|
266
|
-
version: '5.14'
|
267
|
-
- - ">="
|
268
|
-
- !ruby/object:Gem::Version
|
269
|
-
version: 5.14.2
|
270
|
-
- !ruby/object:Gem::Dependency
|
271
|
-
name: rack
|
272
|
-
requirement: !ruby/object:Gem::Requirement
|
273
|
-
requirements:
|
274
|
-
- - ">="
|
275
|
-
- !ruby/object:Gem::Version
|
276
|
-
version: 2.0.4
|
277
|
-
- - "~>"
|
278
|
-
- !ruby/object:Gem::Version
|
279
|
-
version: '3'
|
280
|
-
type: :development
|
281
|
-
prerelease: false
|
282
|
-
version_requirements: !ruby/object:Gem::Requirement
|
283
|
-
requirements:
|
284
|
-
- - ">="
|
285
|
-
- !ruby/object:Gem::Version
|
286
|
-
version: 2.0.4
|
287
|
-
- - "~>"
|
288
|
-
- !ruby/object:Gem::Version
|
289
|
-
version: '3'
|
290
|
-
- !ruby/object:Gem::Dependency
|
291
|
-
name: rdoc
|
292
|
-
requirement: !ruby/object:Gem::Requirement
|
293
|
-
requirements:
|
294
|
-
- - "~>"
|
295
|
-
- !ruby/object:Gem::Version
|
296
|
-
version: '6.3'
|
297
|
-
- - ">="
|
298
|
-
- !ruby/object:Gem::Version
|
299
|
-
version: 5.1.0
|
300
|
-
type: :development
|
301
|
-
prerelease: false
|
302
|
-
version_requirements: !ruby/object:Gem::Requirement
|
303
|
-
requirements:
|
304
|
-
- - "~>"
|
305
|
-
- !ruby/object:Gem::Version
|
306
|
-
version: '6.3'
|
307
|
-
- - ">="
|
308
|
-
- !ruby/object:Gem::Version
|
309
|
-
version: 5.1.0
|
310
|
-
- !ruby/object:Gem::Dependency
|
311
|
-
name: rspec
|
312
|
-
requirement: !ruby/object:Gem::Requirement
|
313
|
-
requirements:
|
314
|
-
- - "~>"
|
315
|
-
- !ruby/object:Gem::Version
|
316
|
-
version: '3.7'
|
317
|
-
- - ">="
|
318
|
-
- !ruby/object:Gem::Version
|
319
|
-
version: 3.7.0
|
320
|
-
type: :development
|
321
|
-
prerelease: false
|
322
|
-
version_requirements: !ruby/object:Gem::Requirement
|
323
|
-
requirements:
|
324
|
-
- - "~>"
|
325
|
-
- !ruby/object:Gem::Version
|
326
|
-
version: '3.7'
|
327
|
-
- - ">="
|
328
|
-
- !ruby/object:Gem::Version
|
329
|
-
version: 3.7.0
|
330
|
-
- !ruby/object:Gem::Dependency
|
331
|
-
name: rubocop
|
332
|
-
requirement: !ruby/object:Gem::Requirement
|
333
|
-
requirements:
|
334
|
-
- - "~>"
|
335
|
-
- !ruby/object:Gem::Version
|
336
|
-
version: 0.52.1
|
337
|
-
- - ">="
|
338
|
-
- !ruby/object:Gem::Version
|
339
|
-
version: 0.52.1
|
340
|
-
type: :development
|
341
|
-
prerelease: false
|
342
|
-
version_requirements: !ruby/object:Gem::Requirement
|
343
|
-
requirements:
|
344
|
-
- - "~>"
|
345
|
-
- !ruby/object:Gem::Version
|
346
|
-
version: 0.52.1
|
347
|
-
- - ">="
|
348
|
-
- !ruby/object:Gem::Version
|
349
|
-
version: 0.52.1
|
350
|
-
- !ruby/object:Gem::Dependency
|
351
|
-
name: simplecov
|
352
|
-
requirement: !ruby/object:Gem::Requirement
|
353
|
-
requirements:
|
354
|
-
- - "~>"
|
355
|
-
- !ruby/object:Gem::Version
|
356
|
-
version: '0.14'
|
357
|
-
- - ">="
|
358
|
-
- !ruby/object:Gem::Version
|
359
|
-
version: 0.14.1
|
360
|
-
type: :development
|
361
|
-
prerelease: false
|
362
|
-
version_requirements: !ruby/object:Gem::Requirement
|
363
|
-
requirements:
|
364
|
-
- - "~>"
|
365
|
-
- !ruby/object:Gem::Version
|
366
|
-
version: '0.14'
|
367
|
-
- - ">="
|
368
|
-
- !ruby/object:Gem::Version
|
369
|
-
version: 0.14.1
|
370
|
-
- !ruby/object:Gem::Dependency
|
371
|
-
name: timecop
|
372
|
-
requirement: !ruby/object:Gem::Requirement
|
373
|
-
requirements:
|
374
|
-
- - "~>"
|
375
|
-
- !ruby/object:Gem::Version
|
376
|
-
version: '0.9'
|
377
|
-
- - ">="
|
378
|
-
- !ruby/object:Gem::Version
|
379
|
-
version: 0.9.1
|
380
|
-
type: :development
|
381
|
-
prerelease: false
|
382
|
-
version_requirements: !ruby/object:Gem::Requirement
|
383
|
-
requirements:
|
384
|
-
- - "~>"
|
385
|
-
- !ruby/object:Gem::Version
|
386
|
-
version: '0.9'
|
387
|
-
- - ">="
|
388
|
-
- !ruby/object:Gem::Version
|
389
|
-
version: 0.9.1
|
390
|
-
- !ruby/object:Gem::Dependency
|
391
|
-
name: webmock
|
392
|
-
requirement: !ruby/object:Gem::Requirement
|
393
|
-
requirements:
|
394
|
-
- - "~>"
|
395
|
-
- !ruby/object:Gem::Version
|
396
|
-
version: '3.1'
|
397
|
-
- - ">="
|
398
|
-
- !ruby/object:Gem::Version
|
399
|
-
version: 3.1.0
|
400
|
-
type: :development
|
401
|
-
prerelease: false
|
402
|
-
version_requirements: !ruby/object:Gem::Requirement
|
403
|
-
requirements:
|
404
|
-
- - "~>"
|
405
|
-
- !ruby/object:Gem::Version
|
406
|
-
version: '3.1'
|
407
|
-
- - ">="
|
408
|
-
- !ruby/object:Gem::Version
|
409
|
-
version: 3.1.0
|
410
|
-
- !ruby/object:Gem::Dependency
|
411
|
-
name: yard
|
412
|
-
requirement: !ruby/object:Gem::Requirement
|
413
|
-
requirements:
|
414
|
-
- - "~>"
|
415
|
-
- !ruby/object:Gem::Version
|
416
|
-
version: '0.9'
|
417
|
-
- - ">="
|
418
|
-
- !ruby/object:Gem::Version
|
419
|
-
version: 0.9.11
|
420
|
-
type: :development
|
421
|
-
prerelease: false
|
422
|
-
version_requirements: !ruby/object:Gem::Requirement
|
423
|
-
requirements:
|
424
|
-
- - "~>"
|
425
|
-
- !ruby/object:Gem::Version
|
426
|
-
version: '0.9'
|
427
|
-
- - ">="
|
428
|
-
- !ruby/object:Gem::Version
|
429
|
-
version: 0.9.11
|
430
130
|
description: Gem providing functionality for the Australian Energy Market Operator
|
431
|
-
data.
|
131
|
+
data.Supports NMIs, NEM12, MSATS Web Services and more
|
432
132
|
email:
|
433
133
|
- joel@aceteknologi.com
|
434
134
|
- stuart@aceteknologi.com
|
@@ -441,6 +141,7 @@ files:
|
|
441
141
|
- lib/aemo.rb
|
442
142
|
- lib/aemo/dispatchable.rb
|
443
143
|
- lib/aemo/exceptions/invalid_nmi_allocation_type.rb
|
144
|
+
- lib/aemo/exceptions/time_error.rb
|
444
145
|
- lib/aemo/market.rb
|
445
146
|
- lib/aemo/market/interval.rb
|
446
147
|
- lib/aemo/market/node.rb
|
@@ -458,6 +159,8 @@ files:
|
|
458
159
|
- lib/aemo/nmi/allocation.rb
|
459
160
|
- lib/aemo/region.rb
|
460
161
|
- lib/aemo/register.rb
|
162
|
+
- lib/aemo/struct.rb
|
163
|
+
- lib/aemo/time.rb
|
461
164
|
- lib/aemo/version.rb
|
462
165
|
- lib/data/TNI-MLF-Codes.csv
|
463
166
|
- lib/data/aemo-dlf-dnsp.csv
|
@@ -595,7 +298,8 @@ files:
|
|
595
298
|
homepage: https://github.com/jufemaiz/aemo
|
596
299
|
licenses:
|
597
300
|
- MIT
|
598
|
-
metadata:
|
301
|
+
metadata:
|
302
|
+
rubygems_mfa_required: 'true'
|
599
303
|
post_install_message:
|
600
304
|
rdoc_options: []
|
601
305
|
require_paths:
|
@@ -604,141 +308,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
604
308
|
requirements:
|
605
309
|
- - ">="
|
606
310
|
- !ruby/object:Gem::Version
|
607
|
-
version:
|
311
|
+
version: 3.1.0
|
608
312
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
609
313
|
requirements:
|
610
314
|
- - ">="
|
611
315
|
- !ruby/object:Gem::Version
|
612
316
|
version: '0'
|
613
317
|
requirements: []
|
614
|
-
rubygems_version: 3.
|
318
|
+
rubygems_version: 3.5.1
|
615
319
|
signing_key:
|
616
320
|
specification_version: 4
|
617
321
|
summary: Gem providing functionality for the Australian Energy Market Operator data
|
618
|
-
test_files:
|
619
|
-
- spec/aemo_spec.rb
|
620
|
-
- spec/fixtures/MSATS/c4.xml
|
621
|
-
- spec/fixtures/MSATS/msats_limits.xml
|
622
|
-
- spec/fixtures/MSATS/nmi_details.xml
|
623
|
-
- spec/fixtures/MSATS/nmi_details.xml.zip
|
624
|
-
- spec/fixtures/MSATS/nmi_discovery_by_address.xml
|
625
|
-
- spec/fixtures/MSATS/participant_system_status.xml
|
626
|
-
- spec/fixtures/Market/DATA201501_NSW1.csv
|
627
|
-
- spec/fixtures/Market/DATA201502_NSW1.csv
|
628
|
-
- spec/fixtures/Market/GRAPH_30NSW1.csv
|
629
|
-
- spec/fixtures/Market/GRAPH_5NSW1.csv
|
630
|
-
- spec/fixtures/NEM12-Errors/NEM12#000000000000021#CNRGYMDP#NEMMCO
|
631
|
-
- spec/fixtures/NEM12-Errors/NEM12#000000000000022#CNRGYMDP#NEMMCO
|
632
|
-
- spec/fixtures/NEM12-Errors/NEM12#000000000000023#CNRGYMDP#NEMMCO
|
633
|
-
- spec/fixtures/NEM12-Errors/NEM12#000000000000024#CNRGYMDP#NEMMCO
|
634
|
-
- spec/fixtures/NEM12-Errors/NEM12#000000000000025#CNRGYMDP#NEMMCO
|
635
|
-
- spec/fixtures/NEM12-Errors/NEM12#DerpyNMIConfig#CNRGYMDP#NEMMCO.csv
|
636
|
-
- spec/fixtures/NEM12-Errors/NEM12#EmptyCells300Record#CNRGYMDP#NEMMCO.csv
|
637
|
-
- spec/fixtures/NEM12-Errors/NEM12#EmptyCells400Record#CNRGYMDP#NEMMCO.csv
|
638
|
-
- spec/fixtures/NEM12-Errors/NEM12#InvalidIntervalDataLength#CNRGYMDP#NEMMCO.csv
|
639
|
-
- spec/fixtures/NEM12/NEM12#000000000000001#CNRGYMDP#NEMMCO.csv
|
640
|
-
- spec/fixtures/NEM12/NEM12#000000000000002#CNRGYMDP#NEMMCO.csv
|
641
|
-
- spec/fixtures/NEM12/NEM12#000000000000003#CNRGYMDP#NEMMCO.csv
|
642
|
-
- spec/fixtures/NEM12/NEM12#000000000000004#CNRGYMDP#NEMMCO.csv
|
643
|
-
- spec/fixtures/NEM12/NEM12#000000000000005#CNRGYMDP#NEMMCO.csv
|
644
|
-
- spec/fixtures/NEM12/NEM12#000000000000006#CNRGYMDP#NEMMCO.csv
|
645
|
-
- spec/fixtures/NEM12/NEM12#000000000000007#CNRGYMDP#NEMMCO.csv
|
646
|
-
- spec/fixtures/NEM12/NEM12#000000000000008#CNRGYMDP#NEMMCO.csv
|
647
|
-
- spec/fixtures/NEM12/NEM12#000000000000009#CNRGYMDP#NEMMCO.csv
|
648
|
-
- spec/fixtures/NEM12/NEM12#000000000000010#CNRGYMDP#NEMMCO.csv
|
649
|
-
- spec/fixtures/NEM12/NEM12#01010_05030502#WBAYM#NEMMCO.V01
|
650
|
-
- spec/fixtures/NEM12/NEM12#02030_05030501#WBAYM#NEMMCO.V01
|
651
|
-
- spec/fixtures/NEM12/NEM12#03050_05031001#WBAYM#NEMMCO.V01
|
652
|
-
- spec/fixtures/NEM12/NEM12#05050200001000000#GLOBALM#NEMMCO
|
653
|
-
- spec/fixtures/NEM12/NEM12#05050200002000000#GLOBALM#NEMMCO
|
654
|
-
- spec/fixtures/NEM12/NEM12#05050200003000000#GLOBALM#NEMMCO
|
655
|
-
- spec/fixtures/NEM12/NEM12#05050200004000000#GLOBALM#NEMMCO
|
656
|
-
- spec/fixtures/NEM12/NEM12#05050200005000000#GLOBALM#NEMMCO
|
657
|
-
- spec/fixtures/NEM12/NEM12#05050200008000000#GLOBALM#NEMMCO
|
658
|
-
- spec/fixtures/NEM12/NEM12#05051100001000000#GLOBALM#NEMMCO
|
659
|
-
- spec/fixtures/NEM12/NEM12#05051100002000000#GLOBALM#NEMMCO
|
660
|
-
- spec/fixtures/NEM12/NEM12#05051100004000000#GLOBALM#NEMMCO
|
661
|
-
- spec/fixtures/NEM12/NEM12#05051200001000000#GLOBALM#NEMMCO
|
662
|
-
- spec/fixtures/NEM12/NEM12#05062000001000000#GLOBALM#EASTENGY
|
663
|
-
- spec/fixtures/NEM12/NEM12#05090_05031401#WBAYM#NEMMCO.V01
|
664
|
-
- spec/fixtures/NEM12/NEM12#06110_05021206#WBAYM#NEMMCO.V01
|
665
|
-
- spec/fixtures/NEM12/NEM12#07130_05021202#WBAYM#NEMMCO.V01
|
666
|
-
- spec/fixtures/NEM12/NEM12#08150_05031502#WBAYM#NEMMCO.V01
|
667
|
-
- spec/fixtures/NEM12/NEM12#10190_05031401#WBAYM#NEMMCO.V01
|
668
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO1#UNITEDDP#NEMMCO.csv
|
669
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO10#UNITEDDP#NEMMCO.csv
|
670
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO1005032705#ENERGEXM#NEMMCO.V05
|
671
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO105032701#ENERGEXM#NEMMCO.V01
|
672
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO2#UNITEDDP#NEMMCO.csv
|
673
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO205032701#ENERGEXM#NEMMCO.V01
|
674
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO3#UNITEDDP#NEMMCO.csv
|
675
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO305032701#ENERGEXM#NEMMCO.V01
|
676
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO4#UNITEDDP#NEMMCO.csv
|
677
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO5#UNITEDDP#NEMMCO.csv
|
678
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO505033001#ENERGEXM#NEMMCO.V01
|
679
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO6#UNITEDDP#NEMMCO.csv
|
680
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO605033001#ENERGEXM#NEMMCO.V01
|
681
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO7#UNITEDDP#NEMMCO.csv
|
682
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO705033001#ENERGEXM#NEMMCO.V01
|
683
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO8#UNITEDDP#NEMMCO.csv
|
684
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO805040401#ENERGEXM#NEMMCO.V01
|
685
|
-
- spec/fixtures/NEM12/NEM12#SCENARIO9#UNITEDDP#NEMMCO.csv
|
686
|
-
- spec/fixtures/NEM12/NEM12#Scenario01#ETSAMDP#NEMMCO.csv
|
687
|
-
- spec/fixtures/NEM12/NEM12#Scenario01#POWERMDP#NEMMCO.csv
|
688
|
-
- spec/fixtures/NEM12/NEM12#Scenario04#ETSAMDP#NEMMCO.csv
|
689
|
-
- spec/fixtures/NEM12/NEM12#Scenario04#POWERMDP#NEMMCO.csv
|
690
|
-
- spec/fixtures/NEM12/NEM12#Scenario05#ETSAMDP#NEMMCO.csv
|
691
|
-
- spec/fixtures/NEM12/NEM12#Scenario05#POWERMDP#NEMMCO.csv
|
692
|
-
- spec/fixtures/NEM12/NEM12#Scenario06#ETSAMDP#NEMMCO.csv
|
693
|
-
- spec/fixtures/NEM12/NEM12#Scenario06#POWERMDP#NEMMCO.csv
|
694
|
-
- spec/fixtures/NEM12/NEM12#Scenario07#ETSAMDP#NEMMCO.csv
|
695
|
-
- spec/fixtures/NEM12/NEM12#Scenario07#POWERMDP#NEMMCO.csv
|
696
|
-
- spec/fixtures/NEM12/NEM12#Scenario08#ETSAMDP#NEMMCO.csv
|
697
|
-
- spec/fixtures/NEM12/NEM12#Scenario08#POWERMDP#NEMMCO.csv
|
698
|
-
- spec/fixtures/NEM12/NEM12#Scenario09#ETSAMDP#NEMMCO.csv
|
699
|
-
- spec/fixtures/NEM12/NEM12#Scenario09#POWERMDP#NEMMCO.csv
|
700
|
-
- spec/fixtures/NEM12/NEM12#Scenario10#ETSAMDP#NEMMCO.csv
|
701
|
-
- spec/fixtures/NEM12/NEM12#Scenario10#POWERMDP#NEMMCO.csv
|
702
|
-
- spec/fixtures/NEM12/NEM12#mdffl0000000001#ACTEWM#NEMMCO.mdff
|
703
|
-
- spec/fixtures/NEM12/NEM12#mdffl0000000004#ACTEWM#NEMMCO.txt
|
704
|
-
- spec/fixtures/NEM12/NEM12#mdffl0000000008#ACTEWM#NEMMCO.txt
|
705
|
-
- spec/fixtures/NEM12/nem12#S01#INTEGM#NEMMCO
|
706
|
-
- spec/fixtures/NEM12/nem12#S02#INTEGM#NEMMCO
|
707
|
-
- spec/fixtures/NEM12/nem12#S03#INTEGM#NEMMCO
|
708
|
-
- spec/fixtures/NEM12/nem12#S04#INTEGM#NEMMCO
|
709
|
-
- spec/fixtures/NEM12/nem12#S05#INTEGM#NEMMCO
|
710
|
-
- spec/fixtures/NEM12/nem12#S06#INTEGM#NEMMCO
|
711
|
-
- spec/fixtures/NEM12/nem12#S07#INTEGM#NEMMCO
|
712
|
-
- spec/fixtures/NEM12/nem12#S08#INTEGM#NEMMCO
|
713
|
-
- spec/fixtures/NEM12/nem12#S09#INTEGM#NEMMCO
|
714
|
-
- spec/fixtures/NEM12/nem12#S10#INTEGM#NEMMCO
|
715
|
-
- spec/fixtures/NEM12/nem12#SCENARIO01#TCAUSTM#NEMMCO.csv
|
716
|
-
- spec/fixtures/NEM12/nem12#SCENARIO01NEM1201003#ELECTDSM#NEMMCO
|
717
|
-
- spec/fixtures/NEM12/nem12#SCENARIO02#TCAUSTM#NEMMCO.csv
|
718
|
-
- spec/fixtures/NEM12/nem12#SCENARIO02NEM1202023#ELECTDSM#NEMMCO
|
719
|
-
- spec/fixtures/NEM12/nem12#SCENARIO03#TCAUSTM#NEMMCO.csv
|
720
|
-
- spec/fixtures/NEM12/nem12#SCENARIO03NEM1203043#ELECTDSM#NEMMCO
|
721
|
-
- spec/fixtures/NEM12/nem12#SCENARIO04#TCAUSTM#NEMMCO.csv
|
722
|
-
- spec/fixtures/NEM12/nem12#SCENARIO05#TCAUSTM#NEMMCO.csv
|
723
|
-
- spec/fixtures/NEM12/nem12#SCENARIO05NEM1205083#ELECTDSM#NEMMCO
|
724
|
-
- spec/fixtures/NEM12/nem12#SCENARIO06#TCAUSTM#NEMMCO.csv
|
725
|
-
- spec/fixtures/NEM12/nem12#SCENARIO06NEM1206103#ELECTDSM#NEMMCO
|
726
|
-
- spec/fixtures/NEM12/nem12#SCENARIO07#TCAUSTM#NEMMCO.csv
|
727
|
-
- spec/fixtures/NEM12/nem12#SCENARIO07NEM1206103#ELECTDSM#NEMMCO
|
728
|
-
- spec/fixtures/NEM12/nem12#SCENARIO08#TCAUSTM#NEMMCO.csv
|
729
|
-
- spec/fixtures/NEM12/nem12#SCENARIO08NEM1208143#ELECTDSM#NEMMCO
|
730
|
-
- spec/fixtures/NEM12/nem12#SCENARIO09#TCAUSTM#NEMMCO.csv
|
731
|
-
- spec/fixtures/NEM12/nem12#SCENARIO10#TCAUSTM#NEMMCO.csv
|
732
|
-
- spec/fixtures/NEM12/nem12#SCENARIO10NEM1210183#ELECTDSM#NEMMCO
|
733
|
-
- spec/fixtures/nmi_checksum.json
|
734
|
-
- spec/lib/aemo/market/interval_spec.rb
|
735
|
-
- spec/lib/aemo/market/node_spec.rb
|
736
|
-
- spec/lib/aemo/market_spec.rb
|
737
|
-
- spec/lib/aemo/meter_spec.rb
|
738
|
-
- spec/lib/aemo/msats_spec.rb
|
739
|
-
- spec/lib/aemo/nem12_spec.rb
|
740
|
-
- spec/lib/aemo/nmi/allocation_spec.rb
|
741
|
-
- spec/lib/aemo/nmi_spec.rb
|
742
|
-
- spec/lib/aemo/region_spec.rb
|
743
|
-
- spec/spec.opts
|
744
|
-
- spec/spec_helper.rb
|
322
|
+
test_files: []
|