|
Apr 24 |
accepted | arcgis10: create perpendicular transects to stream at specified intervals |
|
Apr 22 |
answered | Point transects along a line |
|
Mar 5 |
revised |
How to replace arcpy.CalculateField_management with an update cursor? changed SearchCursor with UpdateCursor |
|
Mar 5 |
suggested | suggested edit on How to replace arcpy.CalculateField_management with an update cursor? |
|
Feb 25 |
awarded | Self-Learner |
|
Feb 20 |
comment |
How to 'burn' a stream network into a DEM layer in ArcGIS 10? please label as answer. |
|
Feb 11 |
comment |
arcpy.RegionGroup fails with error 999999. Workspace or data source is read only i found the exact same problem -- throws error on C: but not on other drives. probably an ArcGIS error. |
|
Jan 21 |
awarded | Popular Question |
|
Jan 16 |
comment |
arcpy: get list of adjacent lines per line i think this method is logically better than mine, but would take much longer in arcpy because there is no access to the shape method "MergeFeature". instead, one has to modify field values and then dissolve on them in a recursive process. i wish there was better access to these ArcObjects methods in arcpy. |
|
Jan 15 |
comment |
Make Graph (Data Management), Changing item names in legend i would take a look at the matplotlib library (matplotlib.org). it includes a much more diverse toolbox for creating nice-looking graphs than ESRI currently offers. further, you have much more control over all the variables, if you take the time to examine some examples on the site to learn how to use it effectively. |
|
Jan 15 |
awarded | Analytical |
|
Jan 15 |
awarded | Autobiographer |
|
Jan 15 |
accepted | arcpy: get list of adjacent lines per line |
|
Jan 14 |
comment |
arcpy: get list of adjacent lines per line nice solution to this problem. there is now an arcgis 10.0 tool called "Eliminate" which does a similar function, but takes a selected layer as input. |
|
Jan 14 |
revised |
arcpy: get list of adjacent lines per line expounded |
|
Jan 14 |
comment |
arcpy: get list of adjacent lines per line yes! this is very similar to the technique that i used in my solution. my function also checks for membership to a "streamID", which may not be applicable to some projects. |
|
Jan 14 |
answered | arcpy: get list of adjacent lines per line |
|
Jan 11 |
comment |
arcpy: get list of adjacent lines per line the latter, and not just that, but i want to merge only short lines to longer lines that share a unique ID, which makes things complex =P |
|
Jan 11 |
asked | arcpy: get list of adjacent lines per line |
|
Jan 4 |
comment |
Problem with SplitLineAtPoint tool in arcpy the only way to feasibly approach this problem is to run through your procedure multiple times with multiple changes to parameters and verify if it is indeed an internal function error on the part of ArcGIS. if so, an email to ESRI is probably the only thing I can think of. |