Skip to main content

Questions tagged [table]

A set of data elements arranged in rows and columns.

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
1 vote
1 answer
142 views

Changing color and font for cell in QgsLayoutItemTextTable object using PyQGIS

I am in the process of creating, with PyQGIS, a PDF file. First I set up the following objects: A value project = QgsProject.instance() A layoutManager object "manager" A QgsPrintLayout ...
theonewhodidnotknow's user avatar
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
1 answer
107 views

Principal Component Analysis (PCA) error found for getting results as a Chart (ui.chart) in GEE

I am trying hard to get principal component analysis results as 'chart/csv.' format by applying ui.chart code but it shows the error "Error generating chart: No features contain non-null values ...
Hanif Bhuian's user avatar
3 votes
2 answers
116 views

Update fields in table in PostGIS database by joining attribute by field value from a layer

I have a table in my PostGIS database. Its geometric objects I loaded in to my QGIS project as layer where I can edit them. In this layer (layer A) there are features with null values in some fields. ...
CruiseLee's user avatar
3 votes
1 answer
119 views

Autofill records with previous values in QGIS

I have a track (point layer with date and positions) and some information associated to it. I enter this information when some event changes (Effort on/off or Beaufort goes up or down in this example)....
Kike's user avatar
  • 33
0 votes
1 answer
128 views

qgis._core.QgsLayoutTable represents a C++ abstract class and cannot be instantiated

When i try to access the QgsLayoutTable class it says that it is abstract, but in the documentation it is referred as a builder exactly as a QgsLayoutItemTextTable or QgsLayoutItemAttributeTable. ...
Kabloom's user avatar
0 votes
0 answers
36 views

How to create a points layer without XY cordinates in my attribute table

I have tried a few methods. I loaded a table and tried to join it with "add join" using the object ID as the the common attribute, but it did not join the table the way I planned. I ...
Ramon Hernandez's user avatar
1 vote
0 answers
24 views

Table creation for cross section line using QGIS

When I export a 2D .dxf line with the profile tool in QGIS 3.28.5, it also creates some empty layers in the dxf. Dimensions, table background, table content, table grid and viewports. Is there a way ...
Pitheas's user avatar
  • 741
0 votes
1 answer
341 views

Exporting values from Images in ImageCollection to CSV

I am working with rainfall monthly totals for a 30-year period using CHIRPS pentad. //1.Reference Period var historical = ee.List.sequence(1991, 2020) var months = ee.List.sequence(1, 5) //print(...
Adi's user avatar
  • 327
0 votes
0 answers
72 views

QGis 3.28.2 changing attribute value

As you can see in the picture attached, in the column of ID is distributed with different values, I want to delete them and equate the values with the numbers I pictured in red. The numbers should be ...
eva's user avatar
  • 59
5 votes
0 answers
107 views

Filtered features in attribute table

Attribute table header of point layer says: "Features total 1200, Filtered: 1197, Selected: 0" There is no layer filter active and also no filter is set in the layer properties under tab &...
Hannes's user avatar
  • 129
1 vote
0 answers
32 views

Display the table of a shapefile in Google Earth Engineer apps UI interface [closed]

I'm trying to insert a table similar to the one in the attached image. Would anyone have any idea where to start? https://code.earthengine.google.com/475917a534535468d35beb6c57623ca9
Francisco Godoy's user avatar
1 vote
1 answer
134 views

Column disappears after applying symbology

I have a CSV file that I loaded into QGIS and I made points layers from X,Y columns that was in that CSV file. Now, this file has a column that called "Value". This column is updated once a ...
Yovel Rodoy's user avatar
1 vote
2 answers
154 views

QGIS - Issue importing CSV Table (owner information) with quotation marks

When importing my CSV table into QGIS, rows containing quotes are not correctly separated into columns. Is it possible to define the column separator to tolerate quotes or is there another problem? ...
Marek's user avatar
  • 537

15 30 50 per page
1
2
3 4 5
37