-
Notifications
You must be signed in to change notification settings - Fork 48
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
using StacApiIO with regular pystac breaks #706
Comments
Tested with pystac-client 0.7.6 (Python 3.8). |
Confirmed this issue against https://raw.githubusercontent.com/radiantearth/stac-spec/master/examples/collection.json and on current main, 5d465da. That check seems unnecessary, IMO, so I'm going to propose removing it. |
3 tasks
Turns out the fix was slightly different, but I have a proposed one up in #709 which uses your example script as the test -- thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured passing an instance of
StacApiIO
would be an easy way to add retries and request timeout handling to regular pystac but this does not work e.g.fails with:
This is unexpected and seems like a violation of the Liskov substitution principle (CollectionClient IS-A pystac.Collection).
collection.json
The text was updated successfully, but these errors were encountered: