Skip to content
/ Arcutil Public

A series of helpful utility functions and scripts that are designed to augment Esri's ArcGIS software.

License

Notifications You must be signed in to change notification settings

GISmd/Arcutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcutil

Arcutil is series of helpful utility functions and scripts that are designed to augment Esri's ArcGIS software.

How to use arcutil

Until this project becomes more structured the easiest way to import any functions in this library is to use sys.path.append() to append the arcutil subdirectory to your system path and then you can import any modules or functions desired.

For example:

import sys
sys.path.append(r'C:/<Users>/<Username>/Github/Arcutil/arcutil')
import utilities as util
import arcpy_utilities as arcutil
from context import *

#The rest of your code...

About

A series of helpful utility functions and scripts that are designed to augment Esri's ArcGIS software.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages