malonzo47 / pynita_GUI

pynita_GUI is python GUI based implementation of Noise Insensitive Trajectory Algorithm (NITA)
4 stars 3 forks source link

stop reporting when date not in time series #59

Closed malonzo47 closed 5 years ago

malonzo47 commented 5 years ago

For Value Change Custom, if user enters in a start or end date that is beyond the range of data for a pixel, the console will report out as seen in image below. This reporting makes the process of generating an image very long. We should not report this and just produce NoData pixels as required by lack of data.

This is not a problem for "-9999" because if this is entered the algorithm just finds the earliest available data for each pixel.

image

vasusingla commented 5 years ago

Made the update