示例#1
0
 def requires(self):
     return {
         'sections': SectionTags(),
         'subsections': SubsectionTags(),
         'source_license': SourceLicenseTags(),
         'boundary': BoundaryTags()
     }
示例#2
0
 def requires(self):
     return {
         'sections': SectionTags(),
         'subsections': SubsectionTags(),
         'source': TigerSourceTags(),
         'license': LicenseTags(),
         'boundary': BoundaryTags(),
     }
示例#3
0
 def requires(self):
     return {
         'subsections': SubsectionTags(),
         'sections': SectionTags(),
         'source': MiddleLayerSuperOutputAreasSourceTags(),
         'license': LicenseTags(),
         'boundary': BoundaryTags(),
     }
示例#4
0
 def requires(self):
     return {
         'subsections': SubsectionTags(),
         'sections': SectionTags(),
         'license': LicenseTags(),
         'boundary': BoundaryTags(),
         'uk_census_sources': SourceTags()
     }
示例#5
0
 def requires(self):
     return {
         'geom_columns': GeomColumns(year=self.year),
         'sections': SectionTags(),
         'subsections': SubsectionTags(),
         'source': TigerSourceTags(),
         'license': LicenseTags(),
         'boundary': BoundaryTags(),
     }
示例#6
0
 def requires(self):
     return {
         'subsections': SubsectionTags(),
         'sections': SectionTags(),
         'boundary_type': BoundaryTags()
     }