5,627 reputation
926
bio website cleanstick.net/jason
location Redlands, CA
age 30
visits member for 2 years, 9 months
seen 6 hours ago
stats profile views 344

I am a software developer in Southern California. I went to school for linguistics but figured the slide into software engineering somewhat inevitable. I mostly do C++ and Python which sort of typecasts me into scientific programming. I've done a lot of geospatial for the past 6 or 7 years.

My singular hobby is editing this profile.


May
13
awarded  Custodian
May
13
reviewed Approve suggested edit on How to access the button on the form?
May
13
revised Dekho vs GeoCortex
Spelling
May
12
revised Editing attribute tables using Python
Add `updateRow` call
Apr
23
awarded  Constituent
Apr
16
awarded  Caucus
Apr
11
awarded  Enlightened
Apr
11
awarded  Nice Answer
Mar
27
comment Python Addin Toolbar only works once
Is the Python Window giving you any hints? And if not, try adding a few print statement in the onClick to see if it's doing anything when you click it again.
Mar
18
comment Fastest methods for modifying attribute tables with Python?
Clever. This is exactly the kind of sweet idiomatic Python that arcpy.da is meant to enable.
Mar
16
comment Has anybody used arcpy.mapping.ExportReport successfully on 64bit machine?
It would just work if you used the python.exe in the C:\Python27\ArcGIS10.1 folder and not the python.exe in the 64-bit install's location. I hope would be an option in the Background Geoprocessing installer's setup to not set Python 64 bit as the default, but apparently not.
Mar
16
revised Has anybody used arcpy.mapping.ExportReport successfully on 64bit machine?
added 68 characters in body
Mar
16
answered Has anybody used arcpy.mapping.ExportReport successfully on 64bit machine?
Mar
12
answered How Can I make UTFGrid files?
Mar
10
comment Can county level info be brought into a map?
Clovis Points are a very common artifact in North American archaeology, bingo.
Mar
9
comment ArcPy script causing python.exe to stop working (memory issue?)
I mean adding one line of the script at a time and running the profiler.
Mar
8
comment Why can't I access a table in a personal geodatabase (.mdb) with arcpy after installing 64-bit geoprocessing?
Exactly this. The same thing with VBA in 10.1 or Excel in Linux support: a bunch of Esri software depends on Microsoft libraries that are Win32 (usually x86) specific and won't be ported by MS to newer platforms/architectures or updated except for security fixes. The writing for this particular .mdb issue was put on the wall with the not-so-new File Geodatabase (.gdb) format a few versions back.
Mar
8
comment ArcPy script causing python.exe to stop working (memory issue?)
You may be barking up the wrong tree with all the Python analysis; the underlying leak is probably in the C++/ArcObjects (which isn't covered). Try building up that code line-by-line, recording free/available memory before and after each function call.
Mar
5
answered Programmically Populate Value List in ArcGIS Tool Interface
Mar
5
answered How to refresh a Combobox Add-in in ArcGIS 10.1