Skip to content

[FEAT] Make more robust python code for plotting #1

Description

@aaronjridley

Is your feature request related to a problem? Please describe.
There is a very simple plotting code available right now which is not very well written for python and is not very robust. This code should be upgraded so that it follows better coding standards for python and is a bit more robust and able to handle more types of plots.

Describe the solution you'd like
The plotting code should:

  • Allow users to call the program with the variable name and not just the number (simplified name, too?)
  • Allow users to enter an output filename
  • Be broken down into more function programming with smaller, reusable, functions
  • Allow more plotting types (e.g., zooming in on areas, plotting of 0D or 1D (like specific lat/lon/alt or lat/lon) vs time
  • Allow comparisons of model runs (e.g., compare to directories of simulations or simply two files)
  • Allow user-defined extension of variable to be plotted (e.g., user creates formula for Joule Heating or something).
  • Allow tracing of satellite through code (4D interpolation with comparisons)
  • Somehow handles ensembles once they exist (plots the mean values and standard deviations or something....?)

Describe alternatives you've considered
Add functionality slowly over time. This issue never closes, since plotting tools are always evolving and are extremely personal.

Additional context
So many examples of plots that we could create. So. Many.

Activity

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions