Skip to content

ealgis/postgresql_dumps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

EALGIS Data Loader: PostgreSQL Dumps

PostgreSQL database dumps generated from EALGIS's data loaders.

Download the dump files from below and restore them into your database.

Data Loaders

Pre-requisites

Dumps

These dumps come from PostgreSQL 10.7 and PostGIS 2.5.

2016 Census

2011 Census

Australian Electorates

Australian Statistical Geography Standard

Process

  1. Download one or more set of dumps
  2. Run pg_restore for each dump e.g. pg_restore --host=localhost --username=postgres --dbname=your-database-name /path/to/your/folder/dumps/aus_census_2016_gcp.dump and enjoy!
  3. Run VACUUM ANALYZE on each of the database schemas that were loaded (e.g. aus_census_2016_gcp, aus_census_2016_pep)

Data Licenses

Incorporates or developed using Census data from the Australian Bureau of Statistics under Creative Commons Attribution 4.0 International licence (CC BY 4.0).

Incorporates or developed using Australian Statistical Geography Standard data from the Australian Bureau of Statistics under Creative Commons Attribution 4.0 International licence (CC BY 4.0).

Incorporates data from Australian federal and state electoral commissions. Refer to Australian Electorates.

Data Customisation

Census metadata files have been customised to fix some of their known minor limitations. The most notable are:

  • ABS metadata statements have been parsed through our data loaders to turn the provided XLS files into a queryable JSON structure. As always, please refer back to the source metadata.

About

PostgreSQL dumps from EALGIS's data loaders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published