-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Unrecognized STAC collection type <class 'pystac.item_collection.ItemCollection'> #124
Comments
What versions of stackstac, pystac, and pystac-client are installed? Can you please post a minimal, complete reproducible example of how you're creating the ItemCollection you're passing into stackstac? Lastly, can you confirm that from pystac import ItemCollection
isinstance(<thing you're passing into stackstac>, ItemCollection) is True? |
I was using python 3.9 on windows, shifted to ubuntu & python 3.8. I am not getting error now. |
Installing |
@gjoseph92 , thanks for your support. Possibly I might be using an older version of pystac, I also tried using the bounds_latlon function but got TypeError: cannot unpack non-iterable NoneType object. Have added the ipynb file in the zip attached. . |
I am trying to use stackstac ( Windows, virtual environment) but getting this error. Also I tried using in google colab but when I do pip install stackstac,older version 0.1.1 is installed.
Error on windows:
The text was updated successfully, but these errors were encountered: