-
Notifications
You must be signed in to change notification settings - Fork 9
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
Broken tutorial: Radiant MLHub Land Cover #147
Comments
I think this is the same as microsoft/PlanetaryComputerExamples#182? I got stuck at microsoft/PlanetaryComputerExamples#182 (comment) when I looked into this last. If you're able to figure that out it'd be great! We might be blocked by an issue upstream in Radiant Earth's STAC API. |
Hi Tom! First off, regarding the
Provided that these collections and the All this has an undesirable effect that the possible land cover labels are being printed as integers now, and one has to reach to the LandCoverNet dataset documentation in order to find class definitions. Classes for None
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7 Regarding the microsoft/PlanetaryComputerExamples#182 (comment), the issue with your code snippet is that you are using a Applying all these changes, I've been able to successfully run the notebook for the Regarding the South America and North America LandCoverNet collections, the notebook fails in cell 11 because we are not receiving the expected bands during cell 10. I'd have to further look into that as to know why. Item ID: ref_landcovernet_sa_v1_source_sentinel_1_24MYT_29_20180106
Assets:
- Asset Key: VH
- Asset Key: VV As for the Asia, Australia and Europe LandCoverNet collections, I'm getting a |
|
Hi!
I wanted to share that while working with the Radiant MLHub Land Cover tutorial I've found an issue with the chosen dataset.
On cell 5 I get an
APIError: {"detail":"Collection ref_landcovernet_v1_labels do not exist."}
when querying for"ref_landcovernet_v1_labels"
. Upon inspecting the Radiant MLHub datasets I've found that there's no longer a general purpose LandCoverNet dataset available.There's an easy fix by replacing the
collection_id
withref_landcovernet_??_v1_labels
, filling in??
with eithersa
for South America,af
for Africa,as
for Asia,eu
for Europe orau
for Australia.But applying this workaround arises a new issue: on cell 6,
LabelExtension
validates internally the STAC schema received from the API. But the newly proposed collection_id's schema does not match the one on database.The text was updated successfully, but these errors were encountered: