Skip to main content

All Questions

Tagged with
0 votes
0 answers
16 views

FileNotFoundError on open() command on Standalone Table in ArcGIS Pro geodatabase [duplicate]

I am working on an areal interpolation question for which I have used the Tabulate Intersect function to print out a standalone table in my geodatabase named "Gr_TabulateInter". However, I ...
RexO's user avatar
  • 1
0 votes
0 answers
46 views

Troubleshoot Attribute Rule to Update Parent Table

I am using ArcGIS Pro 3.2.1 and working with an Arcade expression to update a parent layer when new inspections are performed in the related table. I have tried a 1:M relationship class with GlobalIDs,...
Mikhayla's user avatar
0 votes
1 answer
61 views

Deleting file geodatabase table with quotes in name using ArcGIS Pro

I am using ArcGIS Pro 3.1.2. I somehow managed to accidentally rename a table in my file geodatabase with quotation marks in the name. Trying to open it will yield a Failed to open table. error. I am ...
sushi's user avatar
  • 319
0 votes
1 answer
59 views

Using arcpy, need to find which polygon each set of coordinates in a table intersects with

I'm writing a Python script tool for ArcGIS Pro and among other things, I need it to compare coordinate values (lat & lon) in a GDB table to a polygon feature class and determine which polygon ...
jencarta's user avatar
  • 176
1 vote
3 answers
880 views

Combining multiple values (unique and different) into one column to based on unique value

I have a table consisting of two columns (1) unique values (some multiple times) and (2) values (unique and different) - I want to create a table that will contain two columns (1) unique values (no ...
Pikachun's user avatar
  • 113
0 votes
1 answer
111 views

RuntimeError: [blank] when trying to add a standalone table to a map with python

I am trying to add a standalone table to a map, but when I attempt to create the table object I get a blank runtime error ('RuntimeError: '). This error occurs when running the arcpy.mp.Table() line. ...
dpederson95's user avatar
1 vote
1 answer
169 views

Arcpy.CreateTable_management in Python toolbox not creating table in memory

The following creates a table in memory as expected when executed in the Python window [ArcGIS Pro 2.9, Windows 10]: arcpy.CreateTable_management('memory','dataTable') When I try to do the same thing ...
cmagagnosc's user avatar
0 votes
1 answer
116 views

Arcpy.CreateTable_management fails in Python toolbox (.pyt)

I am trying to create a table within a Python toolbox (.pyt). This works with file GDB's, but I would like to use a memory dataset if possible. A table can be created in memory manually or by calling ...
cmagagnosc's user avatar
1 vote
0 answers
334 views

Iterate multiple tables for input into "Tables to Domain" tool in ArcGIS Pro ModelBuilder

I would like to iterate over multiple tables in a geodatabase then feed the tables into the "Table to Domain" tool in ArcGIS ModelBuilder. Currently it only seems to iterate over 1 table. I ...
Jordan's user avatar
  • 11
0 votes
0 answers
72 views

Images Shown in Popup Not in Table of ArcGIS Pro

I'm trying to export data from a map layer to an excel file. From ArcGIS Online I opened the layer using ArcGIS Pro. The images exist in AGOL, and can be seen from the pop-ups in Pro when individual ...
Chad Leftwich's user avatar
3 votes
1 answer
444 views

Switching between alias names and table names using ArcPy in ArcGIS Pro

Whenever I add standalone tables from my file geodatabase to an ArcGIS Pro map, the alias names are displayed instead of the table names. I want to view these tables using only their table names. ...
cjbarles's user avatar
2 votes
1 answer
197 views

Loading non-spatial tables from geopackage into ArcGIS Pro

I have a geopackage comprising spatial and nonsapatial tables. I would like to be able to load all of the tables into an ArcGIS Pro 2.6 project, however, when I connect to the geopackage I'm only able ...
Joe Be's user avatar
  • 111
1 vote
0 answers
323 views

SQL for Select By Attribute to only select Feature Class Polygons based on values from a Table

I have a polygon feature class with one of the attributes being Parcel ID Numbers (Parcels_in_City). I have a table with only Parcel ID Numbers (Parcels_with_Trees). Is there a SQL query that can be ...
MappingWAVE's user avatar
3 votes
1 answer
8k views

Joining tables results in null values within joined part using ArcGIS Pro

I have tried various geoprocessing tools, read through the stack exchange, googled questions, and I still have not figured this out. I am trying to join a table based on GEOID field. I made sure ...
prime90's user avatar
  • 157
0 votes
1 answer
124 views

Summarizing individual data in table using ArcGIS Pro

I am attempting to summarize a a bunch of individual rows in a table I added into ArcGIS Pro, and I'm wondering if there is any type of tool or work flow I could use to do so? This is kind of a ...
user157764's user avatar

15 30 50 per page