erdc / quest

Python API for downloading and managing data. Checkout the documentation at:
https://quest.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

get_seamless_data raises an IndexError when only one dataset is returned #130

Closed sdc50 closed 5 years ago

sdc50 commented 5 years ago

The raster merge tool is raising the error. It seems like a single dataset is being passed in instead of a list. (or maybe it fails if the list is empty in which case we need to check that and provide a more useful error message).