Skip to content

Commit

Permalink
Merge pull request #582 from CartoDB/577-Add_AU_2016_geo_and_data
Browse files Browse the repository at this point in the history
Add AU 2016 to DO
  • Loading branch information
antoniocarlon committed Oct 16, 2018
2 parents 1012d05 + 5298599 commit 78b74b9
Show file tree
Hide file tree
Showing 14 changed files with 33,367 additions and 297 deletions.
12 changes: 9 additions & 3 deletions Makefile
Expand Up @@ -267,12 +267,18 @@ meta:
###

### au
au-all:
make -- run au.data.BCPAllGeographiesAllTables --year 2011
au-all-2011:
make -- run au.data.XCPAllGeographiesAllTables --year 2011

au-geo:
au-geo-2011:
make -- run au.geo.AllGeographies --year 2011

au-all-2016:
make -- run au.data.XCPAllGeographiesAllTables --year 2016

au-geo-2016:
make -- run au.geo.AllGeographies --year 2016

### br
br-all: br-geo br-census

Expand Down
2 changes: 2 additions & 0 deletions lib/columns.py
@@ -1,6 +1,8 @@
import json
from collections import OrderedDict
from lib.logger import get_logger

LOGGER = get_logger(__name__)

CONDITIONS = "conditions"
EXCEPTIONS = "exceptions"
Expand Down

0 comments on commit 78b74b9

Please sign in to comment.