How to access our downloadable datasets

About our datasets

Our datasets cover a wide range of New Zealand electricity industry data and are available to download. Key features include:

  • Detailed descriptions - each dataset is described in detail to help you understand the data and how to use it
  • Structured folders - some datasets include subfolders with additional files or supporting information
  • Easy downloads - files can be downloaded by clicking on them in your web browser - no special tools required.

Options for automated access

There are three methods for accessing our datasets by interacting directly with the underlying data storage as described below.

Azure Blob Storage is the storage technology used. You can access the datasets directly from blob storage to efficiently and automatically download multiple files at once to your own system.

For any questions or support, please contact info@ea.govt.nz

1. Azure Storage Explorer - download folders or lots of files

This method is best if you want to interactively download many files or download entire folders of files.

Download and install the Microsoft Azure Storage Explorer tool; instructions and download links are available at: https://azure.microsoft.com/en-us/products/storage/storage-explorer

In the Azure Storage Explorer application:

You will be able to browse the datasets storage and its contents.

2. Command line access - create simple scripted processes

This method is ideal for creating simple scripted processes.

Download and install the AzCopy tool; instructions and download links are available at: https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10

Use the second half of the aforementioned SAS URL in AzCopy commands: ?sv=2021-10-04&si=publicdata&sr=c&sig=f034UWz1xmMbk89jd76zY0M%2BwycFDhhumejUrjqlfIw%3D

Two AzCopy commands are explained:

  • Download a file
    Syntax: azcopy.exe copy <source location> <target location>
    Example: azcopy.exe copy "https://emidatasets.blob.core.windows.net/publicdata/Datasets/Wholesale/MappingsAndGeospatial/NetworkSupplyPointsTable/20230404_NetworkSupplyPointsTable.csv??sv=2021-10-04&si=publicdata&sr=c&sig=f034UWz1xmMbk89jd76zY0M%2BwycFDhhumejUrjqlfIw%3D" "C:\Temp"

3. Programmatic access - download lots of files

This method is best if you want to automatically download large numbers of files into your own system.

The blob storage endpoint to use is the same as in the Azure Storage Explorer directions above, or you can directly access the storage container at: https://emidatasets.blob.core.windows.net/publicdata?restype=container&comp=list

We provide three examples of programmatically accessing datasets:

Here is some reference information:

Datasets

Access the original data files used in our data charts and dashboards.