-
Notifications
You must be signed in to change notification settings - Fork 295
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
Low Cloud Map for MSGs #2785
Comments
Hi @akasom89 , I'm not an expert for this (@strandgren implemented it in #2557), but two things come to my mind:
|
Hi @akasom89, just to add to @ameraner's reply. I did try to add |
Hi @strandgren , @ameraner . Thanks for your answers. As you mentioned, by tuning the ranges we might get something close and reasonable, But I am worried that these tuning be dynamic. I mean same setting which works for images of this week, may or may not work two month later(due to reasons like change in illumination geometry or so!). Is there any more technical details regarding "rolling temporal (monthly I think) average brightness temperature values for the IR3.8 and IR10.8 channels to derive the thresholds for the low cloud detection."? mainly the thresholds after moving averages. Thanks a lot. |
Hi @akasom89, This is the feedback I got from CIRA colleagues at the time:
Seems like I was remembering wrongly about the "rolling" average values, you probably just need to compute the thresholds once, but using ~1 month of data. Let me know if you give it a try, would be interesting to see and also have it implemented in Satpy if it works well. |
Thanks @strandgren for sharing CIRA's answer. It seems interesting. I have to give it a try! As you know better, the only issue with MSGs is not just its night side. Since we miss two visible bands (green and blue), I have a really hard time achieving an acceptable result similar to what we get from GOES. Although it seems CIRA has implemented it well in its slider, I have not been successful in finding out how to do that. Would you please also give me some guidance regarding that if it is possible? |
@akasom89 This is an enhanced version of the natural color RGB using the VIS06, VIS08 and NIR16 channels. However, I don't know how the except recipe of the composite, so I'm afraid I can't help there. But we also have a similar RGB in the EUMETSAT data viewer EUMTVIEW and there have been some discussions on implementing that recipe in satpy, so hopefully that could be available soon :) In the meantime, you can simply try the |
Thanks @strandgren I greatly appreciate your helpful answers. Exactly. I have never visited the EUMETSAT data viewer, EUMETView, before. You are right; it is very similar to CIRA's slider. I believe that is more realistic than what we achieve now in satpy. As you mentioned its recipe has been implemented in satpy, Would you mind please helping me find more about the details of the recipe if it is possible? I am interested in this subject and may be able to implement it on my own. Thanks again! |
The Natural Color Enhanced composite, as seen in the CIRA or EUMETVIEW viewer, is not available in satpy. Hence, I can't give you any further details. I know that some colleagues at EUMETSAT are working on the implementation of the EUMETVIEW one in satpy, but I'm not sure about the status and when it might be available on GitHub. As mentioned there is the |
Thanks @strandgren I found some details about that recipe here. But I am not sure how much it is up-to-date. Thanks again for your answers. |
Describe the bug
LowCloudCompositor seems to produce wrong results for meteosat satellites.
The result is too much biased over land areas. The same thing does not happen with other satellites(I mean products of other satellites are more reasonable visually, but I am not sure they are correct or not!).
Is this a problem with meteosat?! or LowCloudCompositor?
To Reproduce
Expected behavior
It was expected some regions be cloudy. not almost all land pixels. using the same land_range for other satellites did not end to such results.
Screenshots
Additional notes
Also extracting emissive part of swir did not help at all.
The text was updated successfully, but these errors were encountered: