|
IDEA
|
@AlyciaRajendran_esri This idea is related: Consistent Terminology: FC >> Attribute Table vs. Table >> Open
... View more
11-08-2024
03:35 AM
|
0
|
0
|
1941
|
|
IDEA
|
@Kevin_MacLeod Agree. Is your join a one-to-many join? Select By Attributes on joined data — For rows that are 1:M, all rows in the join table get selected, despite selection criteria Source: Is ArcGIS Pro the right tool for tabular/join-based geodatabase analysis?
... View more
10-31-2024
07:50 PM
|
0
|
0
|
1804
|
|
IDEA
|
@Heather_Hegi I think it was in the Table to Table geoprocessing tool's Field Map section. I believe that tool was replaced by the Export Table tool in later versions of Pro.
... View more
10-31-2024
03:52 PM
|
0
|
0
|
1721
|
|
POST
|
That functionality wasn't brought over from ArcMap to ArcGIS Pro. It's an equivalency issue. There is an idea for it somewhere but I can't find it right now. What kind of geodatabase (file, mobile, or enterprise) and what kind of enterprise database (Oracle, SQL Server, PostgreSQL)? If it's an enterprise geodatabase, then you might be able to query for it using SQL. What kind of spatial type? ST_GEOMETRY? Oracle's SDO_GEOMETRY? Or maybe someone can come up with a Python solution or an attribute rule that would put a flag in a field. @Laura The linear referencing M-value is a component of the SHAPE field. It's a type of coordinate, just like X, Y, or Z. Each vertex in an M-enabled FC has a X, Y, and M value, so it can be tricky to query the M values because there are multiple per line. Is it a line feature class? Do you need to find lines that have ANY vertices with missing M values? Or would it be good enough to find lines where the start vertex or end vertex are missing the M value? Calculate Geometry has options for getting the M value of the start and end of lines:
... View more
10-31-2024
09:47 AM
|
0
|
0
|
1220
|
|
IDEA
|
For geoprocessing tools that output a new FC: Add an Original ObjectID field to the output FC since the original FC's ObjectID values won't be preserved in the new FC's ObjectID field. Use case: Joining from the original FC to the new FC via a common attribute, possibly for a field calculation on the original FC. (Not all FCs have a user-defined unique ID that can be used for tabular joins.) Example: GP tool to populate point shapes from X/Y number fields in existing FC There are cases where we can't or don't want to add a new Unique ID field to the original FC, or export the original FC for the purpose of adding a unique ID field. Simply joining the original FC to the new FC via a common attribute is a better option. Some GP tools already do this, such as Spatial Join. It would be great to have all other applicable tools do it, too. It could be an optional parameter in the tool.
... View more
10-31-2024
08:44 AM
|
2
|
1
|
801
|
|
IDEA
|
@AlfredBaldenweck It looks like XY Table to Point can produce a UTM FC. I suppose that might work as a last resort. But, as you said, it produces a copy of the original FC. How could the new FC's shape be used to update the existing features in the original FC? I don't want to delete and replace the rows, I want to update them. Maybe the new Upsert functionality in 3.1 could be used to update the features in the original FC: GP tool to batch-replace geometries from one FC to another (via related IDs). But I think that would only work if there was a user-defined unique ID other than the ObjectID to join on (the original FC's ObjectID won't be preserved in the new FC). Not all FCs have a user-defined unique ID column. Sure, I could add a new field in the original FC and use the Field Calculator to populate it with unique values such as the ObjectID (static). But that seems unnecessarily cumbersome. Idea: GP Tools — Include original ObjectID field in output FC
... View more
10-31-2024
08:12 AM
|
0
|
0
|
1165
|
|
IDEA
|
ArcGIS Pro 2.9.5 I have a real-time standalone table data source from an external system. I want to create a dynamic XY Event Layer to display the data as points in Pro. Some of the input rows have incorrect values in the X and Y fields. I want to include those rows in the XY Event Layer attribute table, but I don't want to generate shapes for those rows; I want the shapes to be null. Could a "Shape SQL Expression" parameter be added to the Make XY Event Layer tool to let us control what rows get shapes? For example, WHERE X <> 0. Related: Dynamic feature layer for replacing values in AGOL table (ArcGIS Pro GP tool)
... View more
10-31-2024
07:09 AM
|
0
|
0
|
538
|
|
IDEA
|
Related: GP tool to populate point shapes from X/Y number fields (in existing FC)
... View more
10-31-2024
04:54 AM
|
0
|
0
|
870
|
|
IDEA
|
Related: Modify Features — Editing tool to update shape from XY fields Append — Load XY table into point FC as point features
... View more
10-31-2024
04:53 AM
|
0
|
0
|
1222
|
|
IDEA
|
ArcGIS Pro 2.9.5; Oracle 18c 10.7.1 EGDB I have a point FC that has UTM X/Y number fields populated, but the shape field is null. I want to use a geoprocessing tool to batch-populate the shape field using the X/Y coordinates. I want to do this with a single OOTB tool, not a custom script, model, or exported FC.
... View more
10-31-2024
04:38 AM
|
0
|
3
|
1230
|
|
IDEA
|
ArcGIS Pro 2.9.5; Oracle 18c 10.7.1 EGDB
When importing a .CSV into an enterprise geodatabase as a standalone table using the Table to Geodatabase geoprocessing tool:
I want to modify the field types and field lengths. Similar to what I can do with the Create Table wizard:
... View more
10-31-2024
04:23 AM
|
1
|
1
|
622
|
|
IDEA
|
An alternative option: Create a table from scratch using Catalog and import the fields/schema from the CSV, instead of importing the CSV as a new table. Creating a table from scratch would allow me to easily adjust the imported field types and lengths while creating the table.
... View more
10-31-2024
03:24 AM
|
0
|
0
|
1525
|
|
POST
|
I don’t know about model builder, but my comment in this post compares the different kinds of layers/layer tools. It might help make some sense of those tools. https://community.esri.com/t5/arcgis-pro-ideas/consistent-visible-sql-expressions-and-query/idc-p/1366709/highlight/true#M27874
... View more
10-30-2024
06:48 PM
|
1
|
0
|
6376
|
|
POST
|
You need to generate a row number column in your query using SQL: Register with Geodatabase but No Object ID
... View more
10-30-2024
06:43 PM
|
0
|
0
|
2427
|
|
IDEA
|
ArcGIS Pro 2.9.5; Oracle 18c 10.7.1 EGDB: I've imported a .CSV to an EGDB using Table to Geodatabase. The .CSV had an AREA field which is a reserve word in Pro. In the Fields View, I can see Pro has converted AREA to ENGINEERING.WORKORDERS.AREA. But Pro behaves awkwardly when there is a period in a field name. See Esri Case #03757242 - Import .CSV using Table to Geodatabase: AREA field - unexpected behavior in Fields View. Idea: Instead of fully qualifying a reserve word field name with the owner name and the table name, suffix the reserve word field name with _1 or something similar: AREA_1. I think that would behave better in Pro compared to a field name with periods.
... View more
10-30-2024
07:57 AM
|
0
|
1
|
429
|
| 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 | 3 weeks ago |