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

moved HALO specifics navigation data to function #6

Merged
merged 2 commits into from
Jul 31, 2020

Conversation

d70-t
Copy link
Collaborator

@d70-t d70-t commented Jul 31, 2020

In order to support multiple platforms, specific code of loading platform navigation data should be factored out to specific functions. These can be collected in navdata.py. Dispatching to the correct function is done based on the platform attribute of each flight.

This PR should help with #3 and also includes a method to obtain HALO flight data from Aeris via opendap.

In order to support multiple platforms, specific code of loading
platform navigation data should be factored out to specific functions.
These can be collected in navdata.py. Dispatching to the correct
function is done based on the `platform` attribute of each flight.
Copy link
Collaborator

@RobertPincus RobertPincus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi - This looks great, and I think I can implement soon for P3 too. I'm presuming that, because the catalog doesn't uses authentication for the OpenDAP access, we will be able to use generic versions of intake and intake-xarray

scripts/navdata.py Outdated Show resolved Hide resolved
@d70-t
Copy link
Collaborator Author

d70-t commented Jul 31, 2020

Thanks @RobertPincus for reviewing, will you merge it if you are happy with the situation?

@RobertPincus RobertPincus merged commit 2fb1747 into master Jul 31, 2020
@d70-t d70-t deleted the platform_generalization branch August 11, 2020 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants