262 reputation
27
bio website stensmyr.blogspot.com
location Sydney, Australia
age 32
visits member for 1 year, 5 months
seen yesterday
stats profile views 14

I code a lot in Fortran for some reason. Trying to change as much as I can to Python. I work with flood modelling, also do a lot of GIS (mainly in ArcGIS, MapInfo and SAGA).


Apr
17
comment ECWs missing when exporting MXD to PDF with arcpy
Thanks, I suspected it was a memory issue. This is good for explaining, but I still don't understand why it happens externally but not within ArcGIS.
Apr
16
asked ECWs missing when exporting MXD to PDF with arcpy
Apr
8
awarded  Enlightened
Apr
8
awarded  Nice Answer
Apr
8
awarded  Yearling
Apr
8
awarded  Teacher
Apr
8
answered How to save python session in QGIS?
Jan
30
comment How do I get the pixel value of a GDAL raster under an OGR point without NumPy?
This is amazing. Thanks!
Jan
18
comment how to overlay shapefile and raster?
I went with this approach, though the function name is actually "Grid Statistics for Polygons".
Aug
6
revised Python script to implement a batch import of CAD files into Geodatabase
added code formatting.
Aug
6
suggested suggested edit on Python script to implement a batch import of CAD files into Geodatabase
Jul
25
comment How to perform a table look-up using Python in ArcGIS 10.0?
I would guess you have work restrictions preventing you from upgrading to 10.1? If not, just do the upgrade, it's free and surprisingly painless.
Jul
25
asked Formatting label styles using arcpy
Jul
25
comment List Elements or Datasets of a given Layer
MakeFeatureLayer_management imports shapefiles to layers. If you already have a layer file, use arcpy.mapping.Layer("path_to_layer_file") to create the layer object.
Jul
25
comment Can you create labels based on an attribute field in a shapefile with Arcpy?
this needs layer.showLabels = True before the mxd.save().
Feb
26
comment Selecting points not snapped
A problem came up today and this technique was the perfect way to go through and fix it. So big thanks!
Jan
26
awarded  Editor
Jan
26
revised Clipping raster with vector layer using GDAL
fixed spelling error, capitalization, formatting
Jan
25
suggested suggested edit on Clipping raster with vector layer using GDAL
Jan
12
awarded  Supporter