In ArcGIS Pro, parcels bounded by LineStrings (used for natural boundaries) don’t have their calculated areas computed correctly.
For example:
Idea / Enhancement Request:
It would be extremely helpful if ArcGIS Pro could correctly calculate parcel areas that include LineStrings as boundaries — accounting for their geometry properly, rather than using straight-line COGO distances.
This enhancement would allow cadastral users who work with natural boundaries to maintain accurate parcel areas without manual correction or loss of calculated area information.
The Calculated Area field is designed to calculate the area from the COGO measurements, if they all exist. The COGO measurements are usually in 'ground' units and reflect the real ground area. For quality assurance purposes, this area can be compared with:
Questions:
1 & 4. The CPDM schema already supports line-type classification through CPDM_LineType, so the ability to identify natural boundaries (and other types such as road frontage) is effectively already present in the data model. I understand that this is not part of the base Parcel Fabric schema.
2. Inversing COGO for each small segment of a LineString could generate a more accurate area, but you raise a valid concern: doing so would mix true “ground” COGO values with derived “grid” COGO values, which undermines the integrity of the calculation.
3. What we ultimately need is a way to retrieve the original area that was calculated when the parcel was first created. At the moment, if a parcel includes a LineString, there is no mechanism to view or preserve that initial area.
The legal document does not always provide a Stated Area.
The Shape Area may change over time—for example, after a least squares adjustment, or when a neighbouring parcel modifies a shared boundary in a way that alters the geometry and therefore the area.
I look forward to your insights and to any proposed solutions on this issue.
Thank you!
What is a 'Natural Boundary?
Since the 'CPDM_LineType' is specific to your information model, we could:
Area Calculation
Since COGO values are assumed in 'Ground', and inversing the natural boundaries will be in 'Grid', we could rely on the 'Scale' field to reduce the dimensions to theoretical 'ground'. Would this work?
'Original Area' concern
What would prevent the area from being calculated again, after you run LSA, if you were to fix a data issue and build that extent again?
What is a ‘Natural Boundary’?
I would prefer option 1, as long as the system can differentiate between a multi-vertex line that is a true LineString (representing a natural boundary) versus a line that is multi-vertex only because it has been cracked by topology.
If that distinction isn’t possible, then option 2 would work.
Area Calculation
Yes, that would work. We store Rotation and Scale on both the Lines and the Record. (We also use the GroundToGridFromActiveRecord add-in and attribute rule to keep them in sync.)
‘Original Area’ Concern
How does LSA handle LineStrings?
Does it retain the LineString’s actual geometry, or does it stretch/adjust it to fit surrounding lines?
Guessing natural boundaries can be problematic for many customers who have data quality issues: polylines that have many vertices. For example, curves that got rubbersheeted over the years, or cadastral agencies that use polylines instead of 2 point lines.
'Original Area'
LSA strectches the natural boundaries to the new point location as you can see here.
Before:
After applying LSA (red is the original location):
That means that if you run LSA and then use Build Extent, the calculated area will change from the "original" area.
When Mizuki said this in an earlier comment "What we ultimately need is a way to retrieve the original area that was calculated when the parcel was first created" I think it caused a bit of confusion.
If the Calculated Area field could be calculated successfully when the parcel was originally created, we could push that value into the Stated Area field, which would not change as a result of an LSA or an alignment.
So, your question, "What would prevent the area from being calculated again, after you run LSA, if you were to fix a data issue and build that extent again?", would not really need to be a factor. We can have a validation rule that identifies parcels where StatedArea and CalculatedArea or ShapeArea are drastically different, so I am not not concerned about that.
I don't want for confusion around this 'original area' conversation to detract from the purpose of this post, which is for Pro to be able to do a CalculatedArea calculation that takes natural boundaries into effect and does not simply use the crow flies distance.
I think your idea to inverse the COGO values for each small line segment and rely on the 'Scale' field to reduce the dimensions to theoretical 'ground' would result in exactly what this post is asking for. @MizukiKayano2 would you agree?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.