Skip to content

macoylo/arcapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arcapi

Wrapper functions, helper functions, and aliases that make ArcGIS Python scripting easier.

How to use?

import arcapi as ap
ap.version()

Installation

Download this repository, put its contents somewhere into python path, then:

import arcapi as ap

If you do not want to put it into your python path, then:

arcapipath = "c:\\path\\to\directory\\contating_arcapi_py"
import sys
sys.path.insert(0, arapipath)
import arcapi as ap

Resources

Dependencies

ArcGIS for Desktop/Server with Python and ArcPy site package. Modules matplotlib, numpy. Tested and developed on ArcGIS for Desktop 10.1 SP1. Some functions require Spatial Analyst Extension in order to be fully functional.

Tests

Tests for arcapi.py are in arapi_tests.py, testing data in ./testing folder. Everybody is encouraged to write more and better tests.

Issues

Feel free to submit issues and enhancement requests.

Contributing

We welcome contributions from anyone and everyone. If you feel you have made significant contribution anywhere in arcapi files, please add yourself to the authors at the top of arcapi. By contributing to arcapi you are releasing the code under the Lesser General Public License v3. If you add a function, please add a test too.

License

LGPL v3

About

Convenient API for arcpy

Resources

License

Stars

Watchers

Forks

Packages

No packages published