Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cody-scott/arcgis_helpers

ArcGIS Helper files. Include helpers for basic operations and using pandas and numpy
https://github.com/cody-scott/arcgis_helpers

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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