Skip to content

Conversation

gjoseph92
Copy link
Owner

If you specify bounds=, and a STAC item doesn't overlap with those bounds, we don't bother processing it. However, no items overlap and we skip all of them, we weren't figuring out other spatial parameters like resolution. This led to a TypeError at the end.

Closes #187

This way we still get the spatial parameters even if we skip all items
This will make it slightly clearer where things go wrong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeError: cannot unpack non-iterable NoneType object on seemingly valid stac item list

1 participant