-
Notifications
You must be signed in to change notification settings - Fork 5
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
Change nodata value when equal to Nan after downloading files form openeo #129
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #129 +/- ##
==========================================
- Coverage 60.11% 60.05% -0.06%
==========================================
Files 34 34
Lines 4332 4336 +4
==========================================
Hits 2604 2604
- Misses 1728 1732 +4 ☔ View full report in Codecov by Sentry. |
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.
Small suggestion, but otherwise looks nice!
@@ -398,6 +398,8 @@ def download_file(url, target): | |||
|
|||
|
|||
def postprocess_image(path: Path, band_descriptions: Optional[list[str]]): |
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.
Probably most logical to add the nodata_value
parameter 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.
Idee: misschien handiger als de nodata value, als ze gezet moet worden, in het imageprofile opgenomen kan worden?
No description provided.