Martin Raspaud
Martin Raspaud
This PR extracts calibration and navigation modules from the reader. As we are preparing to add new calibration and navigation algorithms for pygac, it needs to be upgraded to be...
Disclaimer: this is probably not an issue in pygac, but because it involves pygac and because of a lack of other place, I would like to have the discussion here....
The KLM data contains angular relationship that could be used instead of computing the angles with pyorbital.
Angles computation do not make use on the TIP Euler angles at the moment. It would improve the accuracy of the angles if it was.
The test data is available here: ftp://ftp.eumetsat.int/pub/OPS/out/test-data/FCI_L1C_Format_Familiarisation/
All the readers in mpop need to be migrated. - [ ] aapp1b - [x] eps1b - [ ] hdf_eos_l1b - [x] viirs sdr - [ ] compact viirs -...
We need to support python 3 (and 2.6 onwards)
from Ulrich: I guess there is a small bug in line: https://github.com/mraspaud/mpop/blob/pre-master/mpop/satout/cfscene.py#L432 "scale_factor_at_projection_origin": eval( proj_dict.get("x_0", "1.0") as x_0 is already the false northing.
Some old and outdated reader names are still referred to in some of the notebooks. These need to be updated.