-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Describe the bug
The LUDU Overrides table developed by SANDAG to apply post-hoc corrections to prior LUDU releases operates via the [LCKey] identifier, the granular identifier of records in SANDAG's Land Use and Dwelling Unit layer. Unfortunately, from 2016-2019 the identifier was removed and replaced with [subParcel] as a unique identifier. This means we are unable to apply LUDU overrides to the 2016-2019 LUDUs when developing intercensal 2010-2019 Estimates.
To Reproduce
Review the available fields in the 2016-2019 LUDU and LUDU Points tables. There is no [LCKey] field. The only mapping currently available in the LUDU Overrides table is built on [LCKey].
Expected behavior
The LUDU Overrides table needs to be able to be applied to the 2016-2019 LUDUs both now and into the future as more overrides are added to the table.
Potential resolution
There are two potential resolutions
- The GIS team recreates
[LCKey]s for 2016-2019 that are consistent with the[LCKey]s from 2010-2015 and 2020-2024 such that the LUDU Overrides table can be applied correctly. - The GIS and E&F teams add
[subParcel]to the LUDU Overrides table for current entries and all future overrides that apply to 2016-2019.