diff --git a/data/hts/edgt_44/filtered.py b/data/hts/edgt_44/filtered.py index 8f2e73c..df52ab8 100644 --- a/data/hts/edgt_44/filtered.py +++ b/data/hts/edgt_44/filtered.py @@ -9,7 +9,7 @@ def configure(context): context.stage("data.hts.edgt_44.cleaned") context.stage("data.spatial.codes") - context.config("filter_hts",False) + context.config("filter_hts",True) def execute(context): filter_edgt = context.config("filter_hts") df_codes = context.stage("data.spatial.codes") diff --git a/data/hts/edgt_lyon/filtered.py b/data/hts/edgt_lyon/filtered.py index fa1e6cb..cf95768 100644 --- a/data/hts/edgt_lyon/filtered.py +++ b/data/hts/edgt_lyon/filtered.py @@ -19,7 +19,7 @@ def configure(context): context.stage("data.spatial.codes") - context.config("filter_hts",False) + context.config("filter_hts",True) def execute(context): filter_edgt = context.config("filter_hts") df_codes = context.stage("data.spatial.codes") diff --git a/data/hts/egt/filtered.py b/data/hts/egt/filtered.py index 9bdfc81..29f0660 100644 --- a/data/hts/egt/filtered.py +++ b/data/hts/egt/filtered.py @@ -10,7 +10,7 @@ def configure(context): context.stage("data.hts.egt.cleaned") context.stage("data.spatial.codes") - context.config("filter_hts",False) + context.config("filter_hts",True) def execute(context): filter_egt = context.config("filter_hts") df_codes = context.stage("data.spatial.codes") diff --git a/data/hts/entd/filtered.py b/data/hts/entd/filtered.py index 6d9bfe9..e9bb2ca 100644 --- a/data/hts/entd/filtered.py +++ b/data/hts/entd/filtered.py @@ -10,7 +10,7 @@ def configure(context): context.stage("data.hts.entd.cleaned") context.stage("data.spatial.codes") - context.config("filter_hts",False) + context.config("filter_hts",True) def execute(context): filter_entd = context.config("filter_hts") df_codes = context.stage("data.spatial.codes")