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