There is a need to merge VPU level gpkgs into a national dataset. This requires the following three things:
Create nationally unique identifiers for all features
Reassign the ID and toIDs across all data layers
Ensure that cross-VPU flows are accounted for (e.g. VPU 1OU flow to 10L)
In the nextgen workflow this will be applied as a first step on the uniform aggregation artifacts before being passed on to the nexus_topology creation. There is a chance that the cross VPU flows will cause the nexus topology to error out since - from the VPU perspective - data is flowing to an ID that "doesn't" exist.
This has been mostly resolved, but right now some ids are getting cast to scientific notation (e.g. cat-3e+05). Need a forced numeric conversion prior to appending prefix.
There is a need to merge VPU level gpkgs into a national dataset. This requires the following three things:
In the
nextgen
workflow this will be applied as a first step on the uniform aggregation artifacts before being passed on to the nexus_topology creation. There is a chance that the cross VPU flows will cause the nexus topology to error out since - from the VPU perspective - data is flowing to an ID that "doesn't" exist.EDITS: