Josh Sixsmith
Results
12
comments of
Josh Sixsmith
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...
Not sure, I get the same results from the `Retrieve Pixel Time Series Tool`. ``` python In [1]: import pandas In [2]: df = pandas.read_csv('LS58_FC_WITH_PQA_WATER_118.25600_-22.25075_2000_01_01_2015_12_31.csv') In [3]: df.set_index(pandas.to_datetime(df['ACQUISITION DATE']), inplace=True)...