eurec4a / flight-phase-separation

Collection of manually edited flight segments for all platforms participating in EUREC4A.
1 stars 6 forks source link

moved HALO specifics navigation data to function #6

Closed d70-t closed 4 years ago

d70-t commented 4 years ago

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.

d70-t commented 4 years ago

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