├── DatasetExtentToFeatures ├── DatasetExtentToFeatures.DatasetExtentToFeatures.pyt.xml ├── DatasetExtentToFeatures.png ├── DatasetExtentToFeatures.pyt ├── DatasetExtentToFeatures.pyt.xml ├── README.md └── datasetExtentToFeatures.py ├── DescribeObjectReport ├── Example Output.txt ├── README.md ├── describe_reporter.py └── file_list.py ├── FeaturesToGPX ├── FeaturesToGPX.py ├── GPX.tbx └── README.md ├── GetLayoutTemplatesInfo ├── GetLayoutTemplateInfo.tbx ├── GetLayoutTemplatesInfo.py └── README.md ├── LICENSE ├── LayerToKML_attachments ├── KML.tbx ├── Layer_to_KML_attachment.py └── README.md ├── NearByGroup ├── MoreProximityTools.tbx ├── README.md └── nearbygroup.py ├── README.md ├── SampleTools.tbx ├── SharePackage2 ├── README.md ├── Share.tbx ├── SharePackage2.py └── ago.py ├── ToAttachment ├── README.md ├── ToAttachment.tbx └── ToAttachments.py ├── distribute_setup.py └── setup.py /DatasetExtentToFeatures/DatasetExtentToFeatures.DatasetExtentToFeatures.pyt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/DatasetExtentToFeatures/DatasetExtentToFeatures.DatasetExtentToFeatures.pyt.xml -------------------------------------------------------------------------------- /DatasetExtentToFeatures/DatasetExtentToFeatures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/DatasetExtentToFeatures/DatasetExtentToFeatures.png -------------------------------------------------------------------------------- /DatasetExtentToFeatures/DatasetExtentToFeatures.pyt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/DatasetExtentToFeatures/DatasetExtentToFeatures.pyt -------------------------------------------------------------------------------- /DatasetExtentToFeatures/DatasetExtentToFeatures.pyt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/DatasetExtentToFeatures/DatasetExtentToFeatures.pyt.xml -------------------------------------------------------------------------------- /DatasetExtentToFeatures/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/DatasetExtentToFeatures/README.md -------------------------------------------------------------------------------- /DatasetExtentToFeatures/datasetExtentToFeatures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/DatasetExtentToFeatures/datasetExtentToFeatures.py -------------------------------------------------------------------------------- /DescribeObjectReport/Example Output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/DescribeObjectReport/Example Output.txt -------------------------------------------------------------------------------- /DescribeObjectReport/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/DescribeObjectReport/README.md -------------------------------------------------------------------------------- /DescribeObjectReport/describe_reporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/DescribeObjectReport/describe_reporter.py -------------------------------------------------------------------------------- /DescribeObjectReport/file_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/DescribeObjectReport/file_list.py -------------------------------------------------------------------------------- /FeaturesToGPX/FeaturesToGPX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/FeaturesToGPX/FeaturesToGPX.py -------------------------------------------------------------------------------- /FeaturesToGPX/GPX.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/FeaturesToGPX/GPX.tbx -------------------------------------------------------------------------------- /FeaturesToGPX/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/FeaturesToGPX/README.md -------------------------------------------------------------------------------- /GetLayoutTemplatesInfo/GetLayoutTemplateInfo.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/GetLayoutTemplatesInfo/GetLayoutTemplateInfo.tbx -------------------------------------------------------------------------------- /GetLayoutTemplatesInfo/GetLayoutTemplatesInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/GetLayoutTemplatesInfo/GetLayoutTemplatesInfo.py -------------------------------------------------------------------------------- /GetLayoutTemplatesInfo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/GetLayoutTemplatesInfo/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/LICENSE -------------------------------------------------------------------------------- /LayerToKML_attachments/KML.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/LayerToKML_attachments/KML.tbx -------------------------------------------------------------------------------- /LayerToKML_attachments/Layer_to_KML_attachment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/LayerToKML_attachments/Layer_to_KML_attachment.py -------------------------------------------------------------------------------- /LayerToKML_attachments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/LayerToKML_attachments/README.md -------------------------------------------------------------------------------- /NearByGroup/MoreProximityTools.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/NearByGroup/MoreProximityTools.tbx -------------------------------------------------------------------------------- /NearByGroup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/NearByGroup/README.md -------------------------------------------------------------------------------- /NearByGroup/nearbygroup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/NearByGroup/nearbygroup.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/README.md -------------------------------------------------------------------------------- /SampleTools.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/SampleTools.tbx -------------------------------------------------------------------------------- /SharePackage2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/SharePackage2/README.md -------------------------------------------------------------------------------- /SharePackage2/Share.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/SharePackage2/Share.tbx -------------------------------------------------------------------------------- /SharePackage2/SharePackage2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/SharePackage2/SharePackage2.py -------------------------------------------------------------------------------- /SharePackage2/ago.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/SharePackage2/ago.py -------------------------------------------------------------------------------- /ToAttachment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/ToAttachment/README.md -------------------------------------------------------------------------------- /ToAttachment/ToAttachment.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/ToAttachment/ToAttachment.tbx -------------------------------------------------------------------------------- /ToAttachment/ToAttachments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/ToAttachment/ToAttachments.py -------------------------------------------------------------------------------- /distribute_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/distribute_setup.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcpy/sample-gp-tools/HEAD/setup.py --------------------------------------------------------------------------------