Skip to main content

Questions tagged [table]

A set of data elements arranged in rows and columns.

0 votes
0 answers
22 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
1 answer
459 views

Appending a table asset with ImageCollection pixel values for specific dates and coordinates in Earth Engine

In Earth Engine I have a table asset of coordinates and dates (properties `LAT', 'LONG', 'DATE') for which I would like to return a pixel value from my ImageCollection dswe_ic, which gives a monthly ...
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(...
-1 votes
0 answers
9 views

Exporting NDVI data by postcode

I am trying to export Landsat NDVI data by postcode. I am new to this game and don't really know how to go about it but have seen similar things done in some recent academic papers (https://journals....
3 votes
2 answers
753 views

Compare tables in two different geodatabases

I have two geodatabases, one with February data (Final_Project_2.gdb) which contains 6 feature classes. The second geodatabase has March data, (Clipped.gdb), which also contains 6 feature classes, the ...
0 votes
0 answers
20 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 ...
1 vote
0 answers
48 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 ...
2 votes
1 answer
141 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
1 answer
781 views

Export data from image collection Google Earth Engine

I have a function to get an average value per month for a band from an image collection. Full code is here. var dat = ee.ImageCollection('NOAA/CDR/SST_WHOI/V2').select('sea_surface_temperature') ....
0 votes
2 answers
516 views

Static Tables and/or Tabs in ArcGIS Pro Layout

Is it possible to create a non-dynamic/static table in a layout in ArcGIS Pro? I would like to create a table to act as a revision box. If not a table, can text be entered with tabs and tab stops ...
3 votes
3 answers
2k views

Export Table of Unique Values by Field

I get a lot of shapefiles with no metadata. Often there are tons of table columns (fields) with no description of what the column is for or what the coded values mean. Is there an easy way to export a ...
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. ...
2 votes
1 answer
423 views

Increasing decimal in table chart Google Earth Engine

I have code that generates NDVI times series chart. The values are with 3 decimal places. I want to increase the decimal places to 4 or 5. Is there a way of doing that? My code: // Load raster data (...
1 vote
1 answer
918 views

Google Earth Engine Coordinates from Table

I am trying to import Table data into GEE. The original CSV file is at TERN Star Transects. I have followed the steps at GEE Importing Table Data (including making sure to specify either the x and y ...

15 30 50 per page
1
2 3 4 5
37