Questions tagged [time-series]
Series of data points indexed in time order.
369 questions
0 votes
0 answers
8 views
Wrong slope in time series in GEE
I have successfully plotted my time series of the temperature in Lausanne, but somehow the slope is wrong on the chart, which displayed 1.764E-4. I need to download the CSV file and find out the ...
0 votes
1 answer
50 views
Dictionary does not contain key 'mean' while computing a timeseries chart of cluster from KNDVI in GEE
I have code in GEE that I am trying to use to create a timeseries chart showing all the unsupervised clusters after calculating the mean KNDVI for each cluster. But I receive an error Dictionary.get: ...
0 votes
0 answers
17 views
Error generating chart: Collection.map: A mapped algorithm must return a Feature or Image
I am trying to create a timeseries chart in GEE and I keep having an error: Error generating chart: Collection.map: A mapped algorithm must return a Feature or Image What can be the reason for this ...
0 votes
0 answers
22 views
Error launching Timesat 3.3 pre-compiled Matlab in Linux
I'm trying to get Timesat 3.3 working on Arch Linux. I'm using the pre-compiled Matlab binaries and am getting the below error when launching it: ~/bin/timesat33/compiled/Linux64 $ ./run_TIMESAT.sh /...
0 votes
1 answer
108 views
Scaling Sentinel-2 reflectance values to calculate vegetation indices
I have been using "COPERNICUS/S2_HARMONIZED" Sentinel-2 L1C image collection to calculate time-series vegetation indices NDVI, MSR, EVI and SAVI. Should we unscale the reflectance values i.e....
0 votes
0 answers
33 views
Time-enabled aggregation for overlapping time periods
I'm working with a time-enabled layer in Experience Builder that displays data using the "Counts and Amounts" visualization (proportional symbols/bubbles). My dataset contains data collected ...
0 votes
1 answer
66 views
Merge NDVI graphs from different satellites into a single graph [closed]
I generated NDVI from different satellites individually. Is it possible to plot all these NDVI values in a single graph, by satellite type? var roi = ee.FeatureCollection([ ee.Feature(...
0 votes
1 answer
98 views
Using Tier 1 and Tier 2 Landsat data for the time-series analysis
I'm working with Landsat MSS and Landsat TM, ETM, and OLI data to analyze a NDVI 40-year time series within Google Earth Engine platform. Because of missing Landsat MSS TIER 1 data, I have only ...
0 votes
1 answer
140 views
Converting NetCDF to CSV timeseries using R
I have a code written in R that extracts data from an NC file to compute a time series for a specific location using latitude and longitude. However, the file only outputs three values instead of the ...
0 votes
1 answer
84 views
Alternatives to .getInfo() in Google Earth Engine Code Editor [closed]
Situation: My colleague and I have made our first script in Google Earth Engine Code Editor that will be published as an Earth Engine App. The script shows 33 basin-polygons that the user can click on,...
0 votes
1 answer
131 views
NDVI for Landsat gives results for the entire world
I am trying to get NDVI from Landsat-8 for a region starting from 2013 uptil Sep 2024 in Google Earth Engine. I am attempting time series and am looking for results for every month for all these years ...
1 vote
0 answers
40 views
Create an atlas for each polygon in diferent time interval
I need a create an atlas were each polygon have various dates. For exemplo atlas of properties each properties in January, February, March, and April. I know if I copy the same polygon of properties ...
0 votes
1 answer
211 views
Google Earth Engine - Display or export GIF with lots of frames and/or high res
I have a script to create a gif in GEE, but if it's more than about 100 frames, or fewer but I try to increase the resolution, it will not display in the console. And as I understand a gif cannot be ...
0 votes
0 answers
36 views
Trying to export a time series of EVI values for a large asset in Google Earth Engine
I'm trying to export a time series of EVI data for a large asset containing 40,000 points. I am using the MODIS data. The code that I've written works when I extract data for 5 points, but it's not ...
0 votes
1 answer
245 views
Splitting and calculating across a large RasterStack using Terra in R
I have a rasterstack, created from an .nc file, named 'dat.stack' > dat.stack class : SpatRaster dimensions : 180, 360, 28896 (nrow, ncol, nlyr) resolution : 1, 1 (x, y) extent : -...