Is ArcGIS Pro the right tool for tabular/join-based analysis?

242
2
2 weeks ago
Labels (2)
Bud
by
Notable Contributor

ArcGIS Pro 2.9.5; Oracle 18c 10.7.1 eGDB:

My unit has recently completed a months-long project that involved extensive tabular analysis of our EGDB data. The analysis involved complex queries, including non-spatial joins.

Ultimately, my coworkers found they couldn't use ArcGIS Pro for the analysis and ended up using Excel as a temporary workaround. Now that the project is complete, they've asked the following question:

Going forward, is ArcGIS Pro the right tool for tabular/join-based analysis of our enterprise geodatabase data?

Based on the issues listed below, we are coming to the conclusion that the answer is, unfortunately, no.

  1. Select By Attributes on joined data: For rows that are 1:M, all rows in the join table get selected, despite the selection SQL expression.
    1. BUG-000154798
  2. No virtual attribute functionality
    1. Whereas, tools like Excel can have real-time calculated fields (formulas) in true Excel tables, in Power Query, etc.
  3. Trust issues with query layers: Query Layers omit rows from the underlying query without any warning.
    1. Here is a specific example, but there are other cases too: Query Layers — Include features with null shape in attribute table
  4. Slow joins to query layers
    1. BUG-000160320
  5. Definition query on join table will effectively result in an inner join
    1. Bug/Article-000007166, BUG-000153808, BUG-000131999, BUG-000129607, BUG-000153950, BUG-000164109
  6. Fixed in 3.x? Definition query on join returns incorrect rows
    1. Esri Support case #03387420
    2. Possibly the same issue: 
      ArcGIS Pro Table Join Shows Wrong Records
      BUG-000135505
  7. There are likely a few other issues that I’ve missed.

It's unfortunate that we feel Pro isn't the right tool for tabular analysis of EGDB data. We've been die-hard ArcGIS Pro users up to this point. But ultimately, users have developed trust issues and have come up against too many walls when doing tabular analysis in Pro.

What tools do experienced practitioners use for complex tabular analysis of enterprise geodatabase data?

The current use case is: analysis of construction project GIS data, with no room for error. But there are many other use cases.

2 Replies
Bud
by
Notable Contributor

Some quotes from colleagues from other organizations:

Biology:

It is this kind of thing that has led me to not trust joins in Arc, especially with bigger datasets. When I need to join tables, I typically use FME or R as they seem more stable with large datasets and produce more predicable results, in my experience.

Public Works:

Pro can be flakey when you have joins happening. Lots of unexpected behaviour. I use SQL in the backend instead.

Engineering/Consulting:

I've come across similar issues and limitations. I'm researching alternatives as well.

I'm under the impression that there aren't any immediate plans to fix the issues mentioned in the original post above (other than #6, which I think is fixed in 3.x).

If that's the case, then what would be a good alternative to Pro for tabular/join-based analysis of real-time EGDB data?

  • I'm comfortable using SQL in Oracle SQL Developer. But that doesn't help my coworkers, who aren't SQL specialists.
  • Excel  (as a real-time front-end to the EGDB via ODBC) isn't appealing for obvious reasons, even with improved functionality like Power Query and the XLookup function.
  • MS Access might have been ok back in the day (as a real-time front-end to the EGDB via ODBC). But at this point, it is very dated, clunky, and limited. For example, IIF statements are very cumbersome in Access compared to normal SQL CASE functionality.
0 Kudos
Eugene_Adkins
Occasional Contributor III

I would say, as you’ve discovered, the answer is Pro until it isn’t. It’s tricky at times and frustrating because it seems as if when a bug gets addressed in one version, another bug is created.

I use Pro for temporary joins fairly often (usually weekly) but I have to keep the issues in mind and try to pay attention to results that do not make sense, which isn’t always easy to do. When I want to double check, my answer is Excel; and for some tasks I use Excel before I use Pro.