POST
|
Dear David Pike, actually Searchcursor save stsink and tsource on the bases of query , then that tsink will search again with update cursor , if found it will change to new values of tsink and tsource until eof . thanks for your time
... View more
02-19-2020
08:26 PM
|
0
|
1
|
2789
|
POST
|
Thanks Dan Patterson , it's really a good idea to apply select by attribute , let me try , and will discuss soon.
... View more
02-19-2020
08:22 PM
|
0
|
0
|
2789
|
POST
|
Hi Dear Jake Sjunner, Thanks for replying , actually I have to search values and then want to update. the advance option is not working with me , that's why code shows like un indented.
... View more
02-18-2020
09:59 PM
|
0
|
3
|
2789
|
POST
|
Hi Dear Dan Patterson, Thanks for replying , the code was properly indented as I am using pyscripter, here advance option is not work with me , I dont know, why it was not working , any how what I assume , search cursor find specfic value at line 91 then set values as line 92 & 93 , now with reference of that values it should move to line 94 for update curosr. if record statisfy the saved values it update , and retun to line 90 for search next value and so on. I am trying to avoid nested cursor , how can be avoid , little confusion. thanks again for your precious time !!!
... View more
02-18-2020
09:56 PM
|
0
|
2
|
2789
|
POST
|
Hi , I am stuck with SearchCursor and Update Cursor in my code, what's wrong with it , the scienrio is . I have a table in which "source" , "sink" and "duplicate" fields available. Search 1 in field "duplicate" , read row, save "sink" / "source" to variables. now initiate update cursor , row where source = sink do update . the output in not the required one. even I try with one Updatecursor satify the value and update rows , the same of the code is as : with arcpy.da.SearchCursor(SLDTable,SLDfields) as SC01: for SC01R in SC01: if SC01R[10]==1: tsource = SC01R[2] tsink = SC01R[3] print SC01R with arcpy.da.UpdateCursor(SLDTable,SLDfields) as updC3: for updC3R in updC3: if updC3R[2]==SC01R[3]: print updC3R tsource = updC3R[2] tsink = updC3R[3] updC3R[8] = sldpt + 1 updC3R[9] = 'BL1' updC3R[13] = 'Yes' sldpt += 1 updC3.updateRow(updC3R) updC3.reset()
... View more
02-17-2020
10:23 PM
|
0
|
9
|
3213
|
POST
|
Hi, I already develop python script , for .gdb it’s fine, ArcGIS 10.2.1 in use. now my task to connect to ArcGIS Server then get all available version list on SDE.default. Select the version and do the analysis. can anyone help me how to get this. I try to find Getparameterastext() but no version list parameters there. any idea ... thanks
... View more
03-15-2019
07:49 AM
|
0
|
2
|
1275
|
POST
|
Hi All, actually I am trying to generate Schematic diagram , after applying some node reduction rules , the schematic generated is not the one which I am expecting , I want all nodes and links in one straight line and all branches in separate line, all links with Sink and source data, After creating schematic, all links are overlapped, so that , not be able to analysis connectivity. should I go with external code , or some rules to be applying. for illustration pic(SchDia.jpg) is attached. What I am looking for diagram is also attached...(SchDiaFinal.png) someone is saying that run generate schematic diagram script but how and from where , I have no idea about it , help me if any idea about it or some link if exist. thanks in advance.
... View more
12-10-2017
10:51 AM
|
0
|
0
|
577
|
POST
|
Hi Madan Bhurati, I have some similar task of conversions from CAD to GIS , if there is block it behave like that , try to Explode those blocks in ACAD and then do your job in ArcEditor, it will gives the following features in ACAD data set. Annotaction Point Polyline Polygon Multipoint now you can extract lines from Layer polyline by select by attribute (layer = as per your requirement) same step for all features . let me know if I am right , ?? Thanks
... View more
11-14-2017
10:56 AM
|
0
|
1
|
1606
|
POST
|
Hi Joe , I have group of features, a polygon and inside polygon there are points , lines. these feature represent a network. Is it possible to move all features at once to any new XY location ?
... View more
03-22-2016
02:10 AM
|
0
|
1
|
803
|
POST
|
Hi Neil Ayres, I am using ArcGIS desktop 10.2.1 and distance around more then 10000 meters , snapping is not an issue , Just want to move group of features.
... View more
03-22-2016
02:01 AM
|
0
|
0
|
803
|
POST
|
Thanks larry, actually I am talking about ArcGIS Desktop 10.2.1 Editor so no issue for limitations any other idea ???
... View more
03-09-2016
04:03 AM
|
0
|
0
|
1125
|
POST
|
Hi , I am working with Geometric Network , in some cases I have to move a group of features to another X,Y position, but when I am trying to move those group of features to new XY location , it can't be move , only by dragging the group is possible. but it took too much time because in some cases distance is very far from the location.. any idea how to solve it . thanks in advance. Muhammad Attique
... View more
03-09-2016
12:50 AM
|
0
|
5
|
3182
|
POST
|
Actually when we create a shape file , it is not a one file, it is the combination of 6 files i,e .sbx .cpg .dbf .shp .shx .prj we can not open a single file. it only be read by Arc Catalog or Arc Map that's why I suggest that open attribute table of that shape file and then export it , this .dbf is convertible. Thanks Attique
... View more
12-30-2014
12:07 AM
|
0
|
0
|
526
|
POST
|
It may help you. from ESRI's ArcGIS Help 10.1 an example available there Thanks Attique
... View more
12-29-2014
04:27 AM
|
0
|
0
|
729
|
POST
|
Dear Walter try it Stop Edit then Open Attribute Table - Export it to .dbf .dbf file can easily be open by Excel 2010 or you can import .dbf into Ms Access table and get your results. Thanks Attique
... View more
12-28-2014
11:31 PM
|
0
|
2
|
526
|
Online Status |
Offline
|
Date Last Visited |
02-24-2025
03:38 PM
|