What is the minimum satellite time range allowed for time-series NDVI

hi
i am trying to get ndvi values for a specific time-series. given the below posted data object/parameter:

 "data": [
  {
    "dataFilter": {
      "timeRange": {
        "from": "2000-01-01T00:00:00Z",
        "to": "2000-01-15T23:59:59Z"
      }
    },
    "type": "sentinel-2-l2a"
  }
]

the request can not be processed due to the time-range set, hence my question, what is the minimum allowed time-range in this case so i can adapt my application accordingly please

Hi,

the minimum time range depends on the Satellite you are using. Some Satellites aren’t in Orbit for that long yet (or left the orbit again), so they do not yet cover long periods.

For the data you are using (Sentinel 2 L2A) have a look at the documentation under Basic Facts → Data Availabilty. That will tell you when data is available.

For the time range you selected you could use Landsat 5 to generate an NDVI time series.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.