-
Notifications
You must be signed in to change notification settings - Fork 2
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
Stac result items #50
Conversation
…-stac-plugin into StacResultItems
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.
Very clean and well structured, thanks!
Please fix year in files to 2022
and sort imports according to https://peps.python.org/pep-0008/#imports
Imports should be grouped in the following order:
Standard library imports.
Related third party imports.
Local application/library specific imports.
in affected files. (I didn't make suggestions to all of them)
Co-authored-by: Carmen Tawalika <[email protected]>
Co-authored-by: Carmen Tawalika <[email protected]>
Co-authored-by: Carmen Tawalika <[email protected]>
Co-authored-by: Carmen Tawalika <[email protected]>
Co-authored-by: Carmen Tawalika <[email protected]>
Co-authored-by: Carmen Tawalika <[email protected]>
Co-authored-by: Carmen Tawalika <[email protected]>
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.
Regarding the copyright: the dates need to match within one module. I suggested it in one file but it appears more often. Sorry that I did not see it earlier. Not meant to be penalty work but important work!
I will merge this one and adress the tests in a separate MR. |
No description provided.