├── .gitignore ├── .vscode └── launch.json ├── LICENSE ├── README.md ├── debugger_test.py ├── field_update_code.py ├── field_update_tool.py ├── hello_toolbox.pyt ├── images └── screenshot_hello.png ├── python_toolbox_template.pyt └── test_pro ├── ImportLog └── cf3568e975c14dc4a773bc1c883da06a_Import.xml ├── test_pro.aprx ├── test_pro.gdb ├── a00000001.TablesByName.atx ├── a00000001.gdbindexes ├── a00000001.gdbtable ├── a00000001.gdbtablx ├── a00000002.gdbtable ├── a00000002.gdbtablx ├── a00000003.gdbindexes ├── a00000003.gdbtable ├── a00000003.gdbtablx ├── a00000004.CatItemsByPhysicalName.atx ├── a00000004.CatItemsByType.atx ├── a00000004.FDO_UUID.atx ├── a00000004.gdbindexes ├── a00000004.gdbtable ├── a00000004.gdbtablx ├── a00000004.horizon ├── a00000004.spx ├── a00000005.CatItemTypesByName.atx ├── a00000005.CatItemTypesByParentTypeID.atx ├── a00000005.CatItemTypesByUUID.atx ├── a00000005.gdbindexes ├── a00000005.gdbtable ├── a00000005.gdbtablx ├── a00000006.CatRelsByDestinationID.atx ├── a00000006.CatRelsByOriginID.atx ├── a00000006.CatRelsByType.atx ├── a00000006.FDO_UUID.atx ├── a00000006.gdbindexes ├── a00000006.gdbtable ├── a00000006.gdbtablx ├── a00000007.CatRelTypesByBackwardLabel.atx ├── a00000007.CatRelTypesByDestItemTypeID.atx ├── a00000007.CatRelTypesByForwardLabel.atx ├── a00000007.CatRelTypesByName.atx ├── a00000007.CatRelTypesByOriginItemTypeID.atx ├── a00000007.CatRelTypesByUUID.atx ├── a00000007.gdbindexes ├── a00000007.gdbtable ├── a00000007.gdbtablx ├── a00000009.freelist ├── a00000009.gdbindexes ├── a00000009.gdbtable ├── a00000009.gdbtablx ├── a00000009.horizon ├── a00000009.spx ├── gdb └── timestamps └── test_pro.tbx /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/README.md -------------------------------------------------------------------------------- /debugger_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/debugger_test.py -------------------------------------------------------------------------------- /field_update_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/field_update_code.py -------------------------------------------------------------------------------- /field_update_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/field_update_tool.py -------------------------------------------------------------------------------- /hello_toolbox.pyt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/hello_toolbox.pyt -------------------------------------------------------------------------------- /images/screenshot_hello.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/images/screenshot_hello.png -------------------------------------------------------------------------------- /python_toolbox_template.pyt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/python_toolbox_template.pyt -------------------------------------------------------------------------------- /test_pro/ImportLog/cf3568e975c14dc4a773bc1c883da06a_Import.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/ImportLog/cf3568e975c14dc4a773bc1c883da06a_Import.xml -------------------------------------------------------------------------------- /test_pro/test_pro.aprx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.aprx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000001.TablesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000001.TablesByName.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000001.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000001.gdbindexes -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000001.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000001.gdbtable -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000001.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000001.gdbtablx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000002.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000002.gdbtable -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000002.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000002.gdbtablx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000003.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000003.gdbindexes -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000003.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000003.gdbtable -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000003.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000003.gdbtablx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000004.CatItemsByPhysicalName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000004.CatItemsByPhysicalName.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000004.CatItemsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000004.CatItemsByType.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000004.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000004.FDO_UUID.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000004.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000004.gdbindexes -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000004.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000004.gdbtable -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000004.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000004.gdbtablx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000004.horizon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000004.horizon -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000004.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000004.spx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000005.CatItemTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000005.CatItemTypesByName.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000005.CatItemTypesByParentTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000005.CatItemTypesByParentTypeID.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000005.CatItemTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000005.CatItemTypesByUUID.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000005.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000005.gdbindexes -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000005.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000005.gdbtable -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000005.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000005.gdbtablx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000006.CatRelsByDestinationID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000006.CatRelsByDestinationID.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000006.CatRelsByOriginID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000006.CatRelsByOriginID.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000006.CatRelsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000006.CatRelsByType.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000006.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000006.FDO_UUID.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000006.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000006.gdbindexes -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000006.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000006.gdbtable -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000006.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000006.gdbtablx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000007.CatRelTypesByBackwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000007.CatRelTypesByBackwardLabel.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000007.CatRelTypesByDestItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000007.CatRelTypesByDestItemTypeID.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000007.CatRelTypesByForwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000007.CatRelTypesByForwardLabel.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000007.CatRelTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000007.CatRelTypesByName.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000007.CatRelTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000007.CatRelTypesByUUID.atx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000007.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000007.gdbindexes -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000007.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000007.gdbtable -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000007.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000007.gdbtablx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000009.freelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000009.freelist -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000009.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000009.gdbindexes -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000009.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000009.gdbtable -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000009.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000009.gdbtablx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000009.horizon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000009.horizon -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/a00000009.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/a00000009.spx -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/gdb: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /test_pro/test_pro.gdb/timestamps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.gdb/timestamps -------------------------------------------------------------------------------- /test_pro/test_pro.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wildsong/ArcGIS_Python_Template/HEAD/test_pro/test_pro.tbx --------------------------------------------------------------------------------