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