evo-odas icon indicating copy to clipboard operation
evo-odas copied to clipboard

The landsat time value seems to be the acquisition or ingestion date instead of a acquisition timestamp

Open aaime opened this issue 9 years ago • 1 comments

A more compelling example can be shown, providing more time scattering, if the time value in the database is actually the full acquisition timestamp

aaime avatar Oct 27 '16 10:10 aaime

I believe the problem here is that the time we have in the filename is like this LC81390452014295LGN00 and the interesting part is like this 2014295 which we are parsing this way: (?<=[a-zA-Z0-9]{9}){6}[0-9]+(?=[a-zA-Z0-9]{5})

We cannot change the filenames since we use landsat-utils to download and ingest, therefore for the moment we don't have a better granularity for the TIME dimension.

simboss avatar Oct 27 '16 10:10 simboss