Giter VIP home page Giter VIP logo

arcapi's Introduction

arcapi

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

How to use?

import arcapi as ap
ap.__version__

![introducing aracpi] (./intro_to_arcapi.jpg "Watch into")

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\\folder_containig__arcapi_folder"
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, we appreciate comments and raising issues as much as we value code contributions.

The preferred way of making contribution is via GitHub as described below, but feel free to get in touch by email if GitHub is not your cup of tea.

NERC-CEH/arcapi contains two main branches: 'master' and 'develop'. Master is always clean and functional, develop is for merging feature branches before they are added to master. Issue pull requests against the develop branch, not the master branch. Only the code maintainer should change the master branch and make tags off the master.

To make a contribution:

  1. Fork this repository.
  2. Make a new local feature branch from the develop branch.
  3. Work in the local feature branch.
  4. When done, merge to your fork of the develop branch.
  5. Make sure your develop branch is compatible with NERC-CEH/arcapi develop.
  6. Issue pull request to NERC-CEH/arcapi develop branch.

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. Read the Contributing to OS guide for more details.

License

LGPL v3

arcapi's People

Contributors

calebm1987 avatar filipkral avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.