Martin Raspaud
Martin Raspaud
@djhoese that was seviri data full disk resampled onto a full earth mollweide: ```yaml moll: description: moll projection: ellps: WGS84 lon_0: 0.0 proj: moll lat_0: 0.0 shape: height: 4500 width:...
Thanks for trying it out @djhoese ! Should we merge?
Yes, the more complete name is better imo
Dividing the radiance by the solar irradiance has been done and used a long time in different places, so that's probably why it's still in use today. But I concur...
Good point about the units @sfinkens, I would even add that radiances from differents sensors/platform have often different units (some have cm instead of um from example), which doesn't make...
I did some more thinking about this, reading the above comments and also #531. For me, one thing is sure is that everyone, especially scientists want to have control about...
Yes, but that would fall into calibration-induced invalid data I suppose. It could be that some geo readers don't even need to implement space masking as it is already provided...
What I'm proposing here is a strictly ordered, complete list of modifiers, since their order matters. 1. the recipe would require `DatasetID(..., modifiers('space_masked', 'solar_irradiance_normalized', 'sun_earth_distance_corrected', 'sunz_corrected'))`. The dependency tree will...
If we roughly agree on the concept, we could maybe open a new issue or PR to discuss the implementation details.
Maybe related to this https://github.com/pytroll/satpy/issues/2183 ?