Esri / developer-support

Proof of concept developer code and samples to help be successful with all ArcGIS developer products (Python, NET, JavaScript, Android…). The repository is designed to be an exchange for sharing coding conventions and wisdom to developers at all skill levels.
Apache License 2.0
266 stars 164 forks source link

First Contribution: Re-Write of the count_multipart_features script #382

Closed hwelch-fle closed 6 months ago

hwelch-fle commented 7 months ago

Implementation of some more Pythonic design patterns to the original script. More information on specifics in the README

Summary: Move operations for validation and processing of a featureclass into a new Feature object. Reduced most of the actual processing of the features into a single dictionary comprehension