Skip to content

Time series instead of temporal aggregates #7

Description

@philament

Is it possible to specify that I want to request time series from a collection rather than temporal averages? Running something like

test = ee_grab(data = ee_data_collection(datasetID = "COPERNICUS/S2",
                                         spatialReducer = 'mean',
                                         timeStart = '2019-05-01',
                                         timeEnd = '2019-07-30',
                                         resolution = 10),
               targetArea = 'roi.shp')

always returns the average over the entire time period (presumably because temporalReducer = "mean" by default). How do I average only in space but not in time? I.e. I want to average over my regions of interest for each image but return the time series of that for the specified period.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions