Description: Consolidated zoning land-use matrix. Primary generated zoning layer containing zoning geography and calculated land-use permission attributes. This layer represents the consolidated output used to answer “What can you do here?” zoning questions. It starts from current SDE zoning outside MTC areas, removes current zoning areas that are superseded by matching ZBL planned-development byproducts, appends PD records derived from the ZBL/current-zoning intersect, appends MTC records from the SDE MTC layer, and calculates land-use status fields plus summary buckets. Source data includes SDE Zoning (sde.SDE.Zoning\sde.SDE.Zoning), SDE MTC (sde.SDE.Planning\sde.SDE.MTC), ZBL_aliased geodatabase layer, Use_Table.xlsx, and Use_Table - PD Test.xlsx. Processing lineage: Created as zoning_uses in the script. Non-MTC zoning is selected from SDE zoning; ZBL intersections are selected where the zoning ordinance matches the ZBL ordinance; matched current zoning is erased; PD features are appended with ZoningType formatted as PD_<ordinance>_<PD zone>; MTC features are appended from SDE MTC excluding Pedestrian A and Pedestrian B. Use values are calculated from standard and PD Excel use tables. Update frequency: Regenerate after updates to SDE zoning, MTC, ZBL_aliased, standard use tables, or PD use tables. Review unmatched ordinances, missing PD sheets, and warnings emitted by the Python script.
Copyright Text: Created and maintained by the City of McKinney GIS Department, Planning Department
Description: Byproduct layer from the ZBL/current-zoning intersect where the ZBL record has no PDZONE value. Source data includes SDE Zoning (sde.SDE.Zoning\sde.SDE.Zoning), SDE MTC (sde.SDE.Planning\sde.SDE.MTC), ZBL_aliased geodatabase layer, Use_Table.xlsx, and Use_Table - PD Test.xlsx. Processing lineage: Created after PairwiseIntersect between ZBL_aliased and full_zoning. Records are selected where the zoning ordinance field equals the ZBL ordinance field and PDZONE is null or blank. State summary fields are calculated from the script’s ZBL_BUCKET_FIELDS list. Update frequency: Regenerate after updates to SDE zoning, MTC, ZBL_aliased, standard use tables, or PD use tables. Review unmatched ordinances, missing PD sheets, and warnings emitted by the Python script.