|
POST
|
Does GetAllMessages reveal the hidden one? (see the code example and explanations) GetAllMessages—ArcGIS Pro | Documentation
... View more
05-09-2025
01:51 PM
|
0
|
0
|
1273
|
|
POST
|
If your scripts don't require arcpy or anything from ArcToolbox, you can "create" your own environment and install whatever you want. I have one separate from the arcgispro-py3 environment running python 3.13, numpy 2.2, scipy 1.15.2 etc etc you can try, with sketchy success a conda install xyzxy --no-pin in a cloned environment, but sometimes the dependencies run too deep and can't be resolved, so a separate environment with no arc-anything may be necessary.
... View more
05-09-2025
01:00 PM
|
0
|
2
|
1826
|
|
POST
|
if (Upstream_MassFailures == 'multiple') and (upstream_constrained == 1): you forgot the last = hence it errored. I put in a couple of extra enclosing ( )'s for good measure
... View more
05-09-2025
08:45 AM
|
2
|
2
|
1733
|
|
POST
|
No clue then since the form you have written now in the raster calculator looks totally different than the parsing error that was being thrown in an earlier image. If the raster extents, cell size and alignments are all the same, your current form should work. Tech Support is your next option
... View more
05-09-2025
03:21 AM
|
1
|
0
|
1646
|
|
POST
|
If by aggregate, you mean add overlapping rasters, then Cell Statistics (Spatial Analyst)—ArcGIS Pro | Documentation with the sum option
... View more
05-08-2025
07:08 PM
|
0
|
6
|
2489
|
|
POST
|
what hillshades are you trying to average? by orientation? by time? Hillshade—ArcGIS Pro | Documentation have you seen the multiple directional hillshade function (which can be done with the above by setting the hillshade type to 1)? Hillshade function—ArcGIS Pro | Documentation
... View more
05-08-2025
10:53 AM
|
0
|
1
|
1377
|
|
POST
|
arcgis.map module | ArcGIS API for Python from the recent docs
... View more
05-08-2025
09:13 AM
|
0
|
1
|
1508
|
|
POST
|
000539: Error message from Python.—ArcGIS Pro | Documentation apparently it is related to the syntax of your raster calculator expression. Check the brackets a, b, c, d replace with Raster(path) 128 * ((a) + b )) / ( c) + d ))) + 128 You may have been dropping extra brackets in to make the expression look like it was working 128 * ( a + b ) / ( c + d ) + 128 doesn't raise syntax errors but I am not sure what you are calculating or what the 128 is for doesn't work
... View more
05-08-2025
04:26 AM
|
1
|
0
|
1694
|
|
POST
|
related Add MSAL to the ArcGIS Online Notebooks Libraries - Esri Community and conda install, not the package manager
... View more
05-07-2025
04:44 PM
|
0
|
2
|
3270
|
|
POST
|
BUG-000173205 for ArcGIS Pro vaguely related, reference it in case it is a related behaviour
... View more
05-07-2025
03:57 PM
|
0
|
1
|
1533
|
|
POST
|
are you saving between edits? Project and application options for editing—ArcGIS Pro | Documentation Deactivate an active editing tool when saving or discarding Automatically deactivates the active editing tool and runs the Explore tool Explore Tool when edits are saved or discarded.
... View more
05-07-2025
02:49 PM
|
0
|
3
|
1551
|
|
POST
|
Convert Coordinate Notation (Data Management)—ArcGIS Pro | Documentation might work it your data are in tabular format
... View more
05-07-2025
10:09 AM
|
0
|
0
|
957
|
|
POST
|
You can do it for a map Use an unknown coordinate system—ArcGIS Pro | Documentation Your previous posts and suggestions on this long standing issue How to “clear” the coordinate system of the “Map” to get it to “unknown” in ArcGIS Pro,
... View more
05-07-2025
03:33 AM
|
0
|
0
|
873
|
|
POST
|
From your example, which is also in the help files, there is this line.... If no matches are found when you replace the current_connection_info parameter with the new_connection_info parameter in the updateConnectionProperties function, your script may complete, but nothing will be updated. Updating and fixing data sources—ArcGIS Pro | Documentation Perhaps you need to check with your data sources to see if they exist since it suggests that it won't update anything, and, there is no mention of it throwing an error message either.
... View more
05-06-2025
03:31 PM
|
0
|
7
|
2564
|
|
POST
|
without seeing your legend, I suspect you are just seeing the band that is on top. You won't "see" through all bands. My point was about combining rasters, not what they look like.
... View more
05-06-2025
01:06 PM
|
0
|
0
|
1177
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | yesterday | |
| 1 | Wednesday | |
| 1 | a week ago | |
| 1 | a week ago |