348 reputation
17
bio website
location Ottawa, Canada
age 27
visits member for 1 year, 8 months
seen May 15 at 13:51
stats profile views 10

May
9
awarded  Critic
May
6
comment Arcpad Message Box and Keyboard Button Issue
I'm dealing with the same thing. The only solution that I've found is that if you do not close the message box (by clicking "ok"), and just click somewhere else on the custom data entry form, you don't loose the keyboard. Still looking for a better solution though. Anybody?
Apr
4
answered Why does Add Field to Layer File give “ERROR 000840: The value is not a Feature Layer”?
Mar
26
accepted Assign global variable to field in related table
Mar
26
answered Assign global variable to field in related table
Mar
21
revised Assign global variable to field in related table
deleted 2 characters in body
Mar
21
revised Assign global variable to field in related table
deleted 4 characters in body
Mar
21
revised Assign global variable to field in related table
deleted 1 characters in body
Mar
21
asked Assign global variable to field in related table
Mar
14
comment Join field from table to a raster layer
How does the ObjectID field relate to your raster grid (cell values)? I think you need to provide a bit more detail.
Feb
28
accepted Parse attribute table value to export filename using data driven pages and arcpy.mapping
Feb
19
comment arcpy, error with TextElementObject
To elaborate on @PolyGeo - under the properties of the text element (right-click access), there is an option under the "size and position" tab to give it an "element name" This should match your code
Feb
15
awarded  Yearling
Feb
15
answered How can I create polygons of the area surrounded by roads / lines?
Jan
30
comment How to make a GIS inventory?
In response to @Roy - you might consider starting with this FREE download: voyagergis.com
Jan
18
comment “Thresholding” for Stream Raster
That's exactly what I was looking for, Thanks!
Jan
17
revised run r.stats as a quiet module in GRASS-Python script
Link no longer exists
Jan
16
accepted Looking for a Metadata Editor
Jan
14
comment Store global variables in ArcPad that store user information
I'm having the same problem. Any luck?
Jan
8
comment Data Driven Pages and exporting PDF using Python
Will this be part of a larger script? It seems like the functionality that you are trying to code for is already built into Data Driven Pages. Once DDP is set up, it will loop through your "indexLayer" and export the map to PDF. Currently (for Arc10 and DDP), PDF is the only export option.