Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

ealgis/obsolete-aus-census-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EAlGIS - Australian Census 2016

(To find out what EAlGIS is, see https://github.com/ealgis/ealgis/)

Importing the census

Run:

docker-compose run dataloader /bin/bash
./load.sh

If you have not already downloaded the census, it will be downloaded and extracted.

Once that has run successfully, consult the output and run pg_restore on ./tmp/aus_census_2016 into your actual EAlGIS database. Don't forget to run VACUUM ANALYZE; too.

pg_restore --username=postgres --dbname=postgres /app/aus_census_2016

About

Australian Census 2016 data loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published