NYCPlanning / db-zoningtaxlots

Zoning Tax Lot Database (ZTLDB) -- associates zoning designations with lots from the Department of Finance Digital Tax Map
https://edm-data-engineering.nycplanningdigital.com/?page=Zoning+Tax+Lots
0 stars 0 forks source link

Removing logic to handle overlapping special districts #101

Closed AmandaDoyle closed 3 years ago

AmandaDoyle commented 3 years ago

Remove the logic to handle overlapping special districts. TRD has created a single special district polygon to handle these cases, e.g., "125th/TA"

mgraber commented 3 years ago

@AmandaDoyle this logic? https://github.com/NYCPlanning/db-zoningtaxlots/blob/0fdc2607b98acda830fb8c10e47b1b7bb6bafd31/sql/area_specialdistrict.sql#L64-L93

AmandaDoyle commented 3 years ago

@mgraber Yes. That chuck of code can be commented out.