|
POST
|
The "ridge" appearance is just an optical illusion. If you rotate your screenshots in any image viewer, you'll see the ridge magically become a gully.
... View more
04-07-2023
03:40 AM
|
1
|
0
|
6176
|
|
IDEA
|
+1 I use virtual attribute fields in QGIS and they're very useful.
... View more
04-07-2023
01:25 AM
|
0
|
0
|
5268
|
|
IDEA
|
Should be available in Pro 3.1 since conda init has been implemented. https://community.esri.com/t5/arcgis-pro-ideas/enhance-isolated-conda-installation-to-support/idc-p/1270116
... View more
04-05-2023
01:09 AM
|
0
|
0
|
7239
|
|
IDEA
|
Yes would say it's an unnecessary idea I wouldn't say unnecessary, it is a bit of a usability issue. I spent a few years manually selecting just the file name before discovering it doesn't matter if you type over the extension. And making the initial selection of text consistent with the Windows file explorer would remove the issue.
... View more
04-03-2023
03:09 PM
|
0
|
0
|
3269
|
|
IDEA
|
That used to annoy me, until I discovered that if you just type the new filename over the selected text and don't include the .gdb extension, then Pro adds the extension for you.
... View more
03-29-2023
11:29 PM
|
0
|
0
|
3354
|
|
POST
|
You don't say what version of Pro you are using. Are you sure you're using 3.1? It was only released last month. The updateFolderConnections method is new in 3.1 and isn't available in 3.0.x or earlier
... View more
03-23-2023
10:14 PM
|
1
|
0
|
1060
|
|
IDEA
|
Ha, I just had to use ArcMap for the first time in years and it does exactly that:
... View more
03-22-2023
03:16 PM
|
0
|
0
|
1140
|
|
POST
|
Try explicitly using decimals 1.0 - (Con("Grid1" == 1, 1.0, "Grid1" / 100.0 ) * Con("Grid2 " == 1, 1.0, "Grid2" / 100.0)) Or possibly using the Float function: 1.0 - (Con("Grid1" == 1, 1.0, Float("Grid1") / 100.0 ) * Con("Grid2 " == 1, 1.0, Float("Grid2") / 100.0))
... View more
03-19-2023
02:41 PM
|
1
|
0
|
2852
|
|
POST
|
The equals operator is "==" not "=". So you should use: 1 - (Con("Grid1" == 1, 1 , "Grid1" / 100 ) * Con("Grid2 " == 1, 1, "Grid2" / 100)) A worked example assuming Grid1 == 1 and Grid2 == 2 expression evaluates to: 1 - 1 * 0.02 output: 0.98
... View more
03-15-2023
10:00 PM
|
2
|
0
|
2927
|
|
IDEA
|
Good idea. Though QGIS doesn't use a simple list, it retains the tree structure, but also filters out the tree levels as well as the CRS's that don't match the search text and then expands the tree. I find that much more useable than the Pro way.
... View more
03-13-2023
03:08 PM
|
0
|
0
|
1175
|
|
POST
|
Please add your code as formatted text, not as a screenshot. Community Help Documents > How to insert code in your post # Here is an example of code as formatted text
import arcpy
for i in range(10):
print("code as formatted text")
... View more
03-07-2023
08:45 PM
|
0
|
1
|
1077
|
|
POST
|
After you run from the ribbon, just go to the History tab, right click the tool result you just ran and select "Copy Python Command".
... View more
03-07-2023
06:09 PM
|
1
|
1
|
1699
|
|
POST
|
ArcGIS Pro is Windows only. And the documentation states running it using Parallels and a Windows VM or Boot Camp and a Windows partition requires a Mac with an Intel CPU: Run ArcGIS Pro on a Mac Though it may not be toooo long before you can run it using Parallels and a Windows on Arm VM on an M1 Mac. https://www.parallels.com/au/windows-11-arm-apple-m-series
... View more
03-07-2023
12:43 AM
|
0
|
0
|
826
|
|
POST
|
Make a VRT (virtual raster) that points to the url. ds = gdal.OpenEx(tiff_url)
gdal.Translate("path/to/output.vrt", ds) Or here's a python toolbox to do the same: Add remote COG to ArcGIS Pro by URL - Add_COG.pyt
... View more
02-16-2023
12:18 AM
|
0
|
0
|
1069
|
|
POST
|
You can use a Minimum Maximum stretch and set custom min & max values.
... View more
02-06-2023
07:21 PM
|
0
|
1
|
1301
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-24-2022 03:08 PM | |
| 1 | 07-30-2025 03:00 PM | |
| 1 | 06-10-2025 08:06 PM | |
| 5 | 05-20-2025 07:56 PM | |
| 1 | 05-04-2025 10:34 PM |