Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculated sun-earth distance correction factor once and add as attribute #40

Closed
ninahakansson opened this issue Nov 25, 2019 · 1 comment
Assignees

Comments

@ninahakansson
Copy link
Collaborator

The sun-earth distance correction factor is calculated both in gac_reader and gac_io at the moment. And when using pygac as reader from satpy, there is no access to this attribute.

The calculation should be removed from gac_io. And the value used should be accessible from satpy. If possible in a general way so that other items can be added later without the need to update satpy.

@sfinkens
Copy link
Member

That factor is now available via Reader.meta_data which is used by Satpy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants