Skip to content

TSA: how are multiple observations on the same day processed? #208

Answered by davidfrantz
dominiqueweber asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dominiqueweber,

all individual observations will be passed to your UDF (unless you used interpolation, then you will receive the interpolated values). There can be multiple observations per day (e.g. up to 3 when Landsat 7, 9 and Sentinel-2 were all active - or when working in high latitudes).

You should have the sensor information as variable in your UDF to implement an individual aggregation:
sensors: numpy.ndarraynDates

Cheers,
David

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dominiqueweber
Comment options

@davidfrantz
Comment options

Answer selected by dominiqueweber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants