Data Dictionary
  • 12 Oct 2023
  • PDF

Data Dictionary

  • PDF

Article Summary

zoning2

Introduction

The LightBox Zoning Data product is made up of three data files:

  1.  Zoning Table
  2.  Zoning Boundary 
  3.  Zoning Coverage

Delivery Format

  • The LightBox Zoning product is delivered by state within a FGDBfor each state.
    • Contents:
      • A table feature class (zoning table) 
      • A polygon feature class (zoning boundary)
      • A polygon feature class (zoning coverage)
  • Spatial data is stored in WGS 1984 EPSG:  4362
  • Notes:
    • We do not index any fields due to file size bloat.
    • It is suggested that an index is created for the PARCEL_LID field in the zoning table for efficient matching to the SmartFabric parcel data.
    • Upon request we can deliver the data in a flat .csv format

Data Dictionary Downloads


Zoning Table

The zoning table is meant to be used alongside the SmartFabric parcel layer. This table does not contain any spatial information rather it is meant to be joined/linked to the SmartFabric parcel layer using the PARCEL_LID field in both respective tables. 

Pro Tip:
These are large files and out of the box they do not contain any field indexes. It is suggested to create an index on the PARCEL_LID field in both, the SmartFabric parcel layer and the Zoning table. This will allow for efficient joins regardless on what system you store your data in.

Zoning Table Fields

Field NameDescriptionData typeExample
PARCEL_LIDDistinct ID of Parcelstring020001Z800IQY5M96Q3EUF
INTERSECT_PCTPercentage of Parcel that is intersected by zoning boundaryint86
FIPS_CODECounty Fips codestring06037
JURISDICTION_IDGEO_ID of the governing jurisdictionstring0644000
JURISDICTION_FULL_NAMEJurisdiction namestringLos Angeles
JURISDICTION_TYPEJurisdiction typestringcity
ZONING_TYPEType of zoning boundary, Base or overlaystringBase
ZONING_CODEZoning codestringR-80
ZONING_CODE_UNFORMATTEDUnformatted zoning codestringr80
ZONING_CODE_LABELJurisdiction label for attributestringZone Class, Zone Code, Zoning Classification
ZONING_CATEGORYLightBox standardized zoning categorystringCommercial
ZONING_DISTRICTMain Category, DistrictstringCommercial
ZONING_DISTRICT_LABELJurisdiction label for attributestringDistrict
ZONING_DESCRIPTIONDescription of zone codestringNeighborhood Commercial District
ZONING_DESCRIPTION_LABELJurisdiction label for attributestringDescription
ZONING_SUMMARYZoning Intent, Purpose stringTo provide for the development of regional-serving retail, personal service, and office uses. This district is not intended to be located in areas of low density residential development
ZONING_SUMMARY_LABELJurisdiction label for attributestringZoning Intent, Purpose 
ZONING_DENSITY_FARZoning density/ Floor Area Ratio (FAR)float2
ZONING_DENSITY_FAR_FULL_DESCRIPTIONFull Description of Density/FARstring2.0 ; 1 du/acre
ZONING_DENSITY_FAR_LABELJurisdiction label for attributestringMax Floor Area Ratio, Maximum FAR, FAR, Zoning Density
MAXIMUM_SITE_COVERAGE_PERCENTMaximum site coverage in percent of coverageint90
MAXIMUM_SITE_COVERAGE_FULL_DESCRIPTIONFull Description of Max Site Coverage in percent of coveragestring90 percent
MAXIMUM_SITE_COVERAGE_LABELJurisdiction label for attributestringMaximum Building Coverage, Maximum Lot Coverage, Maximum Impervious Surface, Max site coverage
MINIMUM_LOT_AREA_PER_DWELLING_UNITMinimum lot area per dwelling unitint
MINIMUM_LOT_AREA_PER_LOTMinimum lot area per lotint43560
MINIMUM_LOT_AREA_FULL_DESCRIPTIONFull description of the minimum lot area in sq ftstring43,560 sq ft
MINIMUM_LOT_AREA_LABELJurisdiction label for attributestringMinimum Lot Size, Minimum Lot size per dwelling unit, minimum lot area
FRONT_SETBACK_IN_FEETFront set back in ftint10
FRONT_SETBACK_FULL_DESCRIPTIONFull description of set back in ftstring10 ft; 20 ft from a residential district
FRONT_SETBACK_LABELJurisdiction label for attributestringMinimum Lot Frontage, Minimum Yard Set back Front,  Minimum front Set Back
SIDE_SETBACK_IN_FEETSide set back in ftint5
SIDE_SETBACK_FULL_DESCRIPTIONFull description of setback in ftstring5 ft
SIDE_SETBACK_LABELJurisdiction label for attributestringMinimum Yard Set back Side, Minimum side Set Back, Corner Side Set Back, 
REAR_SETBACK_IN_FEETRear setback in ftint25
REAR_SETBACK_FULL_DESCRIPTIONFull description of setback in ftstring25 ft
REAR_SETBACK_LABELJurisdiction label for attributestringMinimum Yard Set back Rear, Minimum Rear Set Back
MAXIMUM_BUILDING_HEIGHT_IN_FEETMaximum Building Height in ftint30
MAXIMUM_BUILDING_HEIGHT_IN_STORIESMaximum Building Height in storiesfloat2.5
MAXIMUM_BUILDING_HEIGHT_IN_TIMES_BUILDABLE_AREAMaximum Building Height in times of buildable areaint5
MAXIMUM_BUILDING_HEIGHT_FULL_DESCRIPTIONFull description of Maximum Building Height string30 ft, 2.5 stories
MAXIMUM_BUILDING_HEIGHT_LABELJurisdiction label for attributestringMaximum Height, Maximum Building Height 
ORDINANCE_DOCUMENT_URLDocument containing full ordinance informationstringhttps://library.municode.com/md/prince_george's_county/codes/code_of_ordinances?nodeId=PTIITI17PULOLAPRGECOMA_SUBTITLE_27ZO
ORDINANCE_VINTAGEPublish date of ordinance documentdate5/30/2019
PERMITTED_USESList of all permitted usesstringPermitted uses include but are not limited to: Religious Facility, Gas Station, Bank, General Retail, Housing - Group, Housing - Multiple Units, Housing - Senior, Housing - Student, Office, Educational / School
BOUNDARY_VINTAGEPublish date of Zoning boundary when availabledate4/20/2021

Zoning Boundary

Zoning Boundary layer (polygon) is provided for mapping and analytic purposes. It carries a narrower set of fields focusing on the zoning type, code, and description. We also include the zoning category that normalizes the data for cross jurisdiction queries.

Pro Tip:
As mentioned above there are no field level indexes provided out of the box. If you are querying on a field most of the time, it is best practice to apply a field index on that field for better query performance.

Zoning boundary fields

Field NameDescriptionData typeExample
ZONING_BOUNARY_IDUnique ID for the zoning boundary

STATE_ABVState abbreviationstringCA
ZONING_TYPEtype of zoning boundary, Base or overlay (from zoning boundary).stringBase
ZONING_CODEZoning codestringR-80
ZONING_CODE_UNFORMATTEDunformatted zoning codestringr80
ZONING_CATEGORYLightBox standardized zoning categorystring
ZONING_DESCRIPTIONDescription of zoning codestringNeighborhood Commercial District
BOUNDARY_VINTAGEPublish date of Zoning boundary when availabledate4/20/2021
GEOMETRYZoning polygon Geometrygeometry

Zoning Coverage

Zoning Coverage layer (polygon) is provided to give you an idea of our coverage. 

Zoning coverage fields

Field NameDescriptionData typeExample
JURISDICTION_IDGEO_ID of the governing jurisdictionstring0644000
STATE_ABVState abbreviationstringCA
JURISDICTION_FULL_NAMEJurisdiction namestringLos Angeles
JURISDICTION_TYPEJurisdiction typestringcity
ORDINANCE_COVERAGEFlag fields for zoning ordinance data coverage:
 'YES' - LightBox has zoning data for this jurisdiction.
 'NO' -  LightBox don't have zoning data for this jurisdiction.
 'PARTIAL' - LightBox has part of zoning data for this jurisdiction.
 'UNZONED' - LightBox confirmed that this jurisdiction has no zoning governance.
stringYES
ZONING_MAP_COVERAGEFlag fields for zoning map coverage:
 'YES' - LightBox has zoning data for this jurisdiction.
 'NO' -  LightBox don't have zoning data for this jurisdiction.
 'PARTIAL' - LightBox has zoning data for part of this jurisdiction.
 'UNZONED' - LightBox confirmed that this jurisdiction has no zoning governance.
stringYES
GEOMETRYJurisdiction Geometrygeometry

Was this article helpful?