| bio | website | |
|---|---|---|
| location | Nashville, TN | |
| age | 31 | |
| visits | member for | 2 years, 9 months |
| seen | 2 hours ago | |
| stats | profile views | 51 |
GIS Analyst at GEO-Jobe GIS Consulting in Nashville, TN.
Degree in Geography (Applied Geographic Technology track) from Slippery Rock University, 2005. Earned a Postbaccalaureate Certificate in GIS from Penn State in 2009.
I currently focus on ArcGIS Server administration, geodatabase replication, client technical support, and developing enterprise solutions for in-house and client projects. I enjoy working with Python to automate tasks and create custom tools.
ESRI Certified Enterprise System Design Associate - 2011.
I also write articles for the GEO-Jobe company blog - http://mapthis.net. Swing by and check it out!
On Twitter: @tjmichael81
|
May 16 |
comment |
Find polygon centroid with Python Well put. I just saw that there is an example of calculating centroids on this ArcGIS help page: help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//… |
|
May 13 |
answered | Exporting the contents of an attribute table in formats other than an Excel file |
|
Apr 19 |
comment |
Use Python to parse string Be sure to check out the Python documentation on strings as well. docs.python.org/2/library/string.html |
|
Apr 16 |
awarded | Caucus |
|
Feb 22 |
answered | Delete feature from geographic database |
|
Feb 5 |
answered | How to Export a Personal Geodatabase to ArcSDE |
|
Jan 16 |
comment |
A comprehensive, user-friendly GDAL manual? Looks like a nice set of resources on that page. |
|
Nov 5 |
awarded | Popular Question |
|
Nov 2 |
comment |
Crashing ArcGIS 10.1 Add-ins Using Multiprocessing SP1 for 10.1 was released this week. |
|
Nov 2 |
answered | How to use VBA in the field calculator, to copy the last 7 characters to a new field? |
|
Sep 27 |
comment |
how to get ALL FIELD NAMES from table? (using arcpy.ListFields) I use arcpy.ListFields(fc,"*","All") where fc is the target feature class. |
|
Sep 4 |
comment |
ArcGIS Server REST Cache Thank you for adding this as an answer - I didn't see that you had asked me to add it until now. |
|
Aug 20 |
awarded | Popular Question |
|
Aug 18 |
awarded | Yearling |
|
Aug 15 |
comment |
ArcGIS Server REST Cache You may need to clear the REST cache to see the modifications - can you navigate to <servername>/arcgis/rest/admin? If you have access to log in you will be able to see 'Clear Cache Options' where you can clear the rest cache. |
|
Aug 14 |
comment |
How to create an interactive map with JQuery and HTML? You can use jQuery with the ArcGIS JavaScript API: help.arcgis.com/en/webapi/javascript/arcgis/demos/framework/… |
|
Aug 2 |
awarded | Popular Question |
|
Jun 28 |
awarded | Organizer |
|
Jun 28 |
revised |
Is dynamically changing a datasource possible in arcgis js api? edited tags |
|
Jun 25 |
comment |
ArcMap 10.0 Python Field Calculator, Find/Replace Double Quotes I realize this doesn't help with the 'Find' portion of your question... |