Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjacent pixel drill results have different time series dates #90

Open
NormanGA opened this issue Nov 19, 2015 · 2 comments
Open

Adjacent pixel drill results have different time series dates #90

NormanGA opened this issue Nov 19, 2015 · 2 comments

Comments

@NormanGA
Copy link

We recently ran the command line pixel drill on 5 sites of 9 pixels each (5 3x3 spots) to return NBAR and FC reading across all available bands between 1987 and 2015. We specified that the drill use PQA filtering. The command used was:

while read lat lon; do echo "Retrieving time series for $lat / $lon" ; retrieve_pixel_time_series.py --lon $lon --lat $lat --acq-min 1987-06 --acq-max 2015-10 --satellite LS5 LS7 LS8 --mask-pqa-apply --dataset-type ARG25 --hide-no-data --output-directory $PWD --overwrite ; done <pixels.txt

We have found that the pixel drill results for adjacent pixels have quite different dates in their time series. We expect some, but are finding that there is much more than we expected. Can we check that the drill is retrieving all results in the time series repeatably?

Norman

@NormanGA
Copy link
Author

pixels.txt

@sixy6e
Copy link
Contributor

sixy6e commented Nov 19, 2015

I've had a quick look at the file list returns for the locations:
(145.38525, -16.85219)
(145.38525, -16.85469)

And the lists contain the same records. But the data that is output is different.

My guess is it has to do with what constitutes a "has_data".
https://github.com/GeoscienceAustralia/agdc/blob/master/api/source/main/python/datacube/api/tool/retrieve_pixel_time_series.py#L228

This line will exclude pixels not satisfying the "has_data" condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants