/ArcGIS_Helpers

ArcGIS Helper files. Include helpers for basic operations and using pandas and numpy

Primary LanguagePython

About

Packaging for helper functions for arcgis

install via pip

pip install .

When testing install with:

pip install -e .

for wheel

python setup.py bdist_wheel --universal

for exe

python setup.py bdist_wininst

type following in arcgis to import

import arcgis_helpers
from arcgis_helpers import arc_np
from arcgis_helpers import model_tools