├── FileCRUD ├── CreateFile.py ├── DeleteFile.py └── personal.mdb ├── FishNet └── CreateFishNet.py ├── ItemCRUD ├── DeleteItem.py ├── InsertItem.py ├── ItemCRUDTest.mdb ├── SearchItem.py └── UpdateItem.py ├── README.md └── ShortRoutePath ├── SolveShortRoutePathNoZ.py ├── SolveShortRoutePathZ.py └── network.mdb /FileCRUD/CreateFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/FileCRUD/CreateFile.py -------------------------------------------------------------------------------- /FileCRUD/DeleteFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/FileCRUD/DeleteFile.py -------------------------------------------------------------------------------- /FileCRUD/personal.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/FileCRUD/personal.mdb -------------------------------------------------------------------------------- /FishNet/CreateFishNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/FishNet/CreateFishNet.py -------------------------------------------------------------------------------- /ItemCRUD/DeleteItem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/ItemCRUD/DeleteItem.py -------------------------------------------------------------------------------- /ItemCRUD/InsertItem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/ItemCRUD/InsertItem.py -------------------------------------------------------------------------------- /ItemCRUD/ItemCRUDTest.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/ItemCRUD/ItemCRUDTest.mdb -------------------------------------------------------------------------------- /ItemCRUD/SearchItem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/ItemCRUD/SearchItem.py -------------------------------------------------------------------------------- /ItemCRUD/UpdateItem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/ItemCRUD/UpdateItem.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/README.md -------------------------------------------------------------------------------- /ShortRoutePath/SolveShortRoutePathNoZ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/ShortRoutePath/SolveShortRoutePathNoZ.py -------------------------------------------------------------------------------- /ShortRoutePath/SolveShortRoutePathZ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/ShortRoutePath/SolveShortRoutePathZ.py -------------------------------------------------------------------------------- /ShortRoutePath/network.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GISerWang/ArcPyUtils/HEAD/ShortRoutePath/network.mdb --------------------------------------------------------------------------------