Simon Proud
Simon Proud
The third option seems like the most sensible, if work-intensive, option. I can imagine the first two options causing potential unexpected issues for users with stange setups etc.
Looking into this, it appears that `ahi_hsd` *does* support fsspec, but the docs weren't updated. See this PR: https://github.com/pytroll/satpy/pull/2423 I have tested on my machine against files on AWS (using...
Satpy does not generally apply the `cos(sza)` term when computing the reflectance within the reader for each instrument - hence the need for the Sun Zenith Corrector that applies the...
pre-commit.ci autofix
Thanks for adding this, it was on my to-do list but you got there first :-)
The above discussion made me realise that the `standard_names` for the L2 reflectance datasets are wrong. At present, they are: ``` reflectance: standard_name: toa_bidirectional_reflectance units: "%" radiance: standard_name: toa_outgoing_radiance_per_unit_wavelength units:...
It would be helpful if you show your code as it's harder to diagnose the issue without this. However, in this case I suspect the solution is to change your...
Tbh I rarely use it as I'm mainly resampling with `native`. In any case there's no clear answer, it depends on the satellite. For the modern sats (GOES, Him, GK2A,...
That floors the number, doesn't it? If so, would that break compatibility with the previous functionality? i.e: If `(-1 * factor / 2 + 1) = 0.5` then was the...