Fix SSMIS configs#218
Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||
|
@marianovitasari20 : are you happy with this? |
|
Hi @jemrobinson, |
|
Is 99 defined in the SSMIS product specification as a fill value, or was it chosen arbitrarily? |
We need to remove the NaNs because otherwise the pipeline will try and fail to predict them. Options that the pipeline will be able to predict are
Note that the current OSISAF-SSMIS dataset we're using does one of these already (I think 2. but I haven't checked).
It was chosen arbitrarily. We're not currently using these variables (although we could consider doing so in future). Do you prefer a different fill value? We could consider something like The best long-term solution is to only train on those portions of the grid that actually contain potential sea ice, but we're not doing so at the moment. |
|
Thanks for explaining @jemrobinson! Happy to go ahead with 99 or -1 for now. It might be worth opening an issue to track the grid masking improvement (preprocessing step) so it doesn't get lost down the line. |
|
Currently SSMIS datasets downloaded over FTP have NaNs in several places. This PR adds a
NanToNumfilter to replace these with numbers. I've currently chosen:ice_conc,raw_ice_conc_values=> 0.0algorithm_standard_uncertainty,smearing_standard_uncertainty,total_standard_uncertainty=> 99