Skip to content

Releases: WSWUP/cloud-free-scene-counts

Bug fix when filtering with multiple path/rows

17 Dec 19:18
Compare
Choose a tag to compare
Fixed bug when multiply path/rows were passed to make_quicklook_lists.py

The script was only building a lookup table from quicklook image ID to full product ID for the first path/row it found instead of a separate one for each path/row.

Landsat Product ID

12 Dec 19:06
Compare
Choose a tag to compare

Switched to using the Landsat Product ID as the unique identifier for the scenes. Issue #5 as additional details on the change but the different IDs can be seen in the following link:
https://landsat.usgs.gov/sites/default/files/images/Scene_ProductID_compare-.jpg

Initial formal release

02 May 18:48
Compare
Choose a tag to compare
Trying to reduce memory usage

I'm processing the CSV/dataframe by block instead of trying to read the
whole thing into memory.  I might have been able to just use the
read_csv() "usecols" parameter instead, but this seemed to work pretty
well.

I think this should help with issue #2, but I still need to try the code
in a 32bit environment.