Releases: gdherbert/DataPillager
SSL error fix
Skip SSL Certification to resolve issue with Python 3.6/3.7 in ArcGIS Pro with some installs. Tool reports an error with [SSL_CERTIFICATE_VERFY_FAILED]. Issue is related to lacking SSL CA Cert on the machine. Until a permanent fix is established, this release skips SSL cert verification.
Important Pro fix and add Desktop folder
Important fix to imports for ArcGIS Pro urllib, add folder of older dekstop software for easier transition, remove redundant items
ArcGIS Pro version
ArcGIS Pro version of the Data Pillager, use the ArcGIS Pro version toolbox. Breaking change, will not run in ArcGIS Desktop. Does not create a layer file in this release.
Last Desktop update
Last ArcGIS Desktop update. Compatible with ArcGIS Desktop 10.3 and up. The main branch will switch to ArcGIS Pro and Python 3 from this point on.
Add table handling
Adds ability to handle a table service as well as feature class. Also a nicer check for existence of drawingInfo - will skip creating a layer file if this doesn't exist rather than throwing an error
Additional functionality 10.3
Added query parameter, added ability to walk folders and multiple layers from single entry point, updated the authentication approach to fix bug with non standard server name, and a general refactoring of the code.
ArcGIS 10.3 and up compatible
Added ability to write out a layer file from the service description (layer file matches service symbology). This functionality is only available in ArcGIS 10.3 onwards, so the 10.1 toolbox was removed. If you need 10.1 compatibility please see the v1.0 release
ArcGIS 10.1 and up compatible
This is the first "release", compatible with ArcGIS 10.1 and up.