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

Using a pyt instead of tbx #228

Closed JRosenfeldIntern closed 7 years ago

JRosenfeldIntern commented 7 years ago

I've built a Python toolbox as opposed to the .tbx for Data Assistant.

This will

Along with other possible improvements. It's a good foundation to build off of. With this change, I've also made large changes to the scripts that are called. None of the scripts have if name == 'main' anymore and a large chunk of them no longer have any global variables. I've also rendered some of the many scripts obsolete to slim down how many there are.

They aren't totally cleaned up but they're definitely better. I'll be adding a pull request implementing this soon.