|
POST
|
Probably easiest to just run a Service Area analysis to identify unreachable areas after polygon barriers are applied https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/service-area-analysis-layer.htm Note the 'Lines Feature Class' section in the help above. Set the output shape type to lines and you'll get only the traversable road segments returned. You can then just use that to select and delete or erase your original edges/roads input features - that will then return the non-traversable edges due to the barriers. Also not you'd need to set a Cutoffs (analysis setting) or Breaks (input parameter) large enough to cover your intended possible area. If you don't do this, then your analysis could be misleading.
... View more
09-17-2023
11:54 AM
|
0
|
0
|
1418
|
|
POST
|
Hi, Recently had a external choice list issue the same as described in https://community.esri.com/t5/arcgis-survey123-questions/issue-with-external-choice-list-in-arcgis/m-p/1324231 I'm facing an issue with ArcGIS Survey123 involving an external choice list and seeking insights into its root cause. Our setup has multiple surveys in ArcGIS Survey123 that utilize an external choice list. This choice list is in the form of a CSV file that we've uploaded to ArcGIS Online. The CSV file comprises three columns: 'id', 'name', and 'label'. This list contains approximately 10,000 choices. Initially, everything worked smoothly, and participants could select choices from the external list while responding to the survey. However, a peculiar problem has emerged. The link between the external choice list and some specific surveys seems to have broken. Users can view the choice list correctly when providing responses, but upon saving a response as a draft or submitting it, the chosen value transforms into 'name' instead of retaining the actual value. Notably, this anomaly is occurring only for certain surveys. Other surveys using the same external choice list remain unaffected. This issue had occurred before, and I was able to resolve it by re-establishing the link between the external choice list and the survey through Survey123 Connect. If anyone has encountered a similar issue or possesses insights into what might be causing this behaviour, your input would be highly appreciated. In trying to get Esri to troubleshoot the issue, a new group was created a shared with their tech support. However it seems that when the survey was shared to the troubleshooting group (shared via survey123.arcgis.com - collaboration tab) - it re-saved the form in AGOL and relinked the previously unlinked external choice list CSV we had hosted in AGOL. The Survey also shows as a new download available, when it should really be unchanged. I'm wondering why sharing a survey to a group is updating the form again in AGOL, and what exactly is being updated. No other item types I know of show as recently updated content in AGOL when you adjust their group sharing so I'm confused as to exactly is going on when a survey is shared. We can't explain how the external choice list then also somehow relinked itself when this happened (meaning Esri couldn't then troubleshoot it!). I also don't see how resaving the external choice CSV could have cascaded down to the form and relinked it as content. Appreciate anything, even anecdotal.
... View more
09-12-2023
01:35 PM
|
0
|
1
|
829
|
|
POST
|
Try following the steps in the link below to ensure you've actually created a hosted feature layer from your Excel sheet - rather than just displaying them as points in your map. When you've created this layer, add it to your WebMap and the data should then be available to use in your dashboard. https://resource.esriuk.com/blog/adding-excel-data-into-arcgis-online/
... View more
09-10-2023
11:55 AM
|
0
|
0
|
3321
|
|
POST
|
those are UTM coordinates 39R Northing | 39 R Easting
... View more
09-09-2023
11:32 AM
|
0
|
1
|
1880
|
|
POST
|
Is it a feature service or map service (I'm guessing you're trying this on a map service)? have you tried FeatureSetByPortalItem()? What does the url look like for this 'live' item.
... View more
09-08-2023
12:01 PM
|
0
|
0
|
2762
|
|
POST
|
Have you got an example of the issue? A raster attribute table commonly is a count of the number of pixels which have that certain value, so I don't quite understand why you'd want to join that to your polygons as it doesn't make sense. How did you create your polygons exactly?
... View more
09-05-2023
12:38 PM
|
0
|
0
|
801
|
|
POST
|
Prefer this over instantiating a cursor for each row.
... View more
09-05-2023
12:31 PM
|
2
|
0
|
4367
|
|
POST
|
Did you find the root cause? I've experienced this in the past also.
... View more
09-04-2023
09:57 AM
|
0
|
0
|
2243
|
|
POST
|
https://support.esri.com/en-us/knowledge-base/how-to-convert-each-pixel-of-a-raster-into-a-polygon-000012696
... View more
09-01-2023
09:40 AM
|
0
|
0
|
2234
|
|
POST
|
Sure, the Purple represents an area traversable along any road segment (from your point of origin) up to 400m, the Brown for 1200m. You can test this by simply measuring the shortest network distance (follow the most direct road route) from your source to the edge of the purple or brown. That origin to South-West route looks the simplest to measure.
... View more
09-01-2023
06:06 AM
|
1
|
0
|
1135
|
|
POST
|
What's not working with Dissolve? Would think just setting the confidence field as the statistics field "MAX" would do it.
... View more
08-31-2023
12:30 PM
|
0
|
0
|
855
|
|
POST
|
https://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/tabulate-intersection.htm Zone features - your polygons Zone Field - something you can use to identify later Class feature - Lines class fields - something to identify by later Then take that output table and use the Pivot Table tool (exactly how to do this is shown in the tool help link above) Note needs Advanced license. If you don't have one then https://esriaustraliatechblog.wordpress.com/2015/06/22/spatial-joins-hidden-trick-or-how-to-transfer-attribute-values-in-a-one-to-many-relationship/ but you'll need to do wrangling with the concatenated field. Also top tip is to make sure the field length in the output field properties (shown if you read the guide fully) is long enough to store all the possibilities (from experience..)
... View more
08-31-2023
12:06 PM
|
0
|
0
|
1574
|
|
POST
|
Hmmm I found the help a bit confusing, but perhaps it just needs to be wrapped in another set of brackets. snapEnv = [['WBDHU12',"EDGE",'5 Meters']]
arcpy.edit.Snap('FeatureClassName',snapEnv)
... View more
08-30-2023
12:18 PM
|
2
|
1
|
2220
|
|
POST
|
Yes exactly, or https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/zonal-statistics-as-table.htm
... View more
08-30-2023
11:49 AM
|
0
|
1
|
2157
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-17-2023 12:44 PM | |
| 1 | 06-13-2025 01:08 PM | |
| 1 | 09-25-2025 03:19 PM | |
| 1 | 09-24-2025 02:35 PM | |
| 1 | 09-17-2025 02:42 PM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|