Skip to main content

A package to look up AEMO NMI information

Project description

AEMO NMI Lookup

Introduction

The Australian Energy Market Operator (AEMO) is responsible for operating the National Electricity Market (NEM) and the Wholesale Electricity Market (WEM) in Western Australia. AEMO assigns a unique identifier to each electricity metering installation in the NEM and WEM, known as the National Meter Identifier (NMI). The NMI is a 10-character alphanumeric code that is used to identify the location of the metering installation.

Installation

pip install aemo-nmi-lookup

Usage

from aemo_nmi_lookup import nmi_lookup

nmi = '8001234567'
state, participant_id = nmi_lookup(nmi)

print(f'State: {state}')
print(f'Participant ID: {participant_id}')

License

MIT (c) 2024 Ian Connor

Author

Ian Connor

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aemo_nmi_info-0.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

aemo_nmi_info-0.0.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page