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 25 forks source link

Use pyorbital for sun-earth distance correction #108

Open sfinkens opened 2 years ago

sfinkens commented 2 years ago

Currently Pygac has its own implementation of sun-earth distance correction. This could be replaced with pyorbital.astronomy.sun_earth_distance_correction. Note that the value computed by Pyorbital would have to be squared, see https://github.com/pytroll/pyorbital/issues/97.