Jump to Navigation

Be one of the first 50 registered users to post on our forums, and we will send you a free GISNuts.com T-Shirt!!!

GISNuts Home

Using SQLite in ArcGIS Python Scripts

Monday, May 13, 2013 - 10:00

TipThis post summarizes a talk that I gave this past month at two different GIS conferences: SCAUG and LARSGIS. Thus, I'd like to start by giving a shout out to all of my friends and fellow GIS enthusiasts that attended these conferences and a thanks to all of you that attended my talks!!!

Does a Shapefile Exist???

Tuesday, March 26, 2013 - 09:45

Many of you are probably familiar with the arcpy.Exists() function.  The documentation for arcpy.Exists() states that the function:

Determines the existence of the specified data object. Tests for the existence of feature classes, tables, datasets, shapefiles, workspaces, layers, and files in the current workspace. The function returns a Boolean indicating if the element exists.

Python Script Tool Tip: MonkeyPatch Arcpy

Thursday, March 14, 2013 - 09:30

TipWhen I write .NET Add-ins for ArcGIS, I use a GISNuts class library that I have written.  It contains a utilities class with various helper functions as well as several classes that each inherit from an esri ArcObject.  For example, I have a GISNutsLayer that inherits from esri's FeatureLayerClass (ESRI.ArcGIS.Carto.FeatureLayerClass).

Arches: An Open Source Heritage Inventory & Management System

Tuesday, March 5, 2013 - 07:15

A couple of weeks ago, I received a GISNuts form submission from Melissa Abraham at the Getty Conservation Institute (GCI) announcing the release of the Arches project.  Arches is an open source, web- and geospatially based information system, built for the purpose of inventory management of immovable cultural heritage.  The project is a collaboration between the Getty Conservation Institute (GCI) and the World Monuments Fund (WMF).  I check

ArcGIS Desktop Editing Tip

Friday, February 22, 2013 - 14:15

Tip While editing in ArcGIS Desktop, I often find the feature that I want to edit/inspect in the feature attribute table.  I dislike having to move my mouse over to the Editor Toolbar to expose the sketch of the feature by either double-clicking on the feature with the Edit Tool or by clicking on the Edit Vertices button on the Editor Toolbar.  I usually have to hunt down

Rotation Angle Parameter Added to the Rectangular Buffer Tool

Monday, February 4, 2013 - 09:45

As I mentioned in my last post, I have been working on adding an optional rotation angle to the Rectangular Buffer Tool.  I had to brush a few cobwebs off of my trig skills, for polar coordinates were a long time ago for me.  It was a lot of fun though, and it is ready to go!  The tool now looks like this:

Python Script Tool Tip: Initialize Output Parameters to None

Tuesday, January 29, 2013 - 10:00

TipI was working on adding an optional rotation angle to my Rectangular Buffer Tool this weekend when I noticed some strange behavior.

Runtime Error - Pure Virtual Function Call

Monday, January 28, 2013 - 10:00

Bug InformationI am giving this post the bug icon, for it sure seemed like a bug at the time. However, it is not really a bug.  Instead, it is an example of something that will cause errors.  I thought I would share to save others the frustration.

GeoLinx Puts Your Next GIS Job on the Map!

Thursday, January 24, 2013 - 10:00

I saw this new GIS job site mentioned on LinkedIn, and shortly thereafter, one of our users posted on our forums about it.  I checked it out and was impressed.  It's spatial Wink, and definitely the way I want to search for my next job!  It is a product of Development Faction

ArcGIS Geoprocessing Tools Scripting Error

Tuesday, January 22, 2013 - 08:15

Bug InformationI have been frustrated by this error for quite some time now. If you are running ArcGIS 10 and use the geoprocessing tools, then you may have seen it by now.

Geoprocessing Tool Script Error

Pages



Main menu 2

by Dr. Radut.