You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a PLSSQuarterSections_GCDB polygon that has zero area but some length. Although the polygon is messed up, it doesn't come back None in _hash. After project_management happens, the bad polygon turns into a null geometry.
Here are 3 possible solutions:
Check the count after project with arcpy.management.GetCount and treat it as the destination count.
Count null geos exlcuded in add and use them in the count check
Let null geo into the destination data and keep counting as we are now.
The text was updated successfully, but these errors were encountered:
There is a PLSSQuarterSections_GCDB polygon that has zero area but some length. Although the polygon is messed up, it doesn't come back
None
in _hash. After project_management happens, the bad polygon turns into a null geometry.Here are 3 possible solutions:
arcpy.management.GetCount
and treat it as the destination count.add
and use them in the count checkThe text was updated successfully, but these errors were encountered: