|
IDEA
|
ArcGIS Pro 2.9.5 I have a folder containing ~500 Lidar DSM .IMG files that I downloaded from a GeoHub webpage. Using a single geoprocessing tool, I want to select the folder and output an FC that has polygons for the extent of each image, with the image name as an attribute.
... View more
10-01-2024
01:22 PM
|
0
|
1
|
601
|
|
POST
|
Esri Case #03730900 - Column width behavior is inconsistent BUG-000171080: In ArcGIS Pro, when resizing a column in the attribute table by double-clicking on the boundary between two columns, the resize does not stay after refreshing the table. Workaround: Resize the right-sided edge of the column by dragging it. When resizing this way, the column width will stay the same after refreshing the table. Status: New Annoying resizing of Columns in attribute table
... View more
09-27-2024
07:56 AM
|
2
|
0
|
1913
|
|
POST
|
Esri Case #03730900 - Column width behavior is inconsistent BUG-000171080: In ArcGIS Pro, when resizing a column in the attribute table by double-clicking on the boundary between two columns, the resize does not stay after refreshing the table. Workaround: Resize the right-sided edge of the column by dragging it. When resizing this way, the column width will stay the same after refreshing the table. Status: New Attribute table fields constantly changing appearance?
... View more
09-27-2024
07:55 AM
|
3
|
0
|
3934
|
|
IDEA
|
It would be great to manage a list of graphics in a pane, similar to the Edit Vertices pane.
For example, inheriting a map with many graphics and converting them to features in a feature class. Managing the graphics is difficult.
@KeithAddison1's post is related: Is there a way to reveal the number of items in a graphics layer?
... View more
09-24-2024
10:48 AM
|
3
|
1
|
654
|
|
IDEA
|
@graharg_MAO What kind of geodatabase? For example, Oracle 18c 10.7.1 enterprise geodatabase.
... View more
09-24-2024
10:41 AM
|
0
|
0
|
1723
|
|
IDEA
|
Interesting. Can you elaborate on the "using the Pro toggle option" part?
... View more
09-20-2024
09:54 AM
|
0
|
0
|
6190
|
|
IDEA
|
Thanks @SSWoodward. Cell operations like this aren't currently supported with multiselect in any of the design view UI's. Is there a reason we can select multiple fields (row headers) in the Fields View and delete the fields, but we can't select multiple fields and remove the domain? Those two operations seem similar.
... View more
09-19-2024
12:55 PM
|
0
|
0
|
1328
|
|
POST
|
As a last resort, you might be able to use Python to get part of what you want. List of all parameter names of all geoprocessing tools in ArcGIS Pro https://community.esri.com/t5/arcgis-pro-ideas/consistent-exp-sql-expression-loading-parsing-in/idc-p/1366578/highlight/true#M27862
... View more
09-19-2024
12:15 PM
|
0
|
0
|
2995
|
|
DOC
|
Do I understand correctly that x.x.x patches normally only address issues, not add new functionality?
... View more
09-19-2024
12:12 PM
|
0
|
0
|
8114
|
|
POST
|
It appears to be a bug. Esri Case #03704340 - ArcGIS Pro 3.3.1 - Join with definition query excludes row unexpectedly BUG-000170869: Adding a definition query excludes a row of data when using Add Join geoprocessing tool in ArcGIS Pro
... View more
09-19-2024
11:13 AM
|
0
|
0
|
1079
|
|
POST
|
ArcGIS Pro 3.3.1; mobile geodatabase or file geodatabase Mobile Geodatabase: I have TABLE_A: And TABLE_B: I've hidden the OBJECTID fields from both attribute tables to remove visual clutter. I want to join from TABLE_A to TABLE_B using the common ID fields. I want the join relationship to be one-to-first, not one-to-many. When it comes to "what related record to use from the join table" in the one-to-first join, I want to use the rows from TABLE_B where BINARY = 1. Background: https://community.esri.com/t5/data-management-questions/1-m-join-to-pull-feature-with-specific-attribute/m-p/1524843/highlight/true#M45338 I apply a definition query to TABLE_B: WHERE BINARY = 1. Then I create the join: But, due to the definition query being applied to the join, the row from TABLE_A where ID_A=3 has been excluded. That is expected since there is no matching row in TABLE_B where the ID is 3. So, I will modify the definition query on the joined table to include ...OR ID_B IS NULL. However, the new definition query excludes the row where ID_A=1. That's not expected. Definition Query: main.TABLE_B.BINARY = 1 OR main.TABLE_B.ID_B IS null I expected the attribute table of the join to look like this (using DBeaver 23.3.2 SQL client): select
a.id_a,
b.id_b,
b.binary
from
table_a a
left join
table_b b
on a.id_a = b.id_b
where
binary=1 or id_b is null
order by
id_a Question: Why is the one-to-first join with the definition query main.TABLE_B.BINARY = 1 OR main.TABLE_B.ID_B IS null excluding the row where ID_A=1?
... View more
09-19-2024
11:09 AM
|
0
|
1
|
1084
|
|
IDEA
|
ArcGIS Pro 2.9.5; mobile geodatabase
In the Fields View, click a field that has an existing domain. In the domain picklist, choose the blank option to remove the domain.
Currently, the picklist scrolls down by default, hiding the blank option for removing the domain. This idea is to not scroll down by default but instead show the blank option at the top. That would make removing domains easier and more intuitive.
... View more
09-19-2024
07:17 AM
|
0
|
0
|
577
|
|
IDEA
|
When copying/pasting a feature from one FC to a different FC: Copy the feature, right-click on a different layer in the Contents pane, and click a new context menu option called "Paste Feature." I'm wondering if that would be more intuitive compared to Paste Special in the ribbon.
... View more
09-19-2024
07:11 AM
|
3
|
1
|
585
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-20-2026 02:12 PM | |
| 1 | 03-19-2026 11:42 AM | |
| 1 | 06-03-2026 04:02 AM | |
| 1 | 03-18-2026 07:08 PM | |
| 2 | 4 weeks ago |