I am working on the project using google colab. When I append my Ml_hub API keys to access the data set, I get an error instead of the data. Please has anyone succeeded to access the data from google colab? Note that the code cell I ran is the code contained in the starter notebook and it runs fine in jupyter on my local machine. I'm having trouble getting rasterio to import on my machine though and colab provides better computational resources and runs/imports all dependencies without issues, hence my preference for it. Kindly assit. Here is the encountered error, for context.
MLHub API Key: ··········
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-7-154485b99479> in <module> 13 ) 14 ---> 15 dataset.download(collection_filter=my_filter)
TypeError: download() got an unexpected keyword argument 'collection_filter'
It's been resolved by @anna_the_scientist through this link below:
https://colab.research.google.com/drive/1_H9rl64KVeblzzu3jtge0ezjnY491Rt5?usp=sharing
Thanks @MICADEE. Works perfectly.