Skip to content
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

Fix: Assume granules without RelatedUrls are not cloud hosted #339

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

mfisher87
Copy link
Collaborator

@mfisher87 mfisher87 commented Nov 9, 2023

Resolves #338

We have a similar check in results.py:

if "RelatedUrls" in self["umm"]:
for link in self["umm"]["RelatedUrls"]:

I'm going to want to release ASAP to support Antarctica Today.

Copy link

github-actions bot commented Nov 9, 2023

Binder 👈 Launch a binder notebook on this branch for commit 82cfde1

I will automatically update this comment whenever this PR is modified

@mfisher87 mfisher87 changed the title Assume granules without RelatedUrls are not cloud hosted Fix: Assume granules without RelatedUrls are not cloud hosted Nov 9, 2023
@betolink betolink merged commit 0e284e0 into nsidc:main Nov 9, 2023
6 checks passed
@mfisher87 mfisher87 deleted the issue-338-check-relatedurls-exists branch November 9, 2023 02:17
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.

Search fails if it finds a granule without RelatedUrls
2 participants