-
Notifications
You must be signed in to change notification settings - Fork 1
Replace everything by missing if gdalfile throws error #121
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
Conversation
…e data This will allow to read Sentinel-1 data even though one single time step is not available.
With this we can save the RQA trend data in UInt8 data and can apply the threshold on that.
|
This also reintroduces the classification into UInt8 classes. The tests are passing locally. |
This is actually not needed, because we are trying to keep the Path type and don't have to recast it.
| Compute the RQA trend metric for the non-missing time steps of xin, and save it to xout. | ||
| `thresh` specifies the epsilon threshold of the Recurrence Plot computation | ||
| """ |
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.
Maybe we should add to the docs that a value between 0 and 254 is returned and 255 corresponds to missing. Also, the kwargs lowerbound and upperbound are not documented
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #121 +/- ##
==========================================
+ Coverage 56.76% 66.55% +9.78%
==========================================
Files 6 6
Lines 266 287 +21
==========================================
+ Hits 151 191 +40
+ Misses 115 96 -19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5784109 to
0a6f428
Compare
This will allow to read Sentinel-1 data even though one single time step is not available.
This also saves the rqatrend result locally and rechunks it into S3.