Skip to content

Source and destination count not matching #276

@keatonwalker

Description

@keatonwalker

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:

  1. Check the count after project with arcpy.management.GetCount and treat it as the destination count.
  2. Count null geos exlcuded in add and use them in the count check
  3. Let null geo into the destination data and keep counting as we are now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions