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

CEDAR presentation feedback #5

Open
asreimer opened this issue Jun 17, 2019 · 1 comment
Open

CEDAR presentation feedback #5

asreimer opened this issue Jun 17, 2019 · 1 comment

Comments

@asreimer
Copy link

  • data filtering, for example mean filtering of sparse GPS TEC
  • plotting in magnetic coordinates
  • pysat can provide data download capabilities
@ljlamarche
Copy link
Contributor

Triaging these:

  1. Data filtering/interpolation: This is something that works in very well with the desire to have common gridding routines in the future. This is important, but it's also going to be a MAJOR effort to implement.

  2. Plotting in magnetic coordinates: There was a lot of interest in this. With the new DataSet architecture, it shouldn't be too hard to implement. Proposed strategy:

  • User initializes DataSet object.
  • DataSet object automatically converts whatever input coordinates are to geodetic lat/lon/alt.
  • When user calls Visualize, there is a flag set for plotting in magnetic.
  • Before any plotting, each DataSet object is converted to magnetic coordinates.
  • Plot magnetic coordinates. Probably won't be able to show continents and whatnot in magnetic coordinates, but that's ok.
  1. Pysat: This package looks like it'll be a good solution to accessing satellite data. In the future, it's supposed to also have functionality to access ground-based data, but it sounds like they'll just be pulling this from madrigal, so it will probably have a lot of the same data format issues. Currently, having issues with the installation of the pysat CDF4 library. This needs more investigation.

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

No branches or pull requests

2 participants