|
IDEA
|
ArcGIS Pro 3.3.0; mobile geodatabase and file geodatabase: Background: When I copy a standalone GDB table to a mobile geodatabase using Catalog copy/paste, the table automatically gets a "main." alias prefix. (That's not consistent with pasting a *FC* into a mGDB, but that's a separate issue.) Idea: When I copy the mGDB table to a fGDB via Catalog copy/paste, the "main." alias prefix gets carried over to the new fGDB table. It's confusing to see main.my_table in a file geodatabase table in the Contents pane. It makes me think it's a mGDB table, but it's actually a fGDB table. Could that behaviour be changed so the "main." alias prefix doesn't get carried over? Video:
... View more
05-09-2024
10:12 PM
|
1
|
4
|
1249
|
|
IDEA
|
ArcGIS Pro 3.3.0; Mobile Geodatabase The Make Route Event Layer geoprocessing should auto-populate these parameters: From-Measure Field parameter: Auto-populate with FMEAS field if it exists. To-Measure Field parameter: Auto-populate with TMEAS field if it exists. Bud_0-1715316289960.png FMEAS and TMEAS are standard Esri linear referencing fields. So it would make sense if the tool would automatically use those fields. Currently, the tool doesn't do that.
... View more
05-09-2024
09:46 PM
|
0
|
0
|
535
|
|
IDEA
|
The same Make Route Event Layer issue applies to file geodatabases too. As well as with the Create Routes geoprocessing tool using an Oracle 18c database FC (non-geodatabase).
... View more
05-09-2024
09:38 PM
|
0
|
0
|
799
|
|
IDEA
|
ArcGIS Pro 3.3.0; mobile geodatabase. I have a linear referencing standalone table. The table has a user-defined ID field that is a big integer datatype. I want to use that field in geoprocessing tools like Make Route Event Layer. But the big int field isn't shown as an option in the Route Identifier Field parameter picklist. Bud_0-1715315061848.png Could all geoprocessing tools, including Make Route Event Layer, be enhanced to allow mobile geodatabase big integer fields?
... View more
05-09-2024
09:25 PM
|
1
|
2
|
814
|
|
IDEA
|
In Pro 2.9.5, it was relatively easy to navigate to the NAD 1983 UTM projections: Bud_0-1715310906045.png But in ArcGIS Pro 3.3.0, I need to dive and scroll a lot more: Bud_1-1715311169314.png A zoomable version of the screenshot: https://i.sstatic.net/OaPdgy18.png Could that be changed so that it's less cumbersome to navigate to the NAD 83 UTM projections? I'm aware that I can search for a specific projection. But I prefer to browse the projection folders to make sure I'm getting the right one.
... View more
05-09-2024
08:22 PM
|
0
|
2
|
1446
|
|
IDEA
|
Related: Layer Caching — How does Pro know when the data was last updated? (LRS) Precomputed real-time linear referencing feature class (equivalent to route event layer) Idea: Sample Script — Precomputed real-time linear referencing FC (equivalent to route event layer)
... View more
05-09-2024
07:59 PM
|
0
|
0
|
1253
|
|
IDEA
|
ArcGIS Pro 2.9.5; Oracle 18c 10.7.1 EGDB: I use the Diagnostic Monitor > Logs tab to troubleshoot layer performance issues in Pro, like this: slow route event layers. I use an "endcursor" filter to review the SQL queries that were sent to the database. Bud_0-1715309582502.png It would help if there were a way to get the total elapsed time of all the filtered logs.
... View more
05-09-2024
07:57 PM
|
0
|
0
|
455
|
|
POST
|
ArcGIS Pro 2.9.5; Oracle 18c 10.7.1 EGDB: I have a linear referencing Route Event Layer. 3,000 roads/routes in an M-enabled FC. 20,000 events in a table. There are attribute indexes on the ID fields. The layer takes 10 seconds to refresh when I zoom in & out in the map. The properties are set to the default caching option: Keep the cache between sessions. Invalidate the cache when the data is updated. Bud_0-1715307858224.png How does Pro know when the data was last updated, and the cache needs to be refreshed?
... View more
05-09-2024
07:47 PM
|
2
|
1
|
1258
|
|
IDEA
|
@MargaretCrawford you could try using query layers if you would like your query to always be honored by the tool Also: https://community.esri.com/t5/arcgis-pro-ideas/quot-the-input-has-a-selection-quot-slap-a-clear/idc-p/1420482/highlight/true#M29961 Query layers and query tables would only be used if the user never edits the data, which isn't normally the case. Typically, we work with FCs and tables directly in the map and edit them as needed. So, we want attribute filters like definition queries (such as STATUS=ACTIVE) to be honored in GP tools, even if the user disables the selection toggle. And of course, for GP tools that modify data like Calculate Field, we wouldn't use query layers or query tables.
... View more
05-09-2024
04:01 PM
|
0
|
0
|
679
|
|
POST
|
I understand what you said here: 17 N means zone 17 North of the equator 17 T is the lettered 6 x 8 degree block within the zone from 40-48N latitude 78-84W longitude But my question is more: Why do the UTM units at the bottom of the map view use 17T, when the Project's Map/FC uses 17N? Is it because the UTM map units at the bottom of the map view are not tied to the Project's Map projection?
... View more
05-09-2024
02:31 PM
|
0
|
0
|
3233
|
|
IDEA
|
ArcGIS Pro 2.9.5; Oracle 18c 10.7.1 EGDB: I have two identical annotation FCs with existing features: ANNO_1 and ANNO_2. The projection is NAD 83 UTM 17N. The extents are the same and are up to date since the FCs were recently imported. In ANNO_1, I create a new feature. I'm testing for Esri Case 03605230, so I create the feature outside of the FC's extents (north of planet earth, as indicated by the base map). When I created the new feature in ANNO_1, ANNO_1's extents were automatically updated, as expected. However, if I append the new feature from ANNO_1 into ANNO_2 via the Append tool (using a SQL expression to isolate the new feature), ANNO_2's extents don't automatically update. That's unexpected. To me, appending data should automatically update the extents, just like editing does. I've submitted this as an idea because the docs suggest this might be working as designed. Define Feature Class Properties - Extent A feature class has a spatial extent property that is based on the last known spatial extent of all the coordinates in the feature class. The extent property is not always updated when features in the feature class are edited. This means that the values in the extent property may not contain the actual spatial extent of the features. You can recalculate the feature class extent or manually set the extent values. I'm aware that I can recalculate the feature class extents using a GP tool. But it seems like that should be done automatically when loading data. Related: Catalog Pane — Load option in annotation FC context menu
... View more
05-09-2024
01:41 PM
|
0
|
0
|
762
|
|
IDEA
|
What's new in ArcGIS Pro 3.3 - Geodatabases and databases With a query layer selected in the Contents pane, you can use the Ctrl+Q keyboard shortcut to open the Edit Query Layer dialog box.
... View more
05-09-2024
11:29 AM
|
0
|
0
|
1722
|
|
IDEA
|
When a layer is selected in the Contents pane, use a keyboard shortcut to open the active definition query in SQL mode. Bud_0-1715278706875.png That would allow for fast SQL changes to the definition query, similar to what we can do with query layers in 3.3.0: Query Layer — Keyboard shortcut to SQL editing window What's new in ArcGIS Pro 3.3 - Geodatabases and databases With a query layer selected in the Contents pane, you can use the Ctrl+Q keyboard shortcut to open the Edit Query Layer dialog box.
... View more
05-09-2024
11:20 AM
|
2
|
1
|
1034
|
|
POST
|
When searching my Community profile, I noticed that searching for extent (10 results) returns fewer results than extents (16 results). If anything, I'd think the singular word would have more results than the plural since extent is in extents, but extents isn't in extent. What's the reason behind that behaviour? https://community.esri.com/t5/forums/searchpage/tab/message?filter=authorId&q=extent&noSynonym=false&phrase=extents&author_id=351335&collapse_discussion=true Bud_0-1715277846717.png https://community.esri.com/t5/forums/searchpage/tab/message?filter=authorId&q=extents&noSynonym=false&phrase=extents&author_id=351335&collapse_discussion=true Bud_1-1715277870216.png
... View more
05-09-2024
11:06 AM
|
0
|
7
|
1933
|
| 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 | 07-08-2026 01:29 PM |