-
Notifications
You must be signed in to change notification settings - Fork 51
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
README example raises DoesNotConformTo
#220
Comments
ljstrnadiii
changed the title
Sentinel Example fails with
README Example raises Sep 19, 2023
DoesNotConformTo
DoesNotConformTo
ljstrnadiii
changed the title
README Example raises
README example raises Sep 19, 2023
DoesNotConformTo
DoesNotConformTo
I think EarthSearch is at https://earth-search.aws.element84.com/v1 now
(v1). And it seems like the collection names may have changed too. Does
using that newer endpoint work for you?
…On Tue, Sep 19, 2023 at 8:29 AM Leonard ***@***.***> wrote:
When trying to run this sentinel2 example as shown on the readme
import stackstac
import pystac_client
URL = "https://earth-search.aws.element84.com/v0"
catalog = pystac_client.Client.open(URL)
stac_items = catalog.search(
intersects=dict(type="Point", coordinates=[-105.78, 35.79]),
collections=["sentinel-s2-l2a-cogs"],
datetime="2020-04-01/2020-05-01"
).get_all_items()
stack = stackstac.stack(stac_items)
print(stack)
The client is raising a DoesNotConformTo. Any ideas? 🙏
Name: pystac-client
Version: 0.7.5
Name: pystac
Version: 1.8.3
Name: stackstac
Version: 0.4.3
—
Reply to this email directly, view it on GitHub
<#220> or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKAOIXE2J3DY7LASXWFY33X3GM37BFKMF2HI4TJMJ2XIZLTSOBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJLJONZXKZNENZQW2ZNLORUHEZLBMRPXI6LQMWBKK5TBNR2WLJDUOJ2WLJDOMFWWLLTXMF2GG2C7MFRXI2LWNF2HTLDTOVRGUZLDORPXI6LQMWSUS43TOVS2M5DPOBUWG44SQKSHI6LQMWVHEZLQN5ZWS5DPOJ42K5TBNR2WLKJTGQ2TAMBUG43DBAVEOR4XAZNFNFZXG5LFUV3GC3DVMWVDCOJQGI4TKMZQHA2KO5DSNFTWOZLSUZRXEZLBORSQ>
.
You are receiving this email because you are subscribed to this thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
|
@ljstrnadiii interestingly, I don't get this error with older versions of pystac-client. Thanks for the catch, we might as well use the newer endpoint anyway. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to run this sentinel2 example as shown on the readme
The client is raising a
DoesNotConformTo
. Any ideas? 🙏Name: pystac-client
Version: 0.7.5
Name: pystac
Version: 1.8.3
Name: stackstac
Version: 0.4.3
The text was updated successfully, but these errors were encountered: