Coder Social home page Coder Social logo

sublime-arcpy-snippets's Introduction

sublime-arcpy-snippets

Collection of Sublime Text snippets for esri arcpy library

###Installation

  1. fork / clone repository (git clone https://github.com/brendancol/sublime-arcpy-snippets)
  2. clone into local Sublime "User" folder
  • Windows: C:\Users<user>\AppData\Roaming<Sublime Text 2 or 3>\Packages\User.
  1. Done...

###Keyboard Triggers

Snippet Trigger Description Scope
arcpy-create-feature-class GP Create Feature Class Template for create a new feature class (arcpy.CreateFeatureclass_management) source.python
arcpy-get-count GP Get Count gets integer count(arcpy.GetCount_management) source.python
arcpy-join-field GP Join Field Joins the contents of a table to another table based on a common attribute field. This is a permanent join. source.python
arcpy-make-feature-layer GP Make Feature Layer Creates a feature layer from an input feature class or layer file. The layer that is created by the tool is temporary and will not persist after the session ends unless the layer is saved to disk or the map document is saved. source.python
arcpy-search-cursor searchCursor open search cursor on feature class (arcpy.da.SearchCursor) source.python
arcpy-select-layer-by-attribute GP Select Layer By Attribute Adds, updates, or removes a selection on a layer or table view based on an attribute query. source.python
arcpy-update-cursor updateCursor open update cursor (arcpy.da.UpdateCursor) source.python
toolbox-tool toolpyt Tool template for Python Toolbox (.pyt) source.python
unittest-testcase testCase Adds python unittest test case source.python

sublime-arcpy-snippets's People

Contributors

brendancol avatar

Watchers

 avatar  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.