pytroll / pygac

A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data
https://pygac.readthedocs.org/
GNU General Public License v3.0
20 stars 27 forks source link

Add raw GAC header to metadata #69

Closed sfinkens closed 4 years ago

sfinkens commented 4 years ago

Add the raw GAC header to the metadata dictionary. Furthermore, remove derived metadata (i.e. midnight scanline and missing scanlines) as these can easily be computed by the user (via timestamps and qual flags).

sfinkens commented 4 years ago

Closed in favor of #71 . Remove derived metadata in a separate PR.