We're trying to devise a way of creating data from scratch in a parcel fabric for complete county realignments in ArcGIS Pro, rather than convert existing datasets into pro that are plagued with massive geometry issues.
Our approach would be to re-cogo all subdivisions and parcels from survey's and legals so as to have the data completely created in the fabric from records. One obstacle we see to this is when it comes to capturing parcel attribute data from the input parcel polygons as a means of transfering a parcel number (name) from the input dataset to the target in the fabric.
We figured one approach would be to convert input parcel polygons to centroid point features, then buffer the features to polygons, then copy the polygons to the parcel dataset in the fabric and change the IsSeed attribute to Yes. Then of course, we would either run a build or reconstruct from seeds. But the buffer circle polygons we tested do not get expanded to the proper polygon geometries as expected when you normally build from seeds.
So we surmise that our circular polygons coming form the input parcels are not being recognized as seeds. Is there a way to manipulate those input polygons, so we can simply have the attribute data easily ported over from the pre-fabric parcel geometries to the realigned new geometry in the fabric?
We know one way would to be to do a spatial query. We also had a spatial attribution tool in desktop that isn't currently compatible with pro. I wonder why there isn't a simple tool in Pro to spatially capture attributes (in mass, not with long-winded attribute transfer) from one source dataset and migrate the attributes to intersecting features of another dataset, or perhaps we aren't aware of such a tool and need to be shown the way.