Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cody-scott/arcgis_helpers
- Owner: cody-scott
- Created: 2018-10-15T15:04:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T12:57:21.000Z (over 5 years ago)
- Last Synced: 2024-04-17T22:10:49.330Z (7 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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