|
POST
|
probably the best way is to create a new field expression so you can classify the combinations and subsequently change the symbology size and colour interactively in the symbology window. https://support.esri.com/en-us/knowledge-base/how-to-assign-colored-symbols-to-attributes-using-arcad-000026986 If you replace the code from the above with something along the lines of the below. I'm not entirely sure of the logic that drives the colour changing to red so I've not included that. Can you elaborate on that? var score_s = $feature.SCORE_S
var score_o = $feature.SCORE_O
if (score_s > 0 && score_s < 10 && score_o < 0 ) {
return "Blue 9";
} else if (score_s >= 10 && score_s < 30 && score_o < 0 ) {
return "Blue 29";
} else if (score_s >= 30 && score_o < 0 ) {
return "Blue 30+"
}
... View more
12-09-2024
12:26 PM
|
0
|
0
|
1207
|
|
POST
|
Have you shared the layers to an ArcGIS Online group the key app is also a member of?
... View more
12-08-2024
09:00 AM
|
0
|
1
|
1449
|
|
POST
|
Possibly Tabulate Intersection tool after converting to vector. Then divide 'Area' by the original raster cell size to get Count. https://pro.arcgis.com/en/pro-app/3.3/tool-reference/analysis/tabulate-intersection.htm
... View more
12-08-2024
05:46 AM
|
0
|
0
|
1550
|
|
POST
|
From what I remember, The python script references the APRX which was open when the task schedule was created in ArcGIS Pro. Would be an idea to check that script and see what it's referencing, as if you opened a new project or .mapx and created a scheduled task without then saving the project - it would point to some non-existent temp location and fall over. Is a service account set in Windows Task Scheduler? If so then you can have obvious issues with file permissions and drive mappings. Try checking the 'run with highest privileges' button or whatever it is also.
... View more
05-21-2024
12:43 PM
|
1
|
1
|
5203
|
|
POST
|
Might be something in the network traffic looking at Dev tools of the browser which could provide some more info.
... View more
03-16-2024
12:48 PM
|
0
|
0
|
1261
|
|
POST
|
Are the DSM and DTM from the same sensor and temporal resolution? Check the areas of negative values to see if anything is obvious. Also ensure a snap raster has been applied.
... View more
02-28-2024
10:56 AM
|
0
|
1
|
2039
|
|
POST
|
What error message are you getting? Your Lat and Lon fields show an error. Do you just want to upload a table?
... View more
02-22-2024
12:10 PM
|
1
|
0
|
2591
|
|
POST
|
I'd rebuild your MD first without overviews to see if there's any issues with displaying those rasters normally. Be aware of the MD layer properties to only display x rasters otherwise show a wireframe. Have a look at the MD attribute table and see if Min Max PS give anything away (I've experience of these randomly being different for some rasters). Z Order shouldn't be an issue however. If everything looks OK, define and generate overviews with your own settings. Start small scale and iteratively go larger scale overviews to test.
... View more
02-22-2024
12:06 PM
|
0
|
0
|
1316
|
|
POST
|
You won't be able to add those field values because they don't currently exist in the Hosted Feature Layer schema of your data in AGOL. I'd just go to the Data tab -> Fields, then add those Fields to the layer in AGOL - making sure you match the data type/length etc. After that when you add data those fields will show.
... View more
02-20-2024
12:02 PM
|
0
|
1
|
1083
|
|
POST
|
Select by Location - Intersects, then invert selection and delete possibly. It depends how your polygons are broken up and if you mean you want to keep the entire polygon if it touches the other layer at any point.
... View more
02-16-2024
11:52 AM
|
1
|
0
|
2312
|
|
POST
|
Yes agree. Error message seems like a red herring and is likely the driver.
... View more
02-16-2024
11:45 AM
|
1
|
0
|
1902
|
|
POST
|
https://community.esri.com/t5/arcgis-online-questions/shared-update-for-groups/td-p/1174856 It's either an Admin that needs to set it up or an option that only appears when first creating the Group. Or both.
... View more
02-16-2024
11:40 AM
|
0
|
0
|
1375
|
|
POST
|
As Bob suggests, or Append/Merge straight away and Dissolve to get rid of coincident points https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/dissolve.htm
... View more
02-12-2024
01:14 PM
|
0
|
0
|
1359
|
|
POST
|
I'd just use Route Analysis and wrangle your input table so that each Centre and Store share the same Route ID. Add the table in all as stops, and when you run the analysis - it will spit out a single route for each shared routeID. Centre 1 | Route1 | Shape Store A | Route 1 | Shape Centre 2 | Route 2 | Shape Store A | Route 2 | Shape Centre 3 | Route 3 | Shape Store B | Route 3 | Shape
... View more
02-12-2024
01:09 PM
|
0
|
0
|
998
|
|
POST
|
Have you tried to run the tool yet? My first guess is it's just defaulting to 1 as it doesn't know the input or output.
... View more
02-12-2024
12:55 PM
|
0
|
1
|
3030
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 09-10-2025 02:35 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|