developmentseed / landsat-util

A utility to search, download and process Landsat 8 satellite imagery
Creative Commons Zero v1.0 Universal
689 stars 147 forks source link

No results from search #222

Open aornugent opened 7 years ago

aornugent commented 7 years ago

Hia, thanks for the great tool. Quick question: any idea why this search does not return anything? Searching the same area with path and row works without a hitch.

landsat search --lat -16.764610 --lon -179.761461
===> 0 items were found
{
    "limit": 10, 
    "results": [], 
    "status": "SUCCESS", 
    "total": 0, 
    "total_returned": 0
}
['Search completed!']
aornugent commented 7 years ago

On closer inspection, the processed images returned by path and row are blank/black. I believe this is the same bug as #150.

Has any progress been made regarding image processing on the dateline?