Skip to content

Personal analysis of the "Solar home electricity" dataset from Ausgrid

License

Notifications You must be signed in to change notification settings

pierre-haessig/ausgrid-solar-data

Repository files navigation

Ausgrid - Solar home electricity data

Personal repository on the analysis of the Solar home electricity dataset, made available by Ausgrid (an Australian electric utility which owns and operates the distribution grid in Sidney and nearby areas in New South Wales, cf. their network area map).

This work is available under a CC BY 4.0 license.

A detailed description of the dataset is available in the article published by the original creators of the dataset: E. L. Ratnam, S. R. Weller, C. M. Kellett, and A. T. Murray, “Residential load and rooftop PV generation: an Australian distribution network dataset,” International Journal of Sustainable Energy, 2017. DOI: 10.1080/14786451.2015.1100196

Notice that there is no link between the authors of the dataset and me (Pierre Haessig) the author of this analysis. I am just very grateful they made this great dataset available. I have used a subset of this data in my Solar home control bench project.

Dataset exploration

The dataset if quite rich, with records from 300 customers, with 2-3 channels for each customer:

  1. "GG": PV production
  2. "GC": electricity consumption
  3. "CL": offpeak-controlled consumption (for some customers only).

Preliminary exploration is in [Solar home exploration.ipynb](Solar home exploration.ipynb). This notebook includes:

  • how to read the orginal csv yearly files

  • how to reshape the data in nicer "timeseries-friendly" format:

    • columns are customer/channel (using pandas.MultiIndex)
    • rows are the records for each datetime (regular sampling every 30 minutes)

Slicing the dataset

Thanks to this (not so trivial) reshaping, it gets easy to access slices of the data (cf. code in the notebook).

  • Slicing example 1: all the three measurement channels for a given customer:

Customer 1 in July 2011

  • Slicing example 2: extract the PV production channel for a set of customers (here 3 randomly chosen customers):

PV production in July 2011 for 3 customers

Dataset statistics

Finally, the notebook contains many statistics about the production (e.g. yield of PV production), the consumption ("size" of the customers), and the correlation of those. Main stats:

  • Most PV systems are between 1 and 2 kWp (80 %). Biggest is 10 kWp
  • Peak consumption of each customer is between 3 and 11 kW. Biggest is 15 kW. The energy to peak load ratio is between 600 and 1300 hours/year (average 1000 h). A few above 1500 h/y.

A crude attempt to relate the correlation of PV production accross sites as a function of distance is also provided:

Correlation of PV production vs distance

Postcode location

The location of each record is given by a postcode only. To enable quantitative study of the spatiotemporal pattern in PV production, I've tried to locate this postcodes. Notebook [Postcodes location.ipynb](./Postcodes location.ipynb) contains Python code to locate these postcodes. It uses Google Maps Geocoding API. Map plotting is done with cartopy.

The result of this location analysis is stored in the CSV table postcodes.csv.

Extracted from this notebook, here is an overview of the locations of the postcodes present in the dataset (in Australia, NSW). Red rectangles are the boundaries of each postcode, as returned by Google maps (small in urban areas along the coast, gigantic otherwise): Locations of the postcodes present in the dataset (in Australia, NSW)

About the dataset

Solar home electricity dataset is available as 4 zip archives, 60 MB in total. See download links below. Also, each archive contains additional notes about the data.

Dataset description text cited from Ausgrid dataset webpage, accessed April 2017:

We are sharing solar home electricity data to help with analysis by research organisations, solar companies, government and regulators as well as other interested parties.

The customers in these datasets have been de-identified and do not represent a statistically relevant sample of residential customers in the Ausgrid network area and have not undergone detailed checks for occupancy. Typically, households that install solar systems own their home and live in separate houses with the available roof space needed to install a solar power system, as opposed to apartments.

If you have any inquiries about this data or would like to provide feedback, including how the data is being used by your organisation and how useful it is, please email sharinginformation@ausgrid.com.au.

a) Solar home half-hour data

The half-hour electricity data is for 300 homes with rooftop solar systems that are measured by a gross meter that records the total amount of solar power generated every 30 minutes.

The data has been sourced from 300 randomly selected solar customers in Ausgrid’s electricity network area that were billed on a domestic tariff and had a gross metered solar system installed for the whole of the period from 1 July 2010 to 30 June 2013. The customers chosen had a full set of actual data for the period from 1 July 2010 to 30 June 2011, gathered through our meter reading processes. We also undertook some data quality checking and excluded customers on the high and low ends of household consumption and solar generation performance during the first year.

Download:

each file is about 15 MB zipped, 64 MB unzipped

b) Solar home monthly data

The monthly electricity data is for 2,657 solar homes with rooftop solar systems that have a gross metering configuration. Data is provided over the period from 1 January 2007 to 31 December 2014 and therefore includes periods of household electricity use before the solar system was installed. In addition, a dataset of 4,064 non-solar homes is provided over the same time period in order to compare electricity usage patterns between the two datasets.

Download:

About

Personal analysis of the "Solar home electricity" dataset from Ausgrid

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published