3,693 reputation
1950
bio website
location Vancouver, Canada
age
visits member for 2 years, 2 months
seen yesterday
stats profile views 231

Geospatial Modeller and Programmer

Remote sensing (LiDAR, RADAR), geomorphology, programming (Python, .NET (ArcObjects), C).


Aug
1
awarded  Citizen Patrol
Jul
30
revised data wiki excerpt
added 52 characters in body
Jul
29
answered How to make a one part polyline from a multipart polyline?
Jul
29
suggested suggested edit on data tag wiki excerpt
Jul
29
wiki created data excerpt
Jul
29
revised Provincial Base Mapping Data Sources in Canada
edited tags
Jul
29
awarded  Favorite Question
Jul
29
revised How do I insert new-line character into Addin Extension Description?
added 102 characters in body
Jul
29
comment How do I insert new-line character into Addin Extension Description?
After reading this: help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/… it appears that for the new add-ins you have to manage this type of this using the XML. Good to know - I have to port some older extensions over to add-ins soon.
Jul
29
answered How do I insert new-line character into Addin Extension Description?
Jul
29
answered How to smooth a DEM?
Jul
29
awarded  Popular Question
Jul
29
revised What free programs should every GIS user have installed?
added 2 characters in body
Jul
29
comment What free programs should every GIS user have installed?
Good point - there isn't a "need" for using both Arc and QGIS is most circumstances, but it is nice to have a free solution, especially if you want to allow others (non-GIS coworkers, customers) to do some basic exploration of data.
Jul
27
answered Is there any place in which I can find a list of invalid database characters for ArcGIS 10?
Jul
26
revised What free programs should every GIS user have installed?
deleted 44 characters in body
Jul
25
comment Selecting the MAX value from a feature using ArcObjects?
Great - this is perfect. I've updated the question with a working code snippet. Thanks!
Jul
25
revised Selecting the MAX value from a feature using ArcObjects?
added 727 characters in body
Jul
25
accepted Selecting the MAX value from a feature using ArcObjects?
Jul
25
comment Selecting the MAX value from a feature using ArcObjects?
@Jakub - I came across that somewhere while researching this question. For my purposes I have to be prepared to support all geodatabase formats - so I think the cursor option (combined with IDataStatistics) is the way to go.