|
POST
|
not sure where you are doing this... field calculator?, script? within the select by attribute, but conceptually IF PIN is numeric and PIN_TRACKING is text... p = 1
pt = '1,2,3'
str(p) in pt # ---- where p and pt are their associated fields
True
... View more
06-16-2020
01:01 PM
|
0
|
2
|
1869
|
|
POST
|
We will have to await for Hugo Bouckaert to get back to us
... View more
06-16-2020
12:47 PM
|
0
|
1
|
3617
|
|
POST
|
That look good. Having some real world data would be interesting to see if the sag is relatively the same for segments with similar elevation differences
... View more
06-16-2020
08:47 AM
|
0
|
4
|
5120
|
|
POST
|
Simpy Jaiswal there is no issues reported on the support site, Esri Support | ArcGIS Technical Support so if it is still an issue, you might want to investigate it with Tech Support
... View more
06-16-2020
08:15 AM
|
1
|
0
|
2205
|
|
POST
|
Then it could get real ugly, especially if the end points are at different elevations. https://electricalengineerresources.com/2018/02/16/sample-calculation-of-sag-and-tension-in-transmission-line-uneven-ele…
... View more
06-16-2020
08:03 AM
|
0
|
7
|
5120
|
|
POST
|
Error 36 in the table, seems to have a number of causes and options, just checking that you covered them all.
... View more
06-16-2020
07:28 AM
|
0
|
2
|
2205
|
|
POST
|
neither do I, but Manage feature templates—ArcGIS Online Help | Documentation makes reference to what is possible, if it makes any sense to you
... View more
06-16-2020
02:40 AM
|
1
|
1
|
1619
|
|
POST
|
I would try joining to a geodatabase featureclass or table. A shapefile predates how unicode character counts are treated.
... View more
06-16-2020
02:12 AM
|
1
|
0
|
1364
|
|
POST
|
Simpy Jaiswal Did you see the section on Error feature management Error feature management—ArcGIS Pro | Documentation
... View more
06-16-2020
02:06 AM
|
0
|
0
|
2205
|
|
POST
|
David Hoffman you didn't indicate whether you had gone through Understand credits—ArcGIS Online Help | Documentation
... View more
06-16-2020
01:15 AM
|
1
|
3
|
1748
|
|
BLOG
|
T hiessen Polygons / Voronoi Diagram and Delaunay triangulation. Pick your discipline. Delineate space around points. Design stained glass patterns even (Use a Voronoi diagram) A basic GIS functionality, for those of us that work with geometry. An Advanced license is required. Soon... part of the "Free Tools" movement or if you like... "Free the Tools" movement. GitHub - Dan-Patterson/numpy_geometry: A numpy geometry class and functions that work with arcpy and ESRI featureclasses How is this accomplished? By using tools that are already available in scipy.spatial 's Delaunay and Voronoi, A little numpy-based geom (npg) functionality, a dash of arcpy and arctoolbox tools and you have it. The Voronoi results obtained from Create Thiessen Polygons—Help | Documentation and from npg. are shown in the figure below. It doesn't really matter which is which since they identical in shape and area. Note: The esri tool buffers by an extra 10% by default, the npg version defaults to the input extent, so ignore the "to infinity" polygons on the edges I like Delaunay triangulation for shapes. The figure below shows a such a triangulation performed on a variety of shapes, using the npg Delaunay option. You can generate your own art or derive medial axes/skeletons from these. So next time time you think of Thiessen or Tin.... think how you can "Free the Tools".
... View more
06-15-2020
09:52 PM
|
2
|
0
|
3484
|
|
POST
|
url = "https://services2.arcgis.com/Ce3DhLRthdwbHlfF/arcgis/rest/services/Shorelines_Hosted/FeatureServer/0"
from arcgis.features import FeatureLayer
shoreliness = FeatureLayer(url)
for f in shoreliness.properties.fields:
print(f['name'])
OBJECTID
PRJCTID
FID_MARINE_SELECT
SHORETYPE
MAPSOURCE
MAPACURACY
MAPDATE
QCSTATUS
NOTES
GLOBALID
MARINE_ID
HGUID
MAPAUTH
Shape__Length hmmmm something amiss with your setup? ArcGIS Pro 2.6 Beta 1 (sorry, no 2.5) arcgis module installed in the base installation (ie, no clone) numpy, pandas and the rest are already installed. I didn't install geopandas, so I can't help you with the geometry
... View more
06-15-2020
06:49 PM
|
0
|
0
|
1261
|
|
POST
|
Caitlin Casey That is an external product to Arc* https://www.arcgis.com/home/group.html?id=4ff5d72c236c479aa8cf6d55ce9df1ec#overview You might want to show what your final product and inputs look like
... View more
06-15-2020
06:24 PM
|
0
|
0
|
612
|
|
POST
|
Check the dependencies for deep learning. Install deep learning frameworks for ArcGIS—Help | Documentation Could be a version issue or something not installed properly or the wrong version
... View more
06-15-2020
06:05 PM
|
2
|
1
|
4787
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | 2 weeks ago | |
| 5 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |