-
Notifications
You must be signed in to change notification settings - Fork 405
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
SSL4EO-L: add additional metadata #2535
Conversation
mypy error is a bit pedantic here. I don't really want to ignore it, but I also don't know an easy way to allow it. |
would |
2a8c3e8
to
841a4cd
Compare
@@ -148,6 +152,13 @@ class Landsat1(Landsat): | |||
default_bands = ('B4', 'B5', 'B6', 'B7') | |||
rgb_bands = ('B6', 'B5', 'B4') | |||
|
|||
wavelengths: ClassVar[dict[str, float]] = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the S12 PR, you also added the alternative names, would that make sense here as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I know there are no datasets that use the alternative names, so no need yet.
841a4cd
to
f39e99c
Compare
No description provided.