Sauli Joro
Sauli Joro
hi, @matzech @manucarran just opened a pull request for AMV L2 support https://github.com/pytroll/satpy/pull/2207
No need to create `AreaDefinition` for SEVIRI. Prime service (`seviri_0deg`) and IODC (`seviri_iodc`) definitions can be found in the `areas.yaml`-file. So you could use `get_area_def`-method from `satpy.resamle`-module to easily get...
@anikfal `from satpy.resample import get_area_def` `adef = get_area_def('seviri_0deg')`
good job on the first PR @seenno ! maybe other can comment on the unit tests... maybe to chop it up in smaller pieces and tests? test data creation could...
i agree with @ameraner and have discussed this issue with him earlier, so i'm good with this change.
@pnuu it can be really significant, we see this when visualising GII BUFR data, which is essentially "point data" and needs to be put in an MSG grid before viewing...
a general comment about the `fci_l1c_nc.yaml`-file. this file repeats key `required_netcdf_variables` 18 times under different file-types and it seems to be the same set for each file-type. has anyone tried...