Skip to main content

All Questions

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
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
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
0 votes
1 answer
75 views

How can I put this data into a table?

Here is a chart of monthly mean rainfall vs month, and I would like to now get a data table. I would also like to export the table to the drive. I am not sure how to generate a table, basically I just ...
Mas's user avatar
  • 33
0 votes
2 answers
5k views

Importing CSV table with coordinates to Google Earth Engine

Exactly the same problem as this: Adding a CSV with GPS coordinates points to Google Earth Engine I have tried the solution to redownload the .csv file as mentioned here but that did not work. I have ...
jkool's user avatar
  • 21
-1 votes
1 answer
211 views

Creating table from lists in sorted manner in Google Earth Engine

I have calculated the area coverage of landcover types in a region and sort them now I want to export the results as a table to drive in a sorted manner when I combine them in a new dictionary object ...
Solmaz's user avatar
  • 149
0 votes
1 answer
379 views

Adding a CSV with GPS coordinates points and bathymetry data to Google Earth Engine

I'm trying to construct a bathymetry point map on GEE, and I want to import a CSV that contains bathymetry data. The CSV that I'm about to import to GEE has the following columns: Latitude, Longitude ...
Joji's user avatar
  • 11
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 (...
user166621's user avatar
1 vote
0 answers
114 views

GEE ui.panel error

I want to creata app to calculate "RMSE" index by table , but I can not select the variance in table here is my code link: https://code.earthengine.google.com/?scriptPath=users%...
Djszdei Usghxbk's user avatar
1 vote
1 answer
962 views

Exporting/Listing printed console results in a table in Google Earth Engine

I wrote a code with different function to bring me different output values e.g. the values at specific dates, statistics, cloud cover, etc. I printed them all individually in the console but now I ...
xdsccc's user avatar
  • 121
2 votes
1 answer
868 views

Google Earth Engine: Calculate milliseconds since epoch from datetime of uploaded shapefile?

I want to get the milliseconds since epoch of thousands of points, each with different timestamps. Here is what I believe I need to do, but my Google Earth Engine knowledge is limited and I can't find ...
Adamfrancissmith100 's user avatar
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 ...
TSimich's user avatar
  • 11
2 votes
1 answer
608 views

Converting 2D array image to table using Google Earth Engine

I'm trying to get a table from a 2d-array image. Basically, the Image (called segmentationInfo) looks like this: The 2-D ‘LandTrendr’ annual segmentation array looks like this: [ [1985, 1986, 1987, ...
Jecogeo's user avatar
  • 291
1 vote
0 answers
66 views

Generating Table or chart of point values per polygon from time series - Google Earth Engine

I'm trying to generate a table with my GNDVI points value from a time series. I have a feature collection of my polygons, another feature collection of my random points in the polygons. I have a image ...
user166621's user avatar
3 votes
3 answers
4k views

Adding a CSV with GPS coordinates points to Google Earth Engine

I'm trying to add a CSV with Lat/Lon to Google Earth Engine. I looked at the answer below, however, I seem to be making an error somewhere. Adding x,y coordinates from table in Google Earth Engine My ...
Banretef's user avatar

15 30 50 per page