bluegreen-labs/gee_subset

Error when product is an Image not an Image collection

khufkens opened this issue · 1 comments

Error on this code, add trapping routine loading an Image instead.

   # define the collection from which to sample
   col = ee.ImageCollection(product).\
    select(tuple(bands)).\
filterDate(start_date, end_date)

fixed per 6226fd5