Standardized Zoning Schema

Our schema is also available as a downloadable spreedsheet here: Regrid Product Schemas


FieldNameDescriptionDatatype
zoning_idZoning IDPrimary key ID of the area. Not stable between updates.integer
zoningZoning CodeCity, township, or county zoning classification.text
zoning_descriptionZoning DescriptionCity, township, or county zoning name.text
zoning_typeStandardized Zoning TypeHigh-level type of zoning.text
zoning_subtypeStandardized Zoning SubtypeSpecific type of zoning.text
zoning_objectiveZoning GuideA textual description of the intended character and objectives of a zone as per the zoning ordinance.text
zoning_code_linkZoning Code LinkLink to full zoning ordinance.text
permitted_land_usesLand Use ClassesA JSON object containing lists of use types.text
permitted_land_uses_as_of_rightPermitted Land Uses as of RightFlags if a type of activity or use is permitted by right according to the zoning district.text
permitted_land_uses_conditionalPermitted Land Uses ConditionalFlags if a type of activity or use is permitted according to the zoning district by conditional use permit.text
min_lot_area_sq_ftMinimum Lot AreaMinimum lot size in square feet that a lot must be for subdivision to be approved.double precision
min_lot_width_ftMinimum Lot WidthMinimum lot width in feet that a lot must be for a subdivision to be approved.double precision
max_building_height_ftMaximum Building HeightMaximum building height in feet that a building can be erected.double precision
max_farMax FARMaximum floor area ratio: the ratio of the total gross floor area to the lot area.double precision
min_front_setback_ftMinimum Front SetbackRequired distance in feet that a development must be set back from a front lot line.double precision
min_rear_setback_ftMinimum Rear SetbackRequired distance in feet that a development must be set back from a rear lot line.double precision
min_side_setback_ftMinimum Side SetbackRequired distance in feet that a development must be set back from a side lot line.double precision
max_coverage_pctMaximum CoveragePercent of the total lot that can be covered by buildings.double precision
max_impervious_coverage_pctMaximum Impervious CoveragePercent of the total lot that can be covered by buildings and impervious surfaces.double precision
min_landscaped_space_pctMinimum Landscaped SpaceMinimum percent of the total lot that must provide green space or landscaping.double precision
min_open_space_pctMinimum Open SpaceMinimum percent of the total lot that must provide open space.double precision
max_density_du_per_acreMaximum Dwelling Unit DensityMaximum dwelling units per acre.double precision
zoning_data_dateZoning Data DateDate the zoning data was processed. Does not indicate the date the ordinance was passed or effective.date
municipality_idMunicipality IDUnique ID for the municipality in the zoning dataset.integer
municipality_nameMunicipality NameName of the municipality.text
geoidCounty GeoID (FIPS)A 5 digit county id number, consisting of the 2 digit FIPS state code + the 3 digit FIPS county code.text

Did this page help you?