Skip to content

ToolsForRadicals/morph-division-postcode-correspondence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A mapping of Australian postcodes to federal electorates according to the Australian Electoral Commission.

The redistributedElectorate column of the data is the electorate which will be used at the next federal electorate for the given locality. For states where there was no redistribution the column will be blank.

To get a consolidated list of electorate/postcode mappings for the next election:

select distinct state, suburb, postcode, coalesce(nullif(redistributedElectorate,""), electorate) as electorate from data

Pull requests welcome.

This is a scraper that runs on Morph. To get started see the documentation.

About

Scrapes AEC for electorate/postcode mapping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%