Questions tagged [table]
A set of data elements arranged in rows and columns.
548 questions
1 vote
1 answer
46 views
Error when trying to delete Table from Geopackage in QGIS
I'm trying to delete several tables from my geopackage in QGIS. When I try to do that by rightclicking on the table > manage > delete layer I get the error message (translated from german) >&...
0 votes
0 answers
66 views
Refactor attribute table
I want to refactor a table that is only string, so that I can then join it ton a shapefile. However, when I open the refactor fields process, it show this not the "usual" interface, what ...
1 vote
1 answer
102 views
Database sync with QGIS
Programs like Golden Surfer and AutoCAD (GIS versions) allow you to connect to tables in databases. When new data is entered into the database, it is automatically updated on our map. In the case of ...
3 votes
1 answer
230 views
Copying tables from PostGIS schema without geometries with OGR
I'm trying to copy a PostGIS schema named test with all its tables to a GeoPackage. There are 6 tables with geometries and one table without geometries in the schema: This copies all tables into a ...
0 votes
1 answer
78 views
QGIS python configuration LayoutTable
I have a problem when I import layout template in QGIS project with Layout Attribute Table. In template I have two frames (tabela1 and tabela2) for one table which is connect to layer "VOZLISCA&...
1 vote
0 answers
44 views
Use of matrix DBF table in QGIS
I have a shapefile with 3 fields. (For example fields A,B and C). Fields A and B are filled with data in the shapefile, field C is virtual. Next to it I have a dbf table. In the rows I have A values, ...
3 votes
1 answer
129 views
Creating table from polygon or closed polylines in QGIS
Is there a way to create a table (like the green lines) on a polygon or within a closed polyline? I have imported the rectangles from AutoCAD, which have predetermined sizes so I will need to create ...
1 vote
0 answers
47 views
Auto-populating foreign keys in child table with two parent tables in QGIS form of child table
I’m working with a parent-child relationship in QGIS, where I have two parent tables (ANZ and PI) and one child table (GEOM). The GEOM table contains foreign keys "anz_id" and "pi_id&...
2 votes
1 answer
449 views
Removing duplicate data based on multiple attributes [closed]
I have a table created using tabulate intersection in ArcGIS Pro, that denotes the species records within each grid cell at certain resolutions e.g. Cell ID Taxon Name Grid Precision (m) 1 Erodium ...
0 votes
0 answers
65 views
Saving a merged layer changes attribute table columns to Asian characters
When I merge layers the temporary attribute table looks fine, with the expected column headings. However after I save the temporary layer, either by making permanent or by exporting features the ...
0 votes
0 answers
37 views
Reclassify by table
I'm using IFSAR 5x5 DEM Raster and run a Reclassify by Table with only 5 values 1, 2, 3, 4 and 5. Then I converted the reclassified raster into Polygon. When I checked the attribute table the values ...
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 ...
2 votes
1 answer
176 views
What is the name given to the table layer in QGIS?
What name is given to this selected layer? It's not a vector layer where you can add geometries, it's something like a table or spreadsheet.
1 vote
0 answers
53 views
Synchronizing point layer with external table in QGIS
In QGIS I have an external table imported from MySQL where several users insert data through a website. This table is imported into QGIS and I have a join with a geopack that contains the x and ...
0 votes
2 answers
558 views
Feature class to shapefile problem
When exporting feature class to shapefile, fields in attribute table are approx. half disappears (because of maximum number of characters in field and maybe because of Arabic fields language ). How ...