Skip to content

Commit

Permalink
Merge pull request #7 from aguinane/develop
Browse files Browse the repository at this point in the history
v0.2.2
  • Loading branch information
aguinane committed Mar 30, 2018
2 parents 125b2f4 + de03d74 commit 43d800b
Show file tree
Hide file tree
Showing 177 changed files with 242 additions and 636 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ language: python
python:
- "3.6"
# command to run tests
install: pip install tox-travis
install:
- pip install tox-travis coveralls
script: tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
after_success:
- coveralls
notifications:
email: false
email: false
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# nem-reader

[![Build Status](https://travis-ci.org/aguinane/nem-reader.svg?branch=master)](https://travis-ci.org/aguinane/nem-reader)
[![PyPI version](https://badge.fury.io/py/nemreader.svg)](https://badge.fury.io/py/nemreader) [![Build Status](https://travis-ci.org/aguinane/nem-reader.svg?branch=master)](https://travis-ci.org/aguinane/nem-reader) [![Coverage Status](https://coveralls.io/repos/github/aguinane/nem-reader/badge.svg)](https://coveralls.io/github/aguinane/nem-reader)

The Australian Energy Market Operator (AEMO) defines a Meter Data File Format (MDFF) for reading energy billing data.
[MDFF Specification](https://www.aemo.com.au/Stakeholder-Consultation/Consultations/Meter-Data-File-Format-Specification-NEM12-and-NEM13)

This library sets out to parse these NEM12 (interval metering data) and NEM13 (accumulated metering data) data files into a useful python object, for use in other projects.

First, read in the NEM file:
```
```python
import nemreader as nr
m = nr.read_nem_file(file_path)
```

Then retreive the data for the NMI and channels of interest:
```
```python
> print(m.header)
HeaderRecord(version_header='NEM12', datetime=datetime.datetime(2004, 4, 20, 13, 0), from_participant='MDA1', to_participant='Ret1')

Expand Down
4 changes: 0 additions & 4 deletions examples/Example-NEM12.csv

This file was deleted.

467 changes: 0 additions & 467 deletions examples/NEM12#DATA_16081001#WBAYM#3044076134.V01

This file was deleted.

9 changes: 0 additions & 9 deletions examples/NEM13#DATA_14121801#WBAYM#3044076134.V01

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/NEM12#05090_05031401#WBAYM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#06110_05021206#WBAYM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#07130_05021202#WBAYM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#08150_05031502#WBAYM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#10190_05031401#WBAYM#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/NEM12#SCENARIO1#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#SCENARIO10#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/NEM12#SCENARIO2#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/NEM12#SCENARIO3#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/NEM12#SCENARIO4#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#SCENARIO5#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/NEM12#SCENARIO6#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/NEM12#SCENARIO7#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/NEM12#SCENARIO8#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/NEM12#SCENARIO9#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#Scenario01#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#Scenario01#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#Scenario04#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#Scenario04#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#Scenario05#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#Scenario05#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/NEM12#Scenario08#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#Scenario08#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#Scenario09#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#Scenario09#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#Scenario10#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/NEM12#Scenario10#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/nem12#S01#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/nem12#S02#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/nem12#S03#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/nem12#S04#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/nem12#S05#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/nem12#S06#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/nem12#S07#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/nem12#S08#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/nem12#S09#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/nem12#S10#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/nem12#SCENARIO01#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/nem12#SCENARIO02#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/nem12#SCENARIO03#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/nem12#SCENARIO04#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/nem12#SCENARIO05#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/nem12#SCENARIO06#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/nem12#SCENARIO07#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/nem12#SCENARIO08#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file added examples/nem12/nem12#SCENARIO09#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem12/nem12#SCENARIO10#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added examples/nem13/NEM13#SEN1311003#AGILITY#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#SEN1312023#AGILITY#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#SEN1313043#AGILITY#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#SEN1315083#AGILITY#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#SEN1316103#AGILITY#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#SEN1317123#AGILITY#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#SEN1318143#AGILITY#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario11#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario11#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario11#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario12#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario12#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario12#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario13#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario13#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario13#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario14#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario14#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario14#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario15#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario15#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario15#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario16#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario16#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario16#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario17#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario17#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario17#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario18#ETSAMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario18#POWERMDP#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/NEM13#Scenario18#UNITEDDP#NEMMCO.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added examples/nem13/nem13#11#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#12#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#13#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#14#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#15#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#16#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#17#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#18#INTEGM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#SCENARIO11#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#SCENARIO12#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#SCENARIO13#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#SCENARIO14#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#SCENARIO15#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#SCENARIO16#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#SCENARIO17#TCAUSTM#NEMMCO.zip
Binary file not shown.
Binary file added examples/nem13/nem13#SCENARIO18#TCAUSTM#NEMMCO.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
100,NEM12,200405011135,MDA1,Ret1
200,VABD000163,E1Q1,1,E1,N1,METSER123,kWh,30,
300,20040201,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,A,,,20040202120025,20040202142516
200,VABD000163,E1Q1,2,Q1,,METSER123,kVArh,30,
300,20040201,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,A,,,20040202120025,
900
100,NEM12,200405011135,MDA1,Ret1
200,VABD000163,E1Q1,1,E1,N1,METSER123,kWh,30,
300,20040201,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,1.111,A,,,20040202120025,20040202142516
200,VABD000163,E1Q1,2,Q1,,METSER123,kVArh,30,
300,20040201,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,2.222,A,,,20040202120025,
900
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
100,NEM12,200402070911,MDA1,Ret1
200,NCDE001111,E1B1Q1E2,1,E1,N1,METSER123,Wh,15,
300,20031204,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,A,,,20031206011132,20031207011022
300,20031205,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,A,,,20031206011132,20031207011022
200,NCDE001111,E1B1Q1E2,2,B1,N1,METSER123,Wh,15,
300,20031204,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,A,,,20031206011132,20031207011022
300,20031205,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,A,,,20031206011132,20031207011022
200,NCDE001111,E1B1Q1E2,3,Q1,,METSER123,VArh,15,
300,20031204,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,A,,,20031206011155,
300,20031205,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,A,,,20031206011155,
200,NCDE001111,E1B1Q1E2,4,E2,N2,METSER456,Wh,15,
300,20031204,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,A,,,20031206011140,20031207011022
300,20031205,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,A,,,20031206011140,20031207011022
200,NDDD001888,B1K2,1,B1,N1,METSER991,Wh,15,
300,20031204,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,A,,,20031206011145,20031207011022
300,20031205,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,A,,,20031206011145,20031207011022
200,NDDD001888,B1K2,2,K2,,METSER992,VArh,15,
300,20031204,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,A,,,20031206011155,
300,20031205,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,A,,,20031206011155,
100,NEM12,200402070911,MDA1,Ret1
200,NCDE001111,E1B1Q1E2,1,E1,N1,METSER123,Wh,15,
300,20031204,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,A,,,20031206011132,20031207011022
300,20031205,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,A,,,20031206011132,20031207011022
200,NCDE001111,E1B1Q1E2,2,B1,N1,METSER123,Wh,15,
300,20031204,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,A,,,20031206011132,20031207011022
300,20031205,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,A,,,20031206011132,20031207011022
200,NCDE001111,E1B1Q1E2,3,Q1,,METSER123,VArh,15,
300,20031204,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,A,,,20031206011155,
300,20031205,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,A,,,20031206011155,
200,NCDE001111,E1B1Q1E2,4,E2,N2,METSER456,Wh,15,
300,20031204,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,A,,,20031206011140,20031207011022
300,20031205,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,A,,,20031206011140,20031207011022
200,NDDD001888,B1K2,1,B1,N1,METSER991,Wh,15,
300,20031204,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,A,,,20031206011145,20031207011022
300,20031205,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,A,,,20031206011145,20031207011022
200,NDDD001888,B1K2,2,K2,,METSER992,VArh,15,
300,20031204,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,A,,,20031206011155,
300,20031205,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,A,,,20031206011155,
900
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
100,NEM12,200404201300,MDA1,Ret1
200,CCCC123456,E1,001,E1,N1,METSER123,kWh,30,
300,20040417,18.023,19.150,17.592,24.155,18.568,22.304,19.222,19.032,19.090,22.237,24.350,22.274,20.193,16.615,19.575,20.391,16.459,20.527,21.438,19.327,21.424,16.656,17.616,18.416,16.666,19.961,18.120,18.023,18.588,21.759,17.841,19.548,18.486,21.391,15.656,16.634,16.377,14.246,17.451,15.742,18.038,18.470,14.936,17.987,15.751,19.750,16.202,14.733,V,,,20040418203500,20040419003500
400,1,20,F14,76,
400,21,24,A,,
400,25,48,S14,1,
900
100,NEM12,200404201300,MDA1,Ret1
200,CCCC123456,E1,001,E1,N1,METSER123,kWh,30,
300,20040417,18.023,19.150,17.592,24.155,18.568,22.304,19.222,19.032,19.090,22.237,24.350,22.274,20.193,16.615,19.575,20.391,16.459,20.527,21.438,19.327,21.424,16.656,17.616,18.416,16.666,19.961,18.120,18.023,18.588,21.759,17.841,19.548,18.486,21.391,15.656,16.634,16.377,14.246,17.451,15.742,18.038,18.470,14.936,17.987,15.751,19.750,16.202,14.733,V,,,20040418203500,20040419003500
400,1,20,F14,76,
400,21,24,A,,
400,25,48,S14,1,
900
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
100,NEM12,200309010132,MDA1,Ret1
200,VBCD000022,E1Q1,1,E1,N1,METSER223,kWh,30,
300,20030801,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,F14,32,,20030802125725,20030804025521
200,VBCD000022,E1Q1,2,Q1,,METSER223,kVArh,30,
300,20030801,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,22.123,22.123,22.123,22.123,22.123,22.123,22.123,22.123,22.123,22.123,22.123,22.123,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,F14,32,,20030802125725,
900
100,NEM12,200309010132,MDA1,Ret1
200,VBCD000022,E1Q1,1,E1,N1,METSER223,kWh,30,
300,20030801,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,2.312,F14,32,,20030802125725,20030804025521
200,VBCD000022,E1Q1,2,Q1,,METSER223,kVArh,30,
300,20030801,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,34.567,22.123,22.123,22.123,22.123,22.123,22.123,22.123,22.123,22.123,22.123,22.123,22.123,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,2311.765,F14,32,,20030802125725,
900
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
100,NEM13,200401101030,MDA1,Ret1
250,VABC005890,11,1,11,11,METSER123,E,006342.8,20031005093055,A,,,007654.9,20040107100333,A,,,1312.1,kWh,20040407, 20040108100333,20040108091133
900
100,NEM13,200401101030,MDA1,Ret1
250,VABC005890,11,1,11,11,METSER123,E,006342.8,20031005093055,A,,,007654.9,20040107100333,A,,,1312.1,kWh,20040407, 20040108100333,20040108091133
900
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
100,NEM13,200401101030,MDA1,Ret1
250,VDEF005890,1141,1,11,11,MET12345,E,000888,20040108103055,A,,,000999,20040408000000,E64,,,111,kWh,20040408, 20040409000000,20040109103023
550,N,,E,
250,VDEF005890,1141,2,41,41,MET5678,E,0000950,20040108103055,A,,,0010015,20040408000000,E64,,,65,kWh,20040408, 20040409000000,20040109103023
550,N,,E,
900
100,NEM13,200401101030,MDA1,Ret1
250,VDEF005890,1141,1,11,11,MET12345,E,000888,20040108103055,A,,,000999,20040408000000,E64,,,111,kWh,20040408, 20040409000000,20040109103023
550,N,,E,
250,VDEF005890,1141,2,41,41,MET5678,E,0000950,20040108103055,A,,,0010015,20040408000000,E64,,,65,kWh,20040408, 20040409000000,20040109103023
550,N,,E,
900
4 changes: 3 additions & 1 deletion nemreader/nem_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
['version_header',
'datetime',
'from_participant',
'to_participant']
'to_participant',
'file_name',
]
)


Expand Down
Loading

0 comments on commit 43d800b

Please sign in to comment.