brazil-data-cube / code-gallery

A gallery of interesting Jupyter Notebooks based on Brazil Data Cube data and technologies
GNU General Public License v3.0
49 stars 18 forks source link

Binder Code does not run successfully #50

Closed datamongerbonny closed 2 years ago

datamongerbonny commented 2 years ago

I have tried running the code and it generates the error below (I tried other collections as well)...

Screen Shot 2022-05-17 at 1 34 57 PM
raphaelrpl commented 2 years ago

Hi @datamongerbonny,

I think its related with the recent change in https://github.com/stac-utils/pystac-client/issues/159. I noticed that they already made a patch for this issue, however it was not released yet.

For now, consider to use the version pystac-client==0.3.2 instead.

pip install pystac-client==0.3.2

We are going to update the BDC notebooks with this change.

Thanks for reporting us. :smiley: