1,249 reputation
524
bio website
location Antalya, Turkey
age 29
visits member for 2 years, 4 months
seen 7 hours ago
stats profile views 195

May
3
comment Split a layer into a single layer
Beacause of output of Union(All features and their attributes will be written to the output feature class. ), Intersect is better than Union.
Apr
29
comment How to list Feature Classes of Multiple geodatabase in Multiple Folder?
@Aaron.ERROR 000725: Output Feature Class: Dataset D:\Il\ken\test.gdb\antalya_Rabour already exists. Failed to execute (CopyFeatures) . Thnx
Apr
29
comment How to list Feature Classes of Multiple geodatabase in Multiple Folder?
it's not working . I just use your edited answer in loop of arcpy.da.Walk
Apr
28
comment How to list Feature Classes of Multiple geodatabase in Multiple Folder?
I could not use this function to copy feature classes using arcpy.CopyFeatures_management How can i use this function to copy the list features ? thnx
Apr
28
comment How to list Feature Classes of Multiple geodatabase in Multiple Folder?
nice.is there any method without using sp1 ? thnx
Apr
25
comment Elevation Drop Along a Stream
If you have Xtools pro , you can use "Split Polylines"
Apr
25
comment Elevation Drop Along a Stream
I think you don't have license to use Interoprability Extension
Apr
19
comment What is causing - Arcmap errors (010302/010067) while using 3D analyst/CutFill?
@ِDonna do you have any folder name other than English language in output path ? or the output path is very long? for example : c:\m\n\g\h\m\b\
Apr
19
comment How to determine lock on file geodatabase?
I have same problem.i stop arcgis services then restart my computer. also check your permisions ,read only .
Apr
19
comment Problems converting polygon to point
A layer has one attribute . may be you talk about 2 fields.
Apr
19
comment Printing large number of Points in ArcGIS
Do you try qgis ?
Apr
17
comment Copy and Paste symbology in Raster?
@PROBERT Save As layer File work with three bands.Do you try it?
Apr
17
comment Copy and Paste symbology in Raster?
Try use raster dataset,raster catalog or mosaic dataset and see this link. I don't try this method but i think it's helpful : resources.arcgis.com/en/help/main/10.1/index.html#//…
Apr
13
comment When to use Model Builder over Python Scripting and vice versa?
I read python scripting for ArcGIS book . I also add some more capabilities : 1- script cursors let you loop through records in a table, reading the existing rows and inserting new rows. 2- scripting can be used to wrap other software- that is, to glue together application. for example python can be used to access functions in Microsoft Excel or in the statistical Package R. 3-A script can be run as a stand-alone script on disk outside of ArcGIS.you do not need to run ArcMap or ArcCatalog for script to work. (Python Scripting for ArcGIS , Chapter 2 , Page 39)
Apr
8
comment When to use Model Builder over Python Scripting and vice versa?
great. I'll use your Python programming experiences .
Apr
7
comment When to use Model Builder over Python Scripting and vice versa?
your answer was very interesting for me.Thanks
Apr
7
comment When to use Model Builder over Python Scripting and vice versa?
Described differences between Python and Model Builder in ArcGIS clearly. Thanks
Apr
7
comment When to use Model Builder over Python Scripting and vice versa?
Thanks but i only use ArcGIS Desktop (ArcInfo)
Apr
7
comment How can I disperse points within polygons using ArcGIS?
Point Randomiser is very nice Extension . thank you
Apr
6
comment How can I disperse points within polygons using ArcGIS?
@Taylor H there are many many polygons and many many points.