|
POST
|
amongst many options, you can use Select Layer By Location—Data Management toolbox | Documentation available in arcmap and Pro various intersection tools etcetra are available depending on what you want the to do with the data
... View more
06-07-2020
03:33 PM
|
0
|
2
|
1008
|
|
POST
|
The behaviour changed, I suspect because of the need to ensure the checks I indicated. I suggested ways to find out what the paths are, but I suspect most people appreciate not having long paths wrapping around the oval. The behaviour is the same in Beta
... View more
06-07-2020
03:12 PM
|
3
|
3
|
3606
|
|
POST
|
that capability is a function of the python ide. It may not be implemented in the included python window because of the overhead needed to implement it. Jupyter notebooks within pro implement a form of it Notebooks in ArcGIS Pro—ArcPy Get Started | Documentation and other ide's (like Spyder) do so as well
... View more
06-07-2020
08:56 AM
|
0
|
3
|
3393
|
|
POST
|
This is effectively a "circle through three points". Either the circle solution or a "best-fit" solution. Assuming that the 3 points are on the same line, you can convert the data so that the x-variable is distance and the y-variable is your z. Your distances would be 0 (ie the start point), distance to sag point, distance to end point. Your z values become y. Solve for the equation and generate other points as needed. The equation would be degenerate if the line was completely straight. Assumptions: This would work best if the sag point were in the middle of the span. The length of cable relative to the distance between end points should be "uniform" so that the cable behaves in a similar fashion along its total length. (sloppy install with over or under tension will result in different deflections per unit length) If there is significant elevation differences between the start and end points, the location of the sag point may shift significantly to the lower elevation end and the circle assumption would be void. In those cases, you would have to consider a best-fit circle or ellipse through the points rather than a circle itself. Best fit ellipses could be used, but "usually" at least 5 points are needed but code exists to handle situations like yours, but the effort is large. There is little point in working on this with 3 dimensions given that the span should form a straight line with the sag point somewhere along the line. Translation and rotation to and from the initial coordinate system is covered by standard affine equations. Final note. Before you begin on this venture, it would be useful to examine some of your transformed data to get an initial estimate of sag location and value relative to span length and span elevation difference.
... View more
06-06-2020
07:46 PM
|
1
|
0
|
5097
|
|
POST
|
With arcpy in arcgis pro Select Layer By Location—Data Management toolbox | Documentation using the api for python arcgis.features module — arcgis 1.8.0 documentation no mention of url's though
... View more
06-06-2020
01:56 PM
|
0
|
0
|
3531
|
|
POST
|
Josh Beaton .... FYI The only thing I could find is https://community.esri.com/community/education/blog/2019/06/17/new-option-for-assigning-licenses-june-arcgis-online-release but it is more for educational instututions
... View more
06-05-2020
05:12 PM
|
1
|
0
|
1059
|
|
POST
|
Thanks Xander Bakker I was wondering why, since a lot of people I know use python (and imports) for web stuff. Perhaps what they do is different than what esri does and the curly bracket languages seem to dominate web-stuff.
... View more
06-05-2020
04:45 PM
|
1
|
0
|
13922
|
|
POST
|
see if arcmap has these tools Points To Line—Data Management toolbox | Documentation XY To Line—Data Management toolbox | Documentation
... View more
06-05-2020
10:49 AM
|
2
|
0
|
1040
|
|
POST
|
Shift is the word and the tool Shift—Data Management toolbox | Documentation
... View more
06-05-2020
10:44 AM
|
2
|
2
|
1485
|
|
POST
|
That is what the help says... they are created automatically so that there are no conflicts and that the name more-or-less fits in the oval
... View more
06-05-2020
06:41 AM
|
4
|
5
|
3606
|
|
POST
|
The name shows up as you pass your mouse over it as you show, did you make the output a parameter and define a name there? You can rename the ovals as I described
... View more
06-05-2020
02:39 AM
|
4
|
7
|
3606
|
|
POST
|
Xander Bakker I am surmising that the language remains proprietary? or is there a GitHub page I haven't found yet? "Distinct" looks like "unique", unfortunate that they have limited the choice of language in places of the Pro ecosystem
... View more
06-04-2020
05:56 PM
|
0
|
2
|
13924
|
|
POST
|
Better call in Xander Bakker He might be able fill in my suggestion. in the meantime np.unique(arcpy.FeatureClassToNumPyArray(fc, fld))
... View more
06-04-2020
04:02 PM
|
0
|
5
|
13923
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 5 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |