Skip to content

Releases: gdherbert/DataPillager

SSL error fix

15 Oct 03:33
Compare
Choose a tag to compare

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

29 Mar 23:22
Compare
Choose a tag to compare

Important fix to imports for ArcGIS Pro urllib, add folder of older dekstop software for easier transition, remove redundant items

ArcGIS Pro version

29 Mar 00:06
Compare
Choose a tag to compare

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

31 Dec 03:27
Compare
Choose a tag to compare

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

29 Mar 01:02
Compare
Choose a tag to compare

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

28 Feb 05:27
Compare
Choose a tag to compare

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

27 Mar 22:13
Compare
Choose a tag to compare

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

17 Mar 03:56
Compare
Choose a tag to compare

This is the first "release", compatible with ArcGIS 10.1 and up.