https://github.com/jufemaiz/go-aemo
A Go package for managing Australian Energy Market data formats.
https://github.com/jufemaiz/go-aemo
aemo golang
Last synced: 6 months ago
JSON representation
A Go package for managing Australian Energy Market data formats.
- Host: GitHub
- URL: https://github.com/jufemaiz/go-aemo
- Owner: jufemaiz
- License: mit
- Created: 2021-05-11T01:58:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T01:58:17.000Z (over 1 year ago)
- Last Synced: 2024-11-26T02:28:22.992Z (over 1 year ago)
- Topics: aemo, golang
- Language: Go
- Homepage:
- Size: 161 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# go-aemo
[](https://pkg.go.dev/github.com/jufemaiz/go-aemo) [](https://codecov.io/gh/jufemaiz/go-aemo) [](https://codeclimate.com/github/jufemaiz/go-aemo/maintainability) [](https://codeclimate.com/github/jufemaiz/go-aemo/test_coverage) [](https://sonarcloud.io/summary/new_code?id=jufemaiz_go-aemo)
A golang library for interfacing with AEMO data. For the most part this is inspired
by my previous Ruby based library [aemo](https://github.com/jufemaiz/aemo). NEM12
parsing has, however, been completely overhauled with nods to a more idiomatic go
approach.
## Packages
### `nem12`
NEM12 is the standard file format for electricity metering data in Australia's National
Electricity Market. The reference document is the
[Meter Data File Format Specification NEM12 & NEM13 v2.4](https://aemo.com.au/-/media/files/electricity/nem/retail_and_metering/metering-procedures/2021/mdff-specification-nem12-nem13-v24.pdf?la=en)
released 2021-10-01.
### `nmi`
The `nmi` package provides validation and information on the National Meter Identifiers
in Australia.
### `region`
The `region` package provides a valid set of regions that operate within the National
Electricity Market.