Esri / data-assistant

ArcGIS Pro Add-in that assists in emergency management, local government and state government data aggregation workflows.
Apache License 2.0
22 stars 8 forks source link

Python Toolbox Pull Request #231

Closed JRosenfeldIntern closed 7 years ago

JRosenfeldIntern commented 7 years ago

This PR implements a python toolbox in lieu of the tbx (referenced in #228 ).

In addition, it adds back-end infrastructure for the future for validation (referenced in #230 )

There are also several minor bug fixes that are implemented

There is also a half-fix for #208. When a feature layer is use for new file configuration, a layer file is made from it and placed in the xml location. DA will then respect the definition query placed on that feature layer. This is a half solution since multiple xml files in the same location with the same input but different definition queries would break this. I have a better solution that has yet to be implemented but is laid out in the issue.

pLeBlanc93 commented 7 years ago

python changes look good