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
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
258 views

ArcPy TableToNumPyArray TypeError

I have a geodatabase table that I want to convert to a numpy array to create a Pandas dataframe. Using the arcpy TableToNumPyArray function on the table object fails. import arcpy, numpy # `tbls` is ...
champezius's user avatar
0 votes
0 answers
63 views

Joining Table attribute to Map attributes without matching properties

I have a Dataset (10Gb) that I imported to QGIS 3.22. It contains multiple tables and maps. The first map categorizes land usage (HWRM_HWRK_LN) and I was able to attribute a color gradient. The four ...
Canciano's user avatar
0 votes
1 answer
427 views

Load multiple file geodatabase tables into R directly from a FGDB (arcgisbinding package)

I have a large number of file geodatabase tables that I'd like to load directly into R as data frames. I have upwards of 80 - 100 tables and it would be much more convenient to automate this process. ...
Sarah Chisholm's user avatar
-1 votes
1 answer
52 views

Creating new rows in a file geodatabase table in ArcGIS Online

I have a File Geodatabase Table with 2 domains which I would like to display in an ArcGIS Online dashboard. I have zipped and uploaded this FGDB into AG-Online and edit exisiting rows. I cannot ...
Robert Buckley's user avatar
1 vote
1 answer
458 views

Creating multi-attribute primary key in table in ArcGIS Desktop

If I have this file geodatabase table with the format of: ColA | ColB| ColC | ColD | ColE | ColF etc... I want to declare a combination of columns will be the primary key (ColA | ColB| ColC). When I ...
ticklethateyo's user avatar
-3 votes
1 answer
136 views

Excluding certain Tables and Table Columns out of Analysis using ArcPy? [closed]

My code currently follows this format: Create FGDB From local folder, get list of all tables Do TableToGeodatabase_conversion on all tables What I want to do now is exclude certain tables from being ...
GISProdigy 's user avatar
2 votes
1 answer
532 views

ArcPy rollback update / insert cursors if error occurs

Is it possible to rollback an update made with an update cursor or an insert made with an insert cursor if an error occurs? I need to go through a feature class and break numbers up into 100 groups. ...
sushi's user avatar
  • 319
1 vote
1 answer
203 views

Copy Table Failing with ERROR 000732 in ArcPy?

Very new to Python. I am trying to copy between Feature Datasets, Feature Classes, and Tables between two GDBs. Here's my code: The following attempt works when Irfan_FC is a feature class: #Copy ...
IrfanClemson's user avatar
1 vote
1 answer
165 views

For periodic updates can a geodatabase table be replaced?

I am pulling in CSV tables, that are updated frequently, into a file geodatabase. Is there a way to overwrite the old table with the new one?
NSD's user avatar
  • 31
1 vote
1 answer
66 views

Table field names mixed up in table view of ArcMap?

I'm having trouble figuring out why apparently a table from a file geodatabase isn't interpreted correctly. These are some of the fields as they should show up in the table view: However, the table ...
Christoph's user avatar
  • 329
0 votes
1 answer
274 views

Selecting records in table from feature class using ArcGIS ModelBuilder?

I have a table and a feature class in a file geodatabase. I want to export records from the table that match what is in the feature class using ModelBuilder. For example the table contains 100 records ...
Brian's user avatar
  • 1
2 votes
1 answer
330 views

How to Split attribute tables into new records (Data Management)

(Arcgis user) I created a fgdb for inspections in the Esri Collector app. How can i create a export table of the feature that splits the fieldnames into seperated records related to fieldname Code? ...
Nick Beekers's user avatar
32 votes
6 answers
32k views

Read a table from an ESRI file geodatabase (.gdb) using R

I am trying to read a table directly from an ESRI file geodatabase into R. An example data file can be downloaded here. The database contains a point feature class (Zone9_2014_01_Broadcast) and two ...
Cotton.Rockwood's user avatar

15 30 50 per page